Private OptionalidentifierMeasureReport.identifier Element
FHIR Specification
IdentifierPrivate ReadonlymeasureFHIR CodeSystem: MeasureReportStatus
PrivatestatusMeasureReport.status Element
FHIR Specification
codeCodeSystem Enumeration: MeasureReportStatusEnum
Private ReadonlymeasureFHIR CodeSystem: MeasureReportType
Privatetype_MeasureReport.type Element
FHIR Specification
codeCodeSystem Enumeration: MeasureReportTypeEnum
Private ReadonlysubmitFHIR CodeSystem: SubmitDataUpdateType
Private OptionaldataMeasureReport.dataUpdateType Element
FHIR Specification
codeCodeSystem Enumeration: SubmitDataUpdateTypeEnum
Private OptionalmeasureMeasureReport.measure Element
FHIR Specification
canonical
Private OptionalsubjectMeasureReport.subject Element
FHIR Specification
Reference
Private OptionaldateMeasureReport.date Element
Private OptionalreporterMeasureReport.reporter Element
Private OptionalreportingMeasureReport.reportingVendor Element
FHIR Specification
Reference
Private OptionallocationMeasureReport.location Element
FHIR Specification
Reference
PrivateperiodMeasureReport.period Element
Private OptionalinputMeasureReport.inputParameters Element
FHIR Specification
Reference
Private OptionalscoringMeasureReport.scoring Element
FHIR Specification
CodeableConceptPrivate OptionalimprovementMeasureReport.improvementNotation Element
FHIR Specification
CodeableConceptPrivate OptionalgroupMeasureReport.group Element
Private OptionalsupplementalMeasureReport.supplementalData Element
FHIR Specification
Reference
Private OptionalevaluatedMeasureReport.evaluatedResource Element
FHIR Specification
Reference
StaticparseParse the provided MeasureReport JSON to instantiate the MeasureReport data model.
JSON representing FHIR MeasureReport
OptionaloptSourceField: stringOptional data source field (e.g. <complexTypeName>.<complexTypeFieldName>); defaults to MeasureReport
MeasureReport data model or undefined for MeasureReport
JsonError if the provided JSON is not a valid JSON object
the identifier property value as a Identifier array
Assigns the provided Identifier array value to the identifier property.
the identifier array value
this
InvalidTypeError for invalid data types
Add the provided Identifier value to the identifier array property.
the identifier value
this
InvalidTypeError for invalid data types
true if the identifier property exists and has a value; false otherwise
the status property value as a EnumCodeType if defined; else null
CodeSystem Enumeration: MeasureReportStatusEnum
Assigns the provided EnumCodeType value to the status property.
the status value
this
InvalidCodeError for invalid code value
InvalidTypeError for invalid data types
CodeSystem Enumeration: MeasureReportStatusEnum
true if the status property exists and has a value; false otherwise
the status property value as a CodeType if defined; else null
CodeSystem Enumeration: MeasureReportStatusEnum
Assigns the provided PrimitiveType value to the status property.
the status value
this
InvalidCodeError for invalid code value
InvalidTypeError for invalid data types
CodeSystem Enumeration: MeasureReportStatusEnum
true if the status property exists and has a value; false otherwise
the status property value as a fhirCode if defined; else null
CodeSystem Enumeration: MeasureReportStatusEnum
Assigns the provided primitive value to the status property.
the status value
this
InvalidCodeError for invalid code value
PrimitiveTypeError for invalid primitive types
CodeSystem Enumeration: MeasureReportStatusEnum
true if the status property exists and has a value; false otherwise
the type_ property value as a EnumCodeType if defined; else null
CodeSystem Enumeration: MeasureReportTypeEnum
Assigns the provided EnumCodeType value to the type_ property.
the type_ value
this
InvalidCodeError for invalid code value
InvalidTypeError for invalid data types
CodeSystem Enumeration: MeasureReportTypeEnum
true if the type_ property exists and has a value; false otherwise
the type_ property value as a CodeType if defined; else null
CodeSystem Enumeration: MeasureReportTypeEnum
Assigns the provided PrimitiveType value to the type_ property.
the type_ value
this
InvalidCodeError for invalid code value
InvalidTypeError for invalid data types
CodeSystem Enumeration: MeasureReportTypeEnum
true if the type_ property exists and has a value; false otherwise
the type_ property value as a fhirCode if defined; else null
CodeSystem Enumeration: MeasureReportTypeEnum
Assigns the provided primitive value to the type_ property.
the type_ value
this
InvalidCodeError for invalid code value
PrimitiveTypeError for invalid primitive types
CodeSystem Enumeration: MeasureReportTypeEnum
true if the type_ property exists and has a value; false otherwise
the dataUpdateType property value as a EnumCodeType if defined; else undefined
CodeSystem Enumeration: SubmitDataUpdateTypeEnum
Assigns the provided EnumCodeType value to the dataUpdateType property.
the dataUpdateType value
this
InvalidCodeError for invalid code values
InvalidTypeError for invalid data types
CodeSystem Enumeration: SubmitDataUpdateTypeEnum
true if the dataUpdateType property exists and has a value; false otherwise
the dataUpdateType property value as a CodeType if defined; else undefined
CodeSystem Enumeration: SubmitDataUpdateTypeEnum
Assigns the provided PrimitiveType value to the dataUpdateType property.
the dataUpdateType value
this
InvalidCodeError for invalid code value
InvalidTypeError for invalid data types
CodeSystem Enumeration: SubmitDataUpdateTypeEnum
true if the dataUpdateType property exists and has a value; false otherwise
the dataUpdateType property value as a fhirCode if defined; else undefined
CodeSystem Enumeration: SubmitDataUpdateTypeEnum
Assigns the provided primitive value to the dataUpdateType property.
the dataUpdateType value
this
InvalidCodeError for invalid code value
PrimitiveTypeError for invalid primitive types
CodeSystem Enumeration: SubmitDataUpdateTypeEnum
true if the dataUpdateType property exists and has a value; false otherwise
the measure property value as a CanonicalType object if defined; else an empty CanonicalType object
Assigns the provided PrimitiveType value to the measure property.
the measure value
this
InvalidTypeError for invalid data types
PrimitiveTypeError for invalid primitive types
true if the measure property exists and has a value; false otherwise
the measure property value as a fhirCanonical if defined; else undefined
Assigns the provided primitive value to the measure property.
the measure value
this
PrimitiveTypeError for invalid primitive types
true if the measure property exists and has a value; false otherwise
the subject property value as a Reference object; else an empty Reference object
Assigns the provided Subject object value to the subject property.
the subject object value
this
@ReferenceTargets('MeasureReport.subject', ['CareTeam','Device','Group','HealthcareService','Location','Organization','Patient','Practitioner','PractitionerRole','RelatedPerson',])
InvalidTypeError for invalid data type or reference value
true if the subject property exists and has a value; false otherwise
the date property value as a DateTimeType object if defined; else an empty DateTimeType object
Assigns the provided PrimitiveType value to the date property.
the date value
this
InvalidTypeError for invalid data types
PrimitiveTypeError for invalid primitive types
true if the date property exists and has a value; false otherwise
the date property value as a fhirDateTime if defined; else undefined
Assigns the provided primitive value to the date property.
the date value
this
PrimitiveTypeError for invalid primitive types
true if the date property exists and has a value; false otherwise
the reporter property value as a Reference object; else an empty Reference object
Assigns the provided Reporter object value to the reporter property.
the reporter object value
this
@ReferenceTargets('MeasureReport.reporter', ['Practitioner','PractitionerRole','Organization','Group',])
InvalidTypeError for invalid data type or reference value
true if the reporter property exists and has a value; false otherwise
the reportingVendor property value as a Reference object; else an empty Reference object
Assigns the provided ReportingVendor object value to the reportingVendor property.
the reportingVendor object value
this
InvalidTypeError for invalid data type or reference value
true if the reportingVendor property exists and has a value; false otherwise
the location property value as a Reference object; else an empty Reference object
Assigns the provided Location object value to the location property.
the location object value
this
InvalidTypeError for invalid data type or reference value
true if the location property exists and has a value; false otherwise
the period property value as a Period object if defined; else an empty Period object
Assigns the provided Period object value to the period property.
the period object value
this
InvalidTypeError for invalid data types
true if the period property exists and has a value; false otherwise
the inputParameters property value as a Reference object; else an empty Reference object
Assigns the provided InputParameters object value to the inputParameters property.
the inputParameters object value
this
InvalidTypeError for invalid data type or reference value
true if the inputParameters property exists and has a value; false otherwise
the scoring property value as a CodeableConcept object if defined; else an empty CodeableConcept object
Assigns the provided Scoring object value to the scoring property.
the scoring object value
this
InvalidTypeError for invalid data types
true if the scoring property exists and has a value; false otherwise
the improvementNotation property value as a CodeableConcept object if defined; else an empty CodeableConcept object
Assigns the provided ImprovementNotation object value to the improvementNotation property.
the improvementNotation object value
this
InvalidTypeError for invalid data types
true if the improvementNotation property exists and has a value; false otherwise
the group property value as a MeasureReportGroupComponent array
Assigns the provided MeasureReportGroupComponent array value to the group property.
the group array value
this
InvalidTypeError for invalid data types
Add the provided MeasureReportGroupComponent value to the group array property.
the group value
this
InvalidTypeError for invalid data types
true if the group property exists and has a value; false otherwise
the supplementalData property value as a Reference array
Assigns the provided Reference array value to the supplementalData property.
the supplementalData array value
this
InvalidTypeError for invalid data type or reference value
Add the provided Reference value to the supplementalData array property.
the supplementalData value
this
InvalidTypeError for invalid data type or reference value
true if the supplementalData property exists and has a value; false otherwise
the evaluatedResource property value as a Reference array
Assigns the provided Reference array value to the evaluatedResource property.
the evaluatedResource array value
this
InvalidTypeError for invalid data type or reference value
Add the provided Reference value to the evaluatedResource array property.
the evaluatedResource value
this
InvalidTypeError for invalid data type or reference value
true if the evaluatedResource property exists and has a value; false otherwise
the FHIR type defined in the FHIR standard
true if the instance is empty; false otherwise
true if and only if the data model has required fields (min cardinality > 0)
and at least one of those required fields in the instance is empty; false otherwise
Creates a copy of the current instance.
the a new instance copied from the current instance
the JSON value or undefined if the instance is empty
the text property value as a Narrative
Assigns the provided value to the text property.
the text value
this
true if the text property exists and has a value; false otherwise
the contained property value as a Resource array
Assigns the provided Resource array value to the contained property.
the contained array value
this
Add the provided Resource value to the contained array property.
the contained value
this
true if the contained property exists and has a value; false otherwise
the array of extension values
Assigns the provided array of Extension values to the extension property.
array of Extensions
this
Determines if the extension property exists.
Optionalurl: stringthe url that identifies a specific Extension
true if an Extension has the provided url; false otherwise
If the url is provided, determines if an Extension having
the provided url exists. If the url is not provided, determines
if the extension property exists and has any values.
AssertionError for invalid url
Returns the Extension having the provided url.
the url that identifies a specific Extension
the Extension having the provided url
AssertionError for invalid url
Adds the provided Extension to the extension property array.
the Extension value to add to the extension property array
this
Removes the Extension having the provided url from the extension property array.
the url that identifies a specific Extension to remove
AssertionError for invalid url
the array of modifierExtension values
Assigns the provided array of Extension values to the modifierExtension property.
array of Extensions
this
Determines if the modifierExtension property exists.
Optionalurl: stringthe url that identifies a specific Extension
true if an Extension has the provided url
If the url is provided, determines if an Extension having
the provided url exists. If the url is not provided, determines
if the modifierExtension property exists and has any values.
AssertionError for invalid url
Returns the Extension having the provided url.
the url that identifies a specific Extension
the Extension having the provided url
AssertionError for invalid url
Adds the provided Extension to the modifierExtension property array.
the Extension value to add to the modifierExtension property array
this
Removes the Extension having the provided url from the modifierExtension property array.
the url that identifies a specific Extension to remove
AssertionError for invalid url
the FHIR resource type as defined by the FHIR specification
the id property value as a PrimitiveType
Assigns the provided PrimitiveType value to the id property.
the id value
this
true if the id property exists and has a value; false otherwise
the id property value as a primitive value
Assigns the provided primitive value to the id property.
the id value
this
PrimitiveTypeError for invalid primitive types
true if the id property exists and has a value; false otherwise
the meta property value as a Meta
Assigns the provided value to the meta property.
the meta value
this
true if the meta property exists and has a value; false otherwise
the implicitRules property value as a PrimitiveType
Assigns the provided PrimitiveType value to the implicitRules property.
the implicitRules value
this
true if the implicitRules property exists and has a value; false otherwise
the implicitRules property value as a primitive value
Assigns the provided primitive value to the implicitRules property.
the implicitRules value
this
PrimitiveTypeError for invalid primitive types
true if the system property exists and has a value; false otherwise
the language property value as a PrimitiveType
Assigns the provided PrimitiveType value to the language property.
the language value
this
true if the language property exists and has a value; false otherwise
the language property value as a primitive value
Assigns the provided primitive value to the language property.
the language value
this
PrimitiveTypeError for invalid primitive types
true if the language property exists and has a value; false otherwise
true if the instance is a FHIR resource; false otherwise
true if the instance is a FHIR complex or primitive datatype; false otherwise
true if the instance is a FHIR complex datatype; false otherwise
true if the instance is a FHIR primitive datatype; false otherwise
true if the instance is a FHIR primitive boolean datatype; false otherwise
true if the instance is a FHIR primitive string-based datatype; false otherwise
true if the instance is a FHIR primitive number-based datatype; false otherwise
true if the instance is a FHIR primitive bigint-based datatype; false otherwise
true if the instance is a FHIR primitive datetime-based datatype; false otherwise
ProtectedcopyProtectedCopies the current instance's elements into the provided object.
the copied instance
PrivateinitInitialize the identifier property
PrivateinitInitialize the group property
PrivateinitInitialize the supplementalData property
PrivateinitInitialize the evaluatedResource property
MeasureReport Class
Remarks
The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.
FHIR Specification
See
FHIR MeasureReport