This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). 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
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
Clinical Decision Support ![]() | Maturity Level: 0 | Compartments: Not linked to any defined compartments |
The Measure resource provides the definition of a quality measure.
Structure
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | DomainResource | A quality measure | ||
![]() ![]() ![]() | Σ | 0..* | Identifier | Logical identifier |
![]() ![]() ![]() | Σ | 0..1 | string | The version of the module, if any |
![]() ![]() ![]() | 0..1 | Reference(ModuleMetadata) | Metadata for the measure | |
![]() ![]() ![]() | 0..* | Reference(Library) | Logic used by the measure | |
![]() ![]() ![]() | 0..* | BackboneElement | ||
![]() ![]() ![]() ![]() | 1..1 | code | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score MeasurePopulationType (Required) | |
![]() ![]() ![]() ![]() | 0..1 | string | ||
![]() ![]() ![]() ![]() | 0..1 | string | ||
![]() ![]() ![]() ![]() | 1..1 | string | ||
![]() ![]() ![]() | 0..* | string | ||
![]() ![]() ![]() | 0..* | string | ||
![]() |
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![]() |
---|---|---|---|---|
![]() ![]() | DomainResource | A quality measure | ||
![]() ![]() ![]() | Σ | 0..* | Identifier | Logical identifier |
![]() ![]() ![]() | Σ | 0..1 | string | The version of the module, if any |
![]() ![]() ![]() | 0..1 | Reference(ModuleMetadata) | Metadata for the measure | |
![]() ![]() ![]() | 0..* | Reference(Library) | Logic used by the measure | |
![]() ![]() ![]() | 0..* | BackboneElement | ||
![]() ![]() ![]() ![]() | 1..1 | code | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score MeasurePopulationType (Required) | |
![]() ![]() ![]() ![]() | 0..1 | string | ||
![]() ![]() ![]() ![]() | 0..1 | string | ||
![]() ![]() ![]() ![]() | 1..1 | string | ||
![]() ![]() ![]() | 0..* | string | ||
![]() ![]() ![]() | 0..* | string | ||
![]() |
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 |