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 Patient Example - Age Only - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-road-safety-age2"/>
  <meta>
    <profile
             value="https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/RS-Patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Patient:</b> Unknown Male</p><p><b>Age:</b> 45 years (birthDate not available)</p></div>
  </text>
  <extension
             url="https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-patient-age">
    <valueAge>
      <value value="45"/>
      <unit value="years"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="a"/>
    </valueAge>
  </extension>
  <extension
             url="http://hl7.org.ph/fhir/StructureDefinition/indigenousPeople">
    <valueCoding>
      <system value="http://hl7.org/fhir/v3/NullFlavor"/>
      <code value="UNK"/>
      <display value="Unknown"/>
    </valueCoding>
  </extension>
  <identifier>
    <system value="http://hospital.example.org/hospital-patient-id"/>
    <value value="HOSP-2025-0003"/>
  </identifier>
  <gender value="male"/>
  <managingOrganization>🔗 
    <reference value="Organization/organization-hospital-ex"/>
  </managingOrganization>
</Patient>