DRAFT PH Road Safety Implementation Guide
0.1.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.1.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" : "Patient",
"id" : "patient-road-safety-ex",
"meta" : {
"profile" : [
🔗 "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/RS-Patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Patient:</b> Juan Dela Cruz (Male, 40 years old)</p><p><b>Date of Birth:</b> 15 June 1985</p><p><b>Permanent Address:</b> 123 Mabini Street, Barangay 1, Quezon City, NCR, Philippines (Postal: 1100)</p><p><b>Temporary Address:</b> 456 Rizal Avenue, Barangay 701, City of Manila, NCR, Philippines</p><p><b>Identifier:</b> Hospital Patient Record ID – HOSP-2025-0001</p><p><b>Managing Organization:</b> Example Hospital</p><hr/><p style=\"color:red; font-weight:bold;\">⚠ Road Traffic Crash Involvement</p><p>Juan Dela Cruz was reported as a <b>road traffic crash patient</b> and this record is submitted by Example Hospital under the Road Safety Surveillance Program.</p></div>"
},
"extension" : [
{
"url" : "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-patient-age",
"valueAge" : {
"value" : 40,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
},
{
"url" : "http://hl7.org.ph/fhir/StructureDefinition/indigenousPeople",
"valueCoding" : {
"system" : "http://hl7.org/fhir/v3/NullFlavor",
"code" : "UNK",
"display" : "Unknown"
}
}
],
"identifier" : [
{
"system" : "http://hospital.example.org/hospital-patient-id",
"value" : "HOSP-2025-0001"
}
],
"name" : [
{
"family" : "Dela Cruz",
"given" : [
"Juan"
]
}
],
"gender" : "male",
"birthDate" : "1985-06-15",
"address" : [
{
"extension" : [
{
"url" : "urn://example.com/ph-core/fhir/StructureDefinition/barangay",
"valueCoding" : {
"system" : "https://psgc.gitlab.io/psgc",
"code" : "1380100001",
"display" : "Barangay 1"
}
},
{
"url" : "urn://example.com/ph-core/fhir/StructureDefinition/city-municipality",
"valueCoding" : {
"system" : "https://psgc.gitlab.io/psgc",
"code" : "1380200000",
"display" : "City of Las Piñas"
}
},
{
"url" : "urn://example.com/ph-core/fhir/StructureDefinition/province",
"valueCoding" : {
"system" : "https://psgc.gitlab.io/psgc",
"code" : "0402100000",
"display" : "Cavite"
}
}
],
"use" : "home",
"line" : [
"123 Mabini Street"
],
"city" : "Quezon City",
"district" : "NCR",
"postalCode" : "1100",
"country" : "PH"
},
{
"extension" : [
{
"url" : "urn://example.com/ph-core/fhir/StructureDefinition/barangay",
"valueCoding" : {
"system" : "https://psgc.gitlab.io/psgc",
"code" : "1389900001",
"display" : "Barangay 701"
}
},
{
"url" : "urn://example.com/ph-core/fhir/StructureDefinition/city-municipality",
"valueCoding" : {
"system" : "https://psgc.gitlab.io/psgc",
"code" : "1339000000",
"display" : "City of Manila"
}
},
{
"url" : "urn://example.com/ph-core/fhir/StructureDefinition/province",
"valueCoding" : {
"system" : "https://psgc.gitlab.io/psgc",
"code" : "1339000000",
"display" : "Metro Manila"
}
}
],
"use" : "temp",
"line" : [
"456 Rizal Avenue"
],
"city" : "Manila",
"district" : "NCR",
"country" : "PH"
}
],
"managingOrganization" : {
🔗 "reference" : "Organization/organization-hospital-ex"
}
}