DRAFT PH Road Safety Implementation Guide
0.2.0 - ci-build Philippines flag

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.2.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

: Example RS Procedure - Transport Coordination - JSON Representation

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "rs-example-procedure-transport",
  "meta" : {
    "profile" : [
      🔗 "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-procedure-transport-coordination"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Coordination call placed to DOH Central ER confirming bed availability.</div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://www.roadsafetyph.doh.gov.ph/CodeSystem",
        "version" : "1",
        "code" : "COORDINATIONDONE",
        "display" : "Was Transport Coordinated with Receiving Hospital?"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/rs-example-patient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/rs-example-encounter"
  },
  "performedDateTime" : "2025-10-31T16:05:00+08:00",
  "note" : [
    {
      "text" : "EMS team leader confirmed transfer acceptance at DOH Central ER prior to transport."
    }
  ]
}