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

: patient-road-safety-ex - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-road-safety-ex"/>
  <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> Juan Dela Cruz (Male, 40 years old)</p><p><b>Date of Birth:</b> 15 June 1985</p><p><b>Permanent Address:</b> 123 Mabini Street, Barangay 1, Quezon City, NCR, Philippines (Postal: 1100)</p><p><b>Temporary Address:</b> 456 Rizal Avenue, Barangay 701, City of Manila, NCR, Philippines</p><p><b>Identifier:</b> Hospital Patient Record ID – HOSP-2025-0001</p><p><b>Managing Organization:</b> Example Hospital</p><hr/><p style="color:red; font-weight:bold;">⚠ Road Traffic Crash Involvement</p><p>Juan Dela Cruz was reported as a <b>road traffic crash patient</b> and this record is submitted by Example Hospital under the Road Safety Surveillance Program.</p></div>
  </text>
  <extension
             url="https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-patient-age">
    <valueAge>
      <value value="40"/>
      <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-0001"/>
  </identifier>
  <name>
    <family value="Dela Cruz"/>
    <given value="Juan"/>
  </name>
  <gender value="male"/>
  <birthDate value="1985-06-15"/>
  <address>
    <extension
               url="urn://example.com/ph-core/fhir/StructureDefinition/barangay">
      <valueCoding>
        <system value="https://psgc.gitlab.io/psgc"/>
        <code value="1380100001"/>
        <display value="Barangay 1"/>
      </valueCoding>
    </extension>
    <extension
               url="urn://example.com/ph-core/fhir/StructureDefinition/city-municipality">
      <valueCoding>
        <system value="https://psgc.gitlab.io/psgc"/>
        <code value="1380200000"/>
        <display value="City of Las Piñas"/>
      </valueCoding>
    </extension>
    <extension
               url="urn://example.com/ph-core/fhir/StructureDefinition/province">
      <valueCoding>
        <system value="https://psgc.gitlab.io/psgc"/>
        <code value="0402100000"/>
        <display value="Cavite"/>
      </valueCoding>
    </extension>
    <use value="home"/>
    <line value="123 Mabini Street"/>
    <city value="Quezon City"/>
    <district value="NCR"/>
    <postalCode value="1100"/>
    <country value="PH"/>
  </address>
  <address>
    <extension
               url="urn://example.com/ph-core/fhir/StructureDefinition/barangay">
      <valueCoding>
        <system value="https://psgc.gitlab.io/psgc"/>
        <code value="1389900001"/>
        <display value="Barangay 701"/>
      </valueCoding>
    </extension>
    <extension
               url="urn://example.com/ph-core/fhir/StructureDefinition/city-municipality">
      <valueCoding>
        <system value="https://psgc.gitlab.io/psgc"/>
        <code value="1339000000"/>
        <display value="City of Manila"/>
      </valueCoding>
    </extension>
    <extension
               url="urn://example.com/ph-core/fhir/StructureDefinition/province">
      <valueCoding>
        <system value="https://psgc.gitlab.io/psgc"/>
        <code value="1339000000"/>
        <display value="Metro Manila"/>
      </valueCoding>
    </extension>
    <use value="temp"/>
    <line value="456 Rizal Avenue"/>
    <city value="Manila"/>
    <district value="NCR"/>
    <country value="PH"/>
  </address>
  <managingOrganization>🔗 
    <reference value="Organization/organization-hospital-ex"/>
  </managingOrganization>
</Patient>