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" : "Encounter",
"id" : "rs-bundle-example-encounter",
"meta" : {
"profile" : [
🔗 "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-encounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter rs-bundle-example-encounter</b></p><a name=\"rs-bundle-example-encounter\"> </a><a name=\"hcrs-bundle-example-encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-rs-encounter.html\">RS Encounter</a></p></div><p><b>identifier</b>: Incident number/INC-2025-0102, Patient hospital visit number (observable entity)/HCN-2025-1120</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"https://loinc.org/LA10268-3\">LOINC: LA10268-3</a> (ER)</p><p><b>subject</b>: <a href=\"Patient-rs-bundle-example-patient.html\">Thomas Niccolo Filamor Reyes (official) Male, DoB: 1990-01-01</a></p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 90123-1}\">Response team leader name</span></p><p><b>individual</b>: <a href=\"Practitioner-rs-bundle-example-practitioner-teamlead.html\">Practitioner Joel Rivera (official)</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType REF}\">referrer</span></p><p><b>individual</b>: <a href=\"Practitioner-rs-bundle-example-practitioner-receiver.html\">Practitioner Maria Cristina Santos (official)</a></p></blockquote><p><b>period</b>: 2025-10-31 15:18:00+0800 --> 2025-10-31 16:30:00+0800</p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Destination</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-rs-bundle-example-service-location.html\">Location DOH Central ER</a></td></tr></table><blockquote><p><b>location</b></p><p><b>location</b>: <a href=\"Location-rs-bundle-example-incident-location.html\">Location EDSA corner Ayala Ave</a></p></blockquote><blockquote><p><b>location</b></p><p><b>location</b>: <a href=\"Location-rs-bundle-example-service-location.html\">Location DOH Central ER</a></p></blockquote><p><b>serviceProvider</b>: <a href=\"Organization-rs-bundle-example-organization.html\">Organization MetroCare EMS</a></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://www.roadsafetyph.doh.gov.ph/CodeSystem/identifier-type",
"code" : "incident-number",
"display" : "Incident number"
}
]
},
"system" : "http://www.roadsafetyph.doh.gov.ph/identifier/incident",
"value" : "INC-2025-0102"
},
{
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/900000000000207008/version/20241001",
"code" : "722248002",
"display" : "Patient hospital visit number (observable entity)"
}
]
},
"system" : "http://www.roadsafetyph.doh.gov.ph/identifier/hospital-case",
"value" : "HCN-2025-1120"
}
],
"status" : "finished",
"class" : {
"system" : "http://loinc.org",
"code" : "LA10268-3",
"display" : "ER"
},
"subject" : {
🔗 "reference" : "Patient/rs-bundle-example-patient"
},
"participant" : [
{
"type" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "90123-1",
"display" : "Response team leader name"
}
]
}
],
"individual" : {
🔗 "reference" : "Practitioner/rs-bundle-example-practitioner-teamlead"
}
},
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "REF",
"display" : "referrer"
}
]
}
],
"individual" : {
🔗 "reference" : "Practitioner/rs-bundle-example-practitioner-receiver"
}
}
],
"period" : {
"start" : "2025-10-31T15:18:00+08:00",
"end" : "2025-10-31T16:30:00+08:00"
},
"hospitalization" : {
"destination" : {
🔗 "reference" : "Location/rs-bundle-example-service-location"
}
},
"location" : [
{
"location" : {
🔗 "reference" : "Location/rs-bundle-example-incident-location"
}
},
{
"location" : {
🔗 "reference" : "Location/rs-bundle-example-service-location"
}
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/rs-bundle-example-organization"
}
}