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
Detailed Descriptions for the elements in the Measure resource.
Measure | |
Definition | The Measure resource provides the definition of a quality measure. |
Control | 1..1 |
Summary | true |
Measure.moduleMetadata | |
Definition | The metadata for the measure, including publishing, life-cycle, version, documentation, and supporting evidence. |
Control | 0..1 |
Type | ModuleMetadata |
Summary | true |
Measure.library | |
Definition | A reference to a Library resource containing the formal logic used by the measure. |
Control | 0..* |
Type | Reference(Library) |
Summary | true |
Measure.disclaimer | |
Definition | A disclaimer for the use of the measure. |
Control | 0..1 |
Type | markdown |
Summary | true |
Measure.scoring | |
Definition | The measure scoring type, e.g. proportion, CV. |
Control | 0..1 |
Binding | MeasureScoring: The scoring type of the measure (Required) |
Type | code |
Summary | true |
Measure.type | |
Definition | The measure type, e.g. process, outcome. |
Control | 0..* |
Binding | MeasureType: The type of measure (Required) |
Type | code |
Summary | true |
Measure.riskAdjustment | |
Definition | A description of the risk adjustment factors that may impact the resulting score for the measure and how they may be accounted for when computing and reporting measure results. |
Control | 0..1 |
Type | string |
Summary | true |
Measure.rateAggregation | |
Definition | A description of the rate aggregation for the measure. |
Control | 0..1 |
Type | string |
Summary | true |
Measure.rationale | |
Definition | The rationale for the measure. |
Control | 0..1 |
Type | markdown |
Summary | true |
Measure.clinicalRecommendationStatement | |
Definition | The clinical recommendation statement for the measure. |
Control | 0..1 |
Type | markdown |
Summary | true |
Measure.improvementNotation | |
Definition | Improvement notation for the measure, e.g. higher score indicates better quality. |
Control | 0..1 |
Type | string |
Summary | true |
Measure.definition | |
Definition | A narrative description of the complete measure calculation. |
Control | 0..1 |
Type | markdown |
Summary | true |
Measure.guidance | |
Definition | Additional guidance for the measure including how it can be used in a clinical context, and the intent of the measure. |
Control | 0..1 |
Type | markdown |
Summary | true |
Measure.set | |
Definition | The measure set, e.g. Preventive Care and Screening. |
Control | 0..1 |
Type | string |
Summary | true |
Measure.group | |
Definition | A group of population criteria for the measure. |
Control | 0..* |
Summary | true |
Measure.group.identifier | |
Definition | A unique identifier for the group. This identifier will used to report data for the group in the measure report. |
Note | This is a business identifer, not a resource identifier (see discussion) |
Control | 1..1 |
Type | Identifier |
Summary | true |
Measure.group.name | |
Definition | Optional name or short description of this group. |
Control | 0..1 |
Type | string |
Summary | true |
Measure.group.description | |
Definition | The human readable description of this population group. |
Control | 0..1 |
Type | string |
Summary | true |
Measure.group.population | |
Definition | A population criteria for the measure. |
Control | 0..* |
Summary | true |
Measure.group.population.type | |
Definition | The type of population criteria. |
Control | 1..1 |
Binding | MeasurePopulationType: The type of population (Required) |
Type | code |
Summary | true |
Measure.group.population.identifier | |
Definition | A unique identifier for the population criteria. This identifier is used to report data against this criteria within the measure report. |
Note | This is a business identifer, not a resource identifier (see discussion) |
Control | 1..1 |
Type | Identifier |
Summary | true |
Measure.group.population.name | |
Definition | Optional name or short description of this population. |
Control | 0..1 |
Type | string |
Summary | true |
Measure.group.population.description | |
Definition | The human readable description of this population criteria. |
Control | 0..1 |
Type | string |
Summary | true |
Measure.group.population.criteria | |
Definition | The name of a valid referenced CQL expression (may be namespaced) that defines this population criteria. |
Control | 1..1 |
Type | string |
Summary | true |
Measure.group.stratifier | |
Definition | The stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library, or a valid FHIR Resource Path. |
Control | 0..* |
Summary | true |
Measure.group.stratifier.identifier | |
Definition | The identifier for the stratifier used to coordinate the reported data back to this stratifier. |
Note | This is a business identifer, not a resource identifier (see discussion) |
Control | 1..1 |
Type | Identifier |
Summary | true |
Measure.group.stratifier.criteria | |
Definition | The criteria for the stratifier. This must be the name of an expression defined within a referenced library. |
Control | 0..1 |
Type | string |
Summary | true |
Measure.group.stratifier.path | |
Definition | The path to an element that defines the stratifier, specified as a valid FHIR resource path. |
Control | 0..1 |
Type | string |
Summary | true |
Measure.supplementalData | |
Definition | The supplemental data criteria for the measure report, specified as either the name of a valid CQL expression within a referenced library, or a valid FHIR Resource Path. |
Control | 0..* |
Summary | true |
Measure.supplementalData.identifier | |
Definition | An identifier for the supplemental data. |
Note | This is a business identifer, not a resource identifier (see discussion) |
Control | 1..1 |
Type | Identifier |
Summary | true |
Measure.supplementalData.usage | |
Definition | An indicator of the intended usage for the supplemental data element. Supplemental data indicates the data is additional information requested to augment the measure information. Risk adjustment factor indicates the data is additional information used to calculate risk adjustment factors when applying a risk model to the measure calculation. |
Control | 0..* |
Binding | MeasureDataUsage: The intended usage for supplemental data elements in the measure (Required) |
Type | code |
Summary | true |
Measure.supplementalData.criteria | |
Definition | The criteria for the supplemental data. This must be the name of a valid expression defined within a referenced library, and defines the data to be returned for this element. |
Control | 0..1 |
Type | string |
Summary | true |
Measure.supplementalData.path | |
Definition | The supplemental data to be supplied as part of the measure response, specified as a valid FHIR Resource Path. |
Control | 0..1 |
Type | string |
Summary | true |