PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-deqm@4.0.0
    http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/datax-measurereport-deqm
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 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 be additional data used in the measure that the aggregator owns such as a continuous coverage period requirement.'
package_name: hl7.fhir.us.davinci-deqm
derivation: constraint
name: DEQMDataExchangeMeasureReportProfile
type: MeasureReport
elements:
  evaluatedResource: {mustSupport: true, index: 16}
  date: {mustSupport: true, index: 8}
  group:
    elements:
      measureScore: {index: 14}
      stratifier: {index: 15}
  type:
    type: code
    pattern: {type: Code, value: data-collection}
    mustSupport: true
    index: 5
  measure: {mustSupport: true, index: 6}
  extension:
    type: Extension
    mustSupport: true
    url: http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-submitDataUpdateType
    index: 0
    slicing:
      slices:
        updatetype:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-submitDataUpdateType', index: 0}
          min: 1
          max: 1
        software:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-softwaresystem', index: 1}
          min: 0
        vendor:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-reportingVendor', index: 2}
          min: 0
          max: 1
        location:
          match: {}
          schema: {type: Extension, url: 'http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-dataLocation', index: 3}
          min: 0
  reporter:
    short: The organization where the measure was completed
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization']
    type: Reference
    mustSupport: true
    index: 9
    extensions:
      group: {url: 'http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-reporterGroup', min: 0, max: 1, type: Extension, mustSupport: true, index: 10}
    elements:
      extension:
        type: Extension
        mustSupport: true
        url: http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-reporterGroup
        index: 10
        slicing:
          slices:
            group:
              match: {}
              schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-reporterGroup', index: 10}
              min: 0
              max: 1
  status:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/measure-report-status'}
    mustSupport: true
    index: 4
  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: 11
    elements:
      start: {mustSupport: true, index: 12}
      end: {mustSupport: true, index: 13}
    required: [start, end]
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient']
    index: 7
package_version: 4.0.0
extensions:
  updatetype: {url: 'http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-submitDataUpdateType', min: 1, max: 1, type: Extension, mustSupport: true, index: 0}
  software: {url: 'http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-softwaresystem', min: 0, type: Extension, mustSupport: true, index: 1}
  vendor: {url: 'http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-reportingVendor', min: 0, max: 1, type: Extension, mustSupport: true, index: 2}
  location: {url: 'http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-dataLocation', min: 0, type: Extension, index: 3}
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/datax-measurereport-deqm
base: http://hl7.org/fhir/StructureDefinition/MeasureReport
version: 4.0.0
required: [reporter, subject, date, period]