PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.kerndatensatz.kardiologie@2026.0.0-alpha.2
    https://www.medizininformatik-initiative.de/fhir/ext/modul-kardio/StructureDefinition/mii-pr-kardio-linksventrikulaere-ejektionsfraktion
description: Profil zur Angabe eines Untersuchungsergebnisses zur LVEF im Kontext des Projekts Acribis.
package_name: de.medizininformatikinitiative.kerndatensatz.kardiologie
derivation: constraint
name: MII_PR_Kardio_Linksventrikulaere_Ejektionsfraktion
type: Observation
elements:
  category:
    mustSupport: true
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        vs-cat:
          match:
            coding:
            - {code: imaging, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: imaging, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            index: 3
          min: 0
          max: 1
  referenceRange:
    index: 20
    slicing:
      rules: closed
      ordered: true
      description: Referenzbereiche LVEF vgl. 2021 ESC Guidelines for the diagnosis and treatment of acute and chronic heart failure.
      discriminator:
      - {path: text, type: value}
      min: null
      slices:
        normal:
          match: {text: Normal}
          schema:
            index: 21
            elements:
              low:
                elements:
                  value:
                    pattern: {type: Decimal, value: 50}
                    index: 22
                  unit:
                    pattern: {type: String, value: '%'}
                    index: 23
                  system:
                    pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
                    index: 24
              text:
                pattern: {type: String, value: Normal}
                index: 25
            required: [text]
        mild:
          match: {text: Mildly reduced}
          schema:
            index: 26
            elements:
              low:
                elements:
                  value:
                    pattern: {type: Decimal, value: 41}
                    index: 27
                  unit:
                    pattern: {type: String, value: '%'}
                    index: 28
                  system:
                    pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
                    index: 29
              high:
                elements:
                  value:
                    pattern: {type: Decimal, value: 49}
                    index: 30
                  unit:
                    pattern: {type: String, value: '%'}
                    index: 31
                  system:
                    pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
                    index: 32
              text:
                pattern: {type: String, value: Mildly reduced}
                index: 33
            required: [text]
        reduced:
          match: {text: Reduced}
          schema:
            index: 34
            elements:
              high:
                elements:
                  value:
                    pattern: {type: Decimal, value: 40}
                    index: 35
                  unit:
                    pattern: {type: String, value: '%'}
                    index: 36
                  system:
                    pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
                    index: 37
              text:
                pattern: {type: String, value: Reduced}
                index: 38
            required: [text]
  value[x]:
    elements:
      value: {index: 15}
      unit:
        pattern: {type: String, value: percent}
        index: 16
      system:
        pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
        index: 17
      code:
        pattern: {type: Code, value: '%'}
        index: 18
    required: [value, unit, system, code]
  method: {mustSupport: true, index: 19}
  valueQuantity: {type: Quantity, mustSupport: true, choiceOf: value, index: 14}
  value:
    mustSupport: true
    choices: [valueQuantity]
    index: 13
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 11}
  status: {index: 1}
  effective:
    mustSupport: true
    choices: [effectiveDateTime]
    index: 10
  code:
    mustSupport: true
    index: 4
    elements:
      coding:
        array: true
        min: 2
        index: 5
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: value}
          min: 2
          slices:
            sct:
              match: {code: '250908004', system: 'http://snomed.info/sct', version: 'http://snomed.info/sct/900000000000207008/version/20240701'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {code: '250908004', system: 'http://snomed.info/sct', version: 'http://snomed.info/sct/900000000000207008/version/20240701'}
                array: true
                min: 1
                _required: true
                index: 6
              min: 1
            loinc:
              match: {code: 10230-1, system: 'http://loinc.org'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {code: 10230-1, system: 'http://loinc.org'}
                array: true
                min: 1
                _required: true
                index: 7
              min: 1
  partOf:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Procedure']
    index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 8
package_version: 2026.0.0-alpha.2
class: profile
kind: resource
url: https://www.medizininformatik-initiative.de/fhir/ext/modul-kardio/StructureDefinition/mii-pr-kardio-linksventrikulaere-ejektionsfraktion
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2026.0.0-alpha.1
required: [effectiveDateTime, subject, category, effective]