Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
<id value="Koerpertemperatur-Halswirbelsaeule" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-halswirbelsaeule" />
</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="364419004" />
<display value="Temperature of cervical spine" />
</coding>
<system value="http://loinc.org" />
<code value="8310-5" />
</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="122494005" />
<display value="Structure of cervical vertebral column (body structure)" />
</coding>
</bodySite>
</Observation>
{
"resourceType": "Observation",
"id": "Koerpertemperatur-Halswirbelsaeule",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-halswirbelsaeule"
]
},
{
"coding": [
{
"code": "vital-signs",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"code": {
"coding": [
{
"code": "364419004",
"system": "http://snomed.info/sct",
"display": "Temperature of cervical spine"
},
{
"code": "8310-5",
"system": "http://loinc.org"
}
]
},
"system": "http://unitsofmeasure.org",
"code": "Cel",
"value": 37,
"unit": "degree Celsius"
},
"coding": [
{
"code": "122494005",
"system": "http://snomed.info/sct",
"display": "Structure of cervical vertebral column (body structure)"
}
]
},
"status": "final",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"start": "2019-12-23T09:30:10+01:00",
"end": "2019-12-23T10:30:10+01:00"
}
}