Beispiele
Observation |
id : Koerpertemperatur-Atemwege |
meta |
profile : https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-atemwege |
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 : urn:iso:std:iso:11073:10101 |
code : 150356 |
display : MDC_TEMP_AWAY |
coding |
system : http://loinc.org |
code : 60955-2 |
display : Airway temperature |
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 : 89187006 |
display : Airway structure (body structure) |
<Observation xmlns="http://hl7.org/fhir"> <id value="Koerpertemperatur-Atemwege" /> <meta> <profile value="https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-atemwege" /> </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="urn:iso:std:iso:11073:10101" /> <code value="150356" /> <display value="MDC_TEMP_AWAY" /> </coding> <coding> <system value="http://loinc.org" /> <code value="60955-2" /> <display value="Airway temperature" /> </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="89187006" /> <display value="Airway structure (body structure)" /> </coding> </bodySite> </Observation>
{ "resourceType": "Observation", "id": "Koerpertemperatur-Atemwege", "meta": { "profile": [ "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-atemwege" ] }, "category": [ { "coding": [ { "code": "vital-signs", "system": "http://terminology.hl7.org/CodeSystem/observation-category" } ] } ], "code": { "coding": [ { "code": "8310-5", "system": "http://loinc.org" }, { "code": "150356", "system": "urn:iso:std:iso:11073:10101", "display": "MDC_TEMP_AWAY" }, { "code": "60955-2", "system": "http://loinc.org", "display": "Airway temperature" } ] }, "valueQuantity": { "system": "http://unitsofmeasure.org", "code": "Cel", "value": 37, "unit": "degree Celsius" }, "bodySite": { "coding": [ { "code": "89187006", "system": "http://snomed.info/sct", "display": "Airway structure (body structure)" } ] }, "status": "final", "subject": { "reference": "Patient/PatientinMusterfrau" }, "effectivePeriod": { "start": "12/23/2019 08:30:10", "end": "12/23/2019 09:30:10" } }