FHIR IG analytics| Package | de.basisprofil.r4 |
| Resource Type | Observation |
| Id | Observation-Example-observation-koerpertemperatur.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "Example-observation-koerpertemperatur",
"meta": {
"profile": [
"http://fhir.de/StructureDefinition/observation-de-vitalsign-koerpertemperatur",
"http://hl7.org/fhir/StructureDefinition/vitalsigns",
"http://hl7.org/fhir/StructureDefinition/bodytemp"
]
},
"category": [
{
"coding": [
{
"code": "vital-signs",
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"code": "8310-5",
"system": "http://loinc.org",
"display": "Body temperature"
},
{
"system": "http://snomed.info/sct",
"code": "386725007",
"display": "Body temperature (observable entity)"
}
],
"text": "Körpertemperatur"
},
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"code": "Cel",
"value": 36.8,
"unit": "°C"
},
"status": "final",
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2020-10-11"
}