Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
<id value="Koerpertemperatur-Nasen-Rachen-Raum" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-nasen-rachen-raum" />
</meta>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="vital-signs" />
</coding>
</category>
<system value="http://snomed.info/sct" />
<code value="698831002" />
<display value="Core body temperature measured in nasopharynx" />
</coding>
<system value="http://loinc.org" />
<code value="8310-5" />
</coding>
<system value="urn:iso:std:iso:11073:10101" />
<code value="150380" />
<display value="MDC_TEMP_NASOPH" />
</coding>
<system value="http://loinc.org" />
<code value="60838-0" />
<display value="Nasopharyngeal temperature" />
</coding>
</code>
<reference value="Patient/PatientinMusterfrau" />
</subject>
<start value="2019-12-23T09:30:10+01:00" />
<end value="2019-12-23T10:30:10+01:00" />
</effectivePeriod>
<value value="37" />
<unit value="degree Celsius" />
<system value="http://unitsofmeasure.org" />
<code value="Cel" />
</valueQuantity>
<system value="http://snomed.info/sct" />
<code value="71836000" />
<display value="Nasopharyngeal structure (body structure)" />
</coding>
</bodySite>
</Observation>
{
"resourceType": "Observation",
"id": "Koerpertemperatur-Nasen-Rachen-Raum",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-nasen-rachen-raum"
]
},
{
"coding": [
{
"code": "vital-signs",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"code": {
"coding": [
{
"code": "698831002",
"system": "http://snomed.info/sct",
"display": "Core body temperature measured in nasopharynx"
},
{
"code": "8310-5",
"system": "http://loinc.org"
},
{
"code": "150380",
"system": "urn:iso:std:iso:11073:10101",
"display": "MDC_TEMP_NASOPH"
},
{
"code": "60838-0",
"system": "http://loinc.org",
"display": "Nasopharyngeal temperature"
}
]
},
"system": "http://unitsofmeasure.org",
"code": "Cel",
"value": 37,
"unit": "degree Celsius"
},
"coding": [
{
"code": "71836000",
"system": "http://snomed.info/sct",
"display": "Nasopharyngeal structure (body structure)"
}
]
},
"status": "final",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"start": "2019-12-23T09:30:10+01:00",
"end": "2019-12-23T10:30:10+01:00"
}
}