FHIR IG analytics| Package | example.fhir.ph.roadsafety |
| Resource Type | Observation |
| Id | Observation-rs-example-observation-other-vehicle.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-other-vehicle
status: Final
code: Other Vehicle/Object Involved (for COLLISION accident ONLY)
subject: Thomas Niccolo Filamor Reyes (official) Male, DoB: 1990-01-01
effective: 2025-10-31 17:20:00+0800
value: Motorcycle
{
"resourceType": "Observation",
"id": "rs-example-observation-other-vehicle",
"meta": {
"profile": [
"https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-observation-other-vehicle"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://www.roadsafetyph.doh.gov.ph/CodeSystem",
"version": "1",
"code": "OTHERVEHICLE",
"display": "Other Vehicle/Object Involved (for COLLISION accident ONLY)"
}
]
},
"subject": {
"reference": "Patient/rs-example-patient"
},
"encounter": {
"reference": "Encounter/rs-example-encounter"
},
"effectiveDateTime": "2025-10-31T17:20:00+08:00",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/900000000000207008/version/20241001",
"code": "90748009",
"display": "Motorcycle"
}
]
}
}