public class MeasureReport extends DomainResource
| Modifier and Type | Class and 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 |
| Modifier and Type | Field and 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 calculation of this measure.
|
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 calculation of this measure.)
|
protected List<MeasureReport.MeasureReportGroupComponent> |
group
The results of the calculation, one for each population group in the measure.
|
protected List<Identifier> |
identifier
A formal identifier that is used to identify this MeasureReport 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 identifier
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements.
|
protected CanonicalType |
measure
A reference to the Measure that was calculated to produce this report.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
PATIENT
Fluent Client search parameter constant for patient
|
protected Period |
period
The reporting period for which the report was calculated.
|
protected Reference |
reporter
The individual, location, group, or organization that is reporting the data.
|
protected Resource |
reporterTarget
The actual object that is the target of the reference (The individual, location, group, or organization that is reporting the data.)
|
static String |
SP_IDENTIFIER
Search parameter: identifier
|
static String |
SP_PATIENT
Search parameter: patient
|
static String |
SP_STATUS
Search parameter: status
|
static String |
SP_SUBJECT
Search parameter: subject
|
protected Enumeration<MeasureReport.MeasureReportStatus> |
status
The MeasureReport status.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
STATUS
Fluent Client search parameter constant for status
|
protected Reference |
subject
Optional subject identifying the individual or individuals the report is for.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
SUBJECT
Fluent Client search parameter constant for subject
|
protected Resource |
subjectTarget
The actual object that is the target of the reference (Optional subject identifying the individual or individuals the report is for.)
|
protected Enumeration<MeasureReport.MeasureReportType> |
type
The type of measure report.
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
MeasureReport()
Constructor
|
MeasureReport(Enumeration<MeasureReport.MeasureReportStatus> status,
Enumeration<MeasureReport.MeasureReportType> type,
CanonicalType measure,
Period period)
Constructor
|
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setTextcopyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, isResource, setIdcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, 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, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected List<Identifier> identifier
protected Enumeration<MeasureReport.MeasureReportStatus> status
protected Enumeration<MeasureReport.MeasureReportType> type
protected CanonicalType measure
protected Reference subject
protected Resource subjectTarget
protected DateTimeType date
protected Reference reporter
protected Resource reporterTarget
protected List<MeasureReport.MeasureReportGroupComponent> group
protected Reference evaluatedResources
protected Bundle evaluatedResourcesTarget
public static final String SP_IDENTIFIER
Description: External identifier of the measure report to be returned
Type: token
Path: MeasureReport.identifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Description: External identifier of the measure report to be returned
Type: token
Path: MeasureReport.identifier
public static final String SP_PATIENT
Description: The identity of a patient to search for individual measure report results for
Type: reference
Path: MeasureReport.subject
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Description: The identity of a patient to search for individual measure report results for
Type: reference
Path: MeasureReport.subject
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
public static final String SP_SUBJECT
Description: The identity of a subject to search for individual measure report results for
Type: reference
Path: MeasureReport.subject
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
Description: The identity of a subject to search for individual measure report results for
Type: reference
Path: MeasureReport.subject
public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
public static final String SP_STATUS
Description: The status of the measure report
Type: token
Path: MeasureReport.status
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Description: The status of the measure report
Type: token
Path: MeasureReport.status
public MeasureReport()
public MeasureReport(Enumeration<MeasureReport.MeasureReportStatus> status, Enumeration<MeasureReport.MeasureReportType> type, CanonicalType measure, Period period)
public List<Identifier> getIdentifier()
identifier (A formal identifier that is used to identify this MeasureReport when it is represented in other formats or referenced in a specification, model, design or an instance.)public MeasureReport setIdentifier(List<Identifier> theIdentifier)
this for easy method chainingpublic boolean hasIdentifier()
public Identifier addIdentifier()
public MeasureReport addIdentifier(Identifier t)
public Identifier getIdentifierFirstRep()
identifier, creating it if it does not already existpublic Enumeration<MeasureReport.MeasureReportStatus> getStatusElement()
status (The MeasureReport status. No data will be available until the MeasureReport status is complete.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic boolean hasStatusElement()
public boolean hasStatus()
public MeasureReport setStatusElement(Enumeration<MeasureReport.MeasureReportStatus> value)
value - status (The MeasureReport status. No data will be available until the MeasureReport status is complete.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic MeasureReport.MeasureReportStatus getStatus()
public MeasureReport setStatus(MeasureReport.MeasureReportStatus value)
value - The MeasureReport status. No data will be available until the MeasureReport status is complete.public Enumeration<MeasureReport.MeasureReportType> getTypeElement()
type (The type of measure report. This may be an individual report, which provides the score for the measure for an individual member of the population; a subject-listing, which returns the list of members 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 valuepublic boolean hasTypeElement()
public boolean hasType()
public MeasureReport setTypeElement(Enumeration<MeasureReport.MeasureReportType> value)
value - type (The type of measure report. This may be an individual report, which provides the score for the measure for an individual member of the population; a subject-listing, which returns the list of members 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 valuepublic MeasureReport.MeasureReportType getType()
public MeasureReport setType(MeasureReport.MeasureReportType value)
value - The type of measure report. This may be an individual report, which provides the score for the measure for an individual member of the population; a subject-listing, which returns the list of members 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.public CanonicalType getMeasureElement()
measure (A reference to the Measure that was calculated to produce this report.). This is the underlying object with id, value and extensions. The accessor "getMeasure" gives direct access to the valuepublic boolean hasMeasureElement()
public boolean hasMeasure()
public MeasureReport setMeasureElement(CanonicalType value)
value - measure (A reference to the Measure that was calculated to produce this report.). This is the underlying object with id, value and extensions. The accessor "getMeasure" gives direct access to the valuepublic String getMeasure()
public MeasureReport setMeasure(String value)
value - A reference to the Measure that was calculated to produce this report.public Reference getSubject()
subject (Optional subject identifying the individual or individuals the report is for.)public boolean hasSubject()
public MeasureReport setSubject(Reference value)
value - subject (Optional subject identifying the individual or individuals the report is for.)public Resource getSubjectTarget()
subject 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 subject identifying the individual or individuals the report is for.)public MeasureReport setSubjectTarget(Resource value)
value - subject 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 subject identifying the individual or individuals the report is for.)public DateTimeType getDateElement()
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 valuepublic boolean hasDateElement()
public boolean hasDate()
public MeasureReport setDateElement(DateTimeType value)
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 valuepublic MeasureReport setDate(Date value)
value - The date this measure report was generated.public Reference getReporter()
reporter (The individual, location, group, or organization that is reporting the data.)public boolean hasReporter()
public MeasureReport setReporter(Reference value)
value - reporter (The individual, location, group, or organization that is reporting the data.)public Resource getReporterTarget()
reporter 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. (The individual, location, group, or organization that is reporting the data.)public MeasureReport setReporterTarget(Resource value)
value - reporter 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. (The individual, location, group, or organization that is reporting the data.)public Period getPeriod()
period (The reporting period for which the report was calculated.)public boolean hasPeriod()
public MeasureReport setPeriod(Period value)
value - period (The reporting period for which the report was calculated.)public List<MeasureReport.MeasureReportGroupComponent> getGroup()
group (The results of the calculation, one for each population group in the measure.)public MeasureReport setGroup(List<MeasureReport.MeasureReportGroupComponent> theGroup)
this for easy method chainingpublic boolean hasGroup()
public MeasureReport.MeasureReportGroupComponent addGroup()
public MeasureReport addGroup(MeasureReport.MeasureReportGroupComponent t)
public MeasureReport.MeasureReportGroupComponent getGroupFirstRep()
group, creating it if it does not already existpublic Reference getEvaluatedResources()
evaluatedResources (A reference to a Bundle containing the Resources that were used in the calculation of this measure.)public boolean hasEvaluatedResources()
public MeasureReport setEvaluatedResources(Reference value)
value - evaluatedResources (A reference to a Bundle containing the Resources that were used in the calculation of this measure.)public Bundle getEvaluatedResourcesTarget()
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 calculation of this measure.)public MeasureReport setEvaluatedResourcesTarget(Bundle value)
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 calculation of this measure.)protected void listChildren(List<Property> children)
listChildren in class DomainResourcepublic Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
getNamedProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
getTypesForProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in class DomainResourcepublic MeasureReport copy()
copy in class DomainResourceprotected MeasureReport typedCopy()
public boolean equalsDeep(Base other_)
equalsDeep in class DomainResourcepublic boolean equalsShallow(Base other_)
equalsShallow in class DomainResourcepublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class DomainResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2018 University Health Network. All rights reserved.