Class 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
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static enum
static class
static enum
static class
static class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected DateTimeType
The date this measure report was generated.static final ca.uhn.fhir.rest.gclient.DateClientParam
Fluent Client search parameter constant for datestatic final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for evaluated-resourceA reference to a Bundle containing the Resources that were used in the calculation of this measure.The actual objects that are 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> The results of the calculation, one for each population group in the measure.protected List
<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 final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for identifierprotected CodeableConcept
Whether improvement in the measure is noted by an increase or decrease in the measure score.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.protected CanonicalType
A reference to the Measure that was calculated to produce this report.static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for measurestatic final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for patientprotected Period
The reporting period for which the report was calculated.static final ca.uhn.fhir.rest.gclient.DateClientParam
Fluent Client search parameter constant for periodprotected Reference
The individual, location, or organization that is reporting the data.static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for reporterprotected Resource
The actual object that is the target of the reference (The individual, location, or organization that is reporting the data.)static final String
Search parameter: datestatic final String
Search parameter: evaluated-resourcestatic final String
Search parameter: identifierstatic final String
Search parameter: measurestatic final String
Search parameter: patientstatic final String
Search parameter: periodstatic final String
Search parameter: reporterstatic final String
Search parameter: statusstatic final String
Search parameter: subjectprotected Enumeration
<MeasureReport.MeasureReportStatus> The MeasureReport status.static final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for statusprotected Reference
Optional subject identifying the individual or individuals the report is for.static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for subjectprotected Resource
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> The type of measure report.Fields inherited from class org.hl7.fhir.r4.model.DomainResource
contained, extension, modifierExtension, text
Fields inherited from class org.hl7.fhir.r4.model.Resource
id, implicitRules, language, meta
Fields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
RES_ID, RES_LAST_UPDATED, RES_PROFILE, RES_SECURITY, RES_TAG, SP_RES_ID, SP_RES_LAST_UPDATED, SP_RES_PROFILE, SP_RES_SECURITY, SP_RES_TAG
Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET
-
Constructor Summary
ConstructorDescriptionConstructorMeasureReport
(Enumeration<MeasureReport.MeasureReportStatus> status, Enumeration<MeasureReport.MeasureReportType> type, CanonicalType measure, Period period) Constructor -
Method Summary
Modifier and TypeMethodDescriptionaddGroup()
copy()
void
copyValues
(MeasureReport dst) boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getDate()
Deprecated.Use Reference#setResource(IBaseResource) insteadgetGroup()
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) getType()
String[]
getTypesForProperty
(int hash, String name) boolean
hasDate()
boolean
boolean
boolean
hasGroup()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasType()
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) void
removeChild
(String name, Base value) setDateElement
(DateTimeType value) setEvaluatedResource
(List<Reference> theEvaluatedResource) setIdentifier
(List<Identifier> theIdentifier) setMeasure
(String value) setMeasureElement
(CanonicalType value) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setReporter
(Reference value) setReporterTarget
(Resource value) setSubject
(Reference value) setSubjectTarget
(Resource value) protected MeasureReport
Methods inherited from class org.hl7.fhir.r4.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setText
Methods inherited from class org.hl7.fhir.r4.model.Resource
copyValues, getId, getIdBase, getIdElement, getIdPart, getImplicitRules, getImplicitRulesElement, getLanguage, 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.r4.model.BaseResource
getStructureFhirVersionEnum, isResource, setId
Methods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, 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, compareDeep, compareValues, compareValues, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, 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
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, hasFormatComment
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, isDeleted, setId
-
Field Details
-
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. -
status
The MeasureReport status. No data will be available until the MeasureReport status is complete. -
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; a summary report, which returns a population count for each of the criteria in the measure; or a data-collection, which enables the MeasureReport to be used to exchange the data-of-interest for a quality measure. -
measure
A reference to the Measure that was calculated to produce this report. -
subject
Optional subject identifying the individual or individuals the report is for. -
subjectTarget
The actual object that is the target of the reference (Optional subject identifying the individual or individuals the report is for.) -
date
The date this measure report was generated. -
reporter
The individual, location, or organization that is reporting the data. -
reporterTarget
The actual object that is the target of the reference (The individual, location, or organization that is reporting the data.) -
period
The reporting period for which the report was calculated. -
improvementNotation
Whether improvement in the measure is noted by an increase or decrease in the measure score. -
group
The results of the calculation, one for each population group in the measure. -
evaluatedResource
A reference to a Bundle containing the Resources that were used in the calculation of this measure. -
evaluatedResourceTarget
The actual objects that are the target of the reference (A reference to a Bundle containing the Resources that were used in the calculation of this measure.) -
SP_DATE
Search parameter: dateDescription: The date of the measure report
Type: date
Path: MeasureReport.date
- See Also:
-
DATE
Fluent Client search parameter constant for dateDescription: The date of the measure report
Type: date
Path: MeasureReport.date
-
SP_IDENTIFIER
Search parameter: identifierDescription: External identifier of the measure report to be returned
Type: token
Path: MeasureReport.identifier
- See Also:
-
IDENTIFIER
Fluent Client search parameter constant for identifierDescription: External identifier of the measure report to be returned
Type: token
Path: MeasureReport.identifier
-
SP_PERIOD
Search parameter: periodDescription: The period of the measure report
Type: date
Path: MeasureReport.period
- See Also:
-
PERIOD
Fluent Client search parameter constant for periodDescription: The period of the measure report
Type: date
Path: MeasureReport.period
-
SP_MEASURE
Search parameter: measureDescription: The measure to return measure report results for
Type: reference
Path: MeasureReport.measure
- See Also:
-
MEASURE
Fluent Client search parameter constant for measureDescription: The measure to return measure report results for
Type: reference
Path: MeasureReport.measure
-
INCLUDE_MEASURE
Constant for fluent queries to be used to add include statements. Specifies the path value of "MeasureReport:measure". -
SP_PATIENT
Search parameter: patientDescription: The identity of a patient to search for individual measure report results for
Type: reference
Path: MeasureReport.subject
- See Also:
-
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.subject
-
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements. Specifies the path value of "MeasureReport:patient". -
SP_SUBJECT
Search parameter: subjectDescription: The identity of a subject to search for individual measure report results for
Type: reference
Path: MeasureReport.subject
- See Also:
-
SUBJECT
Fluent Client search parameter constant for subjectDescription: The identity of a subject to search for individual measure report results for
Type: reference
Path: MeasureReport.subject
-
INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements. Specifies the path value of "MeasureReport:subject". -
SP_REPORTER
Search parameter: reporterDescription: The reporter to return measure report results for
Type: reference
Path: MeasureReport.reporter
- See Also:
-
REPORTER
Fluent Client search parameter constant for reporterDescription: The reporter to return measure report results for
Type: reference
Path: MeasureReport.reporter
-
INCLUDE_REPORTER
Constant for fluent queries to be used to add include statements. Specifies the path value of "MeasureReport:reporter". -
SP_STATUS
Search parameter: statusDescription: The status of the measure report
Type: token
Path: MeasureReport.status
- See Also:
-
STATUS
Fluent Client search parameter constant for statusDescription: The status of the measure report
Type: token
Path: MeasureReport.status
-
SP_EVALUATED_RESOURCE
Search parameter: evaluated-resourceDescription: An evaluated resource referenced by the measure report
Type: reference
Path: MeasureReport.evaluatedResource
- See Also:
-
EVALUATED_RESOURCE
Fluent Client search parameter constant for evaluated-resourceDescription: An evaluated resource referenced by the measure report
Type: reference
Path: MeasureReport.evaluatedResource
-
INCLUDE_EVALUATED_RESOURCE
Constant for fluent queries to be used to add include statements. Specifies the path value of "MeasureReport:evaluated-resource".
-
-
Constructor Details
-
MeasureReport
public MeasureReport()Constructor -
MeasureReport
public MeasureReport(Enumeration<MeasureReport.MeasureReportStatus> status, Enumeration<MeasureReport.MeasureReportType> type, CanonicalType measure, Period period) Constructor
-
-
Method Details
-
getIdentifier
- Returns:
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.)
-
setIdentifier
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasIdentifier
-
addIdentifier
-
addIdentifier
-
getIdentifierFirstRep
- Returns:
- The first repetition of repeating field
identifier
, creating it if it does not already exist
-
getStatusElement
- Returns:
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 value
-
hasStatusElement
-
hasStatus
-
setStatusElement
- Parameters:
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 value
-
getStatus
- Returns:
- The MeasureReport status. No data will be available until the MeasureReport status is complete.
-
setStatus
- Parameters:
value
- The MeasureReport status. No data will be available until the MeasureReport status is complete.
-
getTypeElement
- Returns:
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; a summary report, which returns a population count for each of the criteria in the measure; or a data-collection, which enables the MeasureReport to be used to exchange the data-of-interest for a quality measure.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
hasTypeElement
-
hasType
-
setTypeElement
- Parameters:
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; a summary report, which returns a population count for each of the criteria in the measure; or a data-collection, which enables the MeasureReport to be used to exchange the data-of-interest for a quality measure.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
getType
- Returns:
- 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; a summary report, which returns a population count for each of the criteria in the measure; or a data-collection, which enables the MeasureReport to be used to exchange the data-of-interest for a quality measure.
-
setType
- Parameters:
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; a summary report, which returns a population count for each of the criteria in the measure; or a data-collection, which enables the MeasureReport to be used to exchange the data-of-interest for a quality measure.
-
getMeasureElement
- Returns:
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 value
-
hasMeasureElement
-
hasMeasure
-
setMeasureElement
- Parameters:
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 value
-
getMeasure
- Returns:
- A reference to the Measure that was calculated to produce this report.
-
setMeasure
- Parameters:
value
- A reference to the Measure that was calculated to produce this report.
-
getSubject
- Returns:
subject
(Optional subject identifying the individual or individuals the report is for.)
-
hasSubject
-
setSubject
- Parameters:
value
-subject
(Optional subject identifying the individual or individuals the report is for.)
-
getSubjectTarget
- Returns:
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.)
-
setSubjectTarget
- Parameters:
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.)
-
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
-
hasDate
-
setDateElement
- 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
-
getDate
- Returns:
- The date this measure report was generated.
-
setDate
- Parameters:
value
- The date this measure report was generated.
-
getReporter
- Returns:
reporter
(The individual, location, or organization that is reporting the data.)
-
hasReporter
-
setReporter
- Parameters:
value
-reporter
(The individual, location, or organization that is reporting the data.)
-
getReporterTarget
- Returns:
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, or organization that is reporting the data.)
-
setReporterTarget
- Parameters:
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, or organization that is reporting the data.)
-
getPeriod
- Returns:
period
(The reporting period for which the report was calculated.)
-
hasPeriod
-
setPeriod
- Parameters:
value
-period
(The reporting period for which the report was calculated.)
-
getImprovementNotation
- Returns:
improvementNotation
(Whether improvement in the measure is noted by an increase or decrease in the measure score.)
-
hasImprovementNotation
-
setImprovementNotation
- Parameters:
value
-improvementNotation
(Whether improvement in the measure is noted by an increase or decrease in the measure score.)
-
getGroup
- Returns:
group
(The results of the calculation, one for each population group in the measure.)
-
setGroup
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasGroup
-
addGroup
-
addGroup
-
getGroupFirstRep
- Returns:
- The first repetition of repeating field
group
, creating it if it does not already exist
-
getEvaluatedResource
- Returns:
evaluatedResource
(A reference to a Bundle containing the Resources that were used in the calculation of this measure.)
-
setEvaluatedResource
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasEvaluatedResource
-
addEvaluatedResource
-
addEvaluatedResource
-
getEvaluatedResourceFirstRep
- Returns:
- The first repetition of repeating field
evaluatedResource
, creating it if it does not already exist
-
getEvaluatedResourceTarget
Deprecated.Use Reference#setResource(IBaseResource) instead -
listChildren
- 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
- Overrides:
setProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
removeChild
- Overrides:
removeChild
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- 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
- Overrides:
addChild
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classDomainResource
-
copy
- Specified by:
copy
in classDomainResource
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeep
in classDomainResource
-
equalsShallow
- Overrides:
equalsShallow
in classDomainResource
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classDomainResource
-
getResourceType
- Specified by:
getResourceType
in classResource
-