This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Clinical Quality Information ![]() | Maturity Level: 4 | Trial Use | Security Category: Anonymous | Compartments: No defined compartments |
The Measure resource provides the definition of a quality measure.
The Measure resource represents a structured, computable definition of a health-related measure such as a clinical quality measure, public health indicator, or population analytics measure. A quality measure is a quantitative tool to assess the performance of an individual or organization with respect to a specified process or outcome via the measurement of actions, processes, or outcomes of clinical care. Quality measures are often derived from clinical guidelines and are designed to determine whether the appropriate care has been provided given a set of clinical criteria and an evidence base.
Note that the Measure itself does not typically contain any logic; rather a Library resource is referenced that contains the logic required by the measure, and the various expression elements, such as population criteria, reference named expressions within that library (or libraries). In addition, if the Measure references multiple libraries, then any expression references within the resource must be qualified with the name of the library that contains the referenced expression.
This resource is a definition resource from a FHIR workflow perspective - see Workflow, specifically Definition.
For a detailed discussion of how to use the Measure and MeasureReport resources, refer to the Quality Reporting topic.
The Measure resource describes a specific quality measure, or population analytic, providing the structure of the measure in terms of the calculation elements (the populations involved). The Group resource is also capable of describing a population, however, the complexity involved in specifying the criteria in the general case requires the use of a high-level query language such as Clinical Quality Language (CQL). As such, the Measure resource defines only the top-level populations and references expressions for the actual criteria. These expressions are typically provided using a Library resource containing CQL or ELM expressions. In addition, the individual members of a population may be cases such as encounters or procedures and in these cases, the Group resource would be unable to represent the population characteristics accurately.
A Measure is also similar to an ObservationDefinition resource, in that it is purely definitional, it contains no actual measurements, only a description of how to calculate a particular measurement or set of measurements. Measure is different from ObservationDefinition in that Measure is intended to provide a computable specification.
A Measure is also similar to a clinical document, but as with the relationship to Observation, a Document is specific to a particular subject.
Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) , the spreadsheet version & the dependency analysis
Path | ValueSet | Type | Documentation |
---|---|---|---|
Measure.versionAlgorithm[x] | VersionAlgorithm | Extensible | Indicates the mechanism used to compare versions to determine which is more current. |
Measure.status | PublicationStatus | Required | The lifecycle status of an artifact. |
Measure.subject[x] | ParticipantResourceTypes | Extensible | All Resource Types that represent participant resources |
Measure.basis | FHIRTypes (a valid code from All FHIR Types) | Required | All FHIR types |
Measure.jurisdiction | JurisdictionValueSet | Extensible | This value set defines a base set of codes for country, country subdivision and region for indicating where a resource is intended to be used. Note: The codes for countries and country subdivisions are taken from ISO 3166 |
Measure.topic | DefinitionTopic | Example | High-level categorization of the definition, used for searching, sorting, and filtering. |
Measure.scoring | MeasureScoring ![]() |
Extensible | The scoring type of the measure. |
Measure.scoringUnit | MeasureScoringUnit | Example | This is an example value set illustrating some typical scoring units used in quality measure specifications. |
Measure.compositeScoring | CompositeMeasureScoring | Extensible | The composite scoring method of the measure. |
Measure.type | MeasureType | Extensible | The type of measure (includes codes from 2.16.840.1.113883.1.11.20368). |
Measure.improvementNotation | MeasureImprovementNotation | Required | Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue. |
Measure.term.code | MeasureDefinitionExample | Example | Example Measure Definitions for the Measure Resource. |
Measure.group.code | MeasureGroupExample | Example | Example Measure Groups for the Measure Resource. |
Measure.group.type | MeasureType | Extensible | The type of measure (includes codes from 2.16.840.1.113883.1.11.20368). |
Measure.group.subject[x] | ParticipantResourceTypes | Extensible | All Resource Types that represent participant resources |
Measure.group.basis | FHIRTypes (a valid code from All FHIR Types) | Required | All FHIR types |
Measure.group.scoring | MeasureScoring ![]() |
Extensible | The scoring type of the measure. |
Measure.group.scoringUnit | MeasureScoringUnit | Example | This is an example value set illustrating some typical scoring units used in quality measure specifications. |
Measure.group.improvementNotation | MeasureImprovementNotation | Required | Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue. |
Measure.group.population.code | MeasurePopulationType | Extensible | The type of population. |
Measure.group.population.aggregateMethod | MeasureAggregateMethod | Extensible | Aggregation method for a measure (e.g. sum, average, median, minimum, maximum, count) |
Measure.group.stratifier.code | MeasureStratifierExample | Example | Identifier subgroups in a population for measuring purposes. |
Measure.group.stratifier.component.code | MeasureStratifierExample | Example | Identifier subgroups in a population for measuring purposes. |
Measure.supplementalData.code | MeasureSupplementalDataExample | Example | Supplemental data in a population for measuring purposes. |
Measure.supplementalData.usage | MeasureDataUsage | Extensible | The intended usage for supplemental data elements in the measure. |
UniqueKey | Level | Location | Description | Expression |
![]() | Warning | (base) | Name should be usable as an identifier for the module by machine processing applications such as code generation | name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$') |
![]() | Rule | (base) | Stratifier SHALL be either a single criteria or a set of criteria components | group.stratifier.all((code | description | criteria).exists() xor component.exists()) |
![]() | Warning | Measure.url | URL should not contain | or # - these characters make processing canonical references problematic | exists() implies matches('^[^|# ]+$') |
![]() | Warning | Measure.group.linkId | Link ids should be 255 characters or less | $this.length() <= 255 |
![]() | Warning | Measure.group.population.linkId | Link ids should be 255 characters or less | $this.length() <= 255 |
![]() | Warning | Measure.group.stratifier.linkId | Link ids should be 255 characters or less | $this.length() <= 255 |
![]() | Warning | Measure.group.stratifier.component.linkId | Link ids should be 255 characters or less | $this.length() <= 255 |
![]() | Warning | Measure.supplementalData.linkId | Link ids should be 255 characters or less | $this.length() <= 255 |
Search parameters for this resource. See also the full list of search parameters for this resource, and check the Extensions registry for search parameters on extensions related to this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
composed-of | reference | What resource is being referenced | Measure.relatedArtifact.where(type='composed-of').resource (Any) |
6 Resources |
context | token | A use context assigned to the measure | (Measure.useContext.value.ofType(CodeableConcept)) | 30 Resources |
context-quantity | quantity | A quantity- or range-valued use context assigned to the measure | (Measure.useContext.value.ofType(Quantity)) | (Measure.useContext.value.ofType(Range)) | 30 Resources |
context-type | token | A type of use context assigned to the measure | Measure.useContext.code | 30 Resources |
context-type-quantity | composite | A use context type and quantity- or range-based value assigned to the measure | On Measure.useContext: context-type: code context-quantity: value.ofType(Quantity) | value.ofType(Range) |
30 Resources |
context-type-value | composite | A use context type and value assigned to the measure | On Measure.useContext: context-type: code context: value.ofType(CodeableConcept) |
30 Resources |
date | date | The measure publication date | Measure.date | 31 Resources |
depends-on | reference | What resource is being referenced | Measure.relatedArtifact.where(type='depends-on').resource | Measure.library (Library, Any) |
6 Resources |
derived-from | reference | What resource is being referenced | Measure.relatedArtifact.where(type='derived-from').resource (Any) |
10 Resources |
description | string | The description of the measure | Measure.description | 29 Resources |
effective | date | The time during which the measure is intended to be in use | Measure.effectivePeriod | 12 Resources |
identifier | token | External identifier for the measure | Measure.identifier | 35 Resources |
jurisdiction | token | Intended jurisdiction for the measure | Measure.jurisdiction | 27 Resources |
name | string | Computationally friendly name of the measure | Measure.name | 28 Resources |
predecessor | reference | What resource is being referenced | Measure.relatedArtifact.where(type='predecessor').resource (Any) |
10 Resources |
publisher | string | Name of the publisher of the measure | Measure.publisher | 31 Resources |
status | token | The current status of the measure | Measure.status | 35 Resources |
successor | reference | What resource is being referenced | Measure.relatedArtifact.where(type='successor').resource (Any) |
6 Resources |
title | string | The human-friendly name of the measure | Measure.title | 28 Resources |
topic | token | Topics associated with the measure | Measure.topic | 10 Resources |
url | uri | The uri that identifies the measure | Measure.url | 34 Resources |
version | token | The business version of the measure | Measure.version | 32 Resources |