Package org.hl7.fhir.dstu2016may.model
Class MeasureReport
- java.lang.Object
-
- org.hl7.fhir.dstu2016may.model.Base
-
- org.hl7.fhir.dstu2016may.model.BaseResource
-
- org.hl7.fhir.dstu2016may.model.Resource
-
- org.hl7.fhir.dstu2016may.model.DomainResource
-
- org.hl7.fhir.dstu2016may.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 classMeasureReport.MeasureReportGroupComponentstatic classMeasureReport.MeasureReportGroupPopulationComponentstatic classMeasureReport.MeasureReportGroupStratifierComponentstatic classMeasureReport.MeasureReportGroupStratifierGroupComponentstatic classMeasureReport.MeasureReportGroupStratifierGroupPopulationComponentstatic classMeasureReport.MeasureReportGroupSupplementalDataComponentstatic classMeasureReport.MeasureReportGroupSupplementalDataGroupComponentstatic classMeasureReport.MeasureReportStatusstatic classMeasureReport.MeasureReportStatusEnumFactorystatic classMeasureReport.MeasureReportTypestatic classMeasureReport.MeasureReportTypeEnumFactory
-
Field Summary
Fields Modifier and Type Field Description protected DateTimeTypedateThe date this measure report was generated.protected ReferenceevaluatedResourcesA reference to a Bundle containing the Resources that were used in the evaluation of this report.protected BundleevaluatedResourcesTargetThe 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>groupThe results of the calculation, one for each population group in the measure.static ca.uhn.fhir.model.api.IncludeINCLUDE_PATIENTConstant for fluent queries to be used to add include statements.protected ReferencemeasureA reference to the Measure that was evaluated to produce this report.protected MeasuremeasureTargetThe actual object that is the target of the reference (A reference to the Measure that was evaluated to produce this report.)protected ReferencepatientOptional Patient if the report was requested for a single patient.static ca.uhn.fhir.rest.gclient.ReferenceClientParamPATIENTFluent Client search parameter constant for patientprotected PatientpatientTargetThe actual object that is the target of the reference (Optional Patient if the report was requested for a single patient.)protected PeriodperiodThe reporting period for which the report was calculated.protected ReferencereportingOrganizationReporting Organization.protected OrganizationreportingOrganizationTargetThe actual object that is the target of the reference (Reporting Organization.)static StringSP_PATIENTSearch parameter: patientprotected Enumeration<MeasureReport.MeasureReportStatus>statusThe report status.protected Enumeration<MeasureReport.MeasureReportType>typeThe type of measure report.-
Fields inherited from class org.hl7.fhir.dstu2016may.model.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.dstu2016may.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description MeasureReport()ConstructorMeasureReport(Reference measure, Enumeration<MeasureReport.MeasureReportType> type, Period period, Enumeration<MeasureReport.MeasureReportStatus> status)Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.DomainResource
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setText
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Resource
copyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.BaseResource
getStructureFhirVersionEnum, setId
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Base
castToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, 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
-
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.)
-
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 criteria in the measure.
-
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.)
-
status
protected Enumeration<MeasureReport.MeasureReportStatus> status
The report status. No data will be available until the report status is complete.
-
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_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".
-
-
Constructor Detail
-
MeasureReport
public MeasureReport()
Constructor
-
MeasureReport
public MeasureReport(Reference measure, Enumeration<MeasureReport.MeasureReportType> type, Period period, Enumeration<MeasureReport.MeasureReportStatus> status)
Constructor
-
-
Method Detail
-
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:
measureThe 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-measureThe 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.)
-
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 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 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 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 criteria in the measure.
-
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:
patientThe 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-patientThe 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.)
-
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.)
-
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.
-
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:
reportingOrganizationThe 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-reportingOrganizationThe 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.)
-
getGroup
public List<MeasureReport.MeasureReportGroupComponent> getGroup()
- Returns:
group(The results of the calculation, one for each population group in the measure.)
-
hasGroup
public boolean hasGroup()
-
addGroup
public MeasureReport.MeasureReportGroupComponent addGroup()
- Returns:
group(The results of the calculation, one for each population group in the measure.)
-
addGroup
public MeasureReport addGroup(MeasureReport.MeasureReportGroupComponent t)
-
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:
evaluatedResourcesThe 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-evaluatedResourcesThe 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> childrenList)
- Overrides:
listChildrenin classDomainResource
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
Description copied from class:Basemake an instance of a property. If the property is a repeating property, make a new instance. if the property is not repeating, return the property- Overrides:
makePropertyin classDomainResource- Returns:
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
public MeasureReport copy()
- Specified by:
copyin classDomainResource
-
typedCopy
protected MeasureReport typedCopy()
-
equalsDeep
public boolean equalsDeep(Base other)
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
public boolean equalsShallow(Base other)
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceTypein classResource
-
-