PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r4.examples@4.0.1
    http://hl7.org/fhir/StructureDefinition/Measure
description: The Measure resource provides the definition of a quality measure.
package_name: hl7.fhir.r4.examples
derivation: specialization
name: Measure
type: Measure
elements:
  description: {short: Natural language description of the measure, type: markdown, isSummary: true, index: 15}
  definition: {short: Defined terms used in the measure documentation, type: markdown, array: true, isSummary: true, index: 40}
  date: {short: Date last changed, type: dateTime, isSummary: true, index: 12}
  group:
    type: BackboneElement
    short: Population criteria group
    array: true
    index: 42
    elements:
      code: {type: CodeableConcept, short: Meaning of the group, index: 43}
      description: {type: string, short: Summary description, index: 44}
      population:
        type: BackboneElement
        short: Population criteria
        array: true
        index: 45
        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: 46
          description: {type: string, short: The human readable description of this population criteria, index: 47}
          criteria: {type: Expression, short: The criteria that defines this population, index: 48}
        required: [criteria]
      stratifier:
        type: BackboneElement
        short: Stratifier criteria for the measure
        array: true
        index: 49
        elements:
          code: {type: CodeableConcept, short: Meaning of the stratifier, index: 50}
          description: {type: string, short: The human readable description of this stratifier, index: 51}
          criteria: {type: Expression, short: How the measure should be stratified, index: 52}
          component:
            type: BackboneElement
            short: Stratifier criteria component for the measure
            array: true
            index: 53
            elements:
              code: {type: CodeableConcept, short: Meaning of the stratifier component, index: 54}
              description: {type: string, short: The human readable description of this stratifier component, index: 55}
              criteria: {type: Expression, short: Component of how the measure should be stratified, index: 56}
            required: [criteria]
  endorser: {type: ContactDetail, short: Who endorsed the content, array: true, index: 28}
  publisher: {short: Name of the publisher (organization or individual), type: string, isSummary: true, index: 13}
  approvalDate: {short: When the measure was approved by publisher, type: date, index: 21}
  compositeScoring:
    short: opportunity | all-or-nothing | linear | weighted
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/composite-measure-scoring'}
    isSummary: true
    index: 33
  disclaimer: {short: Disclaimer for use of the measure or its referenced content, type: markdown, isSummary: true, index: 31}
  jurisdiction:
    short: Intended jurisdiction for measure (if applicable)
    type: CodeableConcept
    array: true
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/jurisdiction'}
    isSummary: true
    index: 17
  purpose: {short: Why this measure is defined, type: markdown, index: 18}
  subjectCodeableConcept: {short: 'E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device', type: CodeableConcept, meaningWhenMissing: Patient, choiceOf: subject, index: 10}
  name: {short: Name for this measure (computer friendly), type: string, isSummary: true, index: 3}
  useContext: {short: The context that the content is intended to support, type: UsageContext, array: true, isSummary: true, index: 16}
  copyright: {short: Use and/or publishing restrictions, type: markdown, index: 20}
  guidance: {short: Additional guidance for implementers, type: markdown, isSummary: true, index: 41}
  type:
    short: process | outcome | structure | patient-reported-outcome | composite
    type: CodeableConcept
    array: true
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/measure-type'}
    isSummary: true
    index: 34
  experimental: {short: 'For testing purposes, not real usage', type: boolean, isSummary: true, index: 7}
  topic:
    short: The category of the measure, such as Education, Treatment, Assessment, etc.
    type: CodeableConcept
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/definition-topic'}
    index: 24
  title: {short: Name for this measure (human friendly), type: string, isSummary: true, index: 4}
  supplementalData:
    type: BackboneElement
    short: What other data should be reported with the measure
    array: true
    index: 57
    elements:
      code: {type: CodeableConcept, short: Meaning of the supplemental data, index: 58}
      usage:
        type: CodeableConcept
        short: supplemental-data | risk-adjustment-factor
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/measure-data-usage'}
        array: true
        index: 59
      description: {type: string, short: The human readable description of this supplemental data, index: 60}
      criteria: {type: Expression, short: Expression describing additional data to be reported, index: 61}
    required: [criteria]
  library: {type: canonical, short: Logic used by the measure, array: true, index: 30}
  author: {type: ContactDetail, short: Who authored the content, array: true, index: 25}
  usage: {type: string, short: Describes the clinical usage of the measure, index: 19}
  rationale: {short: Detailed description of why the measure exists, type: markdown, isSummary: true, index: 37}
  status:
    isModifier: true
    short: draft | active | retired | unknown
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/publication-status|4.0.1'}
    isModifierReason: This is labeled as "Is Modifier" because applications should not use a retired {{title}} without due consideration
    isSummary: true
    index: 6
  subtitle: {type: string, short: Subordinate title of the measure, index: 5}
  url: {short: 'Canonical identifier for this measure, represented as a URI (globally unique)', type: uri, isSummary: true, index: 0}
  identifier: {short: Additional identifier for the measure, type: Identifier, array: true, isSummary: true, index: 1}
  lastReviewDate: {short: When the measure was last reviewed, type: date, index: 22}
  editor: {type: ContactDetail, short: Who edited the content, array: true, index: 26}
  riskAdjustment: {short: How risk adjustment is applied for this measure, type: string, isSummary: true, index: 35}
  scoring:
    short: proportion | ratio | continuous-variable | cohort
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/measure-scoring'}
    isSummary: true
    index: 32
  reviewer: {type: ContactDetail, short: Who reviewed the content, array: true, index: 27}
  version: {short: Business version of the measure, type: string, isSummary: true, index: 2}
  relatedArtifact: {short: 'Additional documentation, citations, etc.', type: RelatedArtifact, array: true, index: 29}
  contact: {short: Contact details for the publisher, type: ContactDetail, array: true, isSummary: true, index: 14}
  subjectReference:
    short: E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device
    refers: ['http://hl7.org/fhir/StructureDefinition/Group']
    type: Reference
    meaningWhenMissing: Patient
    choiceOf: subject
    index: 11
  improvementNotation:
    short: increase | decrease
    type: CodeableConcept
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/measure-improvement-notation|4.0.1'}
    isSummary: true
    index: 39
  subject:
    short: E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device
    choices: [subjectCodeableConcept, subjectReference]
    meaningWhenMissing: Patient
    index: 9
  rateAggregation: {short: How is rate aggregation performed for this measure, type: string, isSummary: true, index: 36}
  effectivePeriod: {short: When the measure is expected to be used, type: Period, isSummary: true, index: 23}
  clinicalRecommendationStatement: {type: markdown, short: Summary of clinical guidelines, isSummary: true, index: 38}
package_version: 4.0.1
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Measure
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [status]