This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Clinical Quality Information Work Group | Maturity Level: 0 | Compartments: Patient |
The MeasureReport resource contains the results of evaluating a measure.
This resource is a draft proposal for use as part of an approach to Clinical Quality within FHIR, and is documented as part of the Clinical Quality Improvement Framework Implementation Guide. Future updates to this resource will incorporate documentation from that guide.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MeasureReport | Σ | DomainResource | Results of a measure evaluation | |
measure | Σ | 1..1 | Reference(Measure) | Measure that was evaluated |
type | Σ | 1..1 | code | individual | patient-list | summary MeasureReportType (Required) |
patient | Σ | 0..1 | Reference(Patient) | Optional Patient |
period | Σ | 1..1 | Period | Reporting period |
status | Σ | 1..1 | code | complete | pending | error MeasureReportStatus (Required) |
date | Σ | 0..1 | dateTime | Date the report was generated |
reportingOrganization | Σ | 0..1 | Reference(Organization) | Reporting Organization |
group | Σ | 0..* | BackboneElement | Measure results for each group |
identifier | Σ | 1..1 | Identifier | Identifier of the population group being reported |
population | Σ | 0..* | BackboneElement | The populations in the group |
type | Σ | 1..1 | code | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score MeasurePopulationType (Required) |
count | Σ | 0..1 | integer | Size of the population |
patients | Σ | 0..1 | Reference(List) | For patient-list reports, the patients in this population |
measureScore | Σ | 0..1 | decimal | The measure score |
stratifier | Σ | 0..* | BackboneElement | Stratification results |
identifier | Σ | 1..1 | Identifier | Identifier of the stratifier |
group | Σ | 0..* | BackboneElement | Stratum results, one for each unique value in the stratifier |
value | Σ | 1..1 | string | The stratum value, e.g. male |
population | Σ | 0..* | BackboneElement | Population results in this stratum |
type | Σ | 1..1 | code | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score MeasurePopulationType (Required) |
count | Σ | 0..1 | integer | Size of the population |
patients | Σ | 0..1 | Reference(List) | For patient-list reports, the patients in this population |
measureScore | Σ | 0..1 | decimal | The measure score |
supplementalData | Σ | 0..* | BackboneElement | Supplemental data elements for the measure |
identifier | Σ | 1..1 | Identifier | Identifier of the supplemental data element |
group | Σ | 0..* | BackboneElement | Supplemental data results, one for each unique supplemental data value |
value | Σ | 1..1 | string | The data value, e.g. male |
count | Σ | 0..1 | integer | Number of members in the group |
patients | Σ | 0..1 | Reference(List) | For patient-list reports, the patients in this population |
evaluatedResources | Σ | 0..1 | Reference(Bundle) | Evaluated Resources |
Documentation for this format |
UML Diagram
XML Template
<MeasureReport xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <measure><!-- 1..1 Reference(Measure) Measure that was evaluated --></measure> <type value="[code]"/><!-- 1..1 individual | patient-list | summary --> <patient><!-- 0..1 Reference(Patient) Optional Patient --></patient> <period><!-- 1..1 Period Reporting period --></period> <status value="[code]"/><!-- 1..1 complete | pending | error --> <date value="[dateTime]"/><!-- 0..1 Date the report was generated --> <reportingOrganization><!-- 0..1 Reference(Organization) Reporting Organization --></reportingOrganization> <group> <!-- 0..* Measure results for each group --> <identifier><!-- 1..1 Identifier Identifier of the population group being reported --></identifier> <population> <!-- 0..* The populations in the group --> <type value="[code]"/><!-- 1..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score --> <count value="[integer]"/><!-- 0..1 Size of the population --> <patients><!-- 0..1 Reference(List) For patient-list reports, the patients in this population --></patients> </population> <measureScore value="[decimal]"/><!-- 0..1 The measure score --> <stratifier> <!-- 0..* Stratification results --> <identifier><!-- 1..1 Identifier Identifier of the stratifier --></identifier> <group> <!-- 0..* Stratum results, one for each unique value in the stratifier --> <value value="[string]"/><!-- 1..1 The stratum value, e.g. male --> <population> <!-- 0..* Population results in this stratum --> <type value="[code]"/><!-- 1..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score --> <count value="[integer]"/><!-- 0..1 Size of the population --> <patients><!-- 0..1 Reference(List) For patient-list reports, the patients in this population --></patients> </population> <measureScore value="[decimal]"/><!-- 0..1 The measure score --> </group> </stratifier> <supplementalData> <!-- 0..* Supplemental data elements for the measure --> <identifier><!-- 1..1 Identifier Identifier of the supplemental data element --></identifier> <group> <!-- 0..* Supplemental data results, one for each unique supplemental data value --> <value value="[string]"/><!-- 1..1 The data value, e.g. male --> <count value="[integer]"/><!-- 0..1 Number of members in the group --> <patients><!-- 0..1 Reference(List) For patient-list reports, the patients in this population --></patients> </group> </supplementalData> </group> <evaluatedResources><!-- 0..1 Reference(Bundle) Evaluated Resources --></evaluatedResources> </MeasureReport>
JSON Template
{ "resourceType" : "MeasureReport", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "measure" : { Reference(Measure) }, // R! Measure that was evaluated "type" : "<code>", // R! individual | patient-list | summary "patient" : { Reference(Patient) }, // Optional Patient "period" : { Period }, // R! Reporting period "status" : "<code>", // R! complete | pending | error "date" : "<dateTime>", // Date the report was generated "reportingOrganization" : { Reference(Organization) }, // Reporting Organization "group" : [{ // Measure results for each group "identifier" : { Identifier }, // R! Identifier of the population group being reported "population" : [{ // The populations in the group "type" : "<code>", // R! initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score "count" : <integer>, // Size of the population "patients" : { Reference(List) } // For patient-list reports, the patients in this population }], "measureScore" : <decimal>, // The measure score "stratifier" : [{ // Stratification results "identifier" : { Identifier }, // R! Identifier of the stratifier "group" : [{ // Stratum results, one for each unique value in the stratifier "value" : "<string>", // R! The stratum value, e.g. male "population" : [{ // Population results in this stratum "type" : "<code>", // R! initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score "count" : <integer>, // Size of the population "patients" : { Reference(List) } // For patient-list reports, the patients in this population }], "measureScore" : <decimal> // The measure score }] }], "supplementalData" : [{ // Supplemental data elements for the measure "identifier" : { Identifier }, // R! Identifier of the supplemental data element "group" : [{ // Supplemental data results, one for each unique supplemental data value "value" : "<string>", // R! The data value, e.g. male "count" : <integer>, // Number of members in the group "patients" : { Reference(List) } // For patient-list reports, the patients in this population }] }] }], "evaluatedResources" : { Reference(Bundle) } // Evaluated Resources }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MeasureReport | Σ | DomainResource | Results of a measure evaluation | |
measure | Σ | 1..1 | Reference(Measure) | Measure that was evaluated |
type | Σ | 1..1 | code | individual | patient-list | summary MeasureReportType (Required) |
patient | Σ | 0..1 | Reference(Patient) | Optional Patient |
period | Σ | 1..1 | Period | Reporting period |
status | Σ | 1..1 | code | complete | pending | error MeasureReportStatus (Required) |
date | Σ | 0..1 | dateTime | Date the report was generated |
reportingOrganization | Σ | 0..1 | Reference(Organization) | Reporting Organization |
group | Σ | 0..* | BackboneElement | Measure results for each group |
identifier | Σ | 1..1 | Identifier | Identifier of the population group being reported |
population | Σ | 0..* | BackboneElement | The populations in the group |
type | Σ | 1..1 | code | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score MeasurePopulationType (Required) |
count | Σ | 0..1 | integer | Size of the population |
patients | Σ | 0..1 | Reference(List) | For patient-list reports, the patients in this population |
measureScore | Σ | 0..1 | decimal | The measure score |
stratifier | Σ | 0..* | BackboneElement | Stratification results |
identifier | Σ | 1..1 | Identifier | Identifier of the stratifier |
group | Σ | 0..* | BackboneElement | Stratum results, one for each unique value in the stratifier |
value | Σ | 1..1 | string | The stratum value, e.g. male |
population | Σ | 0..* | BackboneElement | Population results in this stratum |
type | Σ | 1..1 | code | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score MeasurePopulationType (Required) |
count | Σ | 0..1 | integer | Size of the population |
patients | Σ | 0..1 | Reference(List) | For patient-list reports, the patients in this population |
measureScore | Σ | 0..1 | decimal | The measure score |
supplementalData | Σ | 0..* | BackboneElement | Supplemental data elements for the measure |
identifier | Σ | 1..1 | Identifier | Identifier of the supplemental data element |
group | Σ | 0..* | BackboneElement | Supplemental data results, one for each unique supplemental data value |
value | Σ | 1..1 | string | The data value, e.g. male |
count | Σ | 0..1 | integer | Number of members in the group |
patients | Σ | 0..1 | Reference(List) | For patient-list reports, the patients in this population |
evaluatedResources | Σ | 0..1 | Reference(Bundle) | Evaluated Resources |
Documentation for this format |
XML Template
<MeasureReport xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <measure><!-- 1..1 Reference(Measure) Measure that was evaluated --></measure> <type value="[code]"/><!-- 1..1 individual | patient-list | summary --> <patient><!-- 0..1 Reference(Patient) Optional Patient --></patient> <period><!-- 1..1 Period Reporting period --></period> <status value="[code]"/><!-- 1..1 complete | pending | error --> <date value="[dateTime]"/><!-- 0..1 Date the report was generated --> <reportingOrganization><!-- 0..1 Reference(Organization) Reporting Organization --></reportingOrganization> <group> <!-- 0..* Measure results for each group --> <identifier><!-- 1..1 Identifier Identifier of the population group being reported --></identifier> <population> <!-- 0..* The populations in the group --> <type value="[code]"/><!-- 1..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score --> <count value="[integer]"/><!-- 0..1 Size of the population --> <patients><!-- 0..1 Reference(List) For patient-list reports, the patients in this population --></patients> </population> <measureScore value="[decimal]"/><!-- 0..1 The measure score --> <stratifier> <!-- 0..* Stratification results --> <identifier><!-- 1..1 Identifier Identifier of the stratifier --></identifier> <group> <!-- 0..* Stratum results, one for each unique value in the stratifier --> <value value="[string]"/><!-- 1..1 The stratum value, e.g. male --> <population> <!-- 0..* Population results in this stratum --> <type value="[code]"/><!-- 1..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score --> <count value="[integer]"/><!-- 0..1 Size of the population --> <patients><!-- 0..1 Reference(List) For patient-list reports, the patients in this population --></patients> </population> <measureScore value="[decimal]"/><!-- 0..1 The measure score --> </group> </stratifier> <supplementalData> <!-- 0..* Supplemental data elements for the measure --> <identifier><!-- 1..1 Identifier Identifier of the supplemental data element --></identifier> <group> <!-- 0..* Supplemental data results, one for each unique supplemental data value --> <value value="[string]"/><!-- 1..1 The data value, e.g. male --> <count value="[integer]"/><!-- 0..1 Number of members in the group --> <patients><!-- 0..1 Reference(List) For patient-list reports, the patients in this population --></patients> </group> </supplementalData> </group> <evaluatedResources><!-- 0..1 Reference(Bundle) Evaluated Resources --></evaluatedResources> </MeasureReport>
JSON Template
{ "resourceType" : "MeasureReport", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "measure" : { Reference(Measure) }, // R! Measure that was evaluated "type" : "<code>", // R! individual | patient-list | summary "patient" : { Reference(Patient) }, // Optional Patient "period" : { Period }, // R! Reporting period "status" : "<code>", // R! complete | pending | error "date" : "<dateTime>", // Date the report was generated "reportingOrganization" : { Reference(Organization) }, // Reporting Organization "group" : [{ // Measure results for each group "identifier" : { Identifier }, // R! Identifier of the population group being reported "population" : [{ // The populations in the group "type" : "<code>", // R! initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score "count" : <integer>, // Size of the population "patients" : { Reference(List) } // For patient-list reports, the patients in this population }], "measureScore" : <decimal>, // The measure score "stratifier" : [{ // Stratification results "identifier" : { Identifier }, // R! Identifier of the stratifier "group" : [{ // Stratum results, one for each unique value in the stratifier "value" : "<string>", // R! The stratum value, e.g. male "population" : [{ // Population results in this stratum "type" : "<code>", // R! initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score "count" : <integer>, // Size of the population "patients" : { Reference(List) } // For patient-list reports, the patients in this population }], "measureScore" : <decimal> // The measure score }] }], "supplementalData" : [{ // Supplemental data elements for the measure "identifier" : { Identifier }, // R! Identifier of the supplemental data element "group" : [{ // Supplemental data results, one for each unique supplemental data value "value" : "<string>", // R! The data value, e.g. male "count" : <integer>, // Number of members in the group "patients" : { Reference(List) } // For patient-list reports, the patients in this population }] }] }], "evaluatedResources" : { Reference(Bundle) } // Evaluated Resources }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire
Path | Definition | Type | Reference |
---|---|---|---|
MeasureReport.type | The type of the measure report | Required | MeasureReportType |
MeasureReport.status | The status of the measure report | Required | MeasureReportStatus |
MeasureReport.group.population.type MeasureReport.group.stratifier.group.population.type | The type of population (e.g. initial, numerator, denominator, etc.) | Required | MeasurePopulationType |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
patient | reference | The identity of a patient to search for individual measure report results for | MeasureReport.patient (Patient) |