This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v1.1.0: STU 2 Ballot 1) based on FHIR R4. 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-datax-measurereport-deqm
MeasureReport is used as an organizer for both data exchange for measure and for measure reporting. Three profiles on the MeasureReport resource are defined in this guide to delineate these different uses.
When a data producer needs to send data to a data consumer, they use the DEQM Data-Exchange MeasureReport Profile defined here. The type
element in this profile is set to “data-collection”. Along with the MeasureReport profile, the data producer sends the Organization, Patient and any relevant resources for the measure they have produced data on. When a data producer sends a MeasureReport and the associated data, they may not have all the data that is required to calculate the measure report. Additional data may need to be collected later or there may additional data used in the measure that the aggregator owns such as a continuous coverage period requirement.
The following data-elements are mandatory (i.e data MUST be present).
Each MeasureReport must have:
- A status
- measure report type hardcoded to “data-collection”
- The reference to the Measure
- A link to patient the report is about
- The date the report was generated
- The organization that reported the data
- The reporting period
Each MeasureReport should have (Must Support):
- References to other resources involved in producing the report
Additional Profile specific implementation guidance:
None
Examples
- Measurereport Datax Measurereport01
- Measurereport Datax Measurereport02
- Measurereport Datax Measurereport03
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/datax-measurereport-deqm
Published on Tue Jun 19 00:00:00 UTC 2018 as a active by Da Vinci Project.
This profile builds on MeasureReport
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MeasureReport | 0..* | MeasureReport | ||
status | S | 1..1 | code | Binding: MeasureReportStatus (required) |
type | S | 1..1 | code | Fixed Value: data-collection |
measure | S | 1..1 | canonical(Measure) | |
subject | S | 1..1 | Reference(QICorePatient) | |
date | S | 1..1 | dateTime | |
reporter | S | 1..1 | Reference(DEQMOrganizationProfile) | The organization where the measure was completed |
period | SI | 1..1 | Period | deqm-1: Date precision SHALL be at least to day ( YYYY-MM-DD ) |
start | S | 1..1 | dateTime | |
end | S | 1..1 | dateTime | |
evaluatedResource | S | 0..* | Reference(Resource) | |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MeasureReport | I | 0..* | MeasureReport | Results of a measure evaluation |
id | Σ | 0..1 | string | Logical id of this artifact |
meta | ΣI | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!ΣI | 0..1 | uri | A set of rules under which this content was created |
language | I | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred) Max Binding: AllLanguages |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | I | 0..* | Extension | Additional content defined by implementations |
modifierExtension | ?!I | 0..* | Extension | Extensions that cannot be ignored |
identifier | ΣI | 0..* | Identifier | Additional identifier for the MeasureReport |
status | ?!SΣI | 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: data-collection |
measure | SΣI | 1..1 | canonical(Measure) | What measure was calculated |
subject | SΣI | 1..1 | Reference(QICorePatient) | What individual(s) the report is for |
date | SΣI | 1..1 | dateTime | When the report was generated |
reporter | SΣI | 1..1 | Reference(DEQMOrganizationProfile) | The organization where the measure was completed |
period | SΣI | 1..1 | Period | What period the report covers deqm-1: Date precision SHALL be at least to day ( YYYY-MM-DD ) |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url |
start | SΣI | 1..1 | dateTime | Starting time with inclusive boundary |
end | SΣI | 1..1 | dateTime | End time with inclusive boundary, if not ongoing |
improvementNotation | ?!ΣI | 0..1 | CodeableConcept | increase | decrease Binding: MeasureImprovementNotation (required) |
group | I | 0..* | BackboneElement | Measure results for each group |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations |
modifierExtension | ?!ΣI | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
code | ΣI | 0..1 | CodeableConcept | Meaning of the group |
population | I | 0..* | BackboneElement | The populations in the group |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations |
modifierExtension | ?!ΣI | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
code | ΣI | 0..1 | CodeableConcept | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation Binding: MeasurePopulationType (extensible) |
count | I | 0..1 | integer | Size of the population |
subjectResults | I | 0..1 | Reference(List) | For subject-list reports, the subject results in this population |
measureScore | ΣI | 0..1 | Quantity | What score this group achieved |
stratifier | I | 0..* | BackboneElement | Stratification results |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations |
modifierExtension | ?!ΣI | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
code | I | 0..* | CodeableConcept | What stratifier of the group |
stratum | I | 0..* | BackboneElement | Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations |
modifierExtension | ?!ΣI | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
value | I | 0..1 | CodeableConcept | The stratum value, e.g. male |
component | I | 0..* | BackboneElement | Stratifier component values |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations |
modifierExtension | ?!ΣI | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
code | I | 1..1 | CodeableConcept | What stratifier component of the group |
value | I | 1..1 | CodeableConcept | The stratum component value, e.g. male |
population | I | 0..* | BackboneElement | Population results in this stratum |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations |
modifierExtension | ?!ΣI | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
code | I | 0..1 | CodeableConcept | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation Binding: MeasurePopulationType (extensible) |
count | I | 0..1 | integer | Size of the population |
subjectResults | I | 0..1 | Reference(List) | For subject-list reports, the subject results in this population |
measureScore | I | 0..1 | Quantity | What score this stratum achieved |
evaluatedResource | SI | 0..* | Reference(Resource) | What data was used to calculate the measure score |
Documentation for this format |
Differential View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MeasureReport | 0..* | MeasureReport | ||
status | S | 1..1 | code | Binding: MeasureReportStatus (required) |
type | S | 1..1 | code | Fixed Value: data-collection |
measure | S | 1..1 | canonical(Measure) | |
subject | S | 1..1 | Reference(QICorePatient) | |
date | S | 1..1 | dateTime | |
reporter | S | 1..1 | Reference(DEQMOrganizationProfile) | The organization where the measure was completed |
period | SI | 1..1 | Period | deqm-1: Date precision SHALL be at least to day ( YYYY-MM-DD ) |
start | S | 1..1 | dateTime | |
end | S | 1..1 | dateTime | |
evaluatedResource | S | 0..* | Reference(Resource) | |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MeasureReport | I | 0..* | MeasureReport | Results of a measure evaluation |
id | Σ | 0..1 | string | Logical id of this artifact |
meta | ΣI | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!ΣI | 0..1 | uri | A set of rules under which this content was created |
language | I | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred) Max Binding: AllLanguages |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | I | 0..* | Extension | Additional content defined by implementations |
modifierExtension | ?!I | 0..* | Extension | Extensions that cannot be ignored |
identifier | ΣI | 0..* | Identifier | Additional identifier for the MeasureReport |
status | ?!SΣI | 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: data-collection |
measure | SΣI | 1..1 | canonical(Measure) | What measure was calculated |
subject | SΣI | 1..1 | Reference(QICorePatient) | What individual(s) the report is for |
date | SΣI | 1..1 | dateTime | When the report was generated |
reporter | SΣI | 1..1 | Reference(DEQMOrganizationProfile) | The organization where the measure was completed |
period | SΣI | 1..1 | Period | What period the report covers deqm-1: Date precision SHALL be at least to day ( YYYY-MM-DD ) |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url |
start | SΣI | 1..1 | dateTime | Starting time with inclusive boundary |
end | SΣI | 1..1 | dateTime | End time with inclusive boundary, if not ongoing |
improvementNotation | ?!ΣI | 0..1 | CodeableConcept | increase | decrease Binding: MeasureImprovementNotation (required) |
group | I | 0..* | BackboneElement | Measure results for each group |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations |
modifierExtension | ?!ΣI | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
code | ΣI | 0..1 | CodeableConcept | Meaning of the group |
population | I | 0..* | BackboneElement | The populations in the group |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations |
modifierExtension | ?!ΣI | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
code | ΣI | 0..1 | CodeableConcept | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation Binding: MeasurePopulationType (extensible) |
count | I | 0..1 | integer | Size of the population |
subjectResults | I | 0..1 | Reference(List) | For subject-list reports, the subject results in this population |
measureScore | ΣI | 0..1 | Quantity | What score this group achieved |
stratifier | I | 0..* | BackboneElement | Stratification results |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations |
modifierExtension | ?!ΣI | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
code | I | 0..* | CodeableConcept | What stratifier of the group |
stratum | I | 0..* | BackboneElement | Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations |
modifierExtension | ?!ΣI | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
value | I | 0..1 | CodeableConcept | The stratum value, e.g. male |
component | I | 0..* | BackboneElement | Stratifier component values |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations |
modifierExtension | ?!ΣI | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
code | I | 1..1 | CodeableConcept | What stratifier component of the group |
value | I | 1..1 | CodeableConcept | The stratum component value, e.g. male |
population | I | 0..* | BackboneElement | Population results in this stratum |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations |
modifierExtension | ?!ΣI | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
code | I | 0..1 | CodeableConcept | initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation Binding: MeasurePopulationType (extensible) |
count | I | 0..1 | integer | Size of the population |
subjectResults | I | 0..1 | Reference(List) | For subject-list reports, the subject results in this population |
measureScore | I | 0..1 | Quantity | What score this stratum achieved |
evaluatedResource | SI | 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.
Framework: