PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@4.5.0
    http://hl7.org/fhir/StructureDefinition/MeasureReport
description: The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.
package_name: hl7.fhir.r5.examples
derivation: specialization
name: MeasureReport
type: MeasureReport
elements:
  evaluatedResource:
    type: Reference
    short: What data was used to calculate the measure score
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    array: true
    index: 28
  date: {short: When the report was generated, type: dateTime, isSummary: true, index: 5}
  group:
    type: BackboneElement
    short: Measure results for each group
    array: true
    index: 9
    elements:
      code: {type: CodeableConcept, short: Meaning of the group, isSummary: true, index: 10}
      population:
        type: BackboneElement
        short: The populations in the group
        array: true
        index: 11
        elements:
          code:
            short: initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
            type: CodeableConcept
            binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/measure-population'}
            isSummary: true
            index: 12
          count: {type: integer, short: Size of the population, index: 13}
          subjectResults:
            type: Reference
            short: For subject-list reports, the subject results in this population
            refers: ['http://hl7.org/fhir/StructureDefinition/List']
            index: 14
      measureScore: {type: Quantity, short: What score this group achieved, isSummary: true, index: 15}
      stratifier:
        type: BackboneElement
        short: Stratification results
        array: true
        index: 16
        elements:
          code: {type: CodeableConcept, short: What stratifier of the group, array: true, index: 17}
          stratum:
            type: BackboneElement
            short: Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components
            array: true
            index: 18
            elements:
              value: {type: CodeableConcept, short: 'The stratum value, e.g. male', index: 19}
              component:
                type: BackboneElement
                short: Stratifier component values
                array: true
                index: 20
                elements:
                  code: {type: CodeableConcept, short: What stratifier component of the group, index: 21}
                  value: {type: CodeableConcept, short: 'The stratum component value, e.g. male', index: 22}
                required: [value, code]
              population:
                type: BackboneElement
                short: Population results in this stratum
                array: true
                index: 23
                elements:
                  code:
                    type: CodeableConcept
                    short: initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
                    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/measure-population'}
                    index: 24
                  count: {type: integer, short: Size of the population, index: 25}
                  subjectResults:
                    type: Reference
                    short: For subject-list reports, the subject results in this population
                    refers: ['http://hl7.org/fhir/StructureDefinition/List']
                    index: 26
              measureScore: {type: Quantity, short: What score this stratum achieved, index: 27}
  type:
    short: individual | subject-list | summary | data-collection
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/measure-report-type|4.5.0'}
    isSummary: true
    index: 2
  measure: {short: What measure was calculated, type: canonical, isSummary: true, index: 3}
  reporter:
    short: Who is reporting the data
    refers: ['http://hl7.org/fhir/StructureDefinition/Location', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    type: Reference
    isSummary: true
    index: 6
  status:
    isModifier: true
    short: complete | pending | error
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/measure-report-status|4.5.0'}
    isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 1
  identifier: {short: Additional identifier for the MeasureReport, type: Identifier, array: true, isSummary: true, index: 0}
  period: {type: Period, short: What period the report covers, isSummary: true, index: 7}
  improvementNotation:
    isModifier: true
    short: increase | decrease
    type: CodeableConcept
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/measure-improvement-notation|4.5.0'}
    isModifierReason: Improvement notation determines how to interpret the measure score (i.e. whether an increase is an improvement)
    isSummary: true
    index: 8
  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/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    type: Reference
    isSummary: true
    index: 4
package_version: 4.5.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/MeasureReport
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.5.0
required: [measure, status, type, period]