FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). 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 UseCompartments: Patient

Detailed Descriptions for the elements in the MeasureReport resource.

MeasureReport
Definition

The MeasureReport resource contains the results of evaluating a measure.

Control1..1
MeasureReport.identifier
Definition

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

NoteThis is a business identifer, not a resource identifier (see discussion)
Control0..1
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
Definition

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

Control1..1
Terminology BindingMeasureReportStatus (Required)
Typecode
Is Modifiertrue
Summarytrue
MeasureReport.type
Definition

The type of measure report. This may be an individual report, which provides a single patient's score for the measure; a patient listing, which returns the list of patients that meet the various criteria in the measure; or a summary report, which returns a population count for each of the criteria in the measure.

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

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

MeasureReport.measure
Definition

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

Control1..1
TypeReference(Measure)
Summarytrue
MeasureReport.patient
Definition

Optional Patient if the report was requested for a single patient.

Control0..1
TypeReference(Patient)
Summarytrue
MeasureReport.date
Definition

The date this measure report was generated.

Control0..1
TypedateTime
Summarytrue
MeasureReport.reportingOrganization
Definition

Reporting Organization.

Control0..1
TypeReference(Organization)
Summarytrue
MeasureReport.period
Definition

The reporting period for which the report was calculated.

Control1..1
TypePeriod
Summarytrue
MeasureReport.group
Definition

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

Control0..*
Summaryfalse
MeasureReport.group.identifier
Definition

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

NoteThis is a business identifer, not a resource identifier (see discussion)
Control1..1
TypeIdentifier
Summaryfalse
MeasureReport.group.population
Definition

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

Control0..*
Summaryfalse
MeasureReport.group.population.identifier
Definition

The identifier of the population being reported, as defined by the population element of the measure.

NoteThis is a business identifer, not a resource identifier (see discussion)
Control0..1
TypeIdentifier
Summarytrue
MeasureReport.group.population.code
Definition

The type of the population.

Control0..1
Terminology BindingMeasurePopulationType (Extensible)
TypeCodeableConcept
Summarytrue
MeasureReport.group.population.count
Definition

The number of members of the population.

Control0..1
Typeinteger
Summaryfalse
MeasureReport.group.population.patients
Definition

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

Control0..1
TypeReference(List)
Summaryfalse
MeasureReport.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.

Control0..1
Typedecimal
Summarytrue
MeasureReport.group.stratifier
Definition

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

Control0..*
Summaryfalse
MeasureReport.group.stratifier.identifier
Definition

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

NoteThis is a business identifer, not a resource identifier (see discussion)
Control0..1
TypeIdentifier
Summaryfalse
MeasureReport.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.

Control0..*
Summaryfalse
MeasureReport.group.stratifier.stratum.value
Definition

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

Control1..1
Typestring
Summaryfalse
MeasureReport.group.stratifier.stratum.population
Definition

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

Control0..*
Summaryfalse
MeasureReport.group.stratifier.stratum.population.identifier
Definition

The identifier of the population being reported, as defined by the population element of the measure.

NoteThis is a business identifer, not a resource identifier (see discussion)
Control0..1
TypeIdentifier
Summarytrue
MeasureReport.group.stratifier.stratum.population.code
Definition

The type of the population.

Control0..1
Terminology BindingMeasurePopulationType (Extensible)
TypeCodeableConcept
Summarytrue
MeasureReport.group.stratifier.stratum.population.count
Definition

The number of members of the population in this stratum.

Control0..1
Typeinteger
Summaryfalse
MeasureReport.group.stratifier.stratum.population.patients
Definition

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

Control0..1
TypeReference(List)
Summaryfalse
MeasureReport.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.

Control0..1
Typedecimal
Summarytrue
MeasureReport.evaluatedResources
Definition

A reference to a Bundle containing the Resources that were used in the evaluation of this report.

Control0..1
TypeReference(Bundle)
Summaryfalse