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 Task - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "rs-example-task",
  "meta" : {
    "profile" : [
      🔗 "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-task"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Task monitoring completion of refusal-to-admit follow-up actions for rs-example-patient.</div>"
  },
  "status" : "in-progress",
  "intent" : "plan",
  "focus" : {
    🔗 "reference" : "ServiceRequest/rs-example-service-request"
  },
  "for" : {
    🔗 "reference" : "Patient/rs-example-patient"
  },
  "executionPeriod" : {
    "start" : "2025-10-31T16:15:00+08:00",
    "end" : "2025-10-31T18:45:00+08:00"
  },
  "owner" : {
    🔗 "reference" : "Practitioner/rs-practitioner-receivedby"
  },
  "note" : [
    {
      "text" : "Coordinating ambulance standby while awaiting receiving facility confirmation."
    }
  ]
}