PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@3.2.0
    http://hl7.org/fhir/StructureDefinition/MeasureReport
description: The MeasureReport resource contains the results of evaluating a measure.
package_name: hl7.fhir.core
derivation: specialization
name: MeasureReport
type: MeasureReport
elements:
  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
    array: true
    index: 8
    elements:
      code: {type: CodeableConcept, short: What group of the measure, isSummary: true, index: 9}
      population:
        type: BackboneElement
        short: The populations in the group
        array: true
        index: 10
        elements:
          code: {short: initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation, type: CodeableConcept, isSummary: true, index: 11}
          count: {type: integer, short: Size of the population, index: 12}
          subjects:
            type: Reference
            short: For subject-list reports, the subjects in this population
            refers: ['http://hl7.org/fhir/StructureDefinition/List']
            index: 13
      measureScore: {type: Quantity, short: What score this group achieved, isSummary: true, index: 14}
      stratifier:
        type: BackboneElement
        short: Stratification results
        array: true
        index: 15
        elements:
          code: {type: CodeableConcept, short: What stratifier of the group, index: 16}
          stratum:
            type: BackboneElement
            short: Stratum results, one for each unique value in the stratifier
            array: true
            index: 17
            elements:
              value: {type: CodeableConcept, short: 'The stratum value, e.g. male', index: 18}
              population:
                type: BackboneElement
                short: Population results in this stratum
                array: true
                index: 19
                elements:
                  code: {type: CodeableConcept, short: initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation, index: 20}
                  count: {type: integer, short: Size of the population, index: 21}
                  subjects:
                    type: Reference
                    short: For subject-list reports, the subjects in this population
                    refers: ['http://hl7.org/fhir/StructureDefinition/List']
                    index: 22
              measureScore: {type: Quantity, short: What score this stratum achieved, index: 23}
            required: [value]
  type: {short: individual | subject-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}
  subject:
    short: What individual(s) the report is for
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Location', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    type: Reference
    isSummary: true
    index: 4
  evaluatedResources:
    type: Reference
    short: What data was evaluated to produce the measure score
    refers: ['http://hl7.org/fhir/StructureDefinition/Bundle']
    index: 24
package_version: 3.2.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]