FHIR IG analytics| Package | example.fhir.ph.roadsafety |
| Resource Type | Observation |
| Id | Observation-rs-example-observation-ec-chemical.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation rs-example-observation-ec-chemical
status: Final
code: Exposure to potentially hazardous substance (event)
subject: Thomas Niccolo Filamor Reyes (official) Male, DoB: 1990-01-01
effective: 2025-10-31 16:00:00+0800
value: true
note:
Exposure to industrial bleach
{
"resourceType": "Observation",
"id": "rs-example-observation-ec-chemical",
"meta": {
"profile": [
"https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-observation-ec-chemical"
]
},
"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": "133261000119105",
"display": "Exposure to potentially hazardous substance (event)"
}
]
},
"subject": {
"reference": "Patient/rs-example-patient"
},
"encounter": {
"reference": "Encounter/rs-example-encounter"
},
"effectiveDateTime": "2025-10-31T16:00:00+08:00",
"valueBoolean": true,
"note": [
{
"text": "Exposure to industrial bleach"
}
]
}