FHIR IG analytics| Package | fhir.kisumuhie |
| Resource Type | Observation |
| Id | Observation-ExampleObservation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleObservation
Profile: ObservationProfile
identifier: http://hospital.org/observations/OBS-78901
status: Final
category: Vital Signs
code: Body temperature
subject: Patient/example
effective: 2025-03-12 08:30:00+0000
issued: 2025-03-12 09:00:00+0000
value: 37.5 Celsius (Details: UCUM codeCel = 'Cel')
interpretation: High
bodySite: Oral cavity structure
method: Thermometry
| Low | High |
| 36.1 Celsius | 37.2 Celsius |
| Code | Value[x] |
| Oral temperature | 37.5 Celsius |
{
"resourceType": "Observation",
"id": "ExampleObservation",
"meta": {
"profile": [
"http://fhir.kisumuhealth.co.ke/StructureDefinition/ksm-anc-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.org/observations",
"value": "OBS-78901"
}
],
"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/example"
},
"effectiveDateTime": "2025-03-12T08:30:00Z",
"issued": "2025-03-12T09:00:00Z",
"valueQuantity": {
"value": 37.5,
"unit": "Celsius",
"system": "http://unitsofmeasure.org",
"code": "Cel"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "H",
"display": "High"
}
]
}
],
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "368209003",
"display": "Oral cavity structure"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "89003005",
"display": "Thermometry"
}
]
},
"referenceRange": [
{
"low": {
"value": 36.1,
"unit": "Celsius"
},
"high": {
"value": 37.2,
"unit": "Celsius"
}
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8327-9",
"display": "Oral temperature"
}
]
},
"valueQuantity": {
"value": 37.5,
"unit": "Celsius"
}
}
]
}