DRAFT PH Road Safety Implementation Guide
0.3.0 - ci-build
DRAFT PH Road Safety Implementation Guide, published by UP Manila - National Institutes of Health - National Telehealth Center. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/UPM-NTHC/PH-RoadSafetyIG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Procedure",
"id" : "rs-example-procedure",
"meta" : {
"profile" : [
🔗 "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-procedure"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Post-crash psychosocial counselling provided to rs-example-patient.</div>"
},
"status" : "completed",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "710818009",
"display" : "Patient education (procedure)"
}
]
},
"subject" : {
🔗 "reference" : "Patient/rs-example-patient"
},
"encounter" : {
🔗 "reference" : "Encounter/rs-example-encounter"
},
"performedDateTime" : "2025-11-01T09:30:00+08:00",
"performer" : [
{
"actor" : {
🔗 "reference" : "Practitioner/rs-practitioner-teamlead"
}
}
],
"note" : [
{
"text" : "Discussed post-crash support resources with patient and family."
}
]
}