Beispiele
Observation |
id : Koerpertemperatur-Speiseroehre |
meta |
profile : https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-speiseroehre |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : vital-signs |
code |
coding |
system : http://loinc.org |
code : 8310-5 |
coding |
system : http://snomed.info/sct |
code : 431598003 |
display : Core body temperature measured in esophagus |
coding |
system : http://loinc.org |
code : 8329-5 |
coding |
system : http://loinc.org |
code : 60836-4 |
display : Esophageal temperature |
coding |
system : urn:iso:std:iso:11073:10101 |
code : 150372 |
display : MDC_TEMP_ESOPH |
subject |
reference : Patient/PatientinMusterfrau |
effective |
start : 2019-12-23T09:30:10+01:00 |
end : 2019-12-23T10:30:10+01:00 |
value |
value : 37 |
unit : degree Celsius |
system : http://unitsofmeasure.org |
code : Cel |
bodySite |
coding |
system : http://snomed.info/sct |
code : 32849002 |
display : Esophageal structure (body structure) |
<Observation xmlns="http://hl7.org/fhir"> <id value="Koerpertemperatur-Speiseroehre" /> <meta> <profile value="https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-speiseroehre" /> </meta> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="vital-signs" /> </coding> </category> <code> <coding> <system value="http://loinc.org" /> <code value="8310-5" /> </coding> <coding> <system value="http://snomed.info/sct" /> <code value="431598003" /> <display value="Core body temperature measured in esophagus" /> </coding> <coding> <system value="http://loinc.org" /> <code value="8329-5" /> </coding> <coding> <system value="http://loinc.org" /> <code value="60836-4" /> <display value="Esophageal temperature" /> </coding> <coding> <system value="urn:iso:std:iso:11073:10101" /> <code value="150372" /> <display value="MDC_TEMP_ESOPH" /> </coding> </code> <subject> <reference value="Patient/PatientinMusterfrau" /> </subject> <effectivePeriod> <start value="2019-12-23T09:30:10+01:00" /> <end value="2019-12-23T10:30:10+01:00" /> </effectivePeriod> <valueQuantity> <value value="37" /> <unit value="degree Celsius" /> <system value="http://unitsofmeasure.org" /> <code value="Cel" /> </valueQuantity> <bodySite> <coding> <system value="http://snomed.info/sct" /> <code value="32849002" /> <display value="Esophageal structure (body structure)" /> </coding> </bodySite> </Observation>
{ "resourceType": "Observation", "id": "Koerpertemperatur-Speiseroehre", "meta": { "profile": [ "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-speiseroehre" ] }, "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "vital-signs" } ] } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "8310-5" }, { "code": "431598003", "system": "http://snomed.info/sct", "display": "Core body temperature measured in esophagus" }, { "code": "8329-5", "system": "http://loinc.org" }, { "code": "60836-4", "system": "http://loinc.org", "display": "Esophageal temperature" }, { "code": "150372", "system": "urn:iso:std:iso:11073:10101", "display": "MDC_TEMP_ESOPH" } ] }, "valueQuantity": { "system": "http://unitsofmeasure.org", "code": "Cel", "value": 37, "unit": "degree Celsius" }, "bodySite": { "coding": [ { "code": "32849002", "system": "http://snomed.info/sct", "display": "Esophageal structure (body structure)" } ] }, "status": "final", "subject": { "reference": "Patient/PatientinMusterfrau" }, "effectivePeriod": { "start": "12/23/2019 08:30:10", "end": "12/23/2019 09:30:10" } }