Patient Monitoring Outcome FHIR Implementation Guide, published by HL7 Belgium. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/patient-monitoring/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "Observation-Temperatuur",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Observation-Temperatuur</b></p><a name=\"Observation-Temperatuur\"> </a><a name=\"hcObservation-Temperatuur\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8310-5}\">Body temperature</span></p><p><b>subject</b>: <a href=\"Patient-Patient-123.html\">NUMMER 15 KWS-TESTPATIENT (official) Female, DoB: 1931-04-19 ( Medical record number: 310419V999\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 2025-11-21 11:49:11+0100</p><p><b>value</b>: 36.1 °C<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeCel = 'Cel')</span></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs",
"display" : "Vital Signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8310-5",
"display" : "Body temperature"
}
]
},
"subject" : {
🔗 "reference" : "Patient/Patient-123"
},
"effectiveDateTime" : "2025-11-21T11:49:11+01:00",
"valueQuantity" : {
"value" : 36.1,
"unit" : "°C",
"system" : "http://unitsofmeasure.org",
"code" : "Cel"
}
}