FHIR IG analytics| Package | example.fhir.ph.roadsafety |
| Resource Type | Observation |
| Id | Observation-RSMinimumExampleObsTemp.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation RSMinimumExampleObsTemp
Profile: RS Observation - Body Temperature
status: Final
code: Body temperature (observable entity)
subject: Thomas Niccolo Filamor Reyes (official) Male, DoB: 1990-01-01
effective: 2025-11-08 14:35:00+0800
value: 37 Cel (Details: UCUM codeCel = 'Cel')
{
"resourceType": "Observation",
"id": "RSMinimumExampleObsTemp",
"meta": {
"profile": [
"https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-observation-body-temperature"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/900000000000207008/version/20241001",
"code": "386725007",
"display": "Body temperature (observable entity)"
}
]
},
"subject": {
"reference": "urn:uuid:aaaa1111-bbbb-cccc-dddd-eeeeffff0001"
},
"encounter": {
"reference": "urn:uuid:aaaa1111-bbbb-cccc-dddd-eeeeffff0002"
},
"effectiveDateTime": "2025-11-08T14:35:00+08:00",
"valueQuantity": {
"value": 37,
"system": "http://unitsofmeasure.org",
"code": "Cel"
}
}