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

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="rs-example-patient"/>
  <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">RS-Example Patient: Thomas Niccolo Filamor Reyes, male, born 1990-01-01. Address: 123 Sampaloc Street, Manila 1008, PH. Phone: +63-912-345-6789; Email: thomas.reyes@example.com</div>
  </text>
  <extension
             url="urn://example.com/ph-core/fhir/StructureDefinition/indigenous-people">
    <valueBoolean value="false"/>
  </extension>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Reyes"/>
    <given value="Thomas Niccolo"/>
    <given value="Filamor"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+63-912-345-6789"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="thomas.reyes@example.com"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1990-01-01"/>
  <address>
    <extension
               url="urn://example.com/ph-core/fhir/StructureDefinition/province">
      <valueCoding>
        <system value="urn://example.com/ph-core/fhir/CodeSystem/PSGC"/>
        <code value="0402100000"/>
        <display value="Cavite"/>
      </valueCoding>
    </extension>
    <extension
               url="urn://example.com/ph-core/fhir/StructureDefinition/city-municipality">
      <valueCoding>
        <system value="urn://example.com/ph-core/fhir/CodeSystem/PSGC"/>
        <code value="1380100000"/>
        <display value="City of Caloocan"/>
      </valueCoding>
    </extension>
    <extension
               url="urn://example.com/ph-core/fhir/StructureDefinition/barangay">
      <valueCoding>
        <system value="urn://example.com/ph-core/fhir/CodeSystem/PSGC"/>
        <code value="1380100001"/>
        <display value="Barangay 1"/>
      </valueCoding>
    </extension>
    <use value="home"/>
    <line value="123 Sampaloc Street"/>
    <city value="Manila"/>
    <postalCode value="1008"/>
    <country value="PH"/>
  </address>
</Patient>