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
Detailed Descriptions for the elements in the MeasureReport resource.
MeasureReport | |
Definition | The MeasureReport resource contains the results of evaluating a measure. |
Control | 1..1 |
Summary | true |
MeasureReport.measure | |
Definition | A reference to the Measure that was evaluated to produce this report. |
Control | 1..1 |
Type | Reference(Measure) |
Summary | true |
MeasureReport.type | |
Definition | The type of measure report. This may be an individual report, which provides a single patient's score for the measure, a patient listing, which returns the list of patients that meet the various criteria in the measure, or a summary report, which returns a population count for each criteria in the measure. |
Control | 1..1 |
Binding | MeasureReportType: The type of the measure report (Required) |
Type | code |
Summary | true |
MeasureReport.patient | |
Definition | Optional Patient if the report was requested for a single patient. |
Control | 0..1 |
Type | Reference(Patient) |
Summary | true |
MeasureReport.period | |
Definition | The reporting period for which the report was calculated. |
Control | 1..1 |
Type | Period |
Summary | true |
MeasureReport.status | |
Definition | The report status. No data will be available until the report status is complete. |
Control | 1..1 |
Binding | MeasureReportStatus: The status of the measure report (Required) |
Type | code |
Summary | true |
MeasureReport.date | |
Definition | The date this measure report was generated. |
Control | 0..1 |
Type | dateTime |
Summary | true |
MeasureReport.reportingOrganization | |
Definition | Reporting Organization. |
Control | 0..1 |
Type | Reference(Organization) |
Summary | true |
MeasureReport.group | |
Definition | The results of the calculation, one for each population group in the measure. |
Control | 0..* |
Summary | true |
MeasureReport.group.identifier | |
Definition | The identifier of the population group as defined in the measure definition. |
Note | This is a business identifer, not a resource identifier (see discussion) |
Control | 1..1 |
Type | Identifier |
Summary | true |
MeasureReport.group.population | |
Definition | The populations that make up the population group, one for each type of population appropriate for the measure. |
Control | 0..* |
Summary | true |
MeasureReport.group.population.type | |
Definition | The type of the population. |
Control | 1..1 |
Binding | MeasurePopulationType: The type of population (e.g. initial, numerator, denominator, etc.) (Required) |
Type | code |
Summary | true |
MeasureReport.group.population.count | |
Definition | The number of members of the population. |
Control | 0..1 |
Type | integer |
Summary | true |
MeasureReport.group.population.patients | |
Definition | This element refers to a List of patient level MeasureReport resources, one for each patient in this population. |
Control | 0..1 |
Type | Reference(List) |
Summary | true |
MeasureReport.group.measureScore | |
Definition | The measure score. |
Control | 0..1 |
Type | decimal |
Summary | true |
MeasureReport.group.stratifier | |
Definition | When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure. |
Control | 0..* |
Summary | true |
MeasureReport.group.stratifier.identifier | |
Definition | The identifier of this stratifier, as defined in the measure definition. |
Note | This is a business identifer, not a resource identifier (see discussion) |
Control | 1..1 |
Type | Identifier |
Summary | true |
MeasureReport.group.stratifier.group | |
Definition | This element contains the results for a single stratum within the stratifier. For example, when stratifying on administrative gender, there will be four strata, one for each possible gender value. |
Control | 0..* |
Summary | true |
MeasureReport.group.stratifier.group.value | |
Definition | The value for this stratum, expressed as a string. When defining stratifiers on complex values, the value must be rendered such that the value for each stratum within the stratifier is unique. |
Control | 1..1 |
Type | string |
Summary | true |
MeasureReport.group.stratifier.group.population | |
Definition | The populations that make up the stratum, one for each type of population appropriate to the measure. |
Control | 0..* |
Summary | true |
MeasureReport.group.stratifier.group.population.type | |
Definition | The type of the population. |
Control | 1..1 |
Binding | MeasurePopulationType: The type of population (e.g. initial, numerator, denominator, etc.) (Required) |
Type | code |
Summary | true |
MeasureReport.group.stratifier.group.population.count | |
Definition | The number of members of the population in this stratum. |
Control | 0..1 |
Type | integer |
Summary | true |
MeasureReport.group.stratifier.group.population.patients | |
Definition | This element refers to a List of patient level MeasureReport resources, one for each patient in this population in this stratum. |
Control | 0..1 |
Type | Reference(List) |
Summary | true |
MeasureReport.group.stratifier.group.measureScore | |
Definition | The measure score for this stratum. |
Control | 0..1 |
Type | decimal |
Summary | true |
MeasureReport.group.supplementalData | |
Definition | Supplemental data elements for the measure provide additional information requested by the measure for each patient involved in the populations. |
Control | 0..* |
Summary | true |
MeasureReport.group.supplementalData.identifier | |
Definition | The identifier of the supplemental data element as defined in the measure. |
Note | This is a business identifer, not a resource identifier (see discussion) |
Control | 1..1 |
Type | Identifier |
Summary | true |
MeasureReport.group.supplementalData.group | |
Definition | This element contains the results for a single value within the supplemental data. For example, when reporting supplemental data for administrative gender, there will be four groups, one for each possible gender value. |
Control | 0..* |
Summary | true |
MeasureReport.group.supplementalData.group.value | |
Definition | The value for this supplemental data element, expressed as a string. When defining supplemental data on complex values, the value must be rendered such that the value for each group within the supplemental data element is unique. |
Control | 1..1 |
Type | string |
Summary | true |
MeasureReport.group.supplementalData.group.count | |
Definition | The number of members in the supplemental data group. |
Control | 0..1 |
Type | integer |
Summary | true |
MeasureReport.group.supplementalData.group.patients | |
Definition | This element refers to a List of patient level MeasureReport resources, one for each patient in this population. |
Control | 0..1 |
Type | Reference(List) |
Summary | true |
MeasureReport.evaluatedResources | |
Definition | A reference to a Bundle containing the Resources that were used in the evaluation of this report. |
Control | 0..1 |
Type | Reference(Bundle) |
Summary | true |