PackagesCanonicalsLogsProblems
    Packages
    ihe.qrph.madx@3.0.0-comment
    https://profiles.ihe.net/QRPH/mADX/StructureDefinition/mADX-Measure
description: IHE mADX profile based on HL7 FHIR Measure R4
package_name: ihe.qrph.madx
derivation: constraint
name: IHEmADXMeasure
type: Measure
elements:
  subject:
    choices: []
    index: 1
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        subjectCodeableConcept:
          match: {}
          schema:
            short: Indicates the base resource in which the indicator is intended to run
            choices: [subjectCodeableConcept]
            _required: true
            index: 3
          min: 1
          max: 1
  subjectCodeableConcept:
    type: CodeableConcept
    short: Indicates the base resource in which the indicator is intended to run
    choiceOf: subject
    index: 4
    slicing:
      slices:
        subjectCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, short: Indicates the base resource in which the indicator is intended to run, choiceOf: subject, _required: true, index: 4}
          min: 1
          max: 1
  subject[x]:
    elements:
      coding:
        elements:
          code: {index: 5}
        required: [code]
  publisher: {index: 6}
  relatedArtifact:
    short: There should be a related artifact for each dissagregation set defined under group[].stratifier[]
    mustSupport: true
    index: 7
    elements:
      type:
        pattern: {type: Code, value: depends-on}
        index: 8
      label: {short: 'The label should match one of the values of group[].stratifier[].code for a disaggregation value set', index: 9}
      url: {short: 'The URL of a FHIR Valueset that defines the valid values reported in this disaggregation criterion as cross-referenced by relatedArtifact[].label', index: 10}
    required: [url, label]
  improvementNotation: {short: The change in measured values that is indicative of an improvement for the indicator, index: 11}
  group:
    short: There should be a group element for each indicator that can be calculated in the Measure. Each group member should have a unique code defined, relative to the Measure
    index: 12
    elements:
      code:
        short: The code should be a unique code distinguishing the indicator within the Measure
        index: 13
        elements:
          coding: {index: 14}
        required: [coding]
      description: {short: A narrative description of an indicator, index: 15}
      population:
        index: 16
        elements:
          code: {short: A required population code for a valid indicator. This code should be �numerator� if the reported indicator is a number (not a proportion). A proportion should have a numerator population and a denominator population, index: 17}
        required: [code]
      stratifier:
        short: Contains the disaggregating value sets needed for an indicator
        mustSupport: true
        index: 18
        elements:
          code: {short: There should be a code used to reference this disaggregating valueset. There must be a relatedArtifact for each disaggregation set which is a reference to a FHIR Valueset, mustSupport: true, index: 19}
    required: [population, code, description]
package_version: 3.0.0-comment
class: profile
kind: resource
url: https://profiles.ihe.net/QRPH/mADX/StructureDefinition/mADX-Measure
base: http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablemeasure
version: 3.0.0-comment
required: [improvementNotation, group, subject, publisher, subjectCodeableConcept]