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