PackagesCanonicalsLogsProblems
    Packages
    de.gematik.isik@5.0.0-rc1
    https://gematik.de/fhir/isik/StructureDefinition/ISiKBlutdruckSystemischArteriell
description: 'Dieses Profil spezifiziert die Minimalanforderungen für die Bereitstellung von Informationen über den Blutdruck eines Patienten im Rahmen der interoperablen Kommunikation gemäß den Vorgaben der ISiK (Interoperable Schnittstelle im Krankenhaus).\n### Motivation\nDie Erfassung und Überwachung des Blutdrucks ist essenziell für die frühzeitige Erkennung von Gesundheitsveränderungen, die Behandlungsbewertung und die Unterstützung klinischer Entscheidungen.\n\nIn FHIR wird der Blutdruck mit der Observation-Ressource repräsentiert, die einzelnen Komponenten des Blutdrucks werden als Component-Elemente abgebildet.\n\nHinweis: In Fällen, in denen fachlich motiviert ausschließlich ein systolischer Blutdruck erhoben wird (z.B. in der Intensivmedizin), kann für den Slice zur Diastole (DiastolicBP) das Element .dataAbsentReason (mit dem Code ''not-performed'') verwendet werden.\n\n### Kompatibilität\nDas Profil ISiKBlutdruckSystemischArteriell ist vom Profil [VitalSignDE_Blutdruck](http://fhir.de/StructureDefinition/observation-de-vitalsign-blutdruck) aus den deutschen Basisprofilen abgeleitet. Es ist kompatibel mit dem Profil [Observation Blood Pressure Profile](http://hl7.org/fhir/StructureDefinition/bp) aus der FHIR R4 Spezifikation.'
package_name: de.gematik.isik
derivation: constraint
name: ISiKBlutdruckSystemischArteriell
type: Observation
elements:
  category:
    short: Untersuchungskategorie
    mustSupport: true
    index: 1
    slicing:
      slices:
        VSCat:
          match: {}
          schema: {short: Vitalparameterkategorie, mustSupport: true, index: 2}
  encounter:
    short: Aufenthaltsbezug
    mustSupport: true
    index: 9
    elements:
      reference: {short: Encounter-Link, mustSupport: true, index: 10}
    required: [reference]
  method: {short: Untersuchungsmethode, mustSupport: true, index: 17}
  value:
    short: Untersuchungsergebnis
    mustSupport: true
    choices: []
    index: 15
  component:
    short: Vitalparameter-Komponente
    mustSupport: true
    index: 19
    elements:
      code:
        short: Code
        mustSupport: true
        index: 20
        elements:
          coding: {short: Coding, mustSupport: true, index: 21}
      value:
        short: Wert der Komponente
        mustSupport: true
        choices: []
        index: 23
      dataAbsentReason: {short: Grund für fehlendes Untersuchungsergebniss, mustSupport: true, index: 24}
    slicing:
      slices:
        SystolicBP:
          match: {}
          schema:
            short: Systolischer Blutdruck
            mustSupport: true
            index: 25
            elements:
              code:
                short: Code
                mustSupport: true
                index: 26
                elements:
                  coding:
                    short: Coding
                    mustSupport: true
                    index: 27
                    slicing:
                      rules: open
                      discriminator:
                      - {path: $this, type: pattern}
                      min: null
                      slices:
                        IEEE11073:
                          match: {code: '150017', system: 'urn:iso:std:iso:11073:10101'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: '150017', system: 'urn:iso:std:iso:11073:10101'}
                            type: Coding
                            index: 28
                          min: 0
                          max: 1
                        SCT:
                          match: {code: '271649006', system: 'http://snomed.info/sct'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: '271649006', system: 'http://snomed.info/sct'}
                            type: Coding
                            index: 29
                          min: 0
                          max: 1
              value:
                short: Wert der Komponente
                mustSupport: true
                choices: []
                index: 31
                slicing:
                  slices:
                    valueQuantity:
                      match: {}
                      schema:
                        short: quantitatives Untersuchungsergebnis
                        mustSupport: true
                        choices: [valueQuantity]
                        index: 33
              valueQuantity:
                type: Quantity
                short: quantitatives Untersuchungsergebnis
                mustSupport: true
                choiceOf: value
                index: 34
                slicing:
                  slices:
                    valueQuantity:
                      match: {}
                      schema: {type: Quantity, short: quantitatives Untersuchungsergebnis, mustSupport: true, choiceOf: value, index: 34}
              value[x]:
                elements:
                  value: {short: Wert, mustSupport: true, index: 35}
                  unit: {short: Einheit, mustSupport: true, index: 36}
                  system: {short: CodeSystem aus dem die Einheit stammt, mustSupport: true, index: 37}
                  code: {short: Code der Einheit, mustSupport: true, index: 38}
              dataAbsentReason: {mustSupport: true, index: 39}
        DiastolicBP:
          match: {}
          schema:
            short: Diastolischer Blutdruck
            mustSupport: true
            index: 40
            elements:
              code:
                short: Code
                mustSupport: true
                index: 41
                elements:
                  coding:
                    short: Coding
                    mustSupport: true
                    index: 42
                    slicing:
                      rules: open
                      discriminator:
                      - {path: $this, type: pattern}
                      min: null
                      slices:
                        IEEE11073:
                          match: {code: '150018', system: 'urn:iso:std:iso:11073:10101'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: '150018', system: 'urn:iso:std:iso:11073:10101'}
                            type: Coding
                            index: 43
                          min: 0
                          max: 1
                        SCT:
                          match: {code: '271650006', system: 'http://snomed.info/sct'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: '271650006', system: 'http://snomed.info/sct'}
                            type: Coding
                            index: 44
                          min: 0
                          max: 1
              value:
                short: Wert der Komponente
                mustSupport: true
                choices: []
                index: 46
                slicing:
                  slices:
                    valueQuantity:
                      match: {}
                      schema:
                        short: quantitatives Untersuchungsergebnis
                        mustSupport: true
                        choices: [valueQuantity]
                        index: 48
              valueQuantity:
                type: Quantity
                short: quantitatives Untersuchungsergebnis
                mustSupport: true
                choiceOf: value
                index: 49
                slicing:
                  slices:
                    valueQuantity:
                      match: {}
                      schema: {type: Quantity, short: quantitatives Untersuchungsergebnis, mustSupport: true, choiceOf: value, index: 49}
              value[x]:
                elements:
                  value: {short: Wert, mustSupport: true, index: 50}
                  unit: {short: Einheit, mustSupport: true, index: 51}
                  system: {short: CodeSystem aus dem die Einheit stammt, mustSupport: true, index: 52}
                  code: {short: Code der Einheit, mustSupport: true, index: 53}
              dataAbsentReason: {short: Grund für fehlendes Untersuchungsergebniss, mustSupport: true, index: 54}
        meanBP:
          match: {}
          schema:
            short: Mittlerer arterieller Druck
            mustSupport: true
            index: 55
            elements:
              code:
                short: Code
                mustSupport: true
                index: 56
                elements:
                  coding:
                    short: Coding
                    mustSupport: true
                    index: 57
                    slicing:
                      rules: open
                      discriminator:
                      - {path: $this, type: pattern}
                      min: null
                      slices:
                        IEEE11073:
                          match: {code: '150019', system: 'urn:iso:std:iso:11073:10101'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: '150019', system: 'urn:iso:std:iso:11073:10101'}
                            type: Coding
                            index: 58
                          min: 0
                          max: 1
                        SCT:
                          match: {code: '6797001', system: 'http://snomed.info/sct'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: '6797001', system: 'http://snomed.info/sct'}
                            type: Coding
                            index: 59
                          min: 0
                          max: 1
              value:
                short: Wert der Komponente
                mustSupport: true
                choices: []
                index: 61
                slicing:
                  slices:
                    valueQuantity:
                      match: {}
                      schema:
                        short: quantitatives Untersuchungsergebnis
                        mustSupport: true
                        choices: [valueQuantity]
                        index: 63
              valueQuantity:
                type: Quantity
                short: quantitatives Untersuchungsergebnis
                mustSupport: true
                choiceOf: value
                index: 64
                slicing:
                  slices:
                    valueQuantity:
                      match: {}
                      schema: {type: Quantity, short: quantitatives Untersuchungsergebnis, mustSupport: true, choiceOf: value, index: 64}
              value[x]:
                elements:
                  value: {short: Wert, mustSupport: true, index: 65}
                  unit: {short: Einheit, mustSupport: true, index: 66}
                  system: {short: CodeSystem aus dem die Einheit stammt, mustSupport: true, index: 67}
                  code: {short: Code der Einheit, mustSupport: true, index: 68}
              dataAbsentReason: {mustSupport: true, index: 69}
  status: {short: Untersuchungsstatus, mustSupport: true, index: 0}
  effective:
    short: Datum und Uhrzeit der Untersuchung
    mustSupport: true
    choices: []
    index: 12
  code:
    short: Code
    mustSupport: true
    index: 3
    elements:
      coding:
        short: Coding
        mustSupport: true
        index: 4
        slicing:
          slices:
            loinc:
              match: {}
              schema: {short: LOINC Kodierung, mustSupport: true, index: 5}
            snomed:
              match: {}
              schema: {short: SNOMED CT Kodierung, mustSupport: true, index: 6}
            IEEE11073:
              match: {}
              schema:
                pattern:
                  type: Coding
                  value: {code: '150016', system: 'urn:iso:std:iso:11073:10101'}
                type: Coding
                index: 7
              min: 0
              max: 1
  device: {short: Gerät, mustSupport: true, index: 18}
  subject: {short: Patient, mustSupport: true, index: 8}
  performer: {short: Untersuchender, mustSupport: true, index: 13}
  dataAbsentReason: {short: Grund für fehlende Untersuchungsergebnisse, mustSupport: true, index: 16}
package_version: 5.0.0-rc1
class: profile
kind: resource
url: https://gematik.de/fhir/isik/StructureDefinition/ISiKBlutdruckSystemischArteriell
base: http://fhir.de/StructureDefinition/observation-de-vitalsign-blutdruck
version: 5.0.0-rc