
Package org.hl7.fhir.dstu3.model
Class MeasureReport
- java.lang.Object
-
- org.hl7.fhir.dstu3.model.Base
-
- org.hl7.fhir.dstu3.model.BaseResource
-
- org.hl7.fhir.dstu3.model.Resource
-
- org.hl7.fhir.dstu3.model.DomainResource
-
- org.hl7.fhir.dstu3.model.MeasureReport
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IAnyResource
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
,org.hl7.fhir.instance.model.api.IBaseResource
,org.hl7.fhir.instance.model.api.IDomainResource
public class MeasureReport extends DomainResource
The MeasureReport resource contains the results of evaluating a measure.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MeasureReport.MeasureReportGroupComponent
static class
MeasureReport.MeasureReportGroupPopulationComponent
static class
MeasureReport.MeasureReportGroupStratifierComponent
static class
MeasureReport.MeasureReportStatus
static class
MeasureReport.MeasureReportStatusEnumFactory
static class
MeasureReport.MeasureReportType
static class
MeasureReport.MeasureReportTypeEnumFactory
static class
MeasureReport.StratifierGroupComponent
static class
MeasureReport.StratifierGroupPopulationComponent
-
Field Summary
Fields Modifier and Type Field Description protected DateTimeType
date
The date this measure report was generated.protected Reference
evaluatedResources
A reference to a Bundle containing the Resources that were used in the evaluation of this report.protected Bundle
evaluatedResourcesTarget
The actual object that is the target of the reference (A reference to a Bundle containing the Resources that were used in the evaluation of this report.)protected List<MeasureReport.MeasureReportGroupComponent>
group
The results of the calculation, one for each population group in the measure.protected Identifier
identifier
A formal identifier that is used to identify this report when it is represented in other formats, or referenced in a specification, model, design or an instance.static ca.uhn.fhir.rest.gclient.TokenClientParam
IDENTIFIER
Fluent Client search parameter constant for identifierstatic ca.uhn.fhir.model.api.Include
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements.protected Reference
measure
A reference to the Measure that was evaluated to produce this report.protected Measure
measureTarget
The actual object that is the target of the reference (A reference to the Measure that was evaluated to produce this report.)protected Reference
patient
Optional Patient if the report was requested for a single patient.static ca.uhn.fhir.rest.gclient.ReferenceClientParam
PATIENT
Fluent Client search parameter constant for patientprotected Patient
patientTarget
The actual object that is the target of the reference (Optional Patient if the report was requested for a single patient.)protected Period
period
The reporting period for which the report was calculated.protected Reference
reportingOrganization
Reporting Organization.protected Organization
reportingOrganizationTarget
The actual object that is the target of the reference (Reporting Organization.)static String
SP_IDENTIFIER
Search parameter: identifierstatic String
SP_PATIENT
Search parameter: patientstatic String
SP_STATUS
Search parameter: statusprotected Enumeration<MeasureReport.MeasureReportStatus>
status
The report status.static ca.uhn.fhir.rest.gclient.TokenClientParam
STATUS
Fluent Client search parameter constant for statusprotected Enumeration<MeasureReport.MeasureReportType>
type
The type of measure report.-
Fields inherited from class org.hl7.fhir.dstu3.model.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.dstu3.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description MeasureReport()
ConstructorMeasureReport(Enumeration<MeasureReport.MeasureReportStatus> status, Enumeration<MeasureReport.MeasureReportType> type, Reference measure, Period period)
Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu3.model.DomainResource
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setText
-
Methods inherited from class org.hl7.fhir.dstu3.model.Resource
copyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
-
Methods inherited from class org.hl7.fhir.dstu3.model.BaseResource
getStructureFhirVersionEnum, isResource, setId
-
Methods inherited from class org.hl7.fhir.dstu3.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserData
-
-
-
-
Field Detail
-
identifier
protected Identifier identifier
A formal identifier that is used to identify this report when it is represented in other formats, or referenced in a specification, model, design or an instance.
-
status
protected Enumeration<MeasureReport.MeasureReportStatus> status
The report status. No data will be available until the report status is complete.
-
type
protected Enumeration<MeasureReport.MeasureReportType> type
The type of measure report. This may be an individual report, which provides a single patient's score for the measure; a patient listing, which returns the list of patients that meet the various criteria in the measure; or a summary report, which returns a population count for each of the criteria in the measure.
-
measure
protected Reference measure
A reference to the Measure that was evaluated to produce this report.
-
measureTarget
protected Measure measureTarget
The actual object that is the target of the reference (A reference to the Measure that was evaluated to produce this report.)
-
patient
protected Reference patient
Optional Patient if the report was requested for a single patient.
-
patientTarget
protected Patient patientTarget
The actual object that is the target of the reference (Optional Patient if the report was requested for a single patient.)
-
date
protected DateTimeType date
The date this measure report was generated.
-
reportingOrganization
protected Reference reportingOrganization
Reporting Organization.
-
reportingOrganizationTarget
protected Organization reportingOrganizationTarget
The actual object that is the target of the reference (Reporting Organization.)
-
group
protected List<MeasureReport.MeasureReportGroupComponent> group
The results of the calculation, one for each population group in the measure.
-
evaluatedResources
protected Reference evaluatedResources
A reference to a Bundle containing the Resources that were used in the evaluation of this report.
-
evaluatedResourcesTarget
protected Bundle evaluatedResourcesTarget
The actual object that is the target of the reference (A reference to a Bundle containing the Resources that were used in the evaluation of this report.)
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
Search parameter: identifierDescription: External identifier of the measure report to be returned
Type: token
Path: MeasureReport.identifier
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Fluent Client search parameter constant for identifierDescription: External identifier of the measure report to be returned
Type: token
Path: MeasureReport.identifier
-
SP_PATIENT
public static final String SP_PATIENT
Search parameter: patientDescription: The identity of a patient to search for individual measure report results for
Type: reference
Path: MeasureReport.patient
- See Also:
- Constant Field Values
-
PATIENT
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Fluent Client search parameter constant for patientDescription: The identity of a patient to search for individual measure report results for
Type: reference
Path: MeasureReport.patient
-
INCLUDE_PATIENT
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements. Specifies the path value of "MeasureReport:patient".
-
SP_STATUS
public static final String SP_STATUS
Search parameter: statusDescription: The status of the measure report
Type: token
Path: MeasureReport.status
- See Also:
- Constant Field Values
-
STATUS
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Fluent Client search parameter constant for statusDescription: The status of the measure report
Type: token
Path: MeasureReport.status
-
-
Constructor Detail
-
MeasureReport
public MeasureReport()
Constructor
-
MeasureReport
public MeasureReport(Enumeration<MeasureReport.MeasureReportStatus> status, Enumeration<MeasureReport.MeasureReportType> type, Reference measure, Period period)
Constructor
-
-
Method Detail
-
getIdentifier
public Identifier getIdentifier()
- Returns:
identifier
(A formal identifier that is used to identify this report when it is represented in other formats, or referenced in a specification, model, design or an instance.)
-
hasIdentifier
public boolean hasIdentifier()
-
setIdentifier
public MeasureReport setIdentifier(Identifier value)
- Parameters:
value
-identifier
(A formal identifier that is used to identify this report when it is represented in other formats, or referenced in a specification, model, design or an instance.)
-
getStatusElement
public Enumeration<MeasureReport.MeasureReportStatus> getStatusElement()
- Returns:
status
(The report status. No data will be available until the report status is complete.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
public boolean hasStatusElement()
-
hasStatus
public boolean hasStatus()
-
setStatusElement
public MeasureReport setStatusElement(Enumeration<MeasureReport.MeasureReportStatus> value)
- Parameters:
value
-status
(The report status. No data will be available until the report status is complete.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
public MeasureReport.MeasureReportStatus getStatus()
- Returns:
- The report status. No data will be available until the report status is complete.
-
setStatus
public MeasureReport setStatus(MeasureReport.MeasureReportStatus value)
- Parameters:
value
- The report status. No data will be available until the report status is complete.
-
getTypeElement
public Enumeration<MeasureReport.MeasureReportType> getTypeElement()
- Returns:
type
(The type of measure report. This may be an individual report, which provides a single patient's score for the measure; a patient listing, which returns the list of patients that meet the various criteria in the measure; or a summary report, which returns a population count for each of the criteria in the measure.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
hasTypeElement
public boolean hasTypeElement()
-
hasType
public boolean hasType()
-
setTypeElement
public MeasureReport setTypeElement(Enumeration<MeasureReport.MeasureReportType> value)
- Parameters:
value
-type
(The type of measure report. This may be an individual report, which provides a single patient's score for the measure; a patient listing, which returns the list of patients that meet the various criteria in the measure; or a summary report, which returns a population count for each of the criteria in the measure.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
getType
public MeasureReport.MeasureReportType getType()
- Returns:
- The type of measure report. This may be an individual report, which provides a single patient's score for the measure; a patient listing, which returns the list of patients that meet the various criteria in the measure; or a summary report, which returns a population count for each of the criteria in the measure.
-
setType
public MeasureReport setType(MeasureReport.MeasureReportType value)
- Parameters:
value
- The type of measure report. This may be an individual report, which provides a single patient's score for the measure; a patient listing, which returns the list of patients that meet the various criteria in the measure; or a summary report, which returns a population count for each of the criteria in the measure.
-
getMeasure
public Reference getMeasure()
- Returns:
measure
(A reference to the Measure that was evaluated to produce this report.)
-
hasMeasure
public boolean hasMeasure()
-
setMeasure
public MeasureReport setMeasure(Reference value)
- Parameters:
value
-measure
(A reference to the Measure that was evaluated to produce this report.)
-
getMeasureTarget
public Measure getMeasureTarget()
- Returns:
measure
The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (A reference to the Measure that was evaluated to produce this report.)
-
setMeasureTarget
public MeasureReport setMeasureTarget(Measure value)
- Parameters:
value
-measure
The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (A reference to the Measure that was evaluated to produce this report.)
-
getPatient
public Reference getPatient()
- Returns:
patient
(Optional Patient if the report was requested for a single patient.)
-
hasPatient
public boolean hasPatient()
-
setPatient
public MeasureReport setPatient(Reference value)
- Parameters:
value
-patient
(Optional Patient if the report was requested for a single patient.)
-
getPatientTarget
public Patient getPatientTarget()
- Returns:
patient
The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Optional Patient if the report was requested for a single patient.)
-
setPatientTarget
public MeasureReport setPatientTarget(Patient value)
- Parameters:
value
-patient
The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Optional Patient if the report was requested for a single patient.)
-
getDateElement
public DateTimeType getDateElement()
- Returns:
date
(The date this measure report was generated.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
hasDateElement
public boolean hasDateElement()
-
hasDate
public boolean hasDate()
-
setDateElement
public MeasureReport setDateElement(DateTimeType value)
- Parameters:
value
-date
(The date this measure report was generated.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
setDate
public MeasureReport setDate(Date value)
- Parameters:
value
- The date this measure report was generated.
-
getReportingOrganization
public Reference getReportingOrganization()
- Returns:
reportingOrganization
(Reporting Organization.)
-
hasReportingOrganization
public boolean hasReportingOrganization()
-
setReportingOrganization
public MeasureReport setReportingOrganization(Reference value)
- Parameters:
value
-reportingOrganization
(Reporting Organization.)
-
getReportingOrganizationTarget
public Organization getReportingOrganizationTarget()
- Returns:
reportingOrganization
The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Reporting Organization.)
-
setReportingOrganizationTarget
public MeasureReport setReportingOrganizationTarget(Organization value)
- Parameters:
value
-reportingOrganization
The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Reporting Organization.)
-
getPeriod
public Period getPeriod()
- Returns:
period
(The reporting period for which the report was calculated.)
-
hasPeriod
public boolean hasPeriod()
-
setPeriod
public MeasureReport setPeriod(Period value)
- Parameters:
value
-period
(The reporting period for which the report was calculated.)
-
getGroup
public List<MeasureReport.MeasureReportGroupComponent> getGroup()
- Returns:
group
(The results of the calculation, one for each population group in the measure.)
-
setGroup
public MeasureReport setGroup(List<MeasureReport.MeasureReportGroupComponent> theGroup)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasGroup
public boolean hasGroup()
-
addGroup
public MeasureReport.MeasureReportGroupComponent addGroup()
-
addGroup
public MeasureReport addGroup(MeasureReport.MeasureReportGroupComponent t)
-
getGroupFirstRep
public MeasureReport.MeasureReportGroupComponent getGroupFirstRep()
- Returns:
- The first repetition of repeating field
group
, creating it if it does not already exist
-
getEvaluatedResources
public Reference getEvaluatedResources()
- Returns:
evaluatedResources
(A reference to a Bundle containing the Resources that were used in the evaluation of this report.)
-
hasEvaluatedResources
public boolean hasEvaluatedResources()
-
setEvaluatedResources
public MeasureReport setEvaluatedResources(Reference value)
- Parameters:
value
-evaluatedResources
(A reference to a Bundle containing the Resources that were used in the evaluation of this report.)
-
getEvaluatedResourcesTarget
public Bundle getEvaluatedResourcesTarget()
- Returns:
evaluatedResources
The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (A reference to a Bundle containing the Resources that were used in the evaluation of this report.)
-
setEvaluatedResourcesTarget
public MeasureReport setEvaluatedResourcesTarget(Bundle value)
- Parameters:
value
-evaluatedResources
The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (A reference to a Bundle containing the Resources that were used in the evaluation of this report.)
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildren
in classDomainResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makeProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChild
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classDomainResource
-
copy
public MeasureReport copy()
- Specified by:
copy
in classDomainResource
-
typedCopy
protected MeasureReport typedCopy()
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeep
in classDomainResource
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallow
in classDomainResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classDomainResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceType
in classResource
-
-