This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions
StructureDefinition-measurereport-deqm
The DEQM MeasureReport Profile represents the quality measure results that the practitioner’s organization convey to the payer. It contains the references to other profiles needed to attest to the measure.
Mandatory Data Elements and Terminology
The following data-elements are mandatory (i.e data MUST be present).
Each MeasureReport must have:
- A status
- A measure report type hardcoded to “individual”
- The reference to the Measure
- A patient the report is for
- The date the report was generated
- The organization that reported the data
- The reporting period
Each MeasureReport should have (Must Support):
- Reference to all the resources involved in producing the report
Additional Profile specific implementation guidance:
None
Examples
Formal Views of Profile Content
Description of Profiles, Differentials, and Snapshots.
The official URL for this profile is: http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/measurereport-deqm
Published on Tue Jun 19 00:00:00 AEST 2018 as a active by Da Vinci Project.
This profile builds on MeasureReport
Summary
Mandatory: 4 elements
Must-Support: 8 elements
Fixed Value: 1 element
Structures
This structure refers to these other structures:
- unable to summarise profile http://hl7.org/fhir/qicore/StructureDefinition/qicore-patient (no profile found)
- unable to summarise profile http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/organization-deqm (no profile found)
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MeasureReport | 0..* | |||
status | S | 1..1 | code | Binding: MeasureReportStatus (required) |
type | S | 1..1 | code | Fixed Value: individual |
measure | S | 1..1 | canonical(Measure) | Da Vinci Measures |
subject | S | 1..1 | Reference(http://hl7.org/fhir/qicore/StructureDefinition/qicore-patient) | |
date | S | 1..1 | dateTime | |
reporter | S | 1..1 | Reference(http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/organization-deqm) | The organization where the measure was completed |
period | S | 1..1 | Period | |
evaluatedResource | S | 0..* | Reference(Resource) | |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MeasureReport | I | 0..* | Results of a measure evaluation | |
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Common Languages (preferred) | |
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | Σ | 0..* | Identifier | Additional identifier for the MeasureReport |
status | ?!SΣ | 1..1 | code | complete | pending | error Binding: MeasureReportStatus (required) |
type | SΣI | 1..1 | code | individual | subject-list | summary | data-collection Binding: MeasureReportType (required) Fixed Value: individual |
measure | SΣ | 1..1 | canonical(Measure) | Da Vinci Measures |
subject | SΣ | 1..1 | Reference(http://hl7.org/fhir/qicore/StructureDefinition/qicore-patient) | What individual(s) the report is for |
date | SΣ | 1..1 | dateTime | When the report was generated |
reporter | SΣ | 1..1 | Reference(http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/organization-deqm) | The organization where the measure was completed |
period | SΣ | 1..1 | Period | What period the report covers |
improvementNotation | ?!Σ | 0..1 | code | increase | decrease Binding: MeasureImprovementNotation (required) |
group | I | 0..* | BackboneElement | Measure results for each group |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored if unrecognized |
code | Σ | 0..1 | CodeableConcept | Meaning of the group |
population | I | 0..* | BackboneElement | The populations in the group |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored if unrecognized |
code | Σ | 0..1 | CodeableConcept | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation Binding: MeasurePopulationType (extensible) |
count | 0..1 | integer | Size of the population | |
subjectResults | 0..1 | Reference(List) | For subject-list reports, the subject results in this population | |
measureScore | Σ | 0..1 | Quantity | What score this group achieved |
stratifier | I | 0..* | BackboneElement | Stratification results |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored if unrecognized |
code | 0..1 | CodeableConcept | What stratifier of the group | |
stratum | I | 0..* | BackboneElement | Stratum results, one for each unique value in the stratifier |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored if unrecognized |
value | 1..1 | CodeableConcept | The stratum value, e.g. male | |
population | I | 0..* | BackboneElement | Population results in this stratum |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored if unrecognized |
code | 0..1 | CodeableConcept | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation Binding: MeasurePopulationType (extensible) | |
count | 0..1 | integer | Size of the population | |
subjectResults | 0..1 | Reference(List) | For subject-list reports, the subject results in this population | |
measureScore | 0..1 | Quantity | What score this stratum achieved | |
evaluatedResource | S | 0..* | Reference(Resource) | What data was used to calculate the measure score |
Documentation for this format |
Summary
Mandatory: 4 elements
Must-Support: 8 elements
Fixed Value: 1 element
Structures
This structure refers to these other structures:
- unable to summarise profile http://hl7.org/fhir/qicore/StructureDefinition/qicore-patient (no profile found)
- unable to summarise profile http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/organization-deqm (no profile found)
Differential View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MeasureReport | 0..* | |||
status | S | 1..1 | code | Binding: MeasureReportStatus (required) |
type | S | 1..1 | code | Fixed Value: individual |
measure | S | 1..1 | canonical(Measure) | Da Vinci Measures |
subject | S | 1..1 | Reference(http://hl7.org/fhir/qicore/StructureDefinition/qicore-patient) | |
date | S | 1..1 | dateTime | |
reporter | S | 1..1 | Reference(http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/organization-deqm) | The organization where the measure was completed |
period | S | 1..1 | Period | |
evaluatedResource | S | 0..* | Reference(Resource) | |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MeasureReport | I | 0..* | Results of a measure evaluation | |
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Common Languages (preferred) | |
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | Σ | 0..* | Identifier | Additional identifier for the MeasureReport |
status | ?!SΣ | 1..1 | code | complete | pending | error Binding: MeasureReportStatus (required) |
type | SΣI | 1..1 | code | individual | subject-list | summary | data-collection Binding: MeasureReportType (required) Fixed Value: individual |
measure | SΣ | 1..1 | canonical(Measure) | Da Vinci Measures |
subject | SΣ | 1..1 | Reference(http://hl7.org/fhir/qicore/StructureDefinition/qicore-patient) | What individual(s) the report is for |
date | SΣ | 1..1 | dateTime | When the report was generated |
reporter | SΣ | 1..1 | Reference(http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/organization-deqm) | The organization where the measure was completed |
period | SΣ | 1..1 | Period | What period the report covers |
improvementNotation | ?!Σ | 0..1 | code | increase | decrease Binding: MeasureImprovementNotation (required) |
group | I | 0..* | BackboneElement | Measure results for each group |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored if unrecognized |
code | Σ | 0..1 | CodeableConcept | Meaning of the group |
population | I | 0..* | BackboneElement | The populations in the group |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored if unrecognized |
code | Σ | 0..1 | CodeableConcept | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation Binding: MeasurePopulationType (extensible) |
count | 0..1 | integer | Size of the population | |
subjectResults | 0..1 | Reference(List) | For subject-list reports, the subject results in this population | |
measureScore | Σ | 0..1 | Quantity | What score this group achieved |
stratifier | I | 0..* | BackboneElement | Stratification results |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored if unrecognized |
code | 0..1 | CodeableConcept | What stratifier of the group | |
stratum | I | 0..* | BackboneElement | Stratum results, one for each unique value in the stratifier |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored if unrecognized |
value | 1..1 | CodeableConcept | The stratum value, e.g. male | |
population | I | 0..* | BackboneElement | Population results in this stratum |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored if unrecognized |
code | 0..1 | CodeableConcept | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation Binding: MeasurePopulationType (extensible) | |
count | 0..1 | integer | Size of the population | |
subjectResults | 0..1 | Reference(List) | For subject-list reports, the subject results in this population | |
measureScore | 0..1 | Quantity | What score this stratum achieved | |
evaluatedResource | S | 0..* | Reference(Resource) | What data was used to calculate the measure score |
Documentation for this format |
Downloads: StructureDefinition: (XML, JSON), Schema: XML Schematron
Quick Start
Below is an overview of the required set of RESTful FHIR interactions - for example, search and read operations - for this profile. See the Conformance requirements for a complete list of supported RESTful interactions for this IG.
Use cases: