FHIR IG analytics| Package | de.gematik.isik |
| Resource Type | Observation |
| Id | Observation-ISiKKoerpertemperaturMinExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "ISiKKoerpertemperaturMinExample",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpertemperatur"
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8310-5",
"display": "Body temperature"
}
]
},
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"code": "Cel",
"value": 35.2,
"unit": "°C"
},
"status": "final",
"subject": {
"reference": "Patient/PatientinMinimal"
},
"effectiveDateTime": "2024-01-15"
}