@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/Koerpertemperatur-nasal> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "Koerpertemperatur-nasal"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-nasal" ;
fhir:index 0 ;
fhir:link <https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-nasal>
]
] ;
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 Koerpertemperatur-nasal</b></p><a name=\"Koerpertemperatur-nasal\"> </a><a name=\"hcKoerpertemperatur-nasal\"> </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-sd-mii-icu-koerpertemperatur-nasal.html\">SD MII ICU Koerpertemperatur nasal</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 8310-5}, {urn:iso:std:iso:11073:10101 188504}, {http://loinc.org 76010-8}\">Nasal temperature</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>: 2019-12-23 09:30:10+0100 --> 2019-12-23 10:30:10+0100</p><p><b>value</b>: 37 degree Celsius<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeCel = 'Cel')</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 45206002}\">Nasal structure</span></p></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:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:8310-5 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "8310-5" ]
], [
fhir:index 1 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ] ;
fhir:Coding.code [ fhir:value "188504" ] ;
fhir:Coding.display [ fhir:value "Nasal temperature" ]
], [
fhir:index 2 ;
a loinc:76010-8 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "76010-8" ] ;
fhir:Coding.display [ fhir:value "Nasal temperature" ]
]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Patient/PatientinMusterfrau> ;
fhir:Reference.reference [ fhir:value "Patient/PatientinMusterfrau" ]
] ;
fhir:Observation.effectivePeriod [
fhir:Period.start [ fhir:value "2019-12-23T09:30:10+01:00"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2019-12-23T10:30:10+01:00"^^xsd:dateTime ]
] ;
fhir:Observation.valueQuantity [
fhir:Quantity.value [ fhir:value "37"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "degree Celsius" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "Cel" ]
] ;
fhir:Observation.bodySite [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:45206002 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "45206002" ] ;
fhir:Coding.display [ fhir:value "Nasal structure" ]
]
] .
<http://hl7.org/fhir/Patient/PatientinMusterfrau> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/Koerpertemperatur-nasal.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/Koerpertemperatur-nasal.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