PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/StructureDefinition/MeasureReport
description: Base StructureDefinition for MeasureReport Resource
package_name: hl7.fhir.core
derivation: specialization
name: MeasureReport
type: MeasureReport
elements:
  patient:
    short: Optional Patient
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 2
  date: {type: dateTime, short: Date the report was generated, isSummary: true, index: 5}
  reportingOrganization:
    short: Reporting Organization
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
    type: Reference
    isSummary: true
    index: 6
  group:
    type: BackboneElement
    short: Measure results for each group
    isSummary: false
    array: true
    index: 7
    elements:
      identifier: {type: Identifier, short: Identifier of the population group being reported, isSummary: false, index: 8}
      population:
        type: BackboneElement
        short: The populations in the group
        isSummary: false
        array: true
        index: 9
        elements:
          type: {short: initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score, type: code, isSummary: false, index: 10}
          count: {type: integer, short: Size of the population, isSummary: false, index: 11}
          patients:
            short: For patient-list reports, the patients in this population
            refers: ['http://hl7.org/fhir/StructureDefinition/List']
            type: Reference
            isSummary: false
            index: 12
        required: [type]
      measureScore: {type: decimal, short: The measure score, isSummary: false, index: 13}
      stratifier:
        type: BackboneElement
        short: Stratification results
        isSummary: false
        array: true
        index: 14
        elements:
          identifier: {type: Identifier, short: Identifier of the stratifier, isSummary: false, index: 15}
          group:
            short: Stratum results, one for each unique value in the stratifier
            type: BackboneElement
            array: true
            isSummary: false
            index: 16
            elements:
              value: {type: string, short: 'The stratum value, e.g. male', isSummary: false, index: 17}
              population:
                short: Population results in this stratum
                type: BackboneElement
                array: true
                isSummary: false
                index: 18
                elements:
                  type: {short: initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score, type: code, isSummary: false, index: 19}
                  count: {type: integer, short: Size of the population, isSummary: false, index: 20}
                  patients:
                    short: For patient-list reports, the patients in this population
                    refers: ['http://hl7.org/fhir/StructureDefinition/List']
                    type: Reference
                    isSummary: false
                    index: 21
                required: [type]
              measureScore: {type: decimal, short: The measure score, isSummary: false, index: 22}
            required: [value]
        required: [identifier]
      supplementalData:
        type: BackboneElement
        short: Supplemental data elements for the measure
        isSummary: false
        array: true
        index: 23
        elements:
          identifier: {type: Identifier, short: Identifier of the supplemental data element, isSummary: false, index: 24}
          group:
            short: Supplemental data results, one for each unique supplemental data value
            type: BackboneElement
            array: true
            isSummary: false
            index: 25
            elements:
              value: {type: string, short: 'The data value, e.g. male', isSummary: false, index: 26}
              count: {type: integer, short: Number of members in the group, isSummary: false, index: 27}
              patients:
                short: For patient-list reports, the patients in this population
                refers: ['http://hl7.org/fhir/StructureDefinition/List']
                type: Reference
                isSummary: false
                index: 28
            required: [value]
        required: [identifier]
    required: [identifier]
  type: {short: individual | patient-list | summary, type: code, isSummary: true, index: 1}
  measure:
    short: Measure that was evaluated
    refers: ['http://hl7.org/fhir/StructureDefinition/Measure']
    type: Reference
    isSummary: true
    index: 0
  status: {short: complete | pending | error, type: code, isSummary: true, index: 4}
  period: {type: Period, short: Reporting period, isSummary: true, index: 3}
  evaluatedResources:
    short: Evaluated Resources
    refers: ['http://hl7.org/fhir/StructureDefinition/Bundle']
    type: Reference
    isSummary: false
    index: 29
package_version: 1.8.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/MeasureReport
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null
required: [measure, status, type, period]