Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
<id value="Koerpertemperatur-Achsel" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-achsel" />
</meta>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="vital-signs" />
</coding>
</category>
<system value="http://loinc.org" />
<code value="8310-5" />
</coding>
<system value="http://snomed.info/sct" />
<code value="415882003" />
<display value="Estimated core body temperature measured in axillary region" />
</coding>
<system value="http://loinc.org" />
<code value="8329-5" />
</coding>
<system value="http://loinc.org" />
<code value="8328-7" />
<display value="Axillary temperature" />
</coding>
<system value="urn:iso:std:iso:11073:10101" />
<code value="188452" />
<display value="MDC_TEMP_AXILLA" />
</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="91470000" />
<display value="Axillary region structure (body structure)" />
</coding>
</bodySite>
</Observation>
{
"resourceType": "Observation",
"id": "Koerpertemperatur-Achsel",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-achsel"
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8310-5"
},
{
"code": "415882003",
"system": "http://snomed.info/sct",
"display": "Estimated core body temperature measured in axillary region"
},
{
"code": "8329-5",
"system": "http://loinc.org"
},
{
"code": "8328-7",
"system": "http://loinc.org",
"display": "Axillary temperature"
},
{
"code": "188452",
"system": "urn:iso:std:iso:11073:10101",
"display": "MDC_TEMP_AXILLA"
}
]
},
"system": "http://unitsofmeasure.org",
"code": "Cel",
"value": 37,
"unit": "degree Celsius"
},
"coding": [
{
"code": "91470000",
"system": "http://snomed.info/sct",
"display": "Axillary region 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"
}
}