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

Raw xml | Download


<Claim xmlns="http://hl7.org/fhir">
  <id value="rs-example-claim"/>
  <meta>
    <profile
             value="https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-claim"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Example RS Claim for patient rs-example-patient. Total: PHP 1500.00</div>
  </text>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/claim-type"/>
      <code value="professional"/>
    </coding>
  </type>
  <use value="claim"/>
  <patient>🔗 
    <reference value="Patient/rs-example-patient"/>
  </patient>
  <created value="2025-10-31"/>
  <provider>🔗 
    <reference value="Organization/rs-organization-single-ex"/>
  </provider>
  <priority>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/processpriority"/>
      <code value="normal"/>
    </coding>
  </priority>
  <insurance>
    <sequence value="1"/>
    <focal value="true"/>
    <coverage>🔗 
      <reference value="Coverage/rs-example-coverage"/>
    </coverage>
  </insurance>
  <total>
    <value value="1500"/>
    <currency value="PHP"/>
  </total>
</Claim>