PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.kerndatensatz.onkologie@2026.0.0-rc.4
    https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-allgemeiner-leistungszustand-karnofsky-quantity
description: '**Status: TRIAL USE in Version 2026**\n\nExperimentelles Profil für die Version 2026: Beschreibung des allgemeinen Leistungszustandes\nnach Karnofsky als Quantity mit Reference Ranges.\n\nDieses Profil wird parallel zum Standard-CodeableConcept-Profil (mii-pr-onko-allgemeiner-leistungszustand-karnofsky)\nangeboten, um Implementierungserfahrungen zu sammeln. Feedback von Implementierern während der\nv2026-Nutzung wird verwendet, um zu entscheiden, ob das Profil in v2027+ zum Standard wird\noder angepasst werden muss.\n\n**Vorteile der Quantity-Modellierung:**\n- Unterstützung von Vergleichsoperatoren (>, <, >=, <=) für Queries\n- Bessere Analysemöglichkeiten und Trenddarstellung\n- Ausrichtung an FHIR Score-Modellierungsrichtlinien der Basisprofile DE\n- Reference Ranges mit ECOG-Äquivalenten für klinische Interpretation\n\n**Validierung:**\nBeide Profile (CodeableConcept und Quantity) validieren gegen die gleiche\nObservationDefinition (ObsDef-Karnofsky-Performance-Status), die beide\nDatentypen als permittedDataType erlaubt.'
package_name: de.medizininformatikinitiative.kerndatensatz.onkologie
derivation: constraint
name: MII_PR_Onko_Allgemeiner_Leistungszustand_Karnofsky_Quantity
type: Observation
elements:
  referenceRange:
    short: ECOG-Äquivalente Interpretationsbereiche
    mustSupport: true
    index: 21
    elements:
      low: {mustSupport: true, index: 22}
      high: {mustSupport: true, index: 23}
      type: {mustSupport: true, index: 24}
      text: {mustSupport: true, index: 25}
  value[x]:
    elements:
      value:
        constraint:
          karnofsky-valid-value: {human: Karnofsky value must be between 0 and 100 in steps of 10, source: 'https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-allgemeiner-leistungszustand-karnofsky-quantity', severity: error, expression: value >= 0.0 and value <= 100.0 and (value mod 10.0) = 0.0}
        mustSupport: true
        index: 17
      unit:
        pattern: {type: String, value: '%'}
        mustSupport: true
        index: 18
      system:
        pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
        mustSupport: true
        index: 19
      code:
        pattern: {type: Code, value: '%'}
        mustSupport: true
        index: 20
    required: [value, unit, system, code]
  meta:
    elements:
      profile: {mustSupport: true, index: 0}
  encounter: {mustSupport: true, index: 10}
  valueQuantity: {type: Quantity, short: Leistungszustand nach Karnofsky, mustSupport: true, choiceOf: value, index: 16}
  value:
    short: Leistungszustand nach Karnofsky
    mustSupport: true
    choices: [valueQuantity]
    index: 15
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 13}
  effective:
    mustSupport: true
    choices: [effectiveDateTime]
    index: 12
  code:
    mustSupport: true
    index: 1
    elements:
      coding:
        mustSupport: true
        index: 2
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            snomed:
              match: {code: '761869008', system: 'http://snomed.info/sct'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {code: '761869008', system: 'http://snomed.info/sct'}
                _required: true
                index: 3
                elements:
                  system: {mustSupport: true, index: 4}
                  code: {mustSupport: true, index: 5}
                required: [system, code]
            loinc:
              match: {code: 89243-0, system: 'http://loinc.org'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {code: 89243-0, system: 'http://loinc.org'}
                array: true
                index: 6
                elements:
                  system: {index: 7}
                  code: {index: 8}
                required: [system, code]
    required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 9
package_version: 2026.0.0-rc.4
class: profile
kind: resource
url: https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-allgemeiner-leistungszustand-karnofsky-quantity
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2026.0.0-ballot
required: [effectiveDateTime, value, subject, valueQuantity, effective]