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

Raw xml | Download


<Procedure xmlns="http://hl7.org/fhir">
  <id value="rs-example-procedure"/>
  <meta>
    <profile
             value="https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-procedure"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Post-crash psychosocial counselling provided to rs-example-patient.</div>
  </text>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="710818009"/>
      <display value="Patient education (procedure)"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/rs-example-patient"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/rs-example-encounter"/>
  </encounter>
  <performedDateTime value="2025-11-01T09:30:00+08:00"/>
  <performer>
    <actor>🔗 
      <reference value="Practitioner/rs-practitioner-teamlead"/>
    </actor>
  </performer>
  <note>
    <text
          value="Discussed post-crash support resources with patient and family."/>
  </note>
</Procedure>