Release 4

This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) 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 R2

Clinical Quality Information Work GroupMaturity Level: 2 Trial UseSecurity Category: Business Compartments: Patient

Detailed Descriptions for the elements in the MeasureReport resource.

MeasureReport
Element IdMeasureReport
Definition

The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.

Cardinality0..*
TypeDomainResource
Invariants
Defined on this element
mrp-1Rule Measure Reports used for data collection SHALL NOT communicate group and score information(type != 'data-collection') or group.exists().not()
mrp-2Rule Stratifiers SHALL be either a single criteria or a set of criteria componentsgroup.stratifier.stratum.all(value.exists() xor component.exists())
MeasureReport.identifier
Element IdMeasureReport.identifier
Definition

A formal identifier that is used to identify this MeasureReport when it is represented in other formats or referenced in a specification, model, design or an instance.

NoteThis is a business identifier, not a resource identifier (see discussion)
Cardinality0..*
TypeIdentifier
Requirements

Allows externally provided and/or usable business identifiers to be easily associated with the module.

Summarytrue
Comments

Typically, this is used for identifiers that can go in an HL7 V3 II data type - e.g. to identify this {{title}} outside of FHIR, where the logical URL is not possible to use.

MeasureReport.status
Element IdMeasureReport.status
Definition

The MeasureReport status. No data will be available until the MeasureReport status is complete.

Cardinality1..1
Terminology BindingMeasureReportStatus (Required)
Typecode
Is Modifiertrue (Reason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid)
Summarytrue
Comments

This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.

MeasureReport.type
Element IdMeasureReport.type
Definition

The type of measure report. This may be an individual report, which provides the score for the measure for an individual member of the population; a subject-listing, which returns the list of members that meet the various criteria in the measure; a summary report, which returns a population count for each of the criteria in the measure; or a data-collection, which enables the MeasureReport to be used to exchange the data-of-interest for a quality measure.

Cardinality1..1
Terminology BindingMeasureReportType (Required)
Typecode
Summarytrue
Comments

Data-collection reports are used only to communicate data-of-interest for a measure. They do not necessarily include all the data for a particular subject or population, but they may.

Invariants
Affect this element
mrp-1Rule Measure Reports used for data collection SHALL NOT communicate group and score information(type != 'data-collection') or group.exists().not()
MeasureReport.measure
Element IdMeasureReport.measure
Definition

A reference to the Measure that was calculated to produce this report.

Cardinality1..1
Typecanonical(Measure)
Summarytrue
MeasureReport.subject
Element IdMeasureReport.subject
Definition

Optional subject identifying the individual or individuals the report is for.

Cardinality0..1
TypeReference(Patient | Practitioner | PractitionerRole | Location | Device | RelatedPerson | Group)
Summarytrue
MeasureReport.date
Element IdMeasureReport.date
Definition

The date this measure report was generated.

Cardinality0..1
TypedateTime
Summarytrue
MeasureReport.reporter
Element IdMeasureReport.reporter
Definition

The individual, location, or organization that is reporting the data.

Cardinality0..1
TypeReference(Practitioner | PractitionerRole | Location | Organization)
Summarytrue
MeasureReport.period
Element IdMeasureReport.period
Definition

The reporting period for which the report was calculated.

Cardinality1..1
TypePeriod
Summarytrue
MeasureReport.improvementNotation
Element IdMeasureReport.improvementNotation
Definition

Whether improvement in the measure is noted by an increase or decrease in the measure score.

Cardinality0..1
Terminology BindingMeasureImprovementNotation (Required)
TypeCodeableConcept
Is Modifiertrue (Reason: Improvement notation determines how to interpret the measure score (i.e. whether an increase is an improvement))
Summarytrue
Comments

This element is typically defined by the measure, but reproduced here to ensure the measure score can be interpreted. The element is labeled as a modifier because it changes the interpretation of the reported measure score.

MeasureReport.group
Element IdMeasureReport.group
Definition

The results of the calculation, one for each population group in the measure.

Cardinality0..*
Invariants
Affect this element
mrp-1Rule Measure Reports used for data collection SHALL NOT communicate group and score information(type != 'data-collection') or group.exists().not()
MeasureReport.group.code
Element IdMeasureReport.group.code
Definition

The meaning of the population group as defined in the measure definition.

Cardinality0..1
TypeCodeableConcept
Summarytrue
MeasureReport.group.population
Element IdMeasureReport.group.population
Definition

The populations that make up the population group, one for each type of population appropriate for the measure.

Cardinality0..*
MeasureReport.group.population.code
Element IdMeasureReport.group.population.code
Definition

The type of the population.

Cardinality0..1
Terminology BindingMeasurePopulationType (Extensible)
TypeCodeableConcept
Summarytrue
MeasureReport.group.population.count
Element IdMeasureReport.group.population.count
Definition

The number of members of the population.

Cardinality0..1
Typeinteger
MeasureReport.group.population.subjectResults
Element IdMeasureReport.group.population.subjectResults
Definition

This element refers to a List of subject level MeasureReport resources, one for each subject in this population.

Cardinality0..1
TypeReference(List)
MeasureReport.group.measureScore
Element IdMeasureReport.group.measureScore
Definition

The measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group.

Cardinality0..1
TypeQuantity
Summarytrue
MeasureReport.group.stratifier
Element IdMeasureReport.group.stratifier
Definition

When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure.

Cardinality0..*
MeasureReport.group.stratifier.code
Element IdMeasureReport.group.stratifier.code
Definition

The meaning of this stratifier, as defined in the measure definition.

Cardinality0..*
TypeCodeableConcept
MeasureReport.group.stratifier.stratum
Element IdMeasureReport.group.stratifier.stratum
Definition

This element contains the results for a single stratum within the stratifier. For example, when stratifying on administrative gender, there will be four strata, one for each possible gender value.

Cardinality0..*
MeasureReport.group.stratifier.stratum.value
Element IdMeasureReport.group.stratifier.stratum.value
Definition

The value for this stratum, expressed as a CodeableConcept. When defining stratifiers on complex values, the value must be rendered such that the value for each stratum within the stratifier is unique.

Cardinality0..1
TypeCodeableConcept
MeasureReport.group.stratifier.stratum.component
Element IdMeasureReport.group.stratifier.stratum.component
Definition

A stratifier component value.

Cardinality0..*
MeasureReport.group.stratifier.stratum.component.code
Element IdMeasureReport.group.stratifier.stratum.component.code
Definition

The code for the stratum component value.

Cardinality1..1
TypeCodeableConcept
MeasureReport.group.stratifier.stratum.component.value
Element IdMeasureReport.group.stratifier.stratum.component.value
Definition

The stratum component value.

Cardinality1..1
TypeCodeableConcept
MeasureReport.group.stratifier.stratum.population
Element IdMeasureReport.group.stratifier.stratum.population
Definition

The populations that make up the stratum, one for each type of population appropriate to the measure.

Cardinality0..*
MeasureReport.group.stratifier.stratum.population.code
Element IdMeasureReport.group.stratifier.stratum.population.code
Definition

The type of the population.

Cardinality0..1
Terminology BindingMeasurePopulationType (Extensible)
TypeCodeableConcept
MeasureReport.group.stratifier.stratum.population.count
Element IdMeasureReport.group.stratifier.stratum.population.count
Definition

The number of members of the population in this stratum.

Cardinality0..1
Typeinteger
MeasureReport.group.stratifier.stratum.population.subjectResults
Element IdMeasureReport.group.stratifier.stratum.population.subjectResults
Definition

This element refers to a List of subject level MeasureReport resources, one for each subject in this population in this stratum.

Cardinality0..1
TypeReference(List)
MeasureReport.group.stratifier.stratum.measureScore
Element IdMeasureReport.group.stratifier.stratum.measureScore
Definition

The measure score for this stratum, calculated as appropriate for the measure type and scoring method, and based on only the members of this stratum.

Cardinality0..1
TypeQuantity
MeasureReport.evaluatedResource
Element IdMeasureReport.evaluatedResource
Definition

A reference to a Bundle containing the Resources that were used in the calculation of this measure.

Cardinality0..*
TypeReference(Any)