description: '[MeasureReport](http://hl7.org/fhir/R4/measurereport.html) 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.\nWhen 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 reporter, subject, 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 be additional data used in the measure that the aggregator owns such as a continuous coverage period requirement.' package_name: hl7.fhir.uv.deqm derivation: constraint name: DEQMDataExchangeMeasureReportProfile type: MeasureReport elements: evaluatedResource: {mustSupport: true, index: 22} date: {mustSupport: true, index: 11} group: extensions: linkId: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.linkId', min: 1, max: 1, type: Extension, short: Unique id of the group from the measure., mustSupport: true, index: 16} elements: extension: type: Extension short: Unique id of the group from the measure. mustSupport: true url: http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.linkId index: 16 slicing: slices: linkId: match: {} schema: {type: Extension, short: Unique id of the group from the measure., mustSupport: true, url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.linkId', index: 16} min: 1 max: 1 population: extensions: linkId: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.population.linkId', min: 1, max: 1, type: Extension, short: Unique id for group.population from the measure., mustSupport: true, index: 17} description: {url: 'http://hl7.org/fhir/StructureDefinition/measurereport-populationDescription', min: 0, max: 1, type: Extension, short: Description of the population, mustSupport: true, index: 18} supportingEvidence: {url: 'http://hl7.org/fhir/StructureDefinition/cqf-supportingEvidence', min: 0, type: Extension, short: Specifies the result of a supporting evidence expression in the measure population., mustSupport: true, index: 19} elements: extension: type: Extension short: Unique id for group.population from the measure. mustSupport: true url: http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.population.linkId index: 17 slicing: slices: linkId: match: {} schema: {type: Extension, short: Unique id for group.population from the measure., mustSupport: true, url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.population.linkId', index: 17} min: 1 max: 1 description: match: {} schema: {type: Extension, short: Description of the population, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/measurereport-populationDescription', index: 18} min: 0 max: 1 supportingEvidence: match: {} schema: {type: Extension, short: Specifies the result of a supporting evidence expression in the measure population., mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/cqf-supportingEvidence', index: 19} min: 0 measureScore: {index: 20} stratifier: {index: 21} type: type: code pattern: {type: Code, value: data-collection} mustSupport: true index: 8 measure: {short: What measure and version was calculated, mustSupport: true, index: 9} extension: type: Extension mustSupport: true url: http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-submitDataUpdateType index: 0 slicing: slices: updatetype: match: {} schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-submitDataUpdateType', index: 0} min: 1 max: 1 measurereport-category: match: {} schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/measurereport-category', index: 1} min: 0 max: 1 software: match: {} schema: {type: Extension, url: 'http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-softwaresystem', index: 2} min: 0 vendor: match: {} schema: {type: Extension, url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-reportingVendor', index: 3} min: 0 max: 1 location: match: {} schema: {type: Extension, url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-dataLocation', index: 4} min: 0 message: match: {} schema: {type: Extension, short: Messages encountered while creating the report, url: 'http://hl7.org/fhir/StructureDefinition/cqf-messages', index: 5} min: 0 max: 1 inputParameters: match: {} schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/cqf-inputParameters', index: 6} min: 0 max: 1 reporter: short: Who is reporting the data. The reporter is the entity fulfilling the reporting requirement. refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole'] type: Reference mustSupport: true index: 12 status: binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/measure-report-status'} mustSupport: true index: 7 period: type: Period constraint: deqm-1: {human: Date precision SHALL be at least to day ( YYYY-MM-DD ), severity: error, expression: start.toString().length()>9 and end.toString().length()>9} mustSupport: true index: 13 elements: start: {mustSupport: true, index: 14} end: {mustSupport: true, index: 15} required: [start, end] subject: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Location', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson'] index: 10 package_version: 1.0.0-ballot extensions: updatetype: {url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-submitDataUpdateType', min: 1, max: 1, type: Extension, mustSupport: true, index: 0} measurereport-category: {url: 'http://hl7.org/fhir/StructureDefinition/measurereport-category', min: 0, max: 1, type: Extension, mustSupport: true, index: 1} software: {url: 'http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-softwaresystem', min: 0, type: Extension, index: 2} vendor: {url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-reportingVendor', min: 0, max: 1, type: Extension, index: 3} location: {url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-dataLocation', min: 0, type: Extension, index: 4} message: {url: 'http://hl7.org/fhir/StructureDefinition/cqf-messages', min: 0, max: 1, type: Extension, short: Messages encountered while creating the report, index: 5} inputParameters: {url: 'http://hl7.org/fhir/StructureDefinition/cqf-inputParameters', min: 0, max: 1, type: Extension, index: 6} class: profile kind: resource url: http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-dataexchangemeasurereport base: http://hl7.org/fhir/StructureDefinition/MeasureReport version: 1.0.0-ballot required: [reporter, subject, date, period]