PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.kerndatensatz.icu@2024.0.0-alpha4
    https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/bilanz
description: null
package_name: de.medizininformatikinitiative.kerndatensatz.icu
derivation: constraint
name: SD_MII_ICU_Bilanz
type: Observation
elements:
  category:
    mustSupport: true
    index: 1
    elements:
      coding:
        mustSupport: true
        array: true
        min: 2
        index: 2
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 2
          slices:
            hl7-category:
              match: {system: 'https://terminology.hl7.org/4.0.0/CodeSystem-observation-category.html'}
              schema:
                binding: {strength: required, valueSet: 'https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/ValueSet/category-observation-bilanzen-hl7'}
                mustSupport: true
                pattern:
                  type: Coding
                  value: {system: 'https://terminology.hl7.org/4.0.0/CodeSystem-observation-category.html'}
                index: 3
                elements:
                  system: {mustSupport: true, index: 4}
                  code: {mustSupport: true, index: 5}
                required: [system, code]
            kdsicu-category:
              match: {system: 'http://snomed.info/sct'}
              schema:
                binding: {strength: required, valueSet: 'https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/ValueSet/category-observation-bilanzen'}
                mustSupport: true
                pattern:
                  type: Coding
                  value: {system: 'http://snomed.info/sct'}
                _required: true
                index: 6
                elements:
                  system: {mustSupport: true, index: 7}
                  code: {mustSupport: true, index: 8}
                required: [system, code]
            fixedCategoryBilanz:
              match: {code: bilanz, system: 'https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/ValueSet/category-fixed'}
              schema:
                pattern:
                  type: Coding
                  value: {code: bilanz, system: 'https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/ValueSet/category-fixed'}
                _required: true
                index: 9
                elements:
                  system: {mustSupport: true, index: 10}
                  code: {mustSupport: true, index: 11}
                required: [system, code]
  referenceRange: {mustSupport: true, index: 34}
  interpretation: {mustSupport: true, index: 29}
  encounter: {mustSupport: true, index: 19}
  method: {mustSupport: true, index: 31}
  specimen: {mustSupport: true, index: 32}
  valueQuantity: {type: Quantity, mustSupport: true, choiceOf: value, index: 27}
  value:
    mustSupport: true
    choices: [valueQuantity]
    index: 26
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 22}
  effective:
    mustSupport: true
    choices: [effectiveDateTime, effectivePeriod]
    index: 21
  code:
    mustSupport: true
    index: 12
    elements:
      coding:
        mustSupport: true
        index: 13
        slicing:
          rules: closed
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            sct:
              match: {system: 'http://snomed.info/sct'}
              schema:
                binding: {strength: required, valueSet: 'https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/ValueSet/code-observation-bilanzen-snomed'}
                mustSupport: true
                pattern:
                  type: Coding
                  value: {system: 'http://snomed.info/sct'}
                _required: true
                index: 14
                elements:
                  system: {mustSupport: true, index: 15}
                  code: {mustSupport: true, index: 16}
                  display: {mustSupport: true, index: 17}
                required: [system, code]
    required: [coding]
  identifier: {mustSupport: true, index: 0}
  bodySite: {mustSupport: true, index: 30}
  issued: {mustSupport: true, index: 24}
  device: {mustSupport: true, index: 33}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 18
  dataAbsentReason: {mustSupport: true, index: 28}
  effectivePeriod: {type: Period, mustSupport: true, choiceOf: effective, index: 23}
package_version: 2024.0.0-alpha4
class: profile
kind: resource
url: https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/bilanz
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0
required: [effectiveDateTime, effectivePeriod, value, subject, category, valueQuantity, effective]