Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
<id value="ISiKKoerpertemperaturExample" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpertemperatur" />
</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" />
<display value="Body temperature" />
</coding>
<system value="http://snomed.info/sct" />
<code value="386725007" />
<display value="Body temperature" />
</coding>
<system value="urn:iso:std:iso:11073:10101" />
<code value="150364" />
<display value="MDC_TEMP_BODY" />
</coding>
<text value="Körpertemperatur" />
</code>
<reference value="Patient/PatientinMusterfrau" />
</subject>
<effectiveDateTime value="2020-10-11" />
<reference value="Practitioner/DrMustermann" />
</performer>
<value value="36.8" />
<unit value="°C" />
<system value="http://unitsofmeasure.org" />
<code value="Cel" />
</valueQuantity>
</Observation>
{
"resourceType": "Observation",
"id": "ISiKKoerpertemperaturExample",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpertemperatur"
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8310-5",
"display": "Body temperature"
},
{
"system": "http://snomed.info/sct",
"code": "386725007",
"display": "Body temperature"
},
{
"code": "150364",
"system": "urn:iso:std:iso:11073:10101",
"display": "MDC_TEMP_BODY"
}
],
"text": "Körpertemperatur"
},
"system": "http://unitsofmeasure.org",
"code": "Cel",
"value": 36.8,
"unit": "°C"
},
"status": "final",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"effectiveDateTime": "2020-10-11",
{
"reference": "Practitioner/DrMustermann"
}
]
}