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.\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: 4 slicing: slices: VSCat: match: {} schema: {short: Vitalparameterkategorie, mustSupport: true, index: 5} meta: elements: versionId: {short: Eindeutiger Name der serverseitigen Version des Datensatzes, index: 1} lastUpdated: {short: Zeitpunkt der letzten Änderung, index: 2} encounter: short: Aufenthaltsbezug mustSupport: true index: 12 elements: reference: {short: Encounter-Link, mustSupport: true, index: 13} required: [reference] method: {short: Untersuchungsmethode, mustSupport: true, index: 18} component: short: Vitalparameter-Komponente mustSupport: true index: 20 elements: code: short: Code mustSupport: true index: 21 elements: coding: {short: Coding, mustSupport: true, index: 22} value: short: Wert der Komponente mustSupport: true choices: [] index: 24 dataAbsentReason: {short: Grund für fehlendes Untersuchungsergebniss, mustSupport: true, index: 25} slicing: slices: SystolicBP: match: {} schema: short: Systolischer Blutdruck mustSupport: true index: 26 elements: code: short: Code mustSupport: true index: 27 elements: coding: short: Coding mustSupport: true index: 28 slicing: rules: open discriminator: - {path: $this, type: pattern} min: 1 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'} index: 29 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'} index: 30 min: 0 max: 1 LOINC: match: {code: 8480-6, system: 'http://loinc.org'} schema: pattern: type: Coding value: {code: 8480-6, system: 'http://loinc.org'} _required: true index: 31 min: 1 max: 1 required: [coding] value: short: Wert der Komponente mustSupport: true choices: [] index: 33 slicing: slices: valueQuantity: match: {} schema: short: quantitatives Untersuchungsergebnis mustSupport: true choices: [valueQuantity] index: 35 valueQuantity: type: Quantity short: quantitatives Untersuchungsergebnis mustSupport: true choiceOf: value index: 36 slicing: slices: valueQuantity: match: {} schema: {type: Quantity, short: quantitatives Untersuchungsergebnis, mustSupport: true, choiceOf: value, index: 36} value[x]: elements: value: {short: Wert, mustSupport: true, index: 37} unit: {short: Einheit, mustSupport: true, index: 38} system: {short: CodeSystem aus dem die Einheit stammt, mustSupport: true, index: 39} code: {short: Code der Einheit, mustSupport: true, index: 40} dataAbsentReason: {mustSupport: true, index: 41} DiastolicBP: match: {} schema: short: Diastolischer Blutdruck mustSupport: true index: 42 elements: code: short: Code mustSupport: true index: 43 elements: coding: short: Coding mustSupport: true index: 44 slicing: rules: open discriminator: - {path: $this, type: pattern} min: 1 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'} index: 45 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'} index: 46 min: 0 max: 1 LOINC: match: {code: 8462-4, system: 'http://loinc.org'} schema: pattern: type: Coding value: {code: 8462-4, system: 'http://loinc.org'} _required: true index: 47 min: 1 max: 1 required: [coding] value: short: Wert der Komponente mustSupport: true choices: [] index: 49 slicing: slices: valueQuantity: match: {} schema: short: quantitatives Untersuchungsergebnis mustSupport: true choices: [valueQuantity] index: 51 valueQuantity: type: Quantity short: quantitatives Untersuchungsergebnis mustSupport: true choiceOf: value index: 52 slicing: slices: valueQuantity: match: {} schema: {type: Quantity, short: quantitatives Untersuchungsergebnis, mustSupport: true, choiceOf: value, index: 52} value[x]: elements: value: {short: Wert, mustSupport: true, index: 53} unit: {short: Einheit, mustSupport: true, index: 54} system: {short: CodeSystem aus dem die Einheit stammt, mustSupport: true, index: 55} code: {short: Code der Einheit, mustSupport: true, index: 56} dataAbsentReason: {short: Grund für fehlendes Untersuchungsergebniss, mustSupport: true, index: 57} meanBP: match: {} schema: short: Mittlerer arterieller Druck mustSupport: true index: 58 elements: code: short: Code mustSupport: true index: 59 elements: coding: short: Coding mustSupport: true index: 60 slicing: rules: open discriminator: - {path: $this, type: pattern} min: 1 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'} index: 61 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'} index: 62 min: 0 max: 1 LOINC: match: {code: 8478-0, system: 'http://loinc.org'} schema: pattern: type: Coding value: {code: 8478-0, system: 'http://loinc.org'} _required: true index: 63 min: 1 max: 1 required: [coding] value: short: Wert der Komponente mustSupport: true choices: [] index: 65 slicing: slices: valueQuantity: match: {} schema: short: quantitatives Untersuchungsergebnis mustSupport: true choices: [valueQuantity] index: 67 valueQuantity: type: Quantity short: quantitatives Untersuchungsergebnis mustSupport: true choiceOf: value index: 68 slicing: slices: valueQuantity: match: {} schema: {type: Quantity, short: quantitatives Untersuchungsergebnis, mustSupport: true, choiceOf: value, index: 68} value[x]: elements: value: {short: Wert, mustSupport: true, index: 69} unit: {short: Einheit, mustSupport: true, index: 70} system: {short: CodeSystem aus dem die Einheit stammt, mustSupport: true, index: 71} code: {short: Code der Einheit, mustSupport: true, index: 72} dataAbsentReason: {mustSupport: true, index: 73} status: {short: Untersuchungsstatus, mustSupport: true, index: 3} effective: short: Datum und Uhrzeit der Untersuchung mustSupport: true choices: [] index: 15 id: {short: 'serverseitige, interne ID des Datensatzes', mustSupport: true, index: 0} code: short: Code mustSupport: true index: 6 elements: coding: short: Coding mustSupport: true index: 7 slicing: slices: loinc: match: {} schema: {short: LOINC Kodierung, mustSupport: true, index: 8} snomed: match: {} schema: {short: SNOMED CT Kodierung, mustSupport: true, index: 9} IEEE11073: match: {} schema: pattern: type: Coding value: {code: '150016', system: 'urn:iso:std:iso:11073:10101'} index: 10 min: 0 max: 1 device: {short: Gerät, mustSupport: true, index: 19} subject: {short: Patient, mustSupport: true, index: 11} performer: {short: Untersuchender, mustSupport: true, index: 16} dataAbsentReason: {short: Grund für fehlende Untersuchungsergebnisse, mustSupport: true, index: 17} package_version: 5.1.2 class: profile kind: resource url: https://gematik.de/fhir/isik/StructureDefinition/ISiKBlutdruckSystemischArteriell base: http://fhir.de/StructureDefinition/observation-de-vitalsign-blutdruck version: 5.1.2