PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r3.examples@3.0.2
    http://hl7.org/fhir/StructureDefinition/MeasureReport
description: Base StructureDefinition for MeasureReport Resource
package_name: hl7.fhir.r3.examples
derivation: specialization
name: MeasureReport
type: MeasureReport
elements:
  patient:
    short: What patient the report is for
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 4
  date: {short: When the report was generated, type: dateTime, isSummary: true, index: 5}
  reportingOrganization:
    short: Who is reporting the data
    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: 8
    elements:
      identifier: {type: Identifier, short: What group of the measure, isSummary: false, index: 9}
      population:
        type: BackboneElement
        short: The populations in the group
        isSummary: false
        array: true
        index: 10
        elements:
          identifier: {type: Identifier, short: Population identifier as defined in the measure, isSummary: true, index: 11}
          code: {short: initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score, type: CodeableConcept, isSummary: true, index: 12}
          count: {type: integer, short: Size of the population, isSummary: false, index: 13}
          patients:
            short: For patient-list reports, the patients in this population
            refers: ['http://hl7.org/fhir/StructureDefinition/List']
            type: Reference
            isSummary: false
            index: 14
      measureScore: {type: decimal, short: What score this group achieved, isSummary: true, index: 15}
      stratifier:
        type: BackboneElement
        short: Stratification results
        isSummary: false
        array: true
        index: 16
        elements:
          identifier: {type: Identifier, short: What stratifier of the group, isSummary: false, index: 17}
          stratum:
            short: Stratum results, one for each unique value in the stratifier
            type: BackboneElement
            array: true
            isSummary: false
            index: 18
            elements:
              value: {type: string, short: 'The stratum value, e.g. male', isSummary: false, index: 19}
              population:
                short: Population results in this stratum
                type: BackboneElement
                array: true
                isSummary: false
                index: 20
                elements:
                  identifier: {type: Identifier, short: Population identifier as defined in the measure, isSummary: true, index: 21}
                  code: {short: initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score, type: CodeableConcept, isSummary: true, index: 22}
                  count: {type: integer, short: Size of the population, isSummary: false, index: 23}
                  patients:
                    short: For patient-list reports, the patients in this population
                    refers: ['http://hl7.org/fhir/StructureDefinition/List']
                    type: Reference
                    isSummary: false
                    index: 24
              measureScore: {type: decimal, short: What score this stratum achieved, isSummary: true, index: 25}
            required: [value]
    required: [identifier]
  type: {short: individual | patient-list | summary, type: code, isSummary: true, index: 2}
  measure:
    short: What measure was evaluated
    refers: ['http://hl7.org/fhir/StructureDefinition/Measure']
    type: Reference
    isSummary: true
    index: 3
  status: {isModifier: true, short: complete | pending | error, type: code, isSummary: true, index: 1}
  identifier: {short: Additional identifier for the Report, type: Identifier, isSummary: true, index: 0}
  period: {type: Period, short: What period the report covers, isSummary: true, index: 7}
  evaluatedResources:
    short: What data was evaluated to produce the measure score
    refers: ['http://hl7.org/fhir/StructureDefinition/Bundle']
    type: Reference
    isSummary: false
    index: 26
package_version: 3.0.2
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]