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 - XML Representation

Raw xml | Download


<Task xmlns="http://hl7.org/fhir">
  <id value="task-road-safety-ex"/>
  <meta>
    <profile value="urn://example.com.ph/StructureDefinition/rs-task"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="completed"/>
  <intent value="order"/>
  <executionPeriod>
    <start value="2025-09-01"/>
    <end value="2025-09-10"/>
  </executionPeriod>
  <note>
    <text value="Late transport of documents"/>
  </note>
  <note>
    <text value="Technical issues in hospital reporting system"/>
  </note>
</Task>