PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci@deqm-1.0.0
    http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/indv-measurereport-deqm
description: '[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.     The **DEQM Individual MeasureReport Profile** defined here is used when a measure is reported to an aggregator for one specific patient. It contains all of the data that is relevant to generate the report including the measure outcome and is similar to a [QRDA] Category 1 report.  In addition to the MeasureReport, the report would be collected in a Bundle with the Organization, Patient and any other resources that were used to calculate this measure.'
package_name: hl7.fhir.us.davinci
derivation: constraint
name: profile_indv_measurereport_deqm
type: MeasureReport
elements:
  patient:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient']
    index: 6
  date: {mustSupport: true, index: 7}
  reportingOrganization:
    short: The organization where the measure was completed
    refers: ['http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/organization-deqm']
    type: Reference
    mustSupport: true
    index: 8
  group:
    mustSupport: true
    array: true
    index: 12
    elements:
      population:
        mustSupport: true
        array: true
        min: 1
        index: 13
        elements:
          identifier: {mustSupport: true, index: 14}
          code: {mustSupport: true, index: 15}
          patients: {mustSupport: false, index: 16}
        required: [code]
      measureScore:
        type: decimal
        mustSupport: true
        index: 17
        extensions:
          altscoretype: {url: h, min: 0, max: 1, type: Extension, mustSupport: true, index: 18}
        elements:
          extension:
            type: Extension
            mustSupport: true
            url: h
            index: 18
            slicing:
              slices:
                altscoretype:
                  match: {}
                  schema: {type: Extension, mustSupport: true, url: h, index: 18}
                  min: 0
                  max: 1
    required: [population, measureScore]
  type:
    type: code
    pattern: {type: Code, value: individual}
    mustSupport: true
    index: 4
  measure: {mustSupport: true, index: 5}
  extension:
    type: Extension
    mustSupport: true
    url: h
    index: 0
    slicing:
      slices:
        vendor:
          match: {}
          schema: {type: Extension, mustSupport: true, url: h, index: 0}
          min: 0
          max: 1
        cehrt:
          match: {}
          schema:
            type: Extension
            short: CMS EHR Certifciation ID
            mustSupport: true
            url: h
            index: 1
            elements:
              valueIdentifier:
                type: Identifier
                mustSupport: true
                pattern:
                  type: Identifier
                  value: {system: 'urn:oid:2.16.840.1.113883.3.2074.1'}
                index: 2
            required: [valueIdentifier]
  status: {mustSupport: true, index: 3}
  period:
    type: Period
    constraint:
      deqm-1: {human: Date precision SHALL  be at least to day ( YYYY-MM-DD ), severity: error, expression: 'start.matches(''^([0-9]{4})(-)(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])'') and end.matches(''^([0-9]{4})(-)(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])'')'}
    mustSupport: true
    index: 9
    elements:
      start: {mustSupport: true, index: 10}
      end: {mustSupport: true, index: 11}
    required: [start, end]
  evaluatedResources:
    mustSupport: true
    index: 19
    extensions:
      refany: {url: h, min: 1, type: Extension, mustSupport: true, index: 20}
    elements:
      extension:
        type: Extension
        mustSupport: true
        url: h
        index: 20
        slicing:
          slices:
            refany:
              match: {}
              schema: {type: Extension, mustSupport: true, url: h, index: 20}
              min: 1
package_version: deqm-1.0.0
extensions:
  vendor: {url: h, min: 0, max: 1, type: Extension, mustSupport: true, index: 0}
  cehrt:
    url: h
    type: Extension
    short: CMS EHR Certifciation ID
    mustSupport: true
    index: 1
    elements:
      valueIdentifier:
        type: Identifier
        mustSupport: true
        pattern:
          type: Identifier
          value: {system: 'urn:oid:2.16.840.1.113883.3.2074.1'}
        index: 2
    required: [valueIdentifier]
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/indv-measurereport-deqm
base: http://hl7.org/fhir/StructureDefinition/MeasureReport
version: 1.0.0
required: [reportingOrganization, date, patient, period]