PackagesCanonicalsLogsProblems
    Packages
    de.gematik.isik@vitalparameter-4.0.1
    https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpergroesse
description: Dieses Profil spezifiziert die Minimalanforderungen für die Bereitstellung von Informationen über die Körpergröße eines Patienten im Rahmen der interoperablen Kommunikation gemäß den Vorgaben der ISiK (Interoperable Schnittstelle im Krankenhaus).\n### Motivation\nDie Erfassung und Überwachung der Körpergröße ist essenziell für die Beurteilung von Wachstumsprozessen, die Berechnung wichtiger Indizes wie des Body-Mass-Index (BMI) sowie die Unterstützung klinischer Entscheidungen in der Patientenversorgung.\n\nIn FHIR wird die Körpergröße mit der Observation-Ressource repräsentiert.\n\n### Kompatibilität\nDas Profil ISiKKoerpergroesse ist vom Profil [VitalSignDE_Koerpergroesse](http://fhir.de/StructureDefinition/observation-de-vitalsign-koerpergroesse) aus den deutschen Basisprofilen abgeleitet. Es ist kompatibel mit dem Profil [Observation Body Height Profile](http://hl7.org/fhir/StructureDefinition/bodyheight) aus der FHIR R4 Spezifikation.
package_name: de.gematik.isik
derivation: constraint
name: ISiKKoerpergroesse
type: Observation
elements:
  category:
    short: Untersuchungskategorie
    mustSupport: true
    index: 1
    slicing:
      slices:
        VSCat:
          match: {}
          schema: {short: Vitalparameterkategorie, mustSupport: true, index: 2}
  value[x]:
    elements:
      value: {short: Wert, mustSupport: true, index: 20}
      unit: {short: Einheit, mustSupport: true, index: 21}
      system: {short: CodeSystem aus dem die Einheit stammt, mustSupport: true, index: 22}
      code: {short: Code der Einheit, mustSupport: true, index: 23}
  encounter:
    short: Aufenthaltsbezug
    mustSupport: true
    index: 10
    elements:
      reference: {short: Encounter-Link, mustSupport: true, index: 11}
    required: [reference]
  method: {short: Untersuchungsmethode, mustSupport: true, index: 25}
  valueQuantity:
    type: Quantity
    short: quantitatives Untersuchungsergebnis
    mustSupport: true
    choiceOf: value
    index: 19
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, short: quantitatives Untersuchungsergebnis, mustSupport: true, choiceOf: value, index: 19}
  value:
    short: Untersuchungsergebnis
    mustSupport: true
    choices: []
    index: 16
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema:
            short: quantitatives Untersuchungsergebnis
            mustSupport: true
            choices: [valueQuantity]
            index: 18
  status: {short: Untersuchungsstatus, mustSupport: true, index: 0}
  effective:
    short: Datum und Uhrzeit der Untersuchung
    mustSupport: true
    choices: []
    index: 13
  code:
    short: Code
    mustSupport: true
    index: 3
    elements:
      coding:
        type: Coding
        short: Coding
        mustSupport: true
        index: 4
        slicing:
          slices:
            loinc:
              match: {}
              schema: {type: Coding, short: LOINC Kodierung, mustSupport: true, index: 5}
            loinc-zusatzcode:
              match: {}
              schema: {type: Coding, index: 6}
            snomed:
              match: {}
              schema: {type: Coding, short: SNOMED CT Kodierung, mustSupport: true, index: 7}
            IEEE11073:
              match: {}
              schema:
                pattern:
                  type: Coding
                  value: {code: '188740', system: 'urn:iso:std:iso:11073:10101'}
                index: 8
              min: 0
              max: 1
  device: {short: Gerät, mustSupport: true, index: 26}
  subject: {short: Patient, mustSupport: true, index: 9}
  performer: {short: Untersuchender, mustSupport: true, index: 14}
  dataAbsentReason: {short: Grund für fehlende Untersuchungsergebnisse, mustSupport: true, index: 24}
package_version: vitalparameter-4.0.1
class: profile
kind: resource
url: https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpergroesse
base: http://fhir.de/StructureDefinition/observation-de-vitalsign-koerpergroesse
version: 4.0.1