This
page
is
part
of
the
FHIR
Specification
v6.0.0-ballot3:
Release
6
Ballot
(3rd
Draft)
(see
Ballot
Notes
).
The
current
version
is
5.0.0
.
For
a
full
list
Continuous
Integration
Build
of
available
versions,
see
FHIR
(will
be
incorrect/inconsistent
at
times).
See
the
Directory
of
published
versions
Responsible
Owner:
Clinical
Quality
Information
Work
Group
|
|
Security Category : Anonymous | Compartments : No defined compartments |
The Measure resource provides the definition of a quality measure.
The Measure resource represents a structured, potentially 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. Different measure types will contain different population criteria. Some measures may contain multiple rates. Measures can also specify stratifications to subdivide the measure population and/or supplemental data to communicate additional information about a population.
The data of interest for a measure is described as a set of data requirements, and include the specific data type, as well as any constraints. If the measure is specified computably, this information may be inferred by static analysis of the logic used to defined the population criteria. This capability is exposed via the $data-requirements operation.
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, however a FHIR Document is specific to a particular subject, whereas the Measure resource is definitional.
Mappings
from
the
V3
to
the
FHIR
terminologies
can
be
found
in
the
Quality
Measure
IG
.
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
Filter:
|
|---|---|---|---|---|
|
TU | DomainResource |
A
quality
measure
definition
+ Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation + Rule: Stratifier SHALL be either a single criteria or a set of criteria components Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension Interfaces Implemented: MetadataResource |
|
|
Σ C | 0..1 | uri |
Canonical
identifier
for
this
measure,
represented
as
a
URI
(globally
unique)
+ Warning: URL should not contain | or # - these characters make processing canonical references problematic |
|
Σ | 0..* | Identifier |
Additional
identifier
for
the
measure
|
|
Σ | 0..1 | string |
Business
version
of
the
measure
|
|
Σ | 0..1 |
How
to
compare
versions
Binding: Version Algorithm ( Extensible ) |
|
|
string | |||
|
Coding | |||
|
Σ C | 0..1 | string |
Name
for
this
measure
(computer
friendly)
|
|
Σ T | 0..1 | string |
Name
for
this
measure
(human
friendly)
|
|
T | 0..1 | string |
Subordinate
title
of
the
measure
|
|
?! Σ | 1..1 | code |
draft
|
active
|
retired
|
unknown
Binding: PublicationStatus ( Required ) |
|
Σ | 0..1 | boolean |
For
testing
only
-
never
for
real
usage
|
|
0..1 |
E.g.
Patient,
Practitioner,
RelatedPerson,
Organization,
Location,
Device
Binding: Participant Resource Types ( Extensible ) |
||
|
CodeableConcept | |||
|
Reference ( Group ) | |||
|
Σ | 0..1 | dateTime |
Date
last
changed
|
|
Σ T | 0..1 | string |
Name
of
the
publisher/steward
(organization
or
individual)
|
|
Σ | 0..* | ContactDetail |
Contact
details
for
the
publisher
|
|
Σ T | 0..1 | markdown |
Natural
language
description
of
the
measure
|
|
Σ | 0..* | UsageContext |
The
context
that
the
content
is
intended
to
support
|
|
Σ
|
0..* | CodeableConcept |
Jurisdiction
of
the
authority
that
maintains
the
measure
(if
applicable)
Binding: Jurisdiction ValueSet
(
Extensible
)
|
|
T | 0..1 | markdown |
Why
this
measure
is
defined
|
|
T | 0..1 | markdown |
Describes
the
clinical
usage
of
the
measure
|
|
T | 0..1 | markdown |
Notice
about
intellectual
property
ownership,
can
include
restrictions
on
use
|
|
T | 0..1 | string |
Copyright
holder
and
year(s)
|
|
0..1 | date |
When
the
measure
was
approved
by
publisher
|
|
|
0..1 | date |
When
the
measure
was
last
reviewed
by
the
publisher
|
|
|
Σ | 0..1 | Period |
When
the
measure
is
expected
to
be
used
|
|
0..1 | Quantity |
The
frequency
in
which
this
measure
should
be
reported
(e.g.
1
'/a'
-
yearly,
4
'/a'
-
quarterly)
Binding: Frequency Unit ( Extensible ) |
|
|
0..* | CodeableConcept |
The
category
of
the
measure,
such
as
Education,
Treatment,
Assessment,
etc
Binding: Definition Topic ( Example ) |
|
|
0..* | ContactDetail |
Who
authored
the
content
|
|
|
0..* | ContactDetail |
Who
edited
the
content
|
|
|
0..* | ContactDetail |
Who
reviewed
the
content
|
|
|
0..* | ContactDetail |
Who
endorsed
the
content
|
|
|
C | 0..* | RelatedArtifact |
Additional
documentation,
citations,
etc
+ Warning: Dependencies and components of a Measure should reference a resource |
|
0..* | canonical ( Library ) |
Logic
used
by
the
measure
|
|
|
Σ | 0..1 | markdown |
Disclaimer
for
use
of
the
measure
or
its
referenced
content
|
|
Σ | 0..1 | markdown |
How
risk
adjustment
is
applied
for
this
measure
|
|
Σ | 0..1 | markdown |
How
is
rate
aggregation
performed
for
this
measure
|
|
Σ | 0..1 | markdown |
Justification
for
the
measure
in
terms
of
impact,
gap
in
care,
and
evidence
|
|
Σ | 0..1 | markdown |
Summary
of
clinical
guidelines
|
|
0..* | BackboneElement |
Defined
terms
used
in
the
measure
documentation
|
|
|
0..1 | CodeableConcept |
What
term?
Binding: Measure Definition Example ( Example ) |
|
|
0..1 | markdown |
Meaning
of
the
term
|
|
|
Σ
|
0..1 | markdown |
Additional
guidance
for
implementers
(deprecated)
|
|
C | 0..* | BackboneElement |
Population
criteria
group
|
|
C | 0..1 | string |
Unique
id
for
group
in
measure
+ Warning: Link ids should be 255 characters or less |
| 0..1 | string |
Title
of
the
group.
This
title
is
expected
in
the
corresponding
MeasureReport.group.title
| |
![]() ![]() ![]() |
0..1 | CodeableConcept |
Meaning
of
the
group
Binding: Measure Group Example ( Example ) |
|
|
0..1 | markdown |
Summary
description
|
|
|
Σ | 0..* | CodeableConcept |
process
|
outcome
|
structure
|
patient-reported-outcome
Binding: MeasureType
(
Extensible
)
|
|
0..1 |
E.g.
Patient,
Practitioner,
RelatedPerson,
Organization,
Location,
Device
Binding: Participant Resource Types ( Extensible ) |
||
|
CodeableConcept | |||
|
Reference ( Group ) | |||
|
Σ | 0..1 | code |
Population
basis
Binding: All FHIR Types ( Required ) |
| C | 0..* | DataRequirement |
Population
basis
requirements
+ Rule: Basis requirements SHALL have a type, MAY have profile and codeFilter elements, and SHALL NOT specify dateFilter, valueFilter, limit, or sort |
|
Σ | 0..1 | CodeableConcept |
proportion
|
ratio
|
continuous-variable
|
cohort
|
composite
Binding: Measure Scoring
(
Extensible
)
|
|
Σ | 0..1 | CodeableConcept |
What
units?
Binding: Measure Scoring Unit ( Example ) |
|
Σ | 0..1 | positiveInt |
How
many
decimals
(The
number
of
decimal
places
to
include
in
the
score
when
the
score
is
a
decimal-valued
result)
|
|
Σ | 0..1 | CodeableConcept |
opportunity
|
all-or-nothing
|
linear
|
weighted
Binding: CompositeMeasureScoring
(
Extensible
)
|
|
0..* | BackboneElement |
A
component
of
a
composite
measure
|
|
|
0..1 | canonical () |
What
measure?
|
|
|
0..1 | string |
What
group?
|
|
|
0..1 | decimal |
What
weight?
|
|
|
Σ | 0..1 | markdown |
How
is
rate
aggregation
performed
for
this
measure
|
|
Σ | 0..1 | CodeableConcept |
increase
|
decrease
Binding: MeasureImprovementNotation
(
Extensible
)
|
|
Σ | 0..1 | markdown |
Explanation
of
improvement
notation
|
|
0..* | canonical ( Library ) |
Logic
used
by
the
measure
group
|
|
|
0..* | BackboneElement |
Population
criteria
|
|
|
C | 0..1 | string |
Unique
id
for
population
in
measure
+ Warning: Link ids should be 255 characters or less |
| 0..1 | string |
Title
of
the
group's
population.
This
title
is
expected
in
the
corresponding
MeasureReport.group.population.title
| |
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept |
initial-population
|
numerator
|
numerator-exclusion
|
denominator
|
denominator-exclusion
|
denominator-exception
|
measure-population
|
measure-population-exclusion
|
measure-observation
Binding: MeasurePopulationType
(
Extensible
)
|
|
|
0..1 | markdown |
The
human
readable
description
of
this
population
criteria
|
|
|
0..1 | Expression |
The
criteria
that
defines
this
population
|
|
|
0..1 | Reference ( Group ) |
A
group
resource
that
defines
this
population
|
|
|
0..1 | string |
Which
population
|
|
|
0..1 | CodeableConcept |
Aggregation
method
for
a
measure
score
(e.g.
sum,
average,
median,
minimum,
maximum,
count)
Binding: Measure Aggregate Method
(
Extensible
)
|
|
|
C | 0..* | BackboneElement |
Stratifier
criteria
for
the
measure
|
|
C | 0..1 | string |
Unique
id
for
stratifier
in
measure
+ Warning: Link ids should be 255 characters or less |
| 0..1 | string |
Title
of
a
group's
stratifier.
This
title
is
expected
in
the
corresponding
MeasureReport.group.title
| |
|
C | 0..1 | CodeableConcept |
Meaning
of
the
stratifier
Binding: Measure Stratifier Example ( Example ) |
|
C | 0..1 | markdown |
The
human
readable
description
of
this
stratifier
|
|
C | 0..1 | Expression |
How
the
measure
should
be
stratified
|
|
0..1 | Reference ( Group ) |
A
group
resource
that
defines
this
population
|
|
|
C | 0..* | BackboneElement |
Stratifier
criteria
component
for
the
measure
|
|
C | 0..1 | string |
Unique
id
for
stratifier
component
in
measure
+ Warning: Link ids should be 255 characters or less |
|
0..1 | CodeableConcept |
Meaning
of
the
stratifier
component
Binding: Measure Stratifier Example ( Example ) |
|
|
0..1 | markdown |
The
human
readable
description
of
this
stratifier
component
|
|
|
0..1 | Expression |
Component
of
how
the
measure
should
be
stratified
|
|
|
0..1 | Reference ( Group ) |
A
group
resource
that
defines
this
population
|
|
|
0..1 | canonical ( ValueSet ) |
What
stratum
values?
|
|
|
0..1 | string |
What
units?
|
|
|
0..* | BackboneElement |
What
other
data
should
be
reported
with
the
measure
|
|
|
C | 0..1 | string |
Unique
id
for
supplementalData
in
measure
+ Warning: Link ids should be 255 characters or less |
|
0..1 | CodeableConcept |
Meaning
of
the
supplemental
data
Binding: Measure Supplemental Data Example ( Example ) |
|
|
0..* | CodeableConcept |
supplemental-data
|
risk-adjustment-factor
Binding: MeasureDataUsage
(
Extensible
)
|
|
|
0..1 | markdown |
The
human
readable
description
of
this
supplemental
data
|
|
|
1..1 | Expression |
Expression
describing
additional
data
to
be
reported
|
|
|
0..1 | canonical ( ValueSet ) |
What
supplemental
data
values?
|
|
|
0..1 | string |
What
units?
|
|
Documentation
for
this
format
|
||||
See the Extensions for this resource
UML Diagram ( Legend )
XML Template
<Measure xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 0..1 Canonical identifier for this measure, represented as a URI (globally unique) --> <identifier><!-- 0..* Identifier Additional identifier for the measure --></identifier> <version value="[string]"/><!-- 0..1 Business version of the measure --> <versionAlgorithm[x]><!-- 0..1 string|Coding How to compare versions --></versionAlgorithm[x]> <name value="[string]"/><!-- I 0..1 Name for this measure (computer friendly) --> <title value="[string]"/><!-- 0..1 Name for this measure (human friendly) --> <subtitle value="[string]"/><!-- 0..1 Subordinate title of the measure --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <experimental value="[boolean]"/><!-- 0..1 For testing only - never for real usage --> <subject[x]><!-- 0..1 CodeableConcept|Reference(Group) E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device --></subject[x]>
<<date value="[dateTime]"/><!-- 0..1 Date last changed --> <publisher value="[string]"/><!-- 0..1 Name of the publisher/steward (organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <description value="[markdown]"/><!-- 0..1 Natural language description of the measure --> <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext><</jurisdiction><jurisdiction><!-- 0..* CodeableConcept Jurisdiction of the authority that maintains the measure (if applicable)--></jurisdiction> <purpose value="[markdown]"/><!-- 0..1 Why this measure is defined --> <usage value="[markdown]"/><!-- 0..1 Describes the clinical usage of the measure -->
< <<copyright value="[markdown]"/><!-- 0..1 Notice about intellectual property ownership, can include restrictions on use --> <copyrightLabel value="[string]"/><!-- 0..1 Copyright holder and year(s) --> <approvalDate value="[date]"/><!-- 0..1 When the measure was approved by publisher --> <lastReviewDate value="[date]"/><!-- 0..1 When the measure was last reviewed by the publisher --> <effectivePeriod><!-- 0..1 Period When the measure is expected to be used --></effectivePeriod><</reportingFrequency><reportingFrequency><!-- 0..1 Quantity The frequency in which this measure should be reported (e.g. 1 '/a' - yearly, 4 '/a' - quarterly) --></reportingFrequency> <topic><!-- 0..* CodeableConcept The category of the measure, such as Education, Treatment, Assessment, etc --></topic> <author><!-- 0..* ContactDetail Who authored the content --></author> <editor><!-- 0..* ContactDetail Who edited the content --></editor> <reviewer><!-- 0..* ContactDetail Who reviewed the content --></reviewer> <endorser><!-- 0..* ContactDetail Who endorsed the content --></endorser> <relatedArtifact><!-- 0..* RelatedArtifact Additional documentation, citations, etc --></relatedArtifact> <library><!-- 0..* canonical(Library) Logic used by the measure --></library> <disclaimer value="[markdown]"/><!-- 0..1 Disclaimer for use of the measure or its referenced content --><</scoring> <</scoringUnit> < <</compositeScoring> <</type><riskAdjustment value="[markdown]"/><!-- 0..1 How risk adjustment is applied for this measure --> <rateAggregation value="[markdown]"/><!-- 0..1 How is rate aggregation performed for this measure --> <rationale value="[markdown]"/><!-- 0..1 Justification for the measure in terms of impact, gap in care, and evidence --> <clinicalRecommendationStatement value="[markdown]"/><!-- 0..1 Summary of clinical guidelines --><</improvementNotation> <<term> <!-- 0..* Defined terms used in the measure documentation --> <code><!-- 0..1 CodeableConcept What term? --></code> <definition value="[markdown]"/><!-- 0..1 Meaning of the term --> </term> <guidance value="[markdown]"/><!-- 0..1 Additional guidance for implementers (deprecated) --> <group> <!-- I 0..* Population criteria group --> <linkId value="[string]"/><!-- 0..1 Unique id for group in measure --> <title value="[string]"/><!-- 0..1 Title of the group. This title is expected in the corresponding MeasureReport.group.title --> <code><!-- 0..1 CodeableConcept Meaning of the group --></code> <description value="[markdown]"/><!-- 0..1 Summary description --><</type> <</subject[x]><type><!-- 0..* CodeableConcept process | outcome | structure | patient-reported-outcome--></type> <subject[x]><!-- 0..1 CodeableConcept|Reference(Group) E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device --></subject[x]> <basis value="[code]"/><!-- 0..1 Population basis -->
<</scoring><basisRequirement><!-- 0..* DataRequirement Population basis requirements --></basisRequirement> <scoring><!-- 0..1 CodeableConcept proportion | ratio | continuous-variable | cohort | composite--></scoring> <scoringUnit><!-- 0..1 CodeableConcept What units? --></scoringUnit> <scoringPrecision value="[positiveInt]"/><!-- 0..1 How many decimals (The number of decimal places to include in the score when the score is a decimal-valued result) -->
<</compositeScoring><compositeScoring><!-- 0..1 CodeableConcept opportunity | all-or-nothing | linear | weighted--></compositeScoring> <component> <!-- 0..* A component of a composite measure --> <measure value="[canonical]"/><!-- 0..1 What measure? --> <groupId value="[string]"/><!-- 0..1 What group? --> <weight value="[decimal]"/><!-- 0..1 What weight? --> </component> <rateAggregation value="[markdown]"/><!-- 0..1 How is rate aggregation performed for this measure -->
<</improvementNotation><improvementNotation><!-- 0..1 CodeableConcept increase | decrease--></improvementNotation> <improvementNotationGuidance value="[markdown]"/><!-- 0..1 Explanation of improvement notation --> <library><!-- 0..* canonical(Library) Logic used by the measure group --></library> <population> <!-- 0..* Population criteria --> <linkId value="[string]"/><!-- 0..1 Unique id for population in measure -->
<</code><title value="[string]"/><!-- 0..1 Title of the group's population. This title is expected in the corresponding MeasureReport.group.population.title --> <code><!-- 0..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation--></code> <description value="[markdown]"/><!-- 0..1 The human readable description of this population criteria --> <criteria><!-- 0..1 Expression The criteria that defines this population --></criteria> <groupDefinition><!-- 0..1 Reference(Group) A group resource that defines this population --></groupDefinition> <inputPopulationId value="[string]"/><!-- 0..1 Which population -->
<</aggregateMethod><aggregateMethod><!-- 0..1 CodeableConcept Aggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count)--></aggregateMethod> </population>
<<stratifier> <!-- I 0..* Stratifier criteria for the measure --> <linkId value="[string]"/><!-- 0..1 Unique id for stratifier in measure --> <title value="[string]"/><!-- 0..1 Title of a group's stratifier. This title is expected in the corresponding MeasureReport.group.title --> <code><!-- I 0..1 CodeableConcept Meaning of the stratifier --></code> <description value="[markdown]"/><!-- I 0..1 The human readable description of this stratifier --><</criteria><criteria><!-- I 0..1 Expression How the measure should be stratified --></criteria> <groupDefinition><!-- 0..1 Reference(Group) A group resource that defines this population --></groupDefinition><</valueSet> < <<component> <!-- I 0..* Stratifier criteria component for the measure --> <linkId value="[string]"/><!-- 0..1 Unique id for stratifier component in measure --> <code><!-- 0..1 CodeableConcept Meaning of the stratifier component --></code> <description value="[markdown]"/><!-- 0..1 The human readable description of this stratifier component --><</criteria><criteria><!-- 0..1 Expression Component of how the measure should be stratified --></criteria> <groupDefinition><!-- 0..1 Reference(Group) A group resource that defines this population --></groupDefinition> <valueSet><!-- 0..1 canonical(ValueSet) What stratum values? --></valueSet> <unit value="[string]"/><!-- 0..1 What units? --> </component> </stratifier> </group> <supplementalData> <!-- 0..* What other data should be reported with the measure --> <linkId value="[string]"/><!-- 0..1 Unique id for supplementalData in measure --> <code><!-- 0..1 CodeableConcept Meaning of the supplemental data --></code><</usage><usage><!-- 0..* CodeableConcept supplemental-data | risk-adjustment-factor--></usage> <description value="[markdown]"/><!-- 0..1 The human readable description of this supplemental data --> <criteria><!-- 1..1 Expression Expression describing additional data to be reported --></criteria> <valueSet><!-- 0..1 canonical(ValueSet) What supplemental data values? --></valueSet> <unit value="[string]"/><!-- 0..1 What units? --> </supplementalData> </Measure>
JSON Template
{
"resourceType" : "Measure",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // Canonical identifier for this measure, represented as a URI (globally unique)
"identifier" : [{ Identifier }], // Additional identifier for the measure
"version" : "<string>", // Business version of the measure
// versionAlgorithm[x]: How to compare versions. One of these 2:
"versionAlgorithmString" : "<string>",
"versionAlgorithmCoding" : { Coding },
"name" : "<string>", // I Name for this measure (computer friendly)
"title" : "<string>", // Name for this measure (human friendly)
"subtitle" : "<string>", // Subordinate title of the measure
"status" : "<code>", // R! draft | active | retired | unknown
"experimental" : <boolean>, // For testing only - never for real usage
// subject[x]: E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2:
"subjectCodeableConcept" : { CodeableConcept },
"subjectReference" : { Reference(Group) },
"
"date" : "<dateTime>", // Date last changed
"publisher" : "<string>", // Name of the publisher/steward (organization or individual)
"contact" : [{ ContactDetail }], // Contact details for the publisher
"description" : "<markdown>", // Natural language description of the measure
"useContext" : [{ UsageContext }], // The context that the content is intended to support
"
"jurisdiction" : [{ CodeableConcept }], // Jurisdiction of the authority that maintains the measure (if applicable)
"purpose" : "<markdown>", // Why this measure is defined
"usage" : "<markdown>", // Describes the clinical usage of the measure
"
"
"copyright" : "<markdown>", // Notice about intellectual property ownership, can include restrictions on use
"copyrightLabel" : "<string>", // Copyright holder and year(s)
"approvalDate" : "<date>", // When the measure was approved by publisher
"lastReviewDate" : "<date>", // When the measure was last reviewed by the publisher
"effectivePeriod" : { Period }, // When the measure is expected to be used
"
"reportingFrequency" : { Quantity }, // The frequency in which this measure should be reported (e.g. 1 '/a' - yearly, 4 '/a' - quarterly)
"topic" : [{ CodeableConcept }], // The category of the measure, such as Education, Treatment, Assessment, etc
"author" : [{ ContactDetail }], // Who authored the content
"editor" : [{ ContactDetail }], // Who edited the content
"reviewer" : [{ ContactDetail }], // Who reviewed the content
"endorser" : [{ ContactDetail }], // Who endorsed the content
"relatedArtifact" : [{ RelatedArtifact }], // Additional documentation, citations, etc
"library" : ["<canonical(Library)>"], // Logic used by the measure
"disclaimer" : "<markdown>", // Disclaimer for use of the measure or its referenced content
"
"
"
"
"
"riskAdjustment" : "<markdown>", // How risk adjustment is applied for this measure
"rateAggregation" : "<markdown>", // How is rate aggregation performed for this measure
"rationale" : "<markdown>", // Justification for the measure in terms of impact, gap in care, and evidence
"clinicalRecommendationStatement" : "<markdown>", // Summary of clinical guidelines
"
"
"term" : [{ // Defined terms used in the measure documentation
"code" : { CodeableConcept }, // What term?
"definition" : "<markdown>" // Meaning of the term
}],
"guidance" : "<markdown>", // Additional guidance for implementers (deprecated)
"group" : [{ // I Population criteria group
"linkId" : "<string>", // Unique id for group in measure
"title" : "<string>", // Title of the group. This title is expected in the corresponding MeasureReport.group.title
"code" : { CodeableConcept }, // Meaning of the group
"description" : "<markdown>", // Summary description
"
"type" : [{ CodeableConcept }], // process | outcome | structure | patient-reported-outcome
// subject[x]: E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2:
" },
" },
"subjectCodeableConcept" : { CodeableConcept },
"subjectReference" : { Reference(Group) },
"basis" : "<code>", // Population basis
"
"basisRequirement" : [{ DataRequirement }], // Population basis requirements
"scoring" : { CodeableConcept }, // proportion | ratio | continuous-variable | cohort | composite
"scoringUnit" : { CodeableConcept }, // What units?
"scoringPrecision" : "<positiveInt>", // How many decimals (The number of decimal places to include in the score when the score is a decimal-valued result)
"
"compositeScoring" : { CodeableConcept }, // opportunity | all-or-nothing | linear | weighted
"component" : [{ // A component of a composite measure
"measure" : "<canonical>", // What measure?
"groupId" : "<string>", // What group?
"weight" : <decimal> // What weight?
}],
"rateAggregation" : "<markdown>", // How is rate aggregation performed for this measure
"
"improvementNotation" : { CodeableConcept }, // increase | decrease
"improvementNotationGuidance" : "<markdown>", // Explanation of improvement notation
"library" : ["<canonical(Library)>"], // Logic used by the measure group
"population" : [{ // Population criteria
"linkId" : "<string>", // Unique id for population in measure
"
"title" : "<string>", // Title of the group's population. This title is expected in the corresponding MeasureReport.group.population.title
"code" : { CodeableConcept }, // initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
"description" : "<markdown>", // The human readable description of this population criteria
"criteria" : { Expression }, // The criteria that defines this population
"groupDefinition" : { Reference(Group) }, // A group resource that defines this population
"inputPopulationId" : "<string>", // Which population
"
"aggregateMethod" : { CodeableConcept } // Aggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count)
}],
"
"stratifier" : [{ // I Stratifier criteria for the measure
"linkId" : "<string>", // Unique id for stratifier in measure
"title" : "<string>", // Title of a group's stratifier. This title is expected in the corresponding MeasureReport.group.title
"code" : { CodeableConcept }, // I Meaning of the stratifier
"description" : "<markdown>", // I The human readable description of this stratifier
"
"criteria" : { Expression }, // I How the measure should be stratified
"groupDefinition" : { Reference(Group) }, // A group resource that defines this population
"
"
"
"component" : [{ // I Stratifier criteria component for the measure
"linkId" : "<string>", // Unique id for stratifier component in measure
"code" : { CodeableConcept }, // Meaning of the stratifier component
"description" : "<markdown>", // The human readable description of this stratifier component
"
"criteria" : { Expression }, // Component of how the measure should be stratified
"groupDefinition" : { Reference(Group) }, // A group resource that defines this population
"valueSet" : "<canonical(ValueSet)>", // What stratum values?
"unit" : "<string>" // What units?
}]
}]
}],
"supplementalData" : [{ // What other data should be reported with the measure
"linkId" : "<string>", // Unique id for supplementalData in measure
"code" : { CodeableConcept }, // Meaning of the supplemental data
"
"usage" : [{ CodeableConcept }], // supplemental-data | risk-adjustment-factor
"description" : "<markdown>", // The human readable description of this supplemental data
"criteria" : { Expression }, // R! Expression describing additional data to be reported
"valueSet" : "<canonical(ValueSet)>", // What supplemental data values?
"unit" : "<string>" // What units?
}]
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:Measure; fhir:nodeRole fhir:treeRoot; # if this is the parser root
# from # from# from Resource: fhir:id, fhir:meta, fhir:implicitRules, and fhir:language # from DomainResource: fhir:text, fhir:contained, fhir:extension, and fhir:modifierExtension fhir:url [ uri ] ; # 0..1 Canonical identifier for this measure, represented as a URI (globally unique) fhir:identifier ( [ Identifier ] ... ) ; # 0..* Additional identifier for the measure fhir:version [ string ] ; # 0..1 Business version of the measure # versionAlgorithm[x] : 0..1 How to compare versions. One of these 2fhir: ]fhir:versionAlgorithm [ a fhir:String ; string ] fhir:versionAlgorithm [ a fhir:Coding ; Coding ] fhir:name [ string ] ; # 0..1 I Name for this measure (computer friendly) fhir:title [ string ] ; # 0..1 Name for this measure (human friendly) fhir:subtitle [ string ] ; # 0..1 Subordinate title of the measure fhir:status [ code ] ; # 1..1 draft | active | retired | unknown fhir:experimental [ boolean ] ; # 0..1 For testing only - never for real usage # subject[x] : 0..1 E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2 fhir:subject [ a fhir:CodeableConcept ; CodeableConcept ] fhir:subject [ a fhir:Reference ; Reference(Group) ]fhir:fhir:date [ dateTime ] ; # 0..1 Date last changed fhir:publisher [ string ] ; # 0..1 Name of the publisher/steward (organization or individual) fhir:contact ( [ ContactDetail ] ... ) ; # 0..* Contact details for the publisher fhir:description [ markdown ] ; # 0..1 Natural language description of the measure fhir:useContext ( [ UsageContext ] ... ) ; # 0..* The context that the content is intended to supportfhir:fhir:jurisdiction ( [ CodeableConcept ] ... ) ; # 0..* Jurisdiction of the authority that maintains the measure (if applicable) fhir:purpose [ markdown ] ; # 0..1 Why this measure is defined fhir:usage [ markdown ] ; # 0..1 Describes the clinical usage of the measurefhir: fhir:fhir:copyright [ markdown ] ; # 0..1 Notice about intellectual property ownership, can include restrictions on use fhir:copyrightLabel [ string ] ; # 0..1 Copyright holder and year(s) fhir:approvalDate [ date ] ; # 0..1 When the measure was approved by publisher fhir:lastReviewDate [ date ] ; # 0..1 When the measure was last reviewed by the publisher fhir:effectivePeriod [ Period ] ; # 0..1 When the measure is expected to be used fhir:reportingFrequency [ Quantity ] ; # 0..1 The frequency in which this measure should be reported (e.g. 1 '/a' - yearly, 4 '/a' - quarterly) fhir:topic ( [ CodeableConcept ] ... ) ; # 0..* The category of the measure, such as Education, Treatment, Assessment, etc fhir:author ( [ ContactDetail ] ... ) ; # 0..* Who authored the content fhir:editor ( [ ContactDetail ] ... ) ; # 0..* Who edited the content fhir:reviewer ( [ ContactDetail ] ... ) ; # 0..* Who reviewed the content fhir:endorser ( [ ContactDetail ] ... ) ; # 0..* Who endorsed the content fhir:relatedArtifact ( [ RelatedArtifact ] ... ) ; # 0..* Additional documentation, citations, etc fhir:library ( [ canonical(Library) ] ... ) ; # 0..* Logic used by the measure fhir:disclaimer [ markdown ] ; # 0..1 Disclaimer for use of the measure or its referenced contentfhir: fhir: fhir: fhir: fhir:fhir:riskAdjustment [ markdown ] ; # 0..1 How risk adjustment is applied for this measure fhir:rateAggregation [ markdown ] ; # 0..1 How is rate aggregation performed for this measure fhir:rationale [ markdown ] ; # 0..1 Justification for the measure in terms of impact, gap in care, and evidence fhir:clinicalRecommendationStatement [ markdown ] ; # 0..1 Summary of clinical guidelinesfhir: fhir:fhir:term ( [ # 0..* Defined terms used in the measure documentation fhir:code [ CodeableConcept ] ; # 0..1 What term? fhir:definition [ markdown ] ; # 0..1 Meaning of the term ] ... ) ; fhir:guidance [ markdown ] ; # 0..1 Additional guidance for implementers (deprecated) fhir:group ( [ # 0..* I Population criteria group fhir:linkId [ string ] ; # 0..1 Unique id for group in measure fhir:title [ string ] ; # 0..1 Title of the group. This title is expected in the corresponding MeasureReport.group.title fhir:code [ CodeableConcept ] ; # 0..1 Meaning of the group fhir:description [ markdown ] ; # 0..1 Summary description fhir:type ( [ CodeableConcept ] ... ) ; # 0..* process | outcome | structure | patient-reported-outcome# . One of these 2 fhir: ] fhir:) ]# subject[x] : 0..1 E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2 fhir:subject [ a fhir:CodeableConcept ; CodeableConcept ] fhir:subject [ a fhir:Reference ; Reference(Group) ] fhir:basis [ code ] ; # 0..1 Population basis fhir:basisRequirement ( [ DataRequirement ] ... ) ; # 0..* Population basis requirements fhir:scoring [ CodeableConcept ] ; # 0..1 proportion | ratio | continuous-variable | cohort | composite fhir:scoringUnit [ CodeableConcept ] ; # 0..1 What units? fhir:scoringPrecision [ positiveInt ] ; # 0..1 How many decimals (The number of decimal places to include in the score when the score is a decimal-valued result) fhir:compositeScoring [ CodeableConcept ] ; # 0..1 opportunity | all-or-nothing | linear | weighted fhir:component ( [ # 0..* A component of a composite measure fhir:measure [ canonical ] ; # 0..1 What measure? fhir:groupId [ string ] ; # 0..1 What group? fhir:weight [ decimal ] ; # 0..1 What weight? ] ... ) ; fhir:rateAggregation [ markdown ] ; # 0..1 How is rate aggregation performed for this measure fhir:improvementNotation [ CodeableConcept ] ; # 0..1 increase | decrease fhir:improvementNotationGuidance [ markdown ] ; # 0..1 Explanation of improvement notation fhir:library ( [ canonical(Library) ] ... ) ; # 0..* Logic used by the measure group fhir:population ( [ # 0..* Population criteria fhir:linkId [ string ] ; # 0..1 Unique id for population in measure fhir:title [ string ] ; # 0..1 Title of the group's population. This title is expected in the corresponding MeasureReport.group.population.title fhir:code [ CodeableConcept ] ; # 0..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation fhir:description [ markdown ] ; # 0..1 The human readable description of this population criteria fhir:criteria [ Expression ] ; # 0..1 The criteria that defines this population fhir:groupDefinition [ Reference(Group) ] ; # 0..1 A group resource that defines this population fhir:inputPopulationId [ string ] ; # 0..1 Which population fhir:aggregateMethod [ CodeableConcept ] ; # 0..1 Aggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count) ] ... ) ;fhir:fhir:stratifier ( [ # 0..* I Stratifier criteria for the measure fhir:linkId [ string ] ; # 0..1 Unique id for stratifier in measure fhir:title [ string ] ; # 0..1 Title of a group's stratifier. This title is expected in the corresponding MeasureReport.group.title fhir:code [ CodeableConcept ] ; # 0..1 I Meaning of the stratifier fhir:description [ markdown ] ; # 0..1 I The human readable description of this stratifierfhir:fhir:criteria [ Expression ] ; # 0..1 I How the measure should be stratified fhir:groupDefinition [ Reference(Group) ] ; # 0..1 A group resource that defines this populationfhir: fhir: fhir:fhir:component ( [ # 0..* I Stratifier criteria component for the measure fhir:linkId [ string ] ; # 0..1 Unique id for stratifier component in measure fhir:code [ CodeableConcept ] ; # 0..1 Meaning of the stratifier component fhir:description [ markdown ] ; # 0..1 The human readable description of this stratifier componentfhir:fhir:criteria [ Expression ] ; # 0..1 Component of how the measure should be stratified fhir:groupDefinition [ Reference(Group) ] ; # 0..1 A group resource that defines this population fhir:valueSet [ canonical(ValueSet) ] ; # 0..1 What stratum values? fhir:unit [ string ] ; # 0..1 What units? ] ... ) ; ] ... ) ; ] ... ) ; fhir:supplementalData ( [ # 0..* What other data should be reported with the measure fhir:linkId [ string ] ; # 0..1 Unique id for supplementalData in measure fhir:code [ CodeableConcept ] ; # 0..1 Meaning of the supplemental data fhir:usage ( [ CodeableConcept ] ... ) ; # 0..* supplemental-data | risk-adjustment-factor fhir:description [ markdown ] ; # 0..1 The human readable description of this supplemental data fhir:criteria [ Expression ] ; # 1..1 Expression describing additional data to be reported fhir:valueSet [ canonical(ValueSet) ] ; # 0..1 What supplemental data values? fhir:unit [ string ] ; # 0..1 What units? ] ... ) ; ]
Changes from both R4 and R4B
| Measure | |
| Measure.versionAlgorithm[x] |
|
| Measure.subject[x] |
|
|
|
|
| Measure.usage |
|
| Measure.copyrightLabel |
|
| Measure.reportingFrequency |
|
|
|
|
| Measure.rateAggregation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Measure.group.scoring |
|
| Measure.group.scoringUnit |
|
| Measure.group.scoringPrecision |
|
| Measure.group.compositeScoring |
|
| Measure.group.component |
|
| Measure.group.component.measure |
|
| Measure.group.component.groupId |
|
| Measure.group.component.weight |
|
| Measure.group.rateAggregation |
|
| Measure.group.improvementNotation |
|
| Measure.group.improvementNotationGuidance |
|
| Measure.group.library |
|
| Measure.group.population.linkId |
|
| Measure.group.population.title |
|
| Measure.group.population.code |
|
| Measure.group.population.description |
|
| Measure.group.population.criteria |
|
| Measure.group.population.groupDefinition |
|
| Measure.group.population.inputPopulationId |
|
| Measure.group.population.aggregateMethod |
|
| Measure.group.stratifier.linkId |
|
|
|
|
|
|
|
|
|
|
| Measure.group.stratifier.component.linkId |
|
| Measure.group.stratifier.component.description |
|
| Measure.group.stratifier.component.criteria |
|
| Measure.group.stratifier.component.groupDefinition |
|
| Measure.group.stratifier.component.valueSet |
|
| Measure.group.stratifier.component.unit |
|
| Measure.supplementalData.linkId |
|
| Measure.supplementalData.usage |
|
| Measure.supplementalData.description |
|
| Measure.supplementalData.valueSet |
|
| Measure.supplementalData.unit |
|
| Measure.scoring |
|
| Measure.compositeScoring |
|
| Measure.type |
|
| Measure.improvementNotation |
|
| Measure.definition |
|
See the Full Difference for further information
This analysis is available for R4 as XML or JSON and for R4B as XML or JSON .
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
Filter:
|
|---|---|---|---|---|
|
TU | DomainResource |
A
quality
measure
definition
+ Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation + Rule: Stratifier SHALL be either a single criteria or a set of criteria components Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension Interfaces Implemented: MetadataResource |
|
|
Σ C | 0..1 | uri |
Canonical
identifier
for
this
measure,
represented
as
a
URI
(globally
unique)
+ Warning: URL should not contain | or # - these characters make processing canonical references problematic |
|
Σ | 0..* | Identifier |
Additional
identifier
for
the
measure
|
|
Σ | 0..1 | string |
Business
version
of
the
measure
|
|
Σ | 0..1 |
How
to
compare
versions
Binding: Version Algorithm ( Extensible ) |
|
|
string | |||
|
Coding | |||
|
Σ C | 0..1 | string |
Name
for
this
measure
(computer
friendly)
|
|
Σ T | 0..1 | string |
Name
for
this
measure
(human
friendly)
|
|
T | 0..1 | string |
Subordinate
title
of
the
measure
|
|
?! Σ | 1..1 | code |
draft
|
active
|
retired
|
unknown
Binding: PublicationStatus ( Required ) |
|
Σ | 0..1 | boolean |
For
testing
only
-
never
for
real
usage
|
|
0..1 |
E.g.
Patient,
Practitioner,
RelatedPerson,
Organization,
Location,
Device
Binding: Participant Resource Types ( Extensible ) |
||
|
CodeableConcept | |||
|
Reference ( Group ) | |||
|
Σ | 0..1 | dateTime |
Date
last
changed
|
|
Σ T | 0..1 | string |
Name
of
the
publisher/steward
(organization
or
individual)
|
|
Σ | 0..* | ContactDetail |
Contact
details
for
the
publisher
|
|
Σ T | 0..1 | markdown |
Natural
language
description
of
the
measure
|
|
Σ | 0..* | UsageContext |
The
context
that
the
content
is
intended
to
support
|
|
Σ
|
0..* | CodeableConcept |
Jurisdiction
of
the
authority
that
maintains
the
measure
(if
applicable)
Binding: Jurisdiction ValueSet
(
Extensible
)
|
|
T | 0..1 | markdown |
Why
this
measure
is
defined
|
|
T | 0..1 | markdown |
Describes
the
clinical
usage
of
the
measure
|
|
T | 0..1 | markdown |
Notice
about
intellectual
property
ownership,
can
include
restrictions
on
use
|
|
T | 0..1 | string |
Copyright
holder
and
year(s)
|
|
0..1 | date |
When
the
measure
was
approved
by
publisher
|
|
|
0..1 | date |
When
the
measure
was
last
reviewed
by
the
publisher
|
|
|
Σ | 0..1 | Period |
When
the
measure
is
expected
to
be
used
|
|
0..1 | Quantity |
The
frequency
in
which
this
measure
should
be
reported
(e.g.
1
'/a'
-
yearly,
4
'/a'
-
quarterly)
Binding: Frequency Unit ( Extensible ) |
|
|
0..* | CodeableConcept |
The
category
of
the
measure,
such
as
Education,
Treatment,
Assessment,
etc
Binding: Definition Topic ( Example ) |
|
|
0..* | ContactDetail |
Who
authored
the
content
|
|
|
0..* | ContactDetail |
Who
edited
the
content
|
|
|
0..* | ContactDetail |
Who
reviewed
the
content
|
|
|
0..* | ContactDetail |
Who
endorsed
the
content
|
|
|
C | 0..* | RelatedArtifact |
Additional
documentation,
citations,
etc
+ Warning: Dependencies and components of a Measure should reference a resource |
|
0..* | canonical ( Library ) |
Logic
used
by
the
measure
|
|
|
Σ | 0..1 | markdown |
Disclaimer
for
use
of
the
measure
or
its
referenced
content
|
|
Σ | 0..1 | markdown |
How
risk
adjustment
is
applied
for
this
measure
|
|
Σ | 0..1 | markdown |
How
is
rate
aggregation
performed
for
this
measure
|
|
Σ | 0..1 | markdown |
Justification
for
the
measure
in
terms
of
impact,
gap
in
care,
and
evidence
|
|
Σ | 0..1 | markdown |
Summary
of
clinical
guidelines
|
|
0..* | BackboneElement |
Defined
terms
used
in
the
measure
documentation
|
|
|
0..1 | CodeableConcept |
What
term?
Binding: Measure Definition Example ( Example ) |
|
|
0..1 | markdown |
Meaning
of
the
term
|
|
|
Σ
|
0..1 | markdown |
Additional
guidance
for
implementers
(deprecated)
|
|
C | 0..* | BackboneElement |
Population
criteria
group
|
|
C | 0..1 | string |
Unique
id
for
group
in
measure
+ Warning: Link ids should be 255 characters or less |
| 0..1 | string |
Title
of
the
group.
This
title
is
expected
in
the
corresponding
MeasureReport.group.title
| |
![]() ![]() ![]() |
0..1 | CodeableConcept |
Meaning
of
the
group
Binding: Measure Group Example ( Example ) |
|
|
0..1 | markdown |
Summary
description
|
|
|
Σ | 0..* | CodeableConcept |
process
|
outcome
|
structure
|
patient-reported-outcome
Binding: MeasureType
(
Extensible
)
|
|
0..1 |
E.g.
Patient,
Practitioner,
RelatedPerson,
Organization,
Location,
Device
Binding: Participant Resource Types ( Extensible ) |
||
|
CodeableConcept | |||
|
Reference ( Group ) | |||
|
Σ | 0..1 | code |
Population
basis
Binding: All FHIR Types ( Required ) |
| C | 0..* | DataRequirement |
Population
basis
requirements
+ Rule: Basis requirements SHALL have a type, MAY have profile and codeFilter elements, and SHALL NOT specify dateFilter, valueFilter, limit, or sort |
|
Σ | 0..1 | CodeableConcept |
proportion
|
ratio
|
continuous-variable
|
cohort
|
composite
Binding: Measure Scoring
(
Extensible
)
|
|
Σ | 0..1 | CodeableConcept |
What
units?
Binding: Measure Scoring Unit ( Example ) |
|
Σ | 0..1 | positiveInt |
How
many
decimals
(The
number
of
decimal
places
to
include
in
the
score
when
the
score
is
a
decimal-valued
result)
|
|
Σ | 0..1 | CodeableConcept |
opportunity
|
all-or-nothing
|
linear
|
weighted
Binding: CompositeMeasureScoring
(
Extensible
)
|
|
0..* | BackboneElement |
A
component
of
a
composite
measure
|
|
|
0..1 | canonical () |
What
measure?
|
|
|
0..1 | string |
What
group?
|
|
|
0..1 | decimal |
What
weight?
|
|
|
Σ | 0..1 | markdown |
How
is
rate
aggregation
performed
for
this
measure
|
|
Σ | 0..1 | CodeableConcept |
increase
|
decrease
Binding: MeasureImprovementNotation
(
Extensible
)
|
|
Σ | 0..1 | markdown |
Explanation
of
improvement
notation
|
|
0..* | canonical ( Library ) |
Logic
used
by
the
measure
group
|
|
|
0..* | BackboneElement |
Population
criteria
|
|
|
C | 0..1 | string |
Unique
id
for
population
in
measure
+ Warning: Link ids should be 255 characters or less |
| 0..1 | string |
Title
of
the
group's
population.
This
title
is
expected
in
the
corresponding
MeasureReport.group.population.title
| |
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept |
initial-population
|
numerator
|
numerator-exclusion
|
denominator
|
denominator-exclusion
|
denominator-exception
|
measure-population
|
measure-population-exclusion
|
measure-observation
Binding: MeasurePopulationType
(
Extensible
)
|
|
|
0..1 | markdown |
The
human
readable
description
of
this
population
criteria
|
|
|
0..1 | Expression |
The
criteria
that
defines
this
population
|
|
|
0..1 | Reference ( Group ) |
A
group
resource
that
defines
this
population
|
|
|
0..1 | string |
Which
population
|
|
|
0..1 | CodeableConcept |
Aggregation
method
for
a
measure
score
(e.g.
sum,
average,
median,
minimum,
maximum,
count)
Binding: Measure Aggregate Method
(
Extensible
)
|
|
|
C | 0..* | BackboneElement |
Stratifier
criteria
for
the
measure
|
|
C | 0..1 | string |
Unique
id
for
stratifier
in
measure
+ Warning: Link ids should be 255 characters or less |
| 0..1 | string |
Title
of
a
group's
stratifier.
This
title
is
expected
in
the
corresponding
MeasureReport.group.title
| |
|
C | 0..1 | CodeableConcept |
Meaning
of
the
stratifier
Binding: Measure Stratifier Example ( Example ) |
|
C | 0..1 | markdown |
The
human
readable
description
of
this
stratifier
|
|
C | 0..1 | Expression |
How
the
measure
should
be
stratified
|
|
0..1 | Reference ( Group ) |
A
group
resource
that
defines
this
population
|
|
|
C | 0..* | BackboneElement |
Stratifier
criteria
component
for
the
measure
|
|
C | 0..1 | string |
Unique
id
for
stratifier
component
in
measure
+ Warning: Link ids should be 255 characters or less |
|
0..1 | CodeableConcept |
Meaning
of
the
stratifier
component
Binding: Measure Stratifier Example ( Example ) |
|
|
0..1 | markdown |
The
human
readable
description
of
this
stratifier
component
|
|
|
0..1 | Expression |
Component
of
how
the
measure
should
be
stratified
|
|
|
0..1 | Reference ( Group ) |
A
group
resource
that
defines
this
population
|
|
|
0..1 | canonical ( ValueSet ) |
What
stratum
values?
|
|
|
0..1 | string |
What
units?
|
|
|
0..* | BackboneElement |
What
other
data
should
be
reported
with
the
measure
|
|
|
C | 0..1 | string |
Unique
id
for
supplementalData
in
measure
+ Warning: Link ids should be 255 characters or less |
|
0..1 | CodeableConcept |
Meaning
of
the
supplemental
data
Binding: Measure Supplemental Data Example ( Example ) |
|
|
0..* | CodeableConcept |
supplemental-data
|
risk-adjustment-factor
Binding: MeasureDataUsage
(
Extensible
)
|
|
|
0..1 | markdown |
The
human
readable
description
of
this
supplemental
data
|
|
|
1..1 | Expression |
Expression
describing
additional
data
to
be
reported
|
|
|
0..1 | canonical ( ValueSet ) |
What
supplemental
data
values?
|
|
|
0..1 | string |
What
units?
|
|
Documentation
for
this
format
|
||||
See the Extensions for this resource
XML Template
<Measure xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 0..1 Canonical identifier for this measure, represented as a URI (globally unique) --> <identifier><!-- 0..* Identifier Additional identifier for the measure --></identifier> <version value="[string]"/><!-- 0..1 Business version of the measure --> <versionAlgorithm[x]><!-- 0..1 string|Coding How to compare versions --></versionAlgorithm[x]> <name value="[string]"/><!-- I 0..1 Name for this measure (computer friendly) --> <title value="[string]"/><!-- 0..1 Name for this measure (human friendly) --> <subtitle value="[string]"/><!-- 0..1 Subordinate title of the measure --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <experimental value="[boolean]"/><!-- 0..1 For testing only - never for real usage --> <subject[x]><!-- 0..1 CodeableConcept|Reference(Group) E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device --></subject[x]>
<<date value="[dateTime]"/><!-- 0..1 Date last changed --> <publisher value="[string]"/><!-- 0..1 Name of the publisher/steward (organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <description value="[markdown]"/><!-- 0..1 Natural language description of the measure --> <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext><</jurisdiction><jurisdiction><!-- 0..* CodeableConcept Jurisdiction of the authority that maintains the measure (if applicable)--></jurisdiction> <purpose value="[markdown]"/><!-- 0..1 Why this measure is defined --> <usage value="[markdown]"/><!-- 0..1 Describes the clinical usage of the measure -->
< <<copyright value="[markdown]"/><!-- 0..1 Notice about intellectual property ownership, can include restrictions on use --> <copyrightLabel value="[string]"/><!-- 0..1 Copyright holder and year(s) --> <approvalDate value="[date]"/><!-- 0..1 When the measure was approved by publisher --> <lastReviewDate value="[date]"/><!-- 0..1 When the measure was last reviewed by the publisher --> <effectivePeriod><!-- 0..1 Period When the measure is expected to be used --></effectivePeriod><</reportingFrequency><reportingFrequency><!-- 0..1 Quantity The frequency in which this measure should be reported (e.g. 1 '/a' - yearly, 4 '/a' - quarterly) --></reportingFrequency> <topic><!-- 0..* CodeableConcept The category of the measure, such as Education, Treatment, Assessment, etc --></topic> <author><!-- 0..* ContactDetail Who authored the content --></author> <editor><!-- 0..* ContactDetail Who edited the content --></editor> <reviewer><!-- 0..* ContactDetail Who reviewed the content --></reviewer> <endorser><!-- 0..* ContactDetail Who endorsed the content --></endorser> <relatedArtifact><!-- 0..* RelatedArtifact Additional documentation, citations, etc --></relatedArtifact> <library><!-- 0..* canonical(Library) Logic used by the measure --></library> <disclaimer value="[markdown]"/><!-- 0..1 Disclaimer for use of the measure or its referenced content --><</scoring> <</scoringUnit> < <</compositeScoring> <</type><riskAdjustment value="[markdown]"/><!-- 0..1 How risk adjustment is applied for this measure --> <rateAggregation value="[markdown]"/><!-- 0..1 How is rate aggregation performed for this measure --> <rationale value="[markdown]"/><!-- 0..1 Justification for the measure in terms of impact, gap in care, and evidence --> <clinicalRecommendationStatement value="[markdown]"/><!-- 0..1 Summary of clinical guidelines --><</improvementNotation> <<term> <!-- 0..* Defined terms used in the measure documentation --> <code><!-- 0..1 CodeableConcept What term? --></code> <definition value="[markdown]"/><!-- 0..1 Meaning of the term --> </term> <guidance value="[markdown]"/><!-- 0..1 Additional guidance for implementers (deprecated) --> <group> <!-- I 0..* Population criteria group --> <linkId value="[string]"/><!-- 0..1 Unique id for group in measure --> <title value="[string]"/><!-- 0..1 Title of the group. This title is expected in the corresponding MeasureReport.group.title --> <code><!-- 0..1 CodeableConcept Meaning of the group --></code> <description value="[markdown]"/><!-- 0..1 Summary description --><</type> <</subject[x]><type><!-- 0..* CodeableConcept process | outcome | structure | patient-reported-outcome--></type> <subject[x]><!-- 0..1 CodeableConcept|Reference(Group) E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device --></subject[x]> <basis value="[code]"/><!-- 0..1 Population basis -->
<</scoring><basisRequirement><!-- 0..* DataRequirement Population basis requirements --></basisRequirement> <scoring><!-- 0..1 CodeableConcept proportion | ratio | continuous-variable | cohort | composite--></scoring> <scoringUnit><!-- 0..1 CodeableConcept What units? --></scoringUnit> <scoringPrecision value="[positiveInt]"/><!-- 0..1 How many decimals (The number of decimal places to include in the score when the score is a decimal-valued result) -->
<</compositeScoring><compositeScoring><!-- 0..1 CodeableConcept opportunity | all-or-nothing | linear | weighted--></compositeScoring> <component> <!-- 0..* A component of a composite measure --> <measure value="[canonical]"/><!-- 0..1 What measure? --> <groupId value="[string]"/><!-- 0..1 What group? --> <weight value="[decimal]"/><!-- 0..1 What weight? --> </component> <rateAggregation value="[markdown]"/><!-- 0..1 How is rate aggregation performed for this measure -->
<</improvementNotation><improvementNotation><!-- 0..1 CodeableConcept increase | decrease--></improvementNotation> <improvementNotationGuidance value="[markdown]"/><!-- 0..1 Explanation of improvement notation --> <library><!-- 0..* canonical(Library) Logic used by the measure group --></library> <population> <!-- 0..* Population criteria --> <linkId value="[string]"/><!-- 0..1 Unique id for population in measure -->
<</code><title value="[string]"/><!-- 0..1 Title of the group's population. This title is expected in the corresponding MeasureReport.group.population.title --> <code><!-- 0..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation--></code> <description value="[markdown]"/><!-- 0..1 The human readable description of this population criteria --> <criteria><!-- 0..1 Expression The criteria that defines this population --></criteria> <groupDefinition><!-- 0..1 Reference(Group) A group resource that defines this population --></groupDefinition> <inputPopulationId value="[string]"/><!-- 0..1 Which population -->
<</aggregateMethod><aggregateMethod><!-- 0..1 CodeableConcept Aggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count)--></aggregateMethod> </population>
<<stratifier> <!-- I 0..* Stratifier criteria for the measure --> <linkId value="[string]"/><!-- 0..1 Unique id for stratifier in measure --> <title value="[string]"/><!-- 0..1 Title of a group's stratifier. This title is expected in the corresponding MeasureReport.group.title --> <code><!-- I 0..1 CodeableConcept Meaning of the stratifier --></code> <description value="[markdown]"/><!-- I 0..1 The human readable description of this stratifier --><</criteria><criteria><!-- I 0..1 Expression How the measure should be stratified --></criteria> <groupDefinition><!-- 0..1 Reference(Group) A group resource that defines this population --></groupDefinition><</valueSet> < <<component> <!-- I 0..* Stratifier criteria component for the measure --> <linkId value="[string]"/><!-- 0..1 Unique id for stratifier component in measure --> <code><!-- 0..1 CodeableConcept Meaning of the stratifier component --></code> <description value="[markdown]"/><!-- 0..1 The human readable description of this stratifier component --><</criteria><criteria><!-- 0..1 Expression Component of how the measure should be stratified --></criteria> <groupDefinition><!-- 0..1 Reference(Group) A group resource that defines this population --></groupDefinition> <valueSet><!-- 0..1 canonical(ValueSet) What stratum values? --></valueSet> <unit value="[string]"/><!-- 0..1 What units? --> </component> </stratifier> </group> <supplementalData> <!-- 0..* What other data should be reported with the measure --> <linkId value="[string]"/><!-- 0..1 Unique id for supplementalData in measure --> <code><!-- 0..1 CodeableConcept Meaning of the supplemental data --></code><</usage><usage><!-- 0..* CodeableConcept supplemental-data | risk-adjustment-factor--></usage> <description value="[markdown]"/><!-- 0..1 The human readable description of this supplemental data --> <criteria><!-- 1..1 Expression Expression describing additional data to be reported --></criteria> <valueSet><!-- 0..1 canonical(ValueSet) What supplemental data values? --></valueSet> <unit value="[string]"/><!-- 0..1 What units? --> </supplementalData> </Measure>
JSON Template
{
"resourceType" : "Measure",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // Canonical identifier for this measure, represented as a URI (globally unique)
"identifier" : [{ Identifier }], // Additional identifier for the measure
"version" : "<string>", // Business version of the measure
// versionAlgorithm[x]: How to compare versions. One of these 2:
"versionAlgorithmString" : "<string>",
"versionAlgorithmCoding" : { Coding },
"name" : "<string>", // I Name for this measure (computer friendly)
"title" : "<string>", // Name for this measure (human friendly)
"subtitle" : "<string>", // Subordinate title of the measure
"status" : "<code>", // R! draft | active | retired | unknown
"experimental" : <boolean>, // For testing only - never for real usage
// subject[x]: E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2:
"subjectCodeableConcept" : { CodeableConcept },
"subjectReference" : { Reference(Group) },
"
"date" : "<dateTime>", // Date last changed
"publisher" : "<string>", // Name of the publisher/steward (organization or individual)
"contact" : [{ ContactDetail }], // Contact details for the publisher
"description" : "<markdown>", // Natural language description of the measure
"useContext" : [{ UsageContext }], // The context that the content is intended to support
"
"jurisdiction" : [{ CodeableConcept }], // Jurisdiction of the authority that maintains the measure (if applicable)
"purpose" : "<markdown>", // Why this measure is defined
"usage" : "<markdown>", // Describes the clinical usage of the measure
"
"
"copyright" : "<markdown>", // Notice about intellectual property ownership, can include restrictions on use
"copyrightLabel" : "<string>", // Copyright holder and year(s)
"approvalDate" : "<date>", // When the measure was approved by publisher
"lastReviewDate" : "<date>", // When the measure was last reviewed by the publisher
"effectivePeriod" : { Period }, // When the measure is expected to be used
"
"reportingFrequency" : { Quantity }, // The frequency in which this measure should be reported (e.g. 1 '/a' - yearly, 4 '/a' - quarterly)
"topic" : [{ CodeableConcept }], // The category of the measure, such as Education, Treatment, Assessment, etc
"author" : [{ ContactDetail }], // Who authored the content
"editor" : [{ ContactDetail }], // Who edited the content
"reviewer" : [{ ContactDetail }], // Who reviewed the content
"endorser" : [{ ContactDetail }], // Who endorsed the content
"relatedArtifact" : [{ RelatedArtifact }], // Additional documentation, citations, etc
"library" : ["<canonical(Library)>"], // Logic used by the measure
"disclaimer" : "<markdown>", // Disclaimer for use of the measure or its referenced content
"
"
"
"
"
"riskAdjustment" : "<markdown>", // How risk adjustment is applied for this measure
"rateAggregation" : "<markdown>", // How is rate aggregation performed for this measure
"rationale" : "<markdown>", // Justification for the measure in terms of impact, gap in care, and evidence
"clinicalRecommendationStatement" : "<markdown>", // Summary of clinical guidelines
"
"
"term" : [{ // Defined terms used in the measure documentation
"code" : { CodeableConcept }, // What term?
"definition" : "<markdown>" // Meaning of the term
}],
"guidance" : "<markdown>", // Additional guidance for implementers (deprecated)
"group" : [{ // I Population criteria group
"linkId" : "<string>", // Unique id for group in measure
"title" : "<string>", // Title of the group. This title is expected in the corresponding MeasureReport.group.title
"code" : { CodeableConcept }, // Meaning of the group
"description" : "<markdown>", // Summary description
"
"type" : [{ CodeableConcept }], // process | outcome | structure | patient-reported-outcome
// subject[x]: E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2:
" },
" },
"subjectCodeableConcept" : { CodeableConcept },
"subjectReference" : { Reference(Group) },
"basis" : "<code>", // Population basis
"
"basisRequirement" : [{ DataRequirement }], // Population basis requirements
"scoring" : { CodeableConcept }, // proportion | ratio | continuous-variable | cohort | composite
"scoringUnit" : { CodeableConcept }, // What units?
"scoringPrecision" : "<positiveInt>", // How many decimals (The number of decimal places to include in the score when the score is a decimal-valued result)
"
"compositeScoring" : { CodeableConcept }, // opportunity | all-or-nothing | linear | weighted
"component" : [{ // A component of a composite measure
"measure" : "<canonical>", // What measure?
"groupId" : "<string>", // What group?
"weight" : <decimal> // What weight?
}],
"rateAggregation" : "<markdown>", // How is rate aggregation performed for this measure
"
"improvementNotation" : { CodeableConcept }, // increase | decrease
"improvementNotationGuidance" : "<markdown>", // Explanation of improvement notation
"library" : ["<canonical(Library)>"], // Logic used by the measure group
"population" : [{ // Population criteria
"linkId" : "<string>", // Unique id for population in measure
"
"title" : "<string>", // Title of the group's population. This title is expected in the corresponding MeasureReport.group.population.title
"code" : { CodeableConcept }, // initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
"description" : "<markdown>", // The human readable description of this population criteria
"criteria" : { Expression }, // The criteria that defines this population
"groupDefinition" : { Reference(Group) }, // A group resource that defines this population
"inputPopulationId" : "<string>", // Which population
"
"aggregateMethod" : { CodeableConcept } // Aggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count)
}],
"
"stratifier" : [{ // I Stratifier criteria for the measure
"linkId" : "<string>", // Unique id for stratifier in measure
"title" : "<string>", // Title of a group's stratifier. This title is expected in the corresponding MeasureReport.group.title
"code" : { CodeableConcept }, // I Meaning of the stratifier
"description" : "<markdown>", // I The human readable description of this stratifier
"
"criteria" : { Expression }, // I How the measure should be stratified
"groupDefinition" : { Reference(Group) }, // A group resource that defines this population
"
"
"
"component" : [{ // I Stratifier criteria component for the measure
"linkId" : "<string>", // Unique id for stratifier component in measure
"code" : { CodeableConcept }, // Meaning of the stratifier component
"description" : "<markdown>", // The human readable description of this stratifier component
"
"criteria" : { Expression }, // Component of how the measure should be stratified
"groupDefinition" : { Reference(Group) }, // A group resource that defines this population
"valueSet" : "<canonical(ValueSet)>", // What stratum values?
"unit" : "<string>" // What units?
}]
}]
}],
"supplementalData" : [{ // What other data should be reported with the measure
"linkId" : "<string>", // Unique id for supplementalData in measure
"code" : { CodeableConcept }, // Meaning of the supplemental data
"
"usage" : [{ CodeableConcept }], // supplemental-data | risk-adjustment-factor
"description" : "<markdown>", // The human readable description of this supplemental data
"criteria" : { Expression }, // R! Expression describing additional data to be reported
"valueSet" : "<canonical(ValueSet)>", // What supplemental data values?
"unit" : "<string>" // What units?
}]
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:Measure; fhir:nodeRole fhir:treeRoot; # if this is the parser root
# from # from# from Resource: fhir:id, fhir:meta, fhir:implicitRules, and fhir:language # from DomainResource: fhir:text, fhir:contained, fhir:extension, and fhir:modifierExtension fhir:url [ uri ] ; # 0..1 Canonical identifier for this measure, represented as a URI (globally unique) fhir:identifier ( [ Identifier ] ... ) ; # 0..* Additional identifier for the measure fhir:version [ string ] ; # 0..1 Business version of the measure # versionAlgorithm[x] : 0..1 How to compare versions. One of these 2fhir: ]fhir:versionAlgorithm [ a fhir:String ; string ] fhir:versionAlgorithm [ a fhir:Coding ; Coding ] fhir:name [ string ] ; # 0..1 I Name for this measure (computer friendly) fhir:title [ string ] ; # 0..1 Name for this measure (human friendly) fhir:subtitle [ string ] ; # 0..1 Subordinate title of the measure fhir:status [ code ] ; # 1..1 draft | active | retired | unknown fhir:experimental [ boolean ] ; # 0..1 For testing only - never for real usage # subject[x] : 0..1 E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2 fhir:subject [ a fhir:CodeableConcept ; CodeableConcept ] fhir:subject [ a fhir:Reference ; Reference(Group) ]fhir:fhir:date [ dateTime ] ; # 0..1 Date last changed fhir:publisher [ string ] ; # 0..1 Name of the publisher/steward (organization or individual) fhir:contact ( [ ContactDetail ] ... ) ; # 0..* Contact details for the publisher fhir:description [ markdown ] ; # 0..1 Natural language description of the measure fhir:useContext ( [ UsageContext ] ... ) ; # 0..* The context that the content is intended to supportfhir:fhir:jurisdiction ( [ CodeableConcept ] ... ) ; # 0..* Jurisdiction of the authority that maintains the measure (if applicable) fhir:purpose [ markdown ] ; # 0..1 Why this measure is defined fhir:usage [ markdown ] ; # 0..1 Describes the clinical usage of the measurefhir: fhir:fhir:copyright [ markdown ] ; # 0..1 Notice about intellectual property ownership, can include restrictions on use fhir:copyrightLabel [ string ] ; # 0..1 Copyright holder and year(s) fhir:approvalDate [ date ] ; # 0..1 When the measure was approved by publisher fhir:lastReviewDate [ date ] ; # 0..1 When the measure was last reviewed by the publisher fhir:effectivePeriod [ Period ] ; # 0..1 When the measure is expected to be used fhir:reportingFrequency [ Quantity ] ; # 0..1 The frequency in which this measure should be reported (e.g. 1 '/a' - yearly, 4 '/a' - quarterly) fhir:topic ( [ CodeableConcept ] ... ) ; # 0..* The category of the measure, such as Education, Treatment, Assessment, etc fhir:author ( [ ContactDetail ] ... ) ; # 0..* Who authored the content fhir:editor ( [ ContactDetail ] ... ) ; # 0..* Who edited the content fhir:reviewer ( [ ContactDetail ] ... ) ; # 0..* Who reviewed the content fhir:endorser ( [ ContactDetail ] ... ) ; # 0..* Who endorsed the content fhir:relatedArtifact ( [ RelatedArtifact ] ... ) ; # 0..* Additional documentation, citations, etc fhir:library ( [ canonical(Library) ] ... ) ; # 0..* Logic used by the measure fhir:disclaimer [ markdown ] ; # 0..1 Disclaimer for use of the measure or its referenced contentfhir: fhir: fhir: fhir: fhir:fhir:riskAdjustment [ markdown ] ; # 0..1 How risk adjustment is applied for this measure fhir:rateAggregation [ markdown ] ; # 0..1 How is rate aggregation performed for this measure fhir:rationale [ markdown ] ; # 0..1 Justification for the measure in terms of impact, gap in care, and evidence fhir:clinicalRecommendationStatement [ markdown ] ; # 0..1 Summary of clinical guidelinesfhir: fhir:fhir:term ( [ # 0..* Defined terms used in the measure documentation fhir:code [ CodeableConcept ] ; # 0..1 What term? fhir:definition [ markdown ] ; # 0..1 Meaning of the term ] ... ) ; fhir:guidance [ markdown ] ; # 0..1 Additional guidance for implementers (deprecated) fhir:group ( [ # 0..* I Population criteria group fhir:linkId [ string ] ; # 0..1 Unique id for group in measure fhir:title [ string ] ; # 0..1 Title of the group. This title is expected in the corresponding MeasureReport.group.title fhir:code [ CodeableConcept ] ; # 0..1 Meaning of the group fhir:description [ markdown ] ; # 0..1 Summary description fhir:type ( [ CodeableConcept ] ... ) ; # 0..* process | outcome | structure | patient-reported-outcome# . One of these 2 fhir: ] fhir:) ]# subject[x] : 0..1 E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2 fhir:subject [ a fhir:CodeableConcept ; CodeableConcept ] fhir:subject [ a fhir:Reference ; Reference(Group) ] fhir:basis [ code ] ; # 0..1 Population basis fhir:basisRequirement ( [ DataRequirement ] ... ) ; # 0..* Population basis requirements fhir:scoring [ CodeableConcept ] ; # 0..1 proportion | ratio | continuous-variable | cohort | composite fhir:scoringUnit [ CodeableConcept ] ; # 0..1 What units? fhir:scoringPrecision [ positiveInt ] ; # 0..1 How many decimals (The number of decimal places to include in the score when the score is a decimal-valued result) fhir:compositeScoring [ CodeableConcept ] ; # 0..1 opportunity | all-or-nothing | linear | weighted fhir:component ( [ # 0..* A component of a composite measure fhir:measure [ canonical ] ; # 0..1 What measure? fhir:groupId [ string ] ; # 0..1 What group? fhir:weight [ decimal ] ; # 0..1 What weight? ] ... ) ; fhir:rateAggregation [ markdown ] ; # 0..1 How is rate aggregation performed for this measure fhir:improvementNotation [ CodeableConcept ] ; # 0..1 increase | decrease fhir:improvementNotationGuidance [ markdown ] ; # 0..1 Explanation of improvement notation fhir:library ( [ canonical(Library) ] ... ) ; # 0..* Logic used by the measure group fhir:population ( [ # 0..* Population criteria fhir:linkId [ string ] ; # 0..1 Unique id for population in measure fhir:title [ string ] ; # 0..1 Title of the group's population. This title is expected in the corresponding MeasureReport.group.population.title fhir:code [ CodeableConcept ] ; # 0..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation fhir:description [ markdown ] ; # 0..1 The human readable description of this population criteria fhir:criteria [ Expression ] ; # 0..1 The criteria that defines this population fhir:groupDefinition [ Reference(Group) ] ; # 0..1 A group resource that defines this population fhir:inputPopulationId [ string ] ; # 0..1 Which population fhir:aggregateMethod [ CodeableConcept ] ; # 0..1 Aggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count) ] ... ) ;fhir:fhir:stratifier ( [ # 0..* I Stratifier criteria for the measure fhir:linkId [ string ] ; # 0..1 Unique id for stratifier in measure fhir:title [ string ] ; # 0..1 Title of a group's stratifier. This title is expected in the corresponding MeasureReport.group.title fhir:code [ CodeableConcept ] ; # 0..1 I Meaning of the stratifier fhir:description [ markdown ] ; # 0..1 I The human readable description of this stratifierfhir:fhir:criteria [ Expression ] ; # 0..1 I How the measure should be stratified fhir:groupDefinition [ Reference(Group) ] ; # 0..1 A group resource that defines this populationfhir: fhir: fhir:fhir:component ( [ # 0..* I Stratifier criteria component for the measure fhir:linkId [ string ] ; # 0..1 Unique id for stratifier component in measure fhir:code [ CodeableConcept ] ; # 0..1 Meaning of the stratifier component fhir:description [ markdown ] ; # 0..1 The human readable description of this stratifier componentfhir:fhir:criteria [ Expression ] ; # 0..1 Component of how the measure should be stratified fhir:groupDefinition [ Reference(Group) ] ; # 0..1 A group resource that defines this population fhir:valueSet [ canonical(ValueSet) ] ; # 0..1 What stratum values? fhir:unit [ string ] ; # 0..1 What units? ] ... ) ; ] ... ) ; ] ... ) ; fhir:supplementalData ( [ # 0..* What other data should be reported with the measure fhir:linkId [ string ] ; # 0..1 Unique id for supplementalData in measure fhir:code [ CodeableConcept ] ; # 0..1 Meaning of the supplemental data fhir:usage ( [ CodeableConcept ] ... ) ; # 0..* supplemental-data | risk-adjustment-factor fhir:description [ markdown ] ; # 0..1 The human readable description of this supplemental data fhir:criteria [ Expression ] ; # 1..1 Expression describing additional data to be reported fhir:valueSet [ canonical(ValueSet) ] ; # 0..1 What supplemental data values? fhir:unit [ string ] ; # 0..1 What units? ] ... ) ; ]
Changes from both R4 and R4B
| Measure | |
| Measure.versionAlgorithm[x] |
|
| Measure.subject[x] |
|
|
|
|
| Measure.usage |
|
| Measure.copyrightLabel |
|
| Measure.reportingFrequency |
|
|
|
|
| Measure.rateAggregation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Measure.group.scoring |
|
| Measure.group.scoringUnit |
|
| Measure.group.scoringPrecision |
|
| Measure.group.compositeScoring |
|
| Measure.group.component |
|
| Measure.group.component.measure |
|
| Measure.group.component.groupId |
|
| Measure.group.component.weight |
|
| Measure.group.rateAggregation |
|
| Measure.group.improvementNotation |
|
| Measure.group.improvementNotationGuidance |
|
| Measure.group.library |
|
| Measure.group.population.linkId |
|
| Measure.group.population.title |
|
| Measure.group.population.code |
|
| Measure.group.population.description |
|
| Measure.group.population.criteria |
|
| Measure.group.population.groupDefinition |
|
| Measure.group.population.inputPopulationId |
|
| Measure.group.population.aggregateMethod |
|
| Measure.group.stratifier.linkId |
|
|
|
|
|
|
|
|
|
|
| Measure.group.stratifier.component.linkId |
|
| Measure.group.stratifier.component.description |
|
| Measure.group.stratifier.component.criteria |
|
| Measure.group.stratifier.component.groupDefinition |
|
| Measure.group.stratifier.component.valueSet |
|
| Measure.group.stratifier.component.unit |
|
| Measure.supplementalData.linkId |
|
| Measure.supplementalData.usage |
|
| Measure.supplementalData.description |
|
| Measure.supplementalData.valueSet |
|
| Measure.supplementalData.unit |
|
| Measure.scoring |
|
| Measure.compositeScoring |
|
| Measure.type |
|
| Measure.improvementNotation |
|
| Measure.definition |
|
See the Full Difference for further information
This analysis is available for R4 as XML or JSON and for R4B as XML or JSON .
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.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.reportingFrequency |
|
Extensible |
|
| Measure.topic |
|
Example |
|
| 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.compositeScoring |
CompositeMeasureScoring
|
Extensible |
The composite scoring method of the measure. |
| Measure.group.improvementNotation |
MeasureImprovementNotation
|
Extensible |
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 |
cnl-0
|
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}$') |
mea-1
|
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()) |
cnl-1
|
Warning | Measure.url | URL should not contain | or # - these characters make processing canonical references problematic | exists() implies matches('^[^|# ]+$') |
mea-2
|
Warning | Measure.group.linkId | Link ids should be 255 characters or less | $this.length() <= 255 |
mea-3
|
Warning | Measure.group.population.linkId | Link ids should be 255 characters or less | $this.length() <= 255 |
mea-4
|
Warning | Measure.group.stratifier.linkId | Link ids should be 255 characters or less | $this.length() <= 255 |
mea-5
|
Warning | Measure.group.stratifier.component.linkId | Link ids should be 255 characters or less | $this.length() <= 255 |
mea-6
|
Warning | Measure.supplementalData.linkId | Link ids should be 255 characters or less | $this.length() <= 255 |
mea-7
| Rule | Measure.group.basisRequirement | Basis requirements SHALL have a type, MAY have profile and codeFilter elements, and SHALL NOT specify dateFilter, valueFilter, limit, or sort | dateFilter.exists().not() and valueFilter.exists().not() and limit.exists().not() and sort.exists().not() |
mea-8
| Warning | Measure.relatedArtifact | Dependencies and components of a Measure should reference a resource | type in ('depends-on' | 'composed-of' | 'part-of') implies ((resource.exists() xor resourceReference.exists()) or (artifact is canonical xor artifact is Reference)) |
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) |
5 Resources |
| context | token | A use context assigned to the measure | (Measure.useContext.value.ofType(CodeableConcept)) |
|
| context-quantity | quantity | A quantity- or range-valued use context assigned to the measure | (Measure.useContext.value.ofType(Quantity)) | (Measure.useContext.value.ofType(Range)) |
|
| context-type | token | A type of use context assigned to the measure | Measure.useContext.code |
|
| 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) |
|
| context-type-value | composite | A use context type and value assigned to the measure |
On
Measure.useContext:
context-type: code context: value.ofType(CodeableConcept) |
|
| date | date | The measure publication date | Measure.date |
|
| depends-on | reference | What resource is being referenced |
Measure.relatedArtifact.where(type='depends-on').resource
|
Measure.library
( Library , Any) |
5 Resources |
| derived-from | reference | What resource is being referenced |
Measure.relatedArtifact.where(type='derived-from').resource
(Any) |
9 Resources |
| description | string | The description of the measure | Measure.description |
|
| effective | date | The time during which the measure is intended to be in use | Measure.effectivePeriod |
|
| experimental | token | Whether the Measure is experimental | Measure.experimental | |
| identifier | token | External identifier for the measure | Measure.identifier |
|
| jurisdiction | token |
|
Measure.jurisdiction |
|
| name | string | Computationally friendly name of the measure | Measure.name |
|
| predecessor | reference | What resource is being referenced |
Measure.relatedArtifact.where(type='predecessor').resource
(Any) |
9 Resources |
| publisher | string | Name of the publisher of the measure | Measure.publisher |
|
| status | token | The current status of the measure | Measure.status |
|
| subject-canonical | reference | The subject of the Measure when expressed as a canonical |
Measure.subject
as
canonical
( Group ) |
|
| subject-code | token | The subject of the Measure when expressed as a code | Measure.subject as CodeableConcept | |
| subject-reference | reference | The subject of the Measure when expressed as a reference |
Measure.subject
as
Reference
( Group ) |
|
| successor | reference | What resource is being referenced |
Measure.relatedArtifact.where(type='successor').resource
(Any) |
5 Resources |
| title | string | The human-friendly name of the measure | Measure.title |
|
| topic | token | Topics associated with the measure | Measure.topic | 10 Resources |
| url | uri | The uri that identifies the measure | Measure.url |
|
| version | token | The business version of the measure | Measure.version |
|