This page is part of the FHIR Specification (v1.2.0: STU 3 Draft). 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
Clinical Decision Support Work Group | Maturity Level: 0 | Compartments: Not linked to any defined compartments |
The Measure resource provides the definition of a quality 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 |
---|---|---|---|---|
Measure | DomainResource | A quality measure | ||
identifier | Σ | 0..* | Identifier | Logical identifier |
version | Σ | 0..1 | string | The version of the module, if any |
moduleMetadata | 0..1 | Reference(ModuleMetadata) | Metadata for the measure | |
library | 0..* | Reference(Library) | Logic used by the measure | |
population | 0..* | BackboneElement | ||
type | 1..1 | code | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score MeasurePopulationType (Required) | |
name | 0..1 | string | ||
description | 0..1 | string | ||
criteria | 1..1 | string | ||
stratifier | 0..* | string | ||
supplementalData | 0..* | string | ||
Documentation for this format |
UML Diagram
XML Template
<Measure xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Logical identifier --></identifier> <version value="[string]"/><!-- 0..1 The version of the module, if any --> <moduleMetadata><!-- 0..1 Reference(ModuleMetadata) Metadata for the measure --></moduleMetadata> <library><!-- 0..* Reference(Library) Logic used by the measure --></library> <population> <!-- 0..* --> <type value="[code]"/><!-- 1..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score --> <name value="[string]"/><!-- 0..1 --> <description value="[string]"/><!-- 0..1 --> <criteria value="[string]"/><!-- 1..1 --> </population> <stratifier value="[string]"/><!-- 0..* --> <supplementalData value="[string]"/><!-- 0..* --> </Measure>
JSON Template
{ "resourceType" : "Measure", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Logical identifier "version" : "<string>", // The version of the module, if any "moduleMetadata" : { Reference(ModuleMetadata) }, // Metadata for the measure "library" : [{ Reference(Library) }], // Logic used by the measure "population" : [{ // "type" : "<code>", // R! initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score "name" : "<string>", // "description" : "<string>", // "criteria" : "<string>" // R! }], "stratifier" : ["<string>"], // "supplementalData" : ["<string>"] // }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Measure | DomainResource | A quality measure | ||
identifier | Σ | 0..* | Identifier | Logical identifier |
version | Σ | 0..1 | string | The version of the module, if any |
moduleMetadata | 0..1 | Reference(ModuleMetadata) | Metadata for the measure | |
library | 0..* | Reference(Library) | Logic used by the measure | |
population | 0..* | BackboneElement | ||
type | 1..1 | code | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score MeasurePopulationType (Required) | |
name | 0..1 | string | ||
description | 0..1 | string | ||
criteria | 1..1 | string | ||
stratifier | 0..* | string | ||
supplementalData | 0..* | string | ||
Documentation for this format |
XML Template
<Measure xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Logical identifier --></identifier> <version value="[string]"/><!-- 0..1 The version of the module, if any --> <moduleMetadata><!-- 0..1 Reference(ModuleMetadata) Metadata for the measure --></moduleMetadata> <library><!-- 0..* Reference(Library) Logic used by the measure --></library> <population> <!-- 0..* --> <type value="[code]"/><!-- 1..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score --> <name value="[string]"/><!-- 0..1 --> <description value="[string]"/><!-- 0..1 --> <criteria value="[string]"/><!-- 1..1 --> </population> <stratifier value="[string]"/><!-- 0..* --> <supplementalData value="[string]"/><!-- 0..* --> </Measure>
JSON Template
{ "resourceType" : "Measure", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Logical identifier "version" : "<string>", // The version of the module, if any "moduleMetadata" : { Reference(ModuleMetadata) }, // Metadata for the measure "library" : [{ Reference(Library) }], // Logic used by the measure "population" : [{ // "type" : "<code>", // R! initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score "name" : "<string>", // "description" : "<string>", // "criteria" : "<string>" // R! }], "stratifier" : ["<string>"], // "supplementalData" : ["<string>"] // }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire
Path | Definition | Type | Reference |
---|---|---|---|
Measure.population.type | The type of population | Required | MeasurePopulationType |