FHIR IG analytics| Package | example.fhir.ph.roadsafety |
| Resource Type | Observation |
| Id | Observation-rs-example-observation-runreport-comments.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-runreport-comments
Profile: RS Observation - Run Report Comments
status: Final
code: Case notification comment
subject: Thomas Niccolo Filamor Reyes (official) Male, DoB: 1990-01-01
effective: 2025-10-31 16:36:00+0800
value: Patient stabilized en route; coordination with receiving ER completed.
{
"resourceType": "Observation",
"id": "rs-example-observation-runreport-comments",
"meta": {
"profile": [
"https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-observation-runreport-comments"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "77999-1",
"display": "Case notification comment"
}
]
},
"subject": {
"reference": "Patient/rs-example-patient"
},
"encounter": {
"reference": "Encounter/rs-example-encounter"
},
"effectiveDateTime": "2025-10-31T16:36:00+08:00",
"valueString": "Patient stabilized en route; coordination with receiving ER completed."
}