This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Clinical Quality Information ![]() | Maturity Level: 4 | Trial Use | Security Category: Business | Compartments: Group, Patient |
The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.
The MeasureReport resource represents the results of calculating a measure for a specific subject or group of subjects. The $evaluate
operation of the Measure resource is defined to return a MeasureReport. The resource can represent three different levels of report: individual, subject-list, and summary.
The resource draws requirements from the HL7 CDA R2 Implementation Guide: Quality Reporting Document Architecture - Category 1 (QRDA I) Release 1 STU5.3 (US Realm) and the HL7 Implementation Guide for CDA Release 2: Quality Reporting Document Architecture - Category III (QRDA III), Release 1 implementation guides.
An individual MeasureReport contains information about a specific subject and typically includes references to the relevant data used to generate the report. A subject-list MeasureReport reports on a list of subjects and provides a List resource that contains references to individual-level reports for each subject being reported. A summary MeasureReport reports on a group of subjects and contains population counts and the calculated score as defined by the Measure. Finally, data-collection reports are used to communicate the data of interest, so no scoring or other calculated information is expected.
For a detailed discussion of how to use the Measure and MeasureReport resources, refer to the Quality Reporting topic.
Note to Balloters: A new
countQuantity
element is added in this ballot. The CQI Work Group is seeking reviewers and implementers feedback on these two options addressing the need to support decimal-valued count.
- Option 1: generalize the
count
element itself (i.e. change thecount
element to a Quantity, a breaking change)- Option 2: keep the approach of defining a new
countQuantity
element to maintain backwards compatibility
Although the MeasureReport is conceptually an Observation, there is enough specific information required to support the quality reporting use case to warrant a separate resource.
The resource is differentiated from a general-purpose query result because it communicates specific information related to quality measurement evaluation that would be difficult to convey generally without imposing some other structure on top of the general results.
Structure
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
TU | DomainResource | Results of a measure evaluation + Rule: Measure Reports used for data collection SHALL NOT communicate group and score information + Rule: Stratifiers SHALL be either a single criteria element or a set of criteria components Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
![]() ![]() ![]() |
Σ | 0..* | Identifier | Additional identifier for the MeasureReport |
![]() ![]() ![]() |
0..1 | CodeableConcept | The category of measure report instance this is (example codes include deqm, ra, vbp) Binding: Measure Report Category VS (Extensible) | |
![]() ![]() ![]() |
0..1 | Reference(OperationOutcome) | Evaluation messages | |
![]() ![]() ![]() |
?!Σ | 1..1 | code | complete | pending | error Binding: Measure Report Status (Required) |
![]() ![]() ![]() |
ΣC | 1..1 | code | individual | subject-list | summary | data-exchange Binding: Measure Report Type (Required) |
![]() ![]() ![]() |
?!Σ | 0..1 | code | incremental | snapshot Binding: Submit Data Update Type (Required) |
![]() ![]() ![]() |
Σ | 0..1 | canonical(Measure) | What measure was calculated |
![]() ![]() ![]() |
Σ | 0..1 | Reference(CareTeam | Device | Group | HealthcareService | Location | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson) | What individual(s) the report is for |
![]() ![]() ![]() |
Σ | 0..1 | dateTime | When the measure report was generated |
![]() ![]() ![]() |
Σ | 0..1 | Reference(Practitioner | PractitionerRole | Organization) | Who is reporting the data |
![]() ![]() ![]() |
0..1 | Reference(Organization) | What vendor prepared the data | |
![]() ![]() ![]() |
0..* | Reference(Location) | Where the reported data is from | |
![]() ![]() ![]() |
Σ | 1..1 | Period | What period the report covers |
![]() ![]() ![]() |
0..1 | Reference(Parameters) | What parameters were provided to the report | |
![]() ![]() ![]() |
?!Σ | 0..1 | CodeableConcept | What scoring method (e.g. proportion, ratio, continuous-variable) Binding: Measure Scoring ![]() |
![]() ![]() ![]() |
?!ΣXD | 0..1 | CodeableConcept | increase | decrease Binding: MeasureImprovementNotation ![]() |
![]() ![]() ![]() |
C | 0..* | BackboneElement | Measure results for each group |
![]() ![]() ![]() ![]() |
0..1 | string | Pointer to specific group from Measure | |
![]() ![]() ![]() ![]() |
0..1 | dateTime | The date the Measure Report was calculated | |
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Meaning of the group Binding: Measure Group Example (Example) |
![]() ![]() ![]() ![]() |
0..1 | markdown | Summary description | |
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(CareTeam | Device | Group | HealthcareService | Location | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson) | What individual(s) the report is for |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | CodeableConcept | What scoring method (e.g. proportion, ratio, continuous-variable) Binding: Measure Scoring ![]() |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | CodeableConcept | increase | decrease Binding: MeasureImprovementNotation ![]() |
![]() ![]() ![]() ![]() |
Σ | 0..1 | markdown | Explanation of improvement notation |
![]() ![]() ![]() ![]() |
C | 0..* | BackboneElement | The populations in the group + Rule: The count and countQuantity elements SHALL be mutually exclusive |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Pointer to specific population from Measure | |
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation Binding: MeasurePopulationType ![]() |
![]() ![]() ![]() ![]() ![]() |
0..1 | markdown | The human readable description of this population criteria | |
![]() ![]() ![]() ![]() ![]() |
C | 0..1 | integer | Size of the population |
![]() ![]() ![]() ![]() ![]() |
CTU | 0..1 | Quantity | Size of the population as a quantity |
![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(List) | For subject-list reports, the subject results in this population | |
![]() ![]() ![]() ![]() ![]() |
0..* | Reference(MeasureReport) | For subject-list reports, references to the individual reports for subjects in this population | |
![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(Group) | What individual(s) in the population | |
![]() ![]() ![]() ![]() |
Σ | 0..1 | What score this group achieved | |
![]() ![]() ![]() ![]() ![]() |
Quantity | |||
![]() ![]() ![]() ![]() ![]() |
dateTime | |||
![]() ![]() ![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() ![]() ![]() |
Period | |||
![]() ![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() ![]() ![]() ![]() |
Duration | |||
![]() ![]() ![]() ![]() ![]() |
boolean | |||
![]() ![]() ![]() ![]() |
C | 0..* | BackboneElement | Stratification results |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Pointer to specific stratifier from Measure | |
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | What stratifier of the group Binding: Measure Stratifier Example (Example) | |
![]() ![]() ![]() ![]() ![]() |
0..1 | markdown | The human readable description of this stratifier | |
![]() ![]() ![]() ![]() ![]() |
C | 0..* | BackboneElement | Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components |
![]() ![]() ![]() ![]() ![]() ![]() |
C | 0..1 | The stratum value, e.g. male Binding: Measure Report Stratifier Value Example (Example) | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
boolean | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quantity | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Reference() | |||
![]() ![]() ![]() ![]() ![]() ![]() |
C | 0..* | BackboneElement | Stratifier component values |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Pointer to specific stratifier component from Measure | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | What stratifier component of the group Binding: Measure Stratifier Example (Example) | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | markdown | The human readable description of this stratifier component | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | The stratum component value, e.g. male Binding: Measure Report Stratifier Value Example (Example) | ||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
boolean | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quantity | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Reference() | |||
![]() ![]() ![]() ![]() ![]() ![]() |
C | 0..* | BackboneElement | Population results in this stratum + Rule: The count and countQuantity elements for a statum population SHALL be mutually exclusive |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Pointer to specific population from Measure | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation Binding: MeasurePopulationType ![]() | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
C | 0..1 | integer | Size of the population |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
CTU | 0..1 | Quantity | Size of the population as a quantity |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(List) | For subject-list reports, the subject results in this population | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Reference(MeasureReport) | For subject-list reports, a subject result in this population | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(Group) | What individual(s) in the population | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | What score this stratum achieved | ||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quantity | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
dateTime | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Period | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Duration | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
boolean | |||
![]() ![]() ![]() |
0..* | Reference(Any) | Additional information collected for the report | |
![]() ![]() ![]() |
0..* | Reference(Any) | What data was used to calculate the measure score | |
![]() ![]() |
See the Extensions for this resource
UML Diagram (Legend)
XML Template
<MeasureReport xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Additional identifier for the MeasureReport --></identifier> <category><!-- 0..1 CodeableConcept The category of measure report instance this is (example codes include deqm, ra, vbp) --></category> <messages><!-- 0..1 Reference(OperationOutcome) Evaluation messages --></messages> <status value="[code]"/><!-- 1..1 complete | pending | error --> <type value="[code]"/><!-- I 1..1 individual | subject-list | summary | data-exchange --> <dataUpdateType value="[code]"/><!-- 0..1 incremental | snapshot --> <measure><!-- 0..1 canonical(Measure) What measure was calculated --></measure> <subject><!-- 0..1 Reference(CareTeam|Device|Group|HealthcareService|Location| Organization|Patient|Practitioner|PractitionerRole|RelatedPerson) What individual(s) the report is for --></subject> <date value="[dateTime]"/><!-- 0..1 When the measure report was generated --> <reporter><!-- 0..1 Reference(Organization|Practitioner|PractitionerRole) Who is reporting the data --></reporter> <reportingVendor><!-- 0..1 Reference(Organization) What vendor prepared the data --></reportingVendor> <location><!-- 0..* Reference(Location) Where the reported data is from --></location> <period><!-- 1..1 Period What period the report covers --></period> <inputParameters><!-- 0..1 Reference(Parameters) What parameters were provided to the report --></inputParameters> <scoring><!-- 0..1 CodeableConcept What scoring method (e.g. proportion, ratio, continuous-variable)
--></scoring> <improvementNotation><!-- 0..1 CodeableConcept increase | decrease
--></improvementNotation> <group> <!-- I 0..* Measure results for each group --> <linkId value="[string]"/><!-- 0..1 Pointer to specific group from Measure --> <calculatedDate value="[dateTime]"/><!-- 0..1 The date the Measure Report was calculated --> <code><!-- 0..1 CodeableConcept Meaning of the group --></code> <description value="[markdown]"/><!-- 0..1 Summary description --> <subject><!-- 0..1 Reference(CareTeam|Device|Group|HealthcareService|Location| Organization|Patient|Practitioner|PractitionerRole|RelatedPerson) What individual(s) the report is for --></subject> <scoring><!-- 0..1 CodeableConcept What scoring method (e.g. proportion, ratio, continuous-variable)
--></scoring> <improvementNotation><!-- 0..1 CodeableConcept increase | decrease
--></improvementNotation> <improvementNotationGuidance value="[markdown]"/><!-- 0..1 Explanation of improvement notation --> <population> <!-- 0..* The populations in the group --> <linkId value="[string]"/><!-- 0..1 Pointer to specific population from Measure --> <code><!-- 0..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
--></code> <description value="[markdown]"/><!-- 0..1 The human readable description of this population criteria --> <count value="[integer]"/><!-- I 0..1 Size of the population --> <countQuantity><!-- I 0..1 Quantity Size of the population as a quantity --></countQuantity> <subjectResults><!-- 0..1 Reference(List) For subject-list reports, the subject results in this population --></subjectResults> <subjectReport><!-- 0..* Reference(MeasureReport) For subject-list reports, references to the individual reports for subjects in this population --></subjectReport> <subjects><!-- 0..1 Reference(Group) What individual(s) in the population --></subjects> </population> <measureScore[x]><!-- 0..1 Quantity|dateTime|CodeableConcept|Period|Range| Duration|boolean What score this group achieved --></measureScore[x]> <stratifier> <!-- I 0..* Stratification results --> <linkId value="[string]"/><!-- 0..1 Pointer to specific stratifier from Measure --> <code><!-- 0..1 CodeableConcept What stratifier of the group --></code> <description value="[markdown]"/><!-- 0..1 The human readable description of this stratifier --> <stratum> <!-- I 0..* Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components --> <value[x]><!-- I 0..1 CodeableConcept|boolean|Quantity|Range|Reference The stratum value, e.g. male --></value[x]> <component> <!-- I 0..* Stratifier component values --> <linkId value="[string]"/><!-- 0..1 Pointer to specific stratifier component from Measure --> <code><!-- 1..1 CodeableConcept What stratifier component of the group --></code> <description value="[markdown]"/><!-- 0..1 The human readable description of this stratifier component --> <value[x]><!-- 1..1 CodeableConcept|boolean|Quantity|Range|Reference The stratum component value, e.g. male --></value[x]> </component> <population> <!-- 0..* Population results in this stratum --> <linkId value="[string]"/><!-- 0..1 Pointer to specific population from Measure --> <code><!-- 0..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
--></code> <count value="[integer]"/><!-- I 0..1 Size of the population --> <countQuantity><!-- I 0..1 Quantity Size of the population as a quantity --></countQuantity> <subjectResults><!-- 0..1 Reference(List) For subject-list reports, the subject results in this population --></subjectResults> <subjectReport><!-- 0..* Reference(MeasureReport) For subject-list reports, a subject result in this population --></subjectReport> <subjects><!-- 0..1 Reference(Group) What individual(s) in the population --></subjects> </population> <measureScore[x]><!-- 0..1 Quantity|dateTime|CodeableConcept|Period|Range| Duration|boolean What score this stratum achieved --></measureScore[x]> </stratum> </stratifier> </group> <supplementalData><!-- 0..* Reference(Any) Additional information collected for the report --></supplementalData> <evaluatedResource><!-- 0..* Reference(Any) What data was used to calculate the measure score --></evaluatedResource> </MeasureReport>
JSON Template
{"resourceType" : "MeasureReport", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Additional identifier for the MeasureReport "category" : { CodeableConcept }, // The category of measure report instance this is (example codes include deqm, ra, vbp) "messages" : { Reference(OperationOutcome) }, // Evaluation messages "status" : "<code>", // R! complete | pending | error "type" : "<code>", // I R! individual | subject-list | summary | data-exchange "dataUpdateType" : "<code>", // incremental | snapshot "measure" : "<canonical(Measure)>", // What measure was calculated "subject" : { Reference(CareTeam|Device|Group|HealthcareService|Location| Organization|Patient|Practitioner|PractitionerRole|RelatedPerson) }, // What individual(s) the report is for "date" : "<dateTime>", // When the measure report was generated "reporter" : { Reference(Organization|Practitioner|PractitionerRole) }, // Who is reporting the data "reportingVendor" : { Reference(Organization) }, // What vendor prepared the data "location" : [{ Reference(Location) }], // Where the reported data is from "period" : { Period }, // R! What period the report covers "inputParameters" : { Reference(Parameters) }, // What parameters were provided to the report "scoring" : { CodeableConcept }, // What scoring method (e.g. proportion, ratio, continuous-variable)
"improvementNotation" : { CodeableConcept }, // increase | decrease
"group" : [{ // I Measure results for each group "linkId" : "<string>", // Pointer to specific group from Measure "calculatedDate" : "<dateTime>", // The date the Measure Report was calculated "code" : { CodeableConcept }, // Meaning of the group "description" : "<markdown>", // Summary description "subject" : { Reference(CareTeam|Device|Group|HealthcareService|Location| Organization|Patient|Practitioner|PractitionerRole|RelatedPerson) }, // What individual(s) the report is for "scoring" : { CodeableConcept }, // What scoring method (e.g. proportion, ratio, continuous-variable)
"improvementNotation" : { CodeableConcept }, // increase | decrease
"improvementNotationGuidance" : "<markdown>", // Explanation of improvement notation "population" : [{ // The populations in the group "linkId" : "<string>", // Pointer to specific population from Measure "code" : { CodeableConcept }, // initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
"description" : "<markdown>", // The human readable description of this population criteria "count" : <integer>, // I Size of the population "countQuantity" : { Quantity }, // I Size of the population as a quantity "subjectResults" : { Reference(List) }, // For subject-list reports, the subject results in this population "subjectReport" : [{ Reference(MeasureReport) }], // For subject-list reports, references to the individual reports for subjects in this population "subjects" : { Reference(Group) } // What individual(s) in the population }], // measureScore[x]: What score this group achieved. One of these 7: "measureScoreQuantity" : { Quantity }, "measureScoreDateTime" : "<dateTime>", "measureScoreCodeableConcept" : { CodeableConcept }, "measureScorePeriod" : { Period }, "measureScoreRange" : { Range }, "measureScoreDuration" : { Duration }, "measureScoreBoolean" : <boolean>, "stratifier" : [{ // I Stratification results "linkId" : "<string>", // Pointer to specific stratifier from Measure "code" : { CodeableConcept }, // What stratifier of the group "description" : "<markdown>", // The human readable description of this stratifier "stratum" : [{ // I Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components // value[x]: The stratum value, e.g. male. One of these 5: "valueCodeableConcept" : { CodeableConcept }, "valueBoolean" : <boolean>, "valueQuantity" : { Quantity }, "valueRange" : { Range }, "valueReference" : { Reference }, "component" : [{ // I Stratifier component values "linkId" : "<string>", // Pointer to specific stratifier component from Measure "code" : { CodeableConcept }, // R! What stratifier component of the group "description" : "<markdown>", // The human readable description of this stratifier component // value[x]: The stratum component value, e.g. male. One of these 5: "valueCodeableConcept" : { CodeableConcept }, "valueBoolean" : <boolean>, "valueQuantity" : { Quantity }, "valueRange" : { Range }, "valueReference" : { Reference } }], "population" : [{ // Population results in this stratum "linkId" : "<string>", // Pointer to specific population from Measure "code" : { CodeableConcept }, // initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
"count" : <integer>, // I Size of the population "countQuantity" : { Quantity }, // I Size of the population as a quantity "subjectResults" : { Reference(List) }, // For subject-list reports, the subject results in this population "subjectReport" : [{ Reference(MeasureReport) }], // For subject-list reports, a subject result in this population "subjects" : { Reference(Group) } // What individual(s) in the population }], // measureScore[x]: What score this stratum achieved. One of these 7: "measureScoreQuantity" : { Quantity }, "measureScoreDateTime" : "<dateTime>", "measureScoreCodeableConcept" : { CodeableConcept }, "measureScorePeriod" : { Period }, "measureScoreRange" : { Range }, "measureScoreDuration" : { Duration }, "measureScoreBoolean" : <boolean> }] }] }], "supplementalData" : [{ Reference(Any) }], // Additional information collected for the report "evaluatedResource" : [{ Reference(Any) }] // What data was used to calculate the measure score }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:MeasureReport; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:identifier ( [ Identifier ] ... ) ; # 0..* Additional identifier for the MeasureReport fhir:category [ CodeableConcept ] ; # 0..1 The category of measure report instance this is (example codes include deqm, ra, vbp) fhir:messages [ Reference(OperationOutcome) ] ; # 0..1 Evaluation messages fhir:status [ code ] ; # 1..1 complete | pending | error fhir:type [ code ] ; # 1..1 I individual | subject-list | summary | data-exchange fhir:dataUpdateType [ code ] ; # 0..1 incremental | snapshot fhir:measure [ canonical(Measure) ] ; # 0..1 What measure was calculated fhir:subject [ Reference(CareTeam|Device|Group|HealthcareService|Location|Organization|Patient| Practitioner|PractitionerRole|RelatedPerson) ] ; # 0..1 What individual(s) the report is for fhir:date [ dateTime ] ; # 0..1 When the measure report was generated fhir:reporter [ Reference(Organization|Practitioner|PractitionerRole) ] ; # 0..1 Who is reporting the data fhir:reportingVendor [ Reference(Organization) ] ; # 0..1 What vendor prepared the data fhir:location ( [ Reference(Location) ] ... ) ; # 0..* Where the reported data is from fhir:period [ Period ] ; # 1..1 What period the report covers fhir:inputParameters [ Reference(Parameters) ] ; # 0..1 What parameters were provided to the report fhir:scoring [ CodeableConcept ] ; # 0..1 What scoring method (e.g. proportion, ratio, continuous-variable) fhir:improvementNotation [ CodeableConcept ] ; # 0..1 increase | decrease fhir:group ( [ # 0..* I Measure results for each group fhir:linkId [ string ] ; # 0..1 Pointer to specific group from Measure fhir:calculatedDate [ dateTime ] ; # 0..1 The date the Measure Report was calculated fhir:code [ CodeableConcept ] ; # 0..1 Meaning of the group fhir:description [ markdown ] ; # 0..1 Summary description fhir:subject [ Reference(CareTeam|Device|Group|HealthcareService|Location|Organization|Patient| Practitioner|PractitionerRole|RelatedPerson) ] ; # 0..1 What individual(s) the report is for fhir:scoring [ CodeableConcept ] ; # 0..1 What scoring method (e.g. proportion, ratio, continuous-variable) fhir:improvementNotation [ CodeableConcept ] ; # 0..1 increase | decrease fhir:improvementNotationGuidance [ markdown ] ; # 0..1 Explanation of improvement notation fhir:population ( [ # 0..* The populations in the group fhir:linkId [ string ] ; # 0..1 Pointer to specific population from Measure fhir:code [ CodeableConcept ] ; # 0..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation fhir:description [ markdown ] ; # 0..1 The human readable description of this population criteria fhir:count [ integer ] ; # 0..1 I Size of the population fhir:countQuantity [ Quantity ] ; # 0..1 I Size of the population as a quantity fhir:subjectResults [ Reference(List) ] ; # 0..1 For subject-list reports, the subject results in this population fhir:subjectReport ( [ Reference(MeasureReport) ] ... ) ; # 0..* For subject-list reports, references to the individual reports for subjects in this population fhir:subjects [ Reference(Group) ] ; # 0..1 What individual(s) in the population ] ... ) ; # measureScore[x] : 0..1 What score this group achieved. One of these 7 fhir:measureScore [ a fhir:Quantity ; Quantity ] fhir:measureScore [ a fhir:dateTime ; dateTime ] fhir:measureScore [ a fhir:CodeableConcept ; CodeableConcept ] fhir:measureScore [ a fhir:Period ; Period ] fhir:measureScore [ a fhir:Range ; Range ] fhir:measureScore [ a fhir:Duration ; Duration ] fhir:measureScore [ a fhir:boolean ; boolean ] fhir:stratifier ( [ # 0..* I Stratification results fhir:linkId [ string ] ; # 0..1 Pointer to specific stratifier from Measure fhir:code [ CodeableConcept ] ; # 0..1 What stratifier of the group fhir:description [ markdown ] ; # 0..1 The human readable description of this stratifier fhir:stratum ( [ # 0..* I Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components # value[x] : 0..1 I The stratum value, e.g. male. One of these 5 fhir:value [ a fhir:CodeableConcept ; CodeableConcept ] fhir:value [ a fhir:boolean ; boolean ] fhir:value [ a fhir:Quantity ; Quantity ] fhir:value [ a fhir:Range ; Range ] fhir:value [ a fhir:Reference ; Reference ] fhir:component ( [ # 0..* I Stratifier component values fhir:linkId [ string ] ; # 0..1 Pointer to specific stratifier component from Measure fhir:code [ CodeableConcept ] ; # 1..1 What stratifier component of the group fhir:description [ markdown ] ; # 0..1 The human readable description of this stratifier component # value[x] : 1..1 The stratum component value, e.g. male. One of these 5 fhir:value [ a fhir:CodeableConcept ; CodeableConcept ] fhir:value [ a fhir:boolean ; boolean ] fhir:value [ a fhir:Quantity ; Quantity ] fhir:value [ a fhir:Range ; Range ] fhir:value [ a fhir:Reference ; Reference ] ] ... ) ; fhir:population ( [ # 0..* Population results in this stratum fhir:linkId [ string ] ; # 0..1 Pointer to specific population from Measure fhir:code [ CodeableConcept ] ; # 0..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation fhir:count [ integer ] ; # 0..1 I Size of the population fhir:countQuantity [ Quantity ] ; # 0..1 I Size of the population as a quantity fhir:subjectResults [ Reference(List) ] ; # 0..1 For subject-list reports, the subject results in this population fhir:subjectReport ( [ Reference(MeasureReport) ] ... ) ; # 0..* For subject-list reports, a subject result in this population fhir:subjects [ Reference(Group) ] ; # 0..1 What individual(s) in the population ] ... ) ; # measureScore[x] : 0..1 What score this stratum achieved. One of these 7 fhir:measureScore [ a fhir:Quantity ; Quantity ] fhir:measureScore [ a fhir:dateTime ; dateTime ] fhir:measureScore [ a fhir:CodeableConcept ; CodeableConcept ] fhir:measureScore [ a fhir:Period ; Period ] fhir:measureScore [ a fhir:Range ; Range ] fhir:measureScore [ a fhir:Duration ; Duration ] fhir:measureScore [ a fhir:boolean ; boolean ] ] ... ) ; ] ... ) ; ] ... ) ; fhir:supplementalData ( [ Reference(Any) ] ... ) ; # 0..* Additional information collected for the report fhir:evaluatedResource ( [ Reference(Any) ] ... ) ; # 0..* What data was used to calculate the measure score ]
Changes from both R4 and R4B
MeasureReport | |
MeasureReport.category |
|
MeasureReport.messages |
|
MeasureReport.type |
|
MeasureReport.dataUpdateType |
|
MeasureReport.measure |
|
MeasureReport.subject |
|
MeasureReport.reporter |
|
MeasureReport.reportingVendor |
|
MeasureReport.location |
|
MeasureReport.inputParameters |
|
MeasureReport.scoring |
|
MeasureReport.improvementNotation |
|
MeasureReport.group.linkId |
|
MeasureReport.group.calculatedDate |
|
MeasureReport.group.description |
|
MeasureReport.group.subject |
|
MeasureReport.group.scoring |
|
MeasureReport.group.improvementNotation |
|
MeasureReport.group.improvementNotationGuidance |
|
MeasureReport.group.population.linkId |
|
MeasureReport.group.population.code |
|
MeasureReport.group.population.description |
|
MeasureReport.group.population.countQuantity |
|
MeasureReport.group.population.subjectReport |
|
MeasureReport.group.population.subjects |
|
MeasureReport.group.measureScore[x] |
|
MeasureReport.group.stratifier.linkId |
|
MeasureReport.group.stratifier.code |
|
MeasureReport.group.stratifier.description |
|
MeasureReport.group.stratifier.stratum.value[x] |
|
MeasureReport.group.stratifier.stratum.component.linkId |
|
MeasureReport.group.stratifier.stratum.component.description |
|
MeasureReport.group.stratifier.stratum.component.value[x] |
|
MeasureReport.group.stratifier.stratum.population.linkId |
|
MeasureReport.group.stratifier.stratum.population.code |
|
MeasureReport.group.stratifier.stratum.population.countQuantity |
|
MeasureReport.group.stratifier.stratum.population.subjectReport |
|
MeasureReport.group.stratifier.stratum.population.subjects |
|
MeasureReport.group.stratifier.stratum.measureScore[x] |
|
MeasureReport.supplementalData |
|
See the Full Difference for further information
This analysis is available for R4 as XML or JSON and for R4B as XML or JSON.
Structure
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
TU | DomainResource | Results of a measure evaluation + Rule: Measure Reports used for data collection SHALL NOT communicate group and score information + Rule: Stratifiers SHALL be either a single criteria element or a set of criteria components Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
![]() ![]() ![]() |
Σ | 0..* | Identifier | Additional identifier for the MeasureReport |
![]() ![]() ![]() |
0..1 | CodeableConcept | The category of measure report instance this is (example codes include deqm, ra, vbp) Binding: Measure Report Category VS (Extensible) | |
![]() ![]() ![]() |
0..1 | Reference(OperationOutcome) | Evaluation messages | |
![]() ![]() ![]() |
?!Σ | 1..1 | code | complete | pending | error Binding: Measure Report Status (Required) |
![]() ![]() ![]() |
ΣC | 1..1 | code | individual | subject-list | summary | data-exchange Binding: Measure Report Type (Required) |
![]() ![]() ![]() |
?!Σ | 0..1 | code | incremental | snapshot Binding: Submit Data Update Type (Required) |
![]() ![]() ![]() |
Σ | 0..1 | canonical(Measure) | What measure was calculated |
![]() ![]() ![]() |
Σ | 0..1 | Reference(CareTeam | Device | Group | HealthcareService | Location | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson) | What individual(s) the report is for |
![]() ![]() ![]() |
Σ | 0..1 | dateTime | When the measure report was generated |
![]() ![]() ![]() |
Σ | 0..1 | Reference(Practitioner | PractitionerRole | Organization) | Who is reporting the data |
![]() ![]() ![]() |
0..1 | Reference(Organization) | What vendor prepared the data | |
![]() ![]() ![]() |
0..* | Reference(Location) | Where the reported data is from | |
![]() ![]() ![]() |
Σ | 1..1 | Period | What period the report covers |
![]() ![]() ![]() |
0..1 | Reference(Parameters) | What parameters were provided to the report | |
![]() ![]() ![]() |
?!Σ | 0..1 | CodeableConcept | What scoring method (e.g. proportion, ratio, continuous-variable) Binding: Measure Scoring ![]() |
![]() ![]() ![]() |
?!ΣXD | 0..1 | CodeableConcept | increase | decrease Binding: MeasureImprovementNotation ![]() |
![]() ![]() ![]() |
C | 0..* | BackboneElement | Measure results for each group |
![]() ![]() ![]() ![]() |
0..1 | string | Pointer to specific group from Measure | |
![]() ![]() ![]() ![]() |
0..1 | dateTime | The date the Measure Report was calculated | |
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Meaning of the group Binding: Measure Group Example (Example) |
![]() ![]() ![]() ![]() |
0..1 | markdown | Summary description | |
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(CareTeam | Device | Group | HealthcareService | Location | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson) | What individual(s) the report is for |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | CodeableConcept | What scoring method (e.g. proportion, ratio, continuous-variable) Binding: Measure Scoring ![]() |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | CodeableConcept | increase | decrease Binding: MeasureImprovementNotation ![]() |
![]() ![]() ![]() ![]() |
Σ | 0..1 | markdown | Explanation of improvement notation |
![]() ![]() ![]() ![]() |
C | 0..* | BackboneElement | The populations in the group + Rule: The count and countQuantity elements SHALL be mutually exclusive |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Pointer to specific population from Measure | |
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation Binding: MeasurePopulationType ![]() |
![]() ![]() ![]() ![]() ![]() |
0..1 | markdown | The human readable description of this population criteria | |
![]() ![]() ![]() ![]() ![]() |
C | 0..1 | integer | Size of the population |
![]() ![]() ![]() ![]() ![]() |
CTU | 0..1 | Quantity | Size of the population as a quantity |
![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(List) | For subject-list reports, the subject results in this population | |
![]() ![]() ![]() ![]() ![]() |
0..* | Reference(MeasureReport) | For subject-list reports, references to the individual reports for subjects in this population | |
![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(Group) | What individual(s) in the population | |
![]() ![]() ![]() ![]() |
Σ | 0..1 | What score this group achieved | |
![]() ![]() ![]() ![]() ![]() |
Quantity | |||
![]() ![]() ![]() ![]() ![]() |
dateTime | |||
![]() ![]() ![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() ![]() ![]() |
Period | |||
![]() ![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() ![]() ![]() ![]() |
Duration | |||
![]() ![]() ![]() ![]() ![]() |
boolean | |||
![]() ![]() ![]() ![]() |
C | 0..* | BackboneElement | Stratification results |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Pointer to specific stratifier from Measure | |
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | What stratifier of the group Binding: Measure Stratifier Example (Example) | |
![]() ![]() ![]() ![]() ![]() |
0..1 | markdown | The human readable description of this stratifier | |
![]() ![]() ![]() ![]() ![]() |
C | 0..* | BackboneElement | Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components |
![]() ![]() ![]() ![]() ![]() ![]() |
C | 0..1 | The stratum value, e.g. male Binding: Measure Report Stratifier Value Example (Example) | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
boolean | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quantity | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Reference() | |||
![]() ![]() ![]() ![]() ![]() ![]() |
C | 0..* | BackboneElement | Stratifier component values |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Pointer to specific stratifier component from Measure | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | What stratifier component of the group Binding: Measure Stratifier Example (Example) | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | markdown | The human readable description of this stratifier component | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | The stratum component value, e.g. male Binding: Measure Report Stratifier Value Example (Example) | ||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
boolean | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quantity | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Reference() | |||
![]() ![]() ![]() ![]() ![]() ![]() |
C | 0..* | BackboneElement | Population results in this stratum + Rule: The count and countQuantity elements for a statum population SHALL be mutually exclusive |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Pointer to specific population from Measure | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation Binding: MeasurePopulationType ![]() | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
C | 0..1 | integer | Size of the population |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
CTU | 0..1 | Quantity | Size of the population as a quantity |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(List) | For subject-list reports, the subject results in this population | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Reference(MeasureReport) | For subject-list reports, a subject result in this population | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(Group) | What individual(s) in the population | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | What score this stratum achieved | ||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quantity | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
dateTime | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Period | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Duration | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
boolean | |||
![]() ![]() ![]() |
0..* | Reference(Any) | Additional information collected for the report | |
![]() ![]() ![]() |
0..* | Reference(Any) | What data was used to calculate the measure score | |
![]() ![]() |
See the Extensions for this resource
XML Template
<MeasureReport xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Additional identifier for the MeasureReport --></identifier> <category><!-- 0..1 CodeableConcept The category of measure report instance this is (example codes include deqm, ra, vbp) --></category> <messages><!-- 0..1 Reference(OperationOutcome) Evaluation messages --></messages> <status value="[code]"/><!-- 1..1 complete | pending | error --> <type value="[code]"/><!-- I 1..1 individual | subject-list | summary | data-exchange --> <dataUpdateType value="[code]"/><!-- 0..1 incremental | snapshot --> <measure><!-- 0..1 canonical(Measure) What measure was calculated --></measure> <subject><!-- 0..1 Reference(CareTeam|Device|Group|HealthcareService|Location| Organization|Patient|Practitioner|PractitionerRole|RelatedPerson) What individual(s) the report is for --></subject> <date value="[dateTime]"/><!-- 0..1 When the measure report was generated --> <reporter><!-- 0..1 Reference(Organization|Practitioner|PractitionerRole) Who is reporting the data --></reporter> <reportingVendor><!-- 0..1 Reference(Organization) What vendor prepared the data --></reportingVendor> <location><!-- 0..* Reference(Location) Where the reported data is from --></location> <period><!-- 1..1 Period What period the report covers --></period> <inputParameters><!-- 0..1 Reference(Parameters) What parameters were provided to the report --></inputParameters> <scoring><!-- 0..1 CodeableConcept What scoring method (e.g. proportion, ratio, continuous-variable)
--></scoring> <improvementNotation><!-- 0..1 CodeableConcept increase | decrease
--></improvementNotation> <group> <!-- I 0..* Measure results for each group --> <linkId value="[string]"/><!-- 0..1 Pointer to specific group from Measure --> <calculatedDate value="[dateTime]"/><!-- 0..1 The date the Measure Report was calculated --> <code><!-- 0..1 CodeableConcept Meaning of the group --></code> <description value="[markdown]"/><!-- 0..1 Summary description --> <subject><!-- 0..1 Reference(CareTeam|Device|Group|HealthcareService|Location| Organization|Patient|Practitioner|PractitionerRole|RelatedPerson) What individual(s) the report is for --></subject> <scoring><!-- 0..1 CodeableConcept What scoring method (e.g. proportion, ratio, continuous-variable)
--></scoring> <improvementNotation><!-- 0..1 CodeableConcept increase | decrease
--></improvementNotation> <improvementNotationGuidance value="[markdown]"/><!-- 0..1 Explanation of improvement notation --> <population> <!-- 0..* The populations in the group --> <linkId value="[string]"/><!-- 0..1 Pointer to specific population from Measure --> <code><!-- 0..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
--></code> <description value="[markdown]"/><!-- 0..1 The human readable description of this population criteria --> <count value="[integer]"/><!-- I 0..1 Size of the population --> <countQuantity><!-- I 0..1 Quantity Size of the population as a quantity --></countQuantity> <subjectResults><!-- 0..1 Reference(List) For subject-list reports, the subject results in this population --></subjectResults> <subjectReport><!-- 0..* Reference(MeasureReport) For subject-list reports, references to the individual reports for subjects in this population --></subjectReport> <subjects><!-- 0..1 Reference(Group) What individual(s) in the population --></subjects> </population> <measureScore[x]><!-- 0..1 Quantity|dateTime|CodeableConcept|Period|Range| Duration|boolean What score this group achieved --></measureScore[x]> <stratifier> <!-- I 0..* Stratification results --> <linkId value="[string]"/><!-- 0..1 Pointer to specific stratifier from Measure --> <code><!-- 0..1 CodeableConcept What stratifier of the group --></code> <description value="[markdown]"/><!-- 0..1 The human readable description of this stratifier --> <stratum> <!-- I 0..* Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components --> <value[x]><!-- I 0..1 CodeableConcept|boolean|Quantity|Range|Reference The stratum value, e.g. male --></value[x]> <component> <!-- I 0..* Stratifier component values --> <linkId value="[string]"/><!-- 0..1 Pointer to specific stratifier component from Measure --> <code><!-- 1..1 CodeableConcept What stratifier component of the group --></code> <description value="[markdown]"/><!-- 0..1 The human readable description of this stratifier component --> <value[x]><!-- 1..1 CodeableConcept|boolean|Quantity|Range|Reference The stratum component value, e.g. male --></value[x]> </component> <population> <!-- 0..* Population results in this stratum --> <linkId value="[string]"/><!-- 0..1 Pointer to specific population from Measure --> <code><!-- 0..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
--></code> <count value="[integer]"/><!-- I 0..1 Size of the population --> <countQuantity><!-- I 0..1 Quantity Size of the population as a quantity --></countQuantity> <subjectResults><!-- 0..1 Reference(List) For subject-list reports, the subject results in this population --></subjectResults> <subjectReport><!-- 0..* Reference(MeasureReport) For subject-list reports, a subject result in this population --></subjectReport> <subjects><!-- 0..1 Reference(Group) What individual(s) in the population --></subjects> </population> <measureScore[x]><!-- 0..1 Quantity|dateTime|CodeableConcept|Period|Range| Duration|boolean What score this stratum achieved --></measureScore[x]> </stratum> </stratifier> </group> <supplementalData><!-- 0..* Reference(Any) Additional information collected for the report --></supplementalData> <evaluatedResource><!-- 0..* Reference(Any) What data was used to calculate the measure score --></evaluatedResource> </MeasureReport>
JSON Template
{"resourceType" : "MeasureReport", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Additional identifier for the MeasureReport "category" : { CodeableConcept }, // The category of measure report instance this is (example codes include deqm, ra, vbp) "messages" : { Reference(OperationOutcome) }, // Evaluation messages "status" : "<code>", // R! complete | pending | error "type" : "<code>", // I R! individual | subject-list | summary | data-exchange "dataUpdateType" : "<code>", // incremental | snapshot "measure" : "<canonical(Measure)>", // What measure was calculated "subject" : { Reference(CareTeam|Device|Group|HealthcareService|Location| Organization|Patient|Practitioner|PractitionerRole|RelatedPerson) }, // What individual(s) the report is for "date" : "<dateTime>", // When the measure report was generated "reporter" : { Reference(Organization|Practitioner|PractitionerRole) }, // Who is reporting the data "reportingVendor" : { Reference(Organization) }, // What vendor prepared the data "location" : [{ Reference(Location) }], // Where the reported data is from "period" : { Period }, // R! What period the report covers "inputParameters" : { Reference(Parameters) }, // What parameters were provided to the report "scoring" : { CodeableConcept }, // What scoring method (e.g. proportion, ratio, continuous-variable)
"improvementNotation" : { CodeableConcept }, // increase | decrease
"group" : [{ // I Measure results for each group "linkId" : "<string>", // Pointer to specific group from Measure "calculatedDate" : "<dateTime>", // The date the Measure Report was calculated "code" : { CodeableConcept }, // Meaning of the group "description" : "<markdown>", // Summary description "subject" : { Reference(CareTeam|Device|Group|HealthcareService|Location| Organization|Patient|Practitioner|PractitionerRole|RelatedPerson) }, // What individual(s) the report is for "scoring" : { CodeableConcept }, // What scoring method (e.g. proportion, ratio, continuous-variable)
"improvementNotation" : { CodeableConcept }, // increase | decrease
"improvementNotationGuidance" : "<markdown>", // Explanation of improvement notation "population" : [{ // The populations in the group "linkId" : "<string>", // Pointer to specific population from Measure "code" : { CodeableConcept }, // initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
"description" : "<markdown>", // The human readable description of this population criteria "count" : <integer>, // I Size of the population "countQuantity" : { Quantity }, // I Size of the population as a quantity "subjectResults" : { Reference(List) }, // For subject-list reports, the subject results in this population "subjectReport" : [{ Reference(MeasureReport) }], // For subject-list reports, references to the individual reports for subjects in this population "subjects" : { Reference(Group) } // What individual(s) in the population }], // measureScore[x]: What score this group achieved. One of these 7: "measureScoreQuantity" : { Quantity }, "measureScoreDateTime" : "<dateTime>", "measureScoreCodeableConcept" : { CodeableConcept }, "measureScorePeriod" : { Period }, "measureScoreRange" : { Range }, "measureScoreDuration" : { Duration }, "measureScoreBoolean" : <boolean>, "stratifier" : [{ // I Stratification results "linkId" : "<string>", // Pointer to specific stratifier from Measure "code" : { CodeableConcept }, // What stratifier of the group "description" : "<markdown>", // The human readable description of this stratifier "stratum" : [{ // I Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components // value[x]: The stratum value, e.g. male. One of these 5: "valueCodeableConcept" : { CodeableConcept }, "valueBoolean" : <boolean>, "valueQuantity" : { Quantity }, "valueRange" : { Range }, "valueReference" : { Reference }, "component" : [{ // I Stratifier component values "linkId" : "<string>", // Pointer to specific stratifier component from Measure "code" : { CodeableConcept }, // R! What stratifier component of the group "description" : "<markdown>", // The human readable description of this stratifier component // value[x]: The stratum component value, e.g. male. One of these 5: "valueCodeableConcept" : { CodeableConcept }, "valueBoolean" : <boolean>, "valueQuantity" : { Quantity }, "valueRange" : { Range }, "valueReference" : { Reference } }], "population" : [{ // Population results in this stratum "linkId" : "<string>", // Pointer to specific population from Measure "code" : { CodeableConcept }, // initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
"count" : <integer>, // I Size of the population "countQuantity" : { Quantity }, // I Size of the population as a quantity "subjectResults" : { Reference(List) }, // For subject-list reports, the subject results in this population "subjectReport" : [{ Reference(MeasureReport) }], // For subject-list reports, a subject result in this population "subjects" : { Reference(Group) } // What individual(s) in the population }], // measureScore[x]: What score this stratum achieved. One of these 7: "measureScoreQuantity" : { Quantity }, "measureScoreDateTime" : "<dateTime>", "measureScoreCodeableConcept" : { CodeableConcept }, "measureScorePeriod" : { Period }, "measureScoreRange" : { Range }, "measureScoreDuration" : { Duration }, "measureScoreBoolean" : <boolean> }] }] }], "supplementalData" : [{ Reference(Any) }], // Additional information collected for the report "evaluatedResource" : [{ Reference(Any) }] // What data was used to calculate the measure score }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:MeasureReport; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:identifier ( [ Identifier ] ... ) ; # 0..* Additional identifier for the MeasureReport fhir:category [ CodeableConcept ] ; # 0..1 The category of measure report instance this is (example codes include deqm, ra, vbp) fhir:messages [ Reference(OperationOutcome) ] ; # 0..1 Evaluation messages fhir:status [ code ] ; # 1..1 complete | pending | error fhir:type [ code ] ; # 1..1 I individual | subject-list | summary | data-exchange fhir:dataUpdateType [ code ] ; # 0..1 incremental | snapshot fhir:measure [ canonical(Measure) ] ; # 0..1 What measure was calculated fhir:subject [ Reference(CareTeam|Device|Group|HealthcareService|Location|Organization|Patient| Practitioner|PractitionerRole|RelatedPerson) ] ; # 0..1 What individual(s) the report is for fhir:date [ dateTime ] ; # 0..1 When the measure report was generated fhir:reporter [ Reference(Organization|Practitioner|PractitionerRole) ] ; # 0..1 Who is reporting the data fhir:reportingVendor [ Reference(Organization) ] ; # 0..1 What vendor prepared the data fhir:location ( [ Reference(Location) ] ... ) ; # 0..* Where the reported data is from fhir:period [ Period ] ; # 1..1 What period the report covers fhir:inputParameters [ Reference(Parameters) ] ; # 0..1 What parameters were provided to the report fhir:scoring [ CodeableConcept ] ; # 0..1 What scoring method (e.g. proportion, ratio, continuous-variable) fhir:improvementNotation [ CodeableConcept ] ; # 0..1 increase | decrease fhir:group ( [ # 0..* I Measure results for each group fhir:linkId [ string ] ; # 0..1 Pointer to specific group from Measure fhir:calculatedDate [ dateTime ] ; # 0..1 The date the Measure Report was calculated fhir:code [ CodeableConcept ] ; # 0..1 Meaning of the group fhir:description [ markdown ] ; # 0..1 Summary description fhir:subject [ Reference(CareTeam|Device|Group|HealthcareService|Location|Organization|Patient| Practitioner|PractitionerRole|RelatedPerson) ] ; # 0..1 What individual(s) the report is for fhir:scoring [ CodeableConcept ] ; # 0..1 What scoring method (e.g. proportion, ratio, continuous-variable) fhir:improvementNotation [ CodeableConcept ] ; # 0..1 increase | decrease fhir:improvementNotationGuidance [ markdown ] ; # 0..1 Explanation of improvement notation fhir:population ( [ # 0..* The populations in the group fhir:linkId [ string ] ; # 0..1 Pointer to specific population from Measure fhir:code [ CodeableConcept ] ; # 0..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation fhir:description [ markdown ] ; # 0..1 The human readable description of this population criteria fhir:count [ integer ] ; # 0..1 I Size of the population fhir:countQuantity [ Quantity ] ; # 0..1 I Size of the population as a quantity fhir:subjectResults [ Reference(List) ] ; # 0..1 For subject-list reports, the subject results in this population fhir:subjectReport ( [ Reference(MeasureReport) ] ... ) ; # 0..* For subject-list reports, references to the individual reports for subjects in this population fhir:subjects [ Reference(Group) ] ; # 0..1 What individual(s) in the population ] ... ) ; # measureScore[x] : 0..1 What score this group achieved. One of these 7 fhir:measureScore [ a fhir:Quantity ; Quantity ] fhir:measureScore [ a fhir:dateTime ; dateTime ] fhir:measureScore [ a fhir:CodeableConcept ; CodeableConcept ] fhir:measureScore [ a fhir:Period ; Period ] fhir:measureScore [ a fhir:Range ; Range ] fhir:measureScore [ a fhir:Duration ; Duration ] fhir:measureScore [ a fhir:boolean ; boolean ] fhir:stratifier ( [ # 0..* I Stratification results fhir:linkId [ string ] ; # 0..1 Pointer to specific stratifier from Measure fhir:code [ CodeableConcept ] ; # 0..1 What stratifier of the group fhir:description [ markdown ] ; # 0..1 The human readable description of this stratifier fhir:stratum ( [ # 0..* I Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components # value[x] : 0..1 I The stratum value, e.g. male. One of these 5 fhir:value [ a fhir:CodeableConcept ; CodeableConcept ] fhir:value [ a fhir:boolean ; boolean ] fhir:value [ a fhir:Quantity ; Quantity ] fhir:value [ a fhir:Range ; Range ] fhir:value [ a fhir:Reference ; Reference ] fhir:component ( [ # 0..* I Stratifier component values fhir:linkId [ string ] ; # 0..1 Pointer to specific stratifier component from Measure fhir:code [ CodeableConcept ] ; # 1..1 What stratifier component of the group fhir:description [ markdown ] ; # 0..1 The human readable description of this stratifier component # value[x] : 1..1 The stratum component value, e.g. male. One of these 5 fhir:value [ a fhir:CodeableConcept ; CodeableConcept ] fhir:value [ a fhir:boolean ; boolean ] fhir:value [ a fhir:Quantity ; Quantity ] fhir:value [ a fhir:Range ; Range ] fhir:value [ a fhir:Reference ; Reference ] ] ... ) ; fhir:population ( [ # 0..* Population results in this stratum fhir:linkId [ string ] ; # 0..1 Pointer to specific population from Measure fhir:code [ CodeableConcept ] ; # 0..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation fhir:count [ integer ] ; # 0..1 I Size of the population fhir:countQuantity [ Quantity ] ; # 0..1 I Size of the population as a quantity fhir:subjectResults [ Reference(List) ] ; # 0..1 For subject-list reports, the subject results in this population fhir:subjectReport ( [ Reference(MeasureReport) ] ... ) ; # 0..* For subject-list reports, a subject result in this population fhir:subjects [ Reference(Group) ] ; # 0..1 What individual(s) in the population ] ... ) ; # measureScore[x] : 0..1 What score this stratum achieved. One of these 7 fhir:measureScore [ a fhir:Quantity ; Quantity ] fhir:measureScore [ a fhir:dateTime ; dateTime ] fhir:measureScore [ a fhir:CodeableConcept ; CodeableConcept ] fhir:measureScore [ a fhir:Period ; Period ] fhir:measureScore [ a fhir:Range ; Range ] fhir:measureScore [ a fhir:Duration ; Duration ] fhir:measureScore [ a fhir:boolean ; boolean ] ] ... ) ; ] ... ) ; ] ... ) ; fhir:supplementalData ( [ Reference(Any) ] ... ) ; # 0..* Additional information collected for the report fhir:evaluatedResource ( [ Reference(Any) ] ... ) ; # 0..* What data was used to calculate the measure score ]
Changes from both R4 and R4B
MeasureReport | |
MeasureReport.category |
|
MeasureReport.messages |
|
MeasureReport.type |
|
MeasureReport.dataUpdateType |
|
MeasureReport.measure |
|
MeasureReport.subject |
|
MeasureReport.reporter |
|
MeasureReport.reportingVendor |
|
MeasureReport.location |
|
MeasureReport.inputParameters |
|
MeasureReport.scoring |
|
MeasureReport.improvementNotation |
|
MeasureReport.group.linkId |
|
MeasureReport.group.calculatedDate |
|
MeasureReport.group.description |
|
MeasureReport.group.subject |
|
MeasureReport.group.scoring |
|
MeasureReport.group.improvementNotation |
|
MeasureReport.group.improvementNotationGuidance |
|
MeasureReport.group.population.linkId |
|
MeasureReport.group.population.code |
|
MeasureReport.group.population.description |
|
MeasureReport.group.population.countQuantity |
|
MeasureReport.group.population.subjectReport |
|
MeasureReport.group.population.subjects |
|
MeasureReport.group.measureScore[x] |
|
MeasureReport.group.stratifier.linkId |
|
MeasureReport.group.stratifier.code |
|
MeasureReport.group.stratifier.description |
|
MeasureReport.group.stratifier.stratum.value[x] |
|
MeasureReport.group.stratifier.stratum.component.linkId |
|
MeasureReport.group.stratifier.stratum.component.description |
|
MeasureReport.group.stratifier.stratum.component.value[x] |
|
MeasureReport.group.stratifier.stratum.population.linkId |
|
MeasureReport.group.stratifier.stratum.population.code |
|
MeasureReport.group.stratifier.stratum.population.countQuantity |
|
MeasureReport.group.stratifier.stratum.population.subjectReport |
|
MeasureReport.group.stratifier.stratum.population.subjects |
|
MeasureReport.group.stratifier.stratum.measureScore[x] |
|
MeasureReport.supplementalData |
|
See the Full Difference for further information
This analysis is available for R4 as XML or JSON and for R4B as XML or JSON.
Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions, the spreadsheet version & the dependency analysis
Path | ValueSet | Type | Documentation |
---|---|---|---|
MeasureReport.category | MeasureReportCategory (a valid code from Measure Report Category CS) | Extensible | Measure report categories |
MeasureReport.status | MeasureReportStatus | Required | The status of the measure report. |
MeasureReport.type | MeasureReportType | Required | The type of the measure report. |
MeasureReport.dataUpdateType | SubmitDataUpdateType | Required | Concepts for how a measure report consumer and receiver coordinate data exchange updates. The choices are snapshot or incremental updates |
MeasureReport.scoring | MeasureScoring ![]() |
Extensible | The scoring type of the measure. |
MeasureReport.improvementNotation | MeasureImprovementNotation ![]() |
Required | Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue. |
MeasureReport.group.code | MeasureGroupExample | Example | Example Measure Groups for the Measure Resource. |
MeasureReport.group.scoring | MeasureScoring ![]() |
Extensible | The scoring type of the measure. |
MeasureReport.group.improvementNotation | MeasureImprovementNotation ![]() |
Extensible | Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue. |
MeasureReport.group.population.code | MeasurePopulationType ![]() |
Extensible | The type of population. |
MeasureReport.group.stratifier.code | MeasureStratifierExample | Example | Identifier subgroups in a population for measuring purposes. |
MeasureReport.group.stratifier.stratum.value[x] | MeasureReportStratifierValueExample | Example | Example Measure Stratification Value for MeasureReports Resource. |
MeasureReport.group.stratifier.stratum.component.code | MeasureStratifierExample | Example | Identifier subgroups in a population for measuring purposes. |
MeasureReport.group.stratifier.stratum.component.value[x] | MeasureReportStratifierValueExample | Example | Example Measure Stratification Value for MeasureReports Resource. |
MeasureReport.group.stratifier.stratum.population.code | MeasurePopulationType ![]() |
Extensible | The type of population. |
UniqueKey | Level | Location | Description | Expression |
![]() | Rule | (base) | Measure Reports used for data collection SHALL NOT communicate group and score information | (type != 'data-exchange') or group.exists().not() |
![]() | Rule | (base) | Stratifiers SHALL be either a single criteria element or a set of criteria components | group.stratifier.stratum.all(value.exists() xor component.exists()) |
![]() | Rule | MeasureReport.group.population | The count and countQuantity elements SHALL be mutually exclusive | count.exists() xor countQuantity.exists() |
![]() | Rule | MeasureReport.group.stratifier.stratum.population | The count and countQuantity elements for a statum population SHALL be mutually exclusive | count.exists() xor countQuantity.exists() |
Although the MeasureReport resource does define search parameters, it is up to the individual measure evaluation service whether historical records of measure evaluation requests are preserved. A service might not support searching on MeasureReports at all, or it may support searching only for a pre-defined expiration period. The search parameters are defined to provide consumers with a consistent interface to searching if it is available for a specific service implementation. In any case, services should detail the support they do provide using a CapabilityStatement.
Search parameters for this resource. See also the full list of search parameters for this resource, and check the Extensions registry for search parameters on extensions related to this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
date | date | The date of the measure report | MeasureReport.date | 26 Resources |
evaluated-resource | reference | An evaluated resource referenced by the measure report | MeasureReport.evaluatedResource (Any) |
|
identifier | token | External identifier of the measure report to be returned | MeasureReport.identifier | 65 Resources |
location | reference | The location to return measure report results for | MeasureReport.location (Location) |
|
measure | reference | The measure to return measure report results for | MeasureReport.measure (Measure) |
|
patient | reference | The identity of a patient to search for individual measure report results for | MeasureReport.subject.where(resolve() is Patient) (Patient) |
65 Resources |
period | date | The period of the measure report | MeasureReport.period | |
reporter | reference | The reporter to return measure report results for | MeasureReport.reporter (Practitioner, Organization, PractitionerRole) |
|
status | token | The status of the measure report | MeasureReport.status | |
subject | reference | The identity of a subject to search for individual measure report results for | MeasureReport.subject (Practitioner, Group, Organization, CareTeam, Device, Patient, HealthcareService, PractitionerRole, RelatedPerson, Location) |
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot2 generated on Thu, Mar 20, 2025 17:01+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5
|
|
Propose a change