This
page
is
part
of
the
FHIR
Specification
(v3.0.2:
(v4.0.1:
R4
-
Mixed
Normative
and
STU
3).
)
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
R4
R3
R2
Clinical
Quality
Information
Work
Group
|
Maturity Level : 2 | Trial Use | Security Category : Business | Compartments : Patient |
The
MeasureReport
resource
contains
the
results
of
evaluating
the
calculation
of
a
measure.
measure;
and
optionally
a
reference
to
the
resources
involved
in
that
calculation.
This
resource
is
an
event
resource
from
a
FHIR
workflow
perspective
-
see
Workflow
,
specifically
Event
.
The
MeasureReport
resource
represents
the
results
of
evaluating
calculating
a
measure
for
a
specific
patient
subject
or
group
of
patients.
subjects.
The
$evaluate-measure
operation
of
the
Measure
resource
is
defined
to
return
a
MeasureReport.
The
resource
is
capable
of
representing
three
different
levels
of
report:
patient-level,
patient-list,
individual,
subject-list,
and
summary.
The resource draws requirements from the HL7 CDA R2 Implementation Guide: Quality Reporting Document Architecture - Category 1 (QRDA I) DSTU Release 3 (US Realm) and the HL7 Implementation Guide for CDA Release 2: Quality Reporting Document Architecture - Category III (QRDA III), DSTU Release 1 implementation guides.
For a detailed discussion of how to use the Measure and MeasureReport resources, refer to the Quality Reporting topic.
Note that this resource is a special case of the more general notion of a query evaluation result. However, because the general case requires the ability to represent arbitrary content, this resource uses a simple indicator structure to describe population sizes for each population type defined in the measure. The intent is to be able to represent the more general case as well, either by generalizing this resource, or by making this structure a profile of a more general resource, and we are actively seeking comments about what approaches might be taken to achieve that aim.
Although the MeasureReport is conceptually an Observation , there is enough specific information required to support the quality reporting use case to warrant a separate resource.
The resource is differentiated from a general purpose query result because it communicates specific information related to quality measurement evaluation that would be difficult to convey generally without imposing some other structure on top of the general results.
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
I TU | DomainResource |
Results
of
a
measure
evaluation
+ Rule: Measure Reports used for data collection SHALL NOT communicate group and score information + Rule: Stratifiers SHALL be either a single criteria or a set of criteria components Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension |
|
|
Σ | 0..* | Identifier |
Additional
identifier
for
the
|
|
?! Σ | 1..1 | code |
complete
|
pending
|
error
MeasureReportStatus ( Required ) |
|
Σ I | 1..1 | code |
individual
|
MeasureReportType ( Required ) |
|
Σ | 1..1 |
|
What
measure
was
|
|
Σ | 0..1 | Reference ( Patient | Practitioner | PractitionerRole | Location | Device | RelatedPerson | Group ) |
What
|
|
Σ | 0..1 | dateTime | When the report was generated |
|
Σ | 0..1 | Reference ( Practitioner | PractitionerRole | Location | Organization ) | Who is reporting the data |
|
Σ | 1..1 | Period | What period the report covers |
|
?!
Σ
|
0..1 | CodeableConcept |
increase
|
decrease
MeasureImprovementNotation ( Required ) |
|
I |
|
|
|
|
Σ
|
0..1 | CodeableConcept | Meaning of the group |
|
|
|
|
|
|
Σ | 0..1 | CodeableConcept |
initial-population
|
numerator
|
numerator-exclusion
|
denominator
|
denominator-exclusion
|
denominator-exception
|
measure-population
|
measure-population-exclusion
|
MeasurePopulationType ( Extensible ) |
|
0..1 | integer | Size of the population | |
|
0..1 | Reference ( List ) |
For
|
|
|
Σ | 0..1 |
|
What score this group achieved |
|
0..* | BackboneElement |
Stratification
results
|
|
|
|
|
What
stratifier
of
the
group
|
|
|
0..* | BackboneElement |
Stratum
results,
one
for
each
unique
|
|
|
|
|
The stratum value, e.g. male | |
|
0..* | BackboneElement |
Stratifier
component
values
|
|
|
|
1..1 |
|
What stratifier component of the group |
| 1..1 | CodeableConcept | The stratum component value, e.g. male | |
![]() ![]() ![]() ![]() ![]() | 0..* | BackboneElement |
Population
|
|
|
0..1 | CodeableConcept |
initial-population
|
numerator
|
numerator-exclusion
|
denominator
|
denominator-exclusion
|
denominator-exception
|
measure-population
|
measure-population-exclusion
|
MeasurePopulationType ( Extensible ) |
|
|
0..1 | integer | Size of the population | |
|
0..1 | Reference ( List ) |
For
|
|
|
|
0..1 |
|
What score this stratum achieved |
|
|
0..* |
Reference
(
|
What
data
was
|
Documentation
for
this
format
|
||||
UML Diagram ( Legend )
XML Template
<<MeasureReport xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension -->
<</identifier> < < <</measure> <</patient> < <</reportingOrganization><identifier><!-- 0..* Identifier Additional identifier for the MeasureReport --></identifier> <status value="[code]"/><!-- 1..1 complete | pending | error --> <type value="[code]"/><!--1..1 individual | subject-list | summary | data-collection --> <measure><!-- 1..1 canonical(Measure) What measure was calculated --></measure> <subject><!-- 0..1 Reference(Patient|Practitioner|PractitionerRole|Location| Device|RelatedPerson|Group) What individual(s) the report is for --></subject> <date value="[dateTime]"/><!-- 0..1 When the report was generated --> <reporter><!-- 0..1 Reference(Practitioner|PractitionerRole|Location| Organization) Who is reporting the data --></reporter> <period><!-- 1..1 Period What period the report covers --></period>
< <</identifier><improvementNotation><!-- 0..1 CodeableConcept increase | decrease --></improvementNotation> <group> <!--0..* Measure results for each group --> <code><!-- 0..1 CodeableConcept Meaning of the group --></code> <population> <!-- 0..* The populations in the group -->
<</identifier> <</code> < <</patients><code><!-- 0..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation --></code> <count value="[integer]"/><!-- 0..1 Size of the population --> <subjectResults><!-- 0..1 Reference(List) For subject-list reports, the subject results in this population --></subjectResults> </population><<measureScore><!-- 0..1 Quantity What score this group achieved --></measureScore> <stratifier> <!-- 0..* Stratification results --><</identifier> < <<code><!-- 0..* CodeableConcept What stratifier of the group --></code> <stratum> <!-- 0..* Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components --> <value><!-- 0..1 CodeableConcept The stratum value, e.g. male --></value> <component> <!-- 0..* Stratifier component values --> <code><!-- 1..1 CodeableConcept What stratifier component of the group --></code> <value><!-- 1..1 CodeableConcept The stratum component value, e.g. male --></value> </component> <population> <!-- 0..* Population results in this stratum --><</identifier> <</code> < <</patients><code><!-- 0..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation --></code> <count value="[integer]"/><!-- 0..1 Size of the population --> <subjectResults><!-- 0..1 Reference(List) For subject-list reports, the subject results in this population --></subjectResults> </population><<measureScore><!-- 0..1 Quantity What score this stratum achieved --></measureScore> </stratum> </stratifier> </group><</evaluatedResources><evaluatedResource><!-- 0..* Reference(Any) What data was used to calculate the measure score --></evaluatedResource> </MeasureReport>
JSON Template
{
"resourceType" : "",
"resourceType" : "MeasureReport",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"identifier" : [{ Identifier }], // Additional identifier for the MeasureReport
"status" : "<code>", // R! complete | pending | error
"type" : "<code>", // C? R! individual | subject-list | summary | data-collection
"measure" : { canonical(Measure) }, // R! What measure was calculated
"subject" : { Reference(Patient|Practitioner|PractitionerRole|Location|
Device|RelatedPerson|Group) }, // What individual(s) the report is for
"date" : "<dateTime>", // When the report was generated
"reporter" : { Reference(Practitioner|PractitionerRole|Location|
Organization) }, // Who is reporting the data
"period" : { Period }, // R! What period the report covers
"improvementNotation" : { CodeableConcept }, // increase | decrease
"group" : [{ // C? Measure results for each group
"code" : { CodeableConcept }, // Meaning of the group
"population" : [{ // The populations in the group
"code" : { CodeableConcept }, // initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
"count" : <integer>, // Size of the population
"subjectResults" : { Reference(List) } // For subject-list reports, the subject results in this population
}],
"
"
"
"
"
"
"
"
"
"
"measureScore" : { Quantity }, // What score this group achieved
"stratifier" : [{ // Stratification results
"code" : [{ CodeableConcept }], // What stratifier of the group
"stratum" : [{ // Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components
"value" : { CodeableConcept }, // The stratum value, e.g. male
"component" : [{ // Stratifier component values
"code" : { CodeableConcept }, // R! What stratifier component of the group
"value" : { CodeableConcept } // R! The stratum component value, e.g. male
}],
"
"population" : [{ // Population results in this stratum
"code" : { CodeableConcept }, // initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
"count" : <integer>, // Size of the population
"subjectResults" : { Reference(List) } // For subject-list reports, the subject results in this population
}],
"measureScore" : { Quantity } // What score this stratum achieved
}]
}]
}],
"
"evaluatedResource" : [{ Reference(Any) }] // What data was used to calculate the measure score
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .![]()
[ a fhir:;[ a fhir:MeasureReport; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtensionfhir: fhir: fhir: fhir: fhir:fhir:MeasureReport.identifier [ Identifier ], ... ; # 0..* Additional identifier for the MeasureReport fhir:MeasureReport.status [ code ]; # 1..1 complete | pending | error fhir:MeasureReport.type [ code ]; # 1..1 individual | subject-list | summary | data-collection fhir:MeasureReport.measure [ canonical(Measure) ]; # 1..1 What measure was calculated fhir:MeasureReport.subject [ Reference(Patient|Practitioner|PractitionerRole|Location|Device|RelatedPerson|Group) ]; # 0..1 What individual(s) the report is for fhir:MeasureReport.date [ dateTime ]; # 0..1 When the report was generatedfhir:fhir:MeasureReport.reporter [ Reference(Practitioner|PractitionerRole|Location|Organization) ]; # 0..1 Who is reporting the data fhir:MeasureReport.period [ Period ]; # 1..1 What period the report covers fhir:MeasureReport.improvementNotation [ CodeableConcept ]; # 0..1 increase | decrease fhir:MeasureReport.group [ # 0..* Measure results for each groupfhir:fhir:MeasureReport.group.code [ CodeableConcept ]; # 0..1 Meaning of the group fhir:MeasureReport.group.population [ # 0..* The populations in the groupfhir: fhir:fhir:MeasureReport.group.population.code [ CodeableConcept ]; # 0..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation fhir:MeasureReport.group.population.count [ integer ]; # 0..1 Size of the populationfhir:fhir:MeasureReport.group.population.subjectResults [ Reference(List) ]; # 0..1 For subject-list reports, the subject results in this population ], ...;fhir:fhir:MeasureReport.group.measureScore [ Quantity ]; # 0..1 What score this group achieved fhir:MeasureReport.group.stratifier [ # 0..* Stratification resultsfhir: fhir: fhir:fhir:MeasureReport.group.stratifier.code [ CodeableConcept ], ... ; # 0..* What stratifier of the group fhir:MeasureReport.group.stratifier.stratum [ # 0..* Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components fhir:MeasureReport.group.stratifier.stratum.value [ CodeableConcept ]; # 0..1 The stratum value, e.g. male fhir:MeasureReport.group.stratifier.stratum.component [ # 0..* Stratifier component values fhir:MeasureReport.group.stratifier.stratum.component.code [ CodeableConcept ]; # 1..1 What stratifier component of the group fhir:MeasureReport.group.stratifier.stratum.component.value [ CodeableConcept ]; # 1..1 The stratum component value, e.g. male ], ...; fhir:MeasureReport.group.stratifier.stratum.population [ # 0..* Population results in this stratumfhir: fhir:fhir:MeasureReport.group.stratifier.stratum.population.code [ CodeableConcept ]; # 0..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation fhir:MeasureReport.group.stratifier.stratum.population.count [ integer ]; # 0..1 Size of the populationfhir:fhir:MeasureReport.group.stratifier.stratum.population.subjectResults [ Reference(List) ]; # 0..1 For subject-list reports, the subject results in this population ], ...;fhir:fhir:MeasureReport.group.stratifier.stratum.measureScore [ Quantity ]; # 0..1 What score this stratum achieved ], ...; ], ...; ], ...;fhir:fhir:MeasureReport.evaluatedResource [ Reference(Any) ], ... ; # 0..* What data was used to calculate the measure score ]
Changes
since
DSTU2
R3
| MeasureReport | |
| MeasureReport.identifier |
|
| MeasureReport.status |
|
| MeasureReport.type |
|
| MeasureReport.measure |
|
| MeasureReport.subject |
|
| MeasureReport.reporter |
|
| MeasureReport.improvementNotation |
|
| MeasureReport.group.code |
|
| MeasureReport.group.population.code |
|
| MeasureReport.group.population.subjectResults |
|
| MeasureReport.group.measureScore |
|
| MeasureReport.group.stratifier.code |
|
| MeasureReport.group.stratifier.stratum.value |
|
| MeasureReport.group.stratifier.stratum.component |
|
| MeasureReport.group.stratifier.stratum.component.code |
|
| MeasureReport.group.stratifier.stratum.component.value |
|
| MeasureReport.group.stratifier.stratum.population.code |
|
| MeasureReport.group.stratifier.stratum.population.subjectResults |
|
| MeasureReport.group.stratifier.stratum.measureScore |
|
| MeasureReport.evaluatedResource |
|
| MeasureReport.patient |
|
| MeasureReport.reportingOrganization |
|
| MeasureReport.group.identifier |
|
| MeasureReport.group.population.identifier |
|
| MeasureReport.group.population.patients |
|
| MeasureReport.group.stratifier.identifier |
|
| MeasureReport.group.stratifier.stratum.population.identifier |
|
| MeasureReport.group.stratifier.stratum.population.patients |
|
| MeasureReport.evaluatedResources |
|
This
resource
did
not
exist
in
Release
2
See
the
Full
Difference
for
further
information
This analysis is available as XML or JSON .
See R3 <--> R4 Conversion Maps (status = 3 tests that all execute ok. All tests pass round-trip testing and 3 r3 resources are invalid (0 errors). )
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
I TU | DomainResource |
Results
of
a
measure
evaluation
+ Rule: Measure Reports used for data collection SHALL NOT communicate group and score information + Rule: Stratifiers SHALL be either a single criteria or a set of criteria components Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension |
|
|
Σ | 0..* | Identifier |
Additional
identifier
for
the
|
|
?! Σ | 1..1 | code |
complete
|
pending
|
error
MeasureReportStatus ( Required ) |
|
Σ I | 1..1 | code |
individual
|
MeasureReportType ( Required ) |
|
Σ | 1..1 |
|
What
measure
was
|
|
Σ | 0..1 | Reference ( Patient | Practitioner | PractitionerRole | Location | Device | RelatedPerson | Group ) |
What
|
|
Σ | 0..1 | dateTime | When the report was generated |
|
Σ | 0..1 | Reference ( Practitioner | PractitionerRole | Location | Organization ) | Who is reporting the data |
|
Σ | 1..1 | Period | What period the report covers |
|
?!
Σ
|
0..1 | CodeableConcept |
increase
|
decrease
MeasureImprovementNotation ( Required ) |
|
I |
|
|
|
|
Σ
|
0..1 | CodeableConcept | Meaning of the group |
|
|
|
|
|
|
Σ | 0..1 | CodeableConcept |
initial-population
|
numerator
|
numerator-exclusion
|
denominator
|
denominator-exclusion
|
denominator-exception
|
measure-population
|
measure-population-exclusion
|
MeasurePopulationType ( Extensible ) |
|
0..1 | integer | Size of the population | |
|
0..1 | Reference ( List ) |
For
|
|
|
Σ | 0..1 |
|
What score this group achieved |
|
0..* | BackboneElement |
Stratification
results
|
|
|
|
|
What
stratifier
of
the
group
|
|
|
0..* | BackboneElement |
Stratum
results,
one
for
each
unique
|
|
|
|
|
The stratum value, e.g. male | |
|
0..* | BackboneElement |
Stratifier
component
values
|
|
|
|
1..1 |
|
What stratifier component of the group |
| 1..1 | CodeableConcept | The stratum component value, e.g. male | |
![]() ![]() ![]() ![]() ![]() | 0..* | BackboneElement |
Population
|
|
|
0..1 | CodeableConcept |
initial-population
|
numerator
|
numerator-exclusion
|
denominator
|
denominator-exclusion
|
denominator-exception
|
measure-population
|
measure-population-exclusion
|
MeasurePopulationType ( Extensible ) |
|
|
0..1 | integer | Size of the population | |
|
0..1 | Reference ( List ) |
For
|
|
|
|
0..1 |
|
What score this stratum achieved |
|
|
0..* |
Reference
(
|
What
data
was
|
Documentation
for
this
format
|
||||
XML Template
<<MeasureReport xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension -->
<</identifier> < < <</measure> <</patient> < <</reportingOrganization><identifier><!-- 0..* Identifier Additional identifier for the MeasureReport --></identifier> <status value="[code]"/><!-- 1..1 complete | pending | error --> <type value="[code]"/><!--1..1 individual | subject-list | summary | data-collection --> <measure><!-- 1..1 canonical(Measure) What measure was calculated --></measure> <subject><!-- 0..1 Reference(Patient|Practitioner|PractitionerRole|Location| Device|RelatedPerson|Group) What individual(s) the report is for --></subject> <date value="[dateTime]"/><!-- 0..1 When the report was generated --> <reporter><!-- 0..1 Reference(Practitioner|PractitionerRole|Location| Organization) Who is reporting the data --></reporter> <period><!-- 1..1 Period What period the report covers --></period>
< <</identifier><improvementNotation><!-- 0..1 CodeableConcept increase | decrease --></improvementNotation> <group> <!--0..* Measure results for each group --> <code><!-- 0..1 CodeableConcept Meaning of the group --></code> <population> <!-- 0..* The populations in the group -->
<</identifier> <</code> < <</patients><code><!-- 0..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation --></code> <count value="[integer]"/><!-- 0..1 Size of the population --> <subjectResults><!-- 0..1 Reference(List) For subject-list reports, the subject results in this population --></subjectResults> </population><<measureScore><!-- 0..1 Quantity What score this group achieved --></measureScore> <stratifier> <!-- 0..* Stratification results --><</identifier> < <<code><!-- 0..* CodeableConcept What stratifier of the group --></code> <stratum> <!-- 0..* Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components --> <value><!-- 0..1 CodeableConcept The stratum value, e.g. male --></value> <component> <!-- 0..* Stratifier component values --> <code><!-- 1..1 CodeableConcept What stratifier component of the group --></code> <value><!-- 1..1 CodeableConcept The stratum component value, e.g. male --></value> </component> <population> <!-- 0..* Population results in this stratum --><</identifier> <</code> < <</patients><code><!-- 0..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation --></code> <count value="[integer]"/><!-- 0..1 Size of the population --> <subjectResults><!-- 0..1 Reference(List) For subject-list reports, the subject results in this population --></subjectResults> </population><<measureScore><!-- 0..1 Quantity What score this stratum achieved --></measureScore> </stratum> </stratifier> </group><</evaluatedResources><evaluatedResource><!-- 0..* Reference(Any) What data was used to calculate the measure score --></evaluatedResource> </MeasureReport>
JSON Template
{
"resourceType" : "",
"resourceType" : "MeasureReport",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"identifier" : [{ Identifier }], // Additional identifier for the MeasureReport
"status" : "<code>", // R! complete | pending | error
"type" : "<code>", // C? R! individual | subject-list | summary | data-collection
"measure" : { canonical(Measure) }, // R! What measure was calculated
"subject" : { Reference(Patient|Practitioner|PractitionerRole|Location|
Device|RelatedPerson|Group) }, // What individual(s) the report is for
"date" : "<dateTime>", // When the report was generated
"reporter" : { Reference(Practitioner|PractitionerRole|Location|
Organization) }, // Who is reporting the data
"period" : { Period }, // R! What period the report covers
"improvementNotation" : { CodeableConcept }, // increase | decrease
"group" : [{ // C? Measure results for each group
"code" : { CodeableConcept }, // Meaning of the group
"population" : [{ // The populations in the group
"code" : { CodeableConcept }, // initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
"count" : <integer>, // Size of the population
"subjectResults" : { Reference(List) } // For subject-list reports, the subject results in this population
}],
"
"
"
"
"
"
"
"
"
"
"measureScore" : { Quantity }, // What score this group achieved
"stratifier" : [{ // Stratification results
"code" : [{ CodeableConcept }], // What stratifier of the group
"stratum" : [{ // Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components
"value" : { CodeableConcept }, // The stratum value, e.g. male
"component" : [{ // Stratifier component values
"code" : { CodeableConcept }, // R! What stratifier component of the group
"value" : { CodeableConcept } // R! The stratum component value, e.g. male
}],
"
"population" : [{ // Population results in this stratum
"code" : { CodeableConcept }, // initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
"count" : <integer>, // Size of the population
"subjectResults" : { Reference(List) } // For subject-list reports, the subject results in this population
}],
"measureScore" : { Quantity } // What score this stratum achieved
}]
}]
}],
"
"evaluatedResource" : [{ Reference(Any) }] // What data was used to calculate the measure score
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .![]()
[ a fhir:;[ a fhir:MeasureReport; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtensionfhir: fhir: fhir: fhir: fhir:fhir:MeasureReport.identifier [ Identifier ], ... ; # 0..* Additional identifier for the MeasureReport fhir:MeasureReport.status [ code ]; # 1..1 complete | pending | error fhir:MeasureReport.type [ code ]; # 1..1 individual | subject-list | summary | data-collection fhir:MeasureReport.measure [ canonical(Measure) ]; # 1..1 What measure was calculated fhir:MeasureReport.subject [ Reference(Patient|Practitioner|PractitionerRole|Location|Device|RelatedPerson|Group) ]; # 0..1 What individual(s) the report is for fhir:MeasureReport.date [ dateTime ]; # 0..1 When the report was generatedfhir:fhir:MeasureReport.reporter [ Reference(Practitioner|PractitionerRole|Location|Organization) ]; # 0..1 Who is reporting the data fhir:MeasureReport.period [ Period ]; # 1..1 What period the report covers fhir:MeasureReport.improvementNotation [ CodeableConcept ]; # 0..1 increase | decrease fhir:MeasureReport.group [ # 0..* Measure results for each groupfhir:fhir:MeasureReport.group.code [ CodeableConcept ]; # 0..1 Meaning of the group fhir:MeasureReport.group.population [ # 0..* The populations in the groupfhir: fhir:fhir:MeasureReport.group.population.code [ CodeableConcept ]; # 0..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation fhir:MeasureReport.group.population.count [ integer ]; # 0..1 Size of the populationfhir:fhir:MeasureReport.group.population.subjectResults [ Reference(List) ]; # 0..1 For subject-list reports, the subject results in this population ], ...;fhir:fhir:MeasureReport.group.measureScore [ Quantity ]; # 0..1 What score this group achieved fhir:MeasureReport.group.stratifier [ # 0..* Stratification resultsfhir: fhir: fhir:fhir:MeasureReport.group.stratifier.code [ CodeableConcept ], ... ; # 0..* What stratifier of the group fhir:MeasureReport.group.stratifier.stratum [ # 0..* Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components fhir:MeasureReport.group.stratifier.stratum.value [ CodeableConcept ]; # 0..1 The stratum value, e.g. male fhir:MeasureReport.group.stratifier.stratum.component [ # 0..* Stratifier component values fhir:MeasureReport.group.stratifier.stratum.component.code [ CodeableConcept ]; # 1..1 What stratifier component of the group fhir:MeasureReport.group.stratifier.stratum.component.value [ CodeableConcept ]; # 1..1 The stratum component value, e.g. male ], ...; fhir:MeasureReport.group.stratifier.stratum.population [ # 0..* Population results in this stratumfhir: fhir:fhir:MeasureReport.group.stratifier.stratum.population.code [ CodeableConcept ]; # 0..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation fhir:MeasureReport.group.stratifier.stratum.population.count [ integer ]; # 0..1 Size of the populationfhir:fhir:MeasureReport.group.stratifier.stratum.population.subjectResults [ Reference(List) ]; # 0..1 For subject-list reports, the subject results in this population ], ...;fhir:fhir:MeasureReport.group.stratifier.stratum.measureScore [ Quantity ]; # 0..1 What score this stratum achieved ], ...; ], ...; ], ...;fhir:fhir:MeasureReport.evaluatedResource [ Reference(Any) ], ... ; # 0..* What data was used to calculate the measure score ]
Changes
since
DSTU2
Release
3
| MeasureReport | |
| MeasureReport.identifier |
|
| MeasureReport.status |
|
| MeasureReport.type |
|
| MeasureReport.measure |
|
| MeasureReport.subject |
|
| MeasureReport.reporter |
|
| MeasureReport.improvementNotation |
|
| MeasureReport.group.code |
|
| MeasureReport.group.population.code |
|
| MeasureReport.group.population.subjectResults |
|
| MeasureReport.group.measureScore |
|
| MeasureReport.group.stratifier.code |
|
| MeasureReport.group.stratifier.stratum.value |
|
| MeasureReport.group.stratifier.stratum.component |
|
| MeasureReport.group.stratifier.stratum.component.code |
|
| MeasureReport.group.stratifier.stratum.component.value |
|
| MeasureReport.group.stratifier.stratum.population.code |
|
| MeasureReport.group.stratifier.stratum.population.subjectResults |
|
| MeasureReport.group.stratifier.stratum.measureScore |
|
| MeasureReport.evaluatedResource |
|
| MeasureReport.patient |
|
| MeasureReport.reportingOrganization |
|
| MeasureReport.group.identifier |
|
| MeasureReport.group.population.identifier |
|
| MeasureReport.group.population.patients |
|
| MeasureReport.group.stratifier.identifier |
|
| MeasureReport.group.stratifier.stratum.population.identifier |
|
| MeasureReport.group.stratifier.stratum.population.patients |
|
| MeasureReport.evaluatedResources |
|
This
resource
did
not
exist
in
Release
2
See
the
Full
Difference
for
further
information
This analysis is available as XML or JSON .
See R3 <--> R4 Conversion Maps (status = 3 tests that all execute ok. All tests pass round-trip testing and 3 r3 resources are invalid (0 errors). )
Alternate
See
the
Profiles
&
Extensions
and
the
alternate
definitions:
Master
Definition
(
XML
,
+
JSON
),
,
XML
Schema
/
Schematron
(for
)
+
JSON
Schema
,
ShEx
(for
Turtle
)
+
see
the
extensions
&
the
dependency
analysis
| Path | Definition | Type | Reference |
|---|---|---|---|
| MeasureReport.status |
The
status
of
the
measure
|
Required | MeasureReportStatus |
| MeasureReport.type |
The
type
of
the
measure
|
Required | MeasureReportType |
| MeasureReport.improvementNotation | Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue. | Required | MeasureImprovementNotation |
|
MeasureReport.group.population.code
MeasureReport.group.stratifier.stratum.population.code |
The
type
of
population
(e.g.
initial,
numerator,
denominator,
|
Extensible | MeasurePopulationType |
| id | Level | Location | Description | Expression |
| mrp-1 | Rule | (base) | Measure Reports used for data collection SHALL NOT communicate group and score information | (type != 'data-collection') or group.exists().not() |
| mrp-2 | Rule | (base) | Stratifiers SHALL be either a single criteria or a set of criteria components | group.stratifier.stratum.all(value.exists() xor component.exists()) |
Although
the
MeasureReport
resource
does
define
search
parameters,
it
is
up
to
the
individual
measure
evaluation
service
whether
or
not
historical
records
of
measure
evaluation
requests
are
preserved.
A
service
may
might
not
support
searching
on
MeasureReports
at
all,
or
it
may
support
searching
only
for
a
pre-defined
expiration
period.
The
search
parameters
are
defined
to
provide
consumers
with
a
consistent
interface
to
searching
if
it
is
available
for
a
specific
service
implementation.
In
any
case,
services
should
detail
the
support
they
do
provide
using
a
CapabilityStatement.
Search parameters for 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 |
| date | date | The date of the measure report | MeasureReport.date | |
| evaluated-resource | reference | An evaluated resource referenced by the measure report |
MeasureReport.evaluatedResource
(Any) | |
| identifier | token | External identifier of the measure report to be returned | MeasureReport.identifier | |
| measure | reference | The measure to return measure report results for |
MeasureReport.measure
( Measure ) | |
| patient | reference | The identity of a patient to search for individual measure report results for |
( Patient ) |
|
| period | date | The period of the measure report | MeasureReport.period | |
| reporter | reference | The reporter to return measure report results for |
MeasureReport.reporter
( Practitioner , Organization , PractitionerRole , Location ) | |
| status | token | The status of the measure report | MeasureReport.status | |
| subject | reference | The identity of a subject to search for individual measure report results for |
MeasureReport.subject
( Practitioner , Group , Device , Patient , PractitionerRole , RelatedPerson , Location ) |