FHIR IG analytics| Package | de.gematik.isik |
| Resource Type | Observation |
| Id | Observation-ISiKKoerperkerntemperaturExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "ISiKKoerperkerntemperaturExample",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerperkerntemperatur"
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8310-5"
},
{
"system": "http://snomed.info/sct",
"code": "276885007",
"display": "Core body temperature"
},
{
"code": "150368",
"system": "urn:iso:std:iso:11073:10101",
"display": "MDC_TEMP_CORE"
},
{
"code": "8329-5",
"system": "http://loinc.org",
"display": "Body temperature - Core"
}
],
"text": "Körpertemperatur"
},
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"code": "Cel",
"value": 36.8,
"unit": "°C"
},
"status": "final",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"effectiveDateTime": "2020-10-11",
"performer": [
{
"reference": "Practitioner/PractitionerWalterArzt"
}
]
}