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

Raw xml | Download


<Coverage xmlns="http://hl7.org/fhir">
  <id value="rs-example-coverage"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Example coverage for rs-example-patient referencing rs-organization-single-ex as payor.</div>
  </text>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="EHCPOL"/>
    </coding>
  </type>
  <subscriber>🔗 
    <reference value="Patient/rs-example-patient"/>
  </subscriber>
  <beneficiary>🔗 
    <reference value="Patient/rs-example-patient"/>
  </beneficiary>
  <period>
    <start value="2025-01-01"/>
    <end value="2025-12-31"/>
  </period>
  <payor>🔗 
    <reference value="Organization/rs-organization-single-ex"/>
  </payor>
  <class>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/coverage-class"/>
        <code value="group"/>
      </coding>
    </type>
    <value value="RS-GRP-001"/>
  </class>
</Coverage>