@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Observation/ISiKBlutdruckSystemischArteriellExample> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ISiKBlutdruckSystemischArteriellExample"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKBlutdruckSystemischArteriell" ;
fhir:index 0 ;
fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKBlutdruckSystemischArteriell>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ISiKBlutdruckSystemischArteriellExample</b></p><a name=\"ISiKBlutdruckSystemischArteriellExample\"> </a><a name=\"hcISiKBlutdruckSystemischArteriellExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ISiKBlutdruckSystemischArteriell.html\">ISiKBlutdruckSystemischArteriell</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85354-9}, {http://snomed.info/sct 75367002}, {urn:iso:std:iso:11073:10101 150016}\">Systolischer und Diastolischer Blutdruck</span></p><p><b>subject</b>: <a href=\"Patient-PatientinMusterfrau.html\">Erika Fürstin von Musterfrau (official) Female, DoB: 1964-08-12 ( Private Krankenversicherung (use: secondary, ))</a></p><p><b>effective</b>: 2012-09-17</p><p><b>performer</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.6.0&canonical=http://fhir.org/packages/de.basisprofil.r4/Practitioner/example\">Practitioner/example</a></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation L}\">Below low normal</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 368209003}\">Right upper arm structure</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 150017}, {http://snomed.info/sct 271649006}, {http://loinc.org 8480-6}\">MDC_PRESS_BLD_SYS</span></p><p><b>value</b>: 107 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 150018}, {http://snomed.info/sct 271650006}, {http://loinc.org 8462-4}\">MDC_PRESS_BLD_DIA</span></p><p><b>value</b>: 60 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 150019}, {http://snomed.info/sct 6797001}, {http://loinc.org 8478-0}\">MDC_PRESS_BLD_MEAN</span></p><p><b>value</b>: 80 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
fhir:Coding.code [ fhir:value "vital-signs" ] ;
fhir:Coding.display [ fhir:value "Vital Signs" ]
]
] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:85354-9 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "85354-9" ] ;
fhir:Coding.display [ fhir:value "Blutdruck (Liste) optional mit allen Unterbegriffen" ]
], [
fhir:index 1 ;
a sct:75367002 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "75367002" ] ;
fhir:Coding.display [ fhir:value "Blood pressure" ]
], [
fhir:index 2 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ] ;
fhir:Coding.code [ fhir:value "150016" ] ;
fhir:Coding.display [ fhir:value "MDC_PRESS_BLD" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Systolischer und Diastolischer Blutdruck" ]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Patient/PatientinMusterfrau> ;
fhir:Reference.reference [ fhir:value "Patient/PatientinMusterfrau" ]
] ;
fhir:Observation.effectiveDateTime [ fhir:value "2012-09-17"^^xsd:date] ;
fhir:Observation.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Practitioner/example> ;
fhir:Reference.reference [ fhir:value "Practitioner/example" ]
] ;
fhir:Observation.interpretation [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" ] ;
fhir:Coding.code [ fhir:value "L" ] ;
fhir:Coding.display [ fhir:value "low" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Below low normal" ]
] ;
fhir:Observation.bodySite [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:368209003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "368209003" ] ;
fhir:Coding.display [ fhir:value "Right upper arm structure" ]
]
] ;
fhir:Observation.component [
fhir:index 0 ;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ] ;
fhir:Coding.code [ fhir:value "150017" ] ;
fhir:Coding.display [ fhir:value "MDC_PRESS_BLD_SYS" ]
], [
fhir:index 1 ;
a sct:271649006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.version [ fhir:value "http://snomed.info/sct/11000274103/version/20251115" ] ;
fhir:Coding.code [ fhir:value "271649006" ] ;
fhir:Coding.display [ fhir:value "Systolischer Blutdruck" ]
], [
fhir:index 2 ;
a loinc:8480-6 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "8480-6" ]
]
] ;
fhir:Observation.component.valueQuantity [
fhir:Quantity.value [ fhir:value "107"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mmHg" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mm[Hg]" ]
]
], [
fhir:index 1 ;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ] ;
fhir:Coding.code [ fhir:value "150018" ] ;
fhir:Coding.display [ fhir:value "MDC_PRESS_BLD_DIA" ]
], [
fhir:index 1 ;
a sct:271650006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.version [ fhir:value "http://snomed.info/sct/11000274103/version/20251115" ] ;
fhir:Coding.code [ fhir:value "271650006" ] ;
fhir:Coding.display [ fhir:value "Diastolischer Blutdruck" ]
], [
fhir:index 2 ;
a loinc:8462-4 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "8462-4" ]
]
] ;
fhir:Observation.component.valueQuantity [
fhir:Quantity.value [ fhir:value "60"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mmHg" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mm[Hg]" ]
]
], [
fhir:index 2 ;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ] ;
fhir:Coding.code [ fhir:value "150019" ] ;
fhir:Coding.display [ fhir:value "MDC_PRESS_BLD_MEAN" ]
], [
fhir:index 1 ;
a sct:6797001 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.version [ fhir:value "http://snomed.info/sct/11000274103/version/20251115" ] ;
fhir:Coding.code [ fhir:value "6797001" ] ;
fhir:Coding.display [ fhir:value "Mittlerer arterieller Druck" ]
], [
fhir:index 2 ;
a loinc:8478-0 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "8478-0" ]
]
] ;
fhir:Observation.component.valueQuantity [
fhir:Quantity.value [ fhir:value "80"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mmHg" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mm[Hg]" ]
]
] .
<http://hl7.org/fhir/Patient/PatientinMusterfrau> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/ISiKBlutdruckSystemischArteriellExample.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/ISiKBlutdruckSystemischArteriellExample.ttl> .
IG © 2026+ gematik GmbH. Paket icu#6.0.0 basierend auf FHIR 4.0.1. Generiert 2026-07-01
Links: Table of Contents |
QA Report