DRAFT PH Road Safety Implementation Guide
0.1.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.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

: Road Safety Task Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "task-road-safety-ex",
  "meta" : {
    "profile" : [
      🔗 "urn://example.com.ph/StructureDefinition/rs-task"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Task:</b> Report Form Tracking</p><p><b>Status:</b> Completed (Report Form Received)</p><p><b>Intent:</b> Order</p><p><b>Execution Period:</b> 2025-09-01 to 2025-09-10 (9 days delay)</p><p><b>Sources of Delays:</b></p><ul><li>Late transport of documents</li><li>Technical issues in hospital reporting system</li></ul></div>"
  },
  "status" : "completed",
  "intent" : "order",
  "executionPeriod" : {
    "start" : "2025-09-01",
    "end" : "2025-09-10"
  },
  "note" : [
    {
      "text" : "Late transport of documents"
    },
    {
      "text" : "Technical issues in hospital reporting system"
    }
  ]
}