<?xml version="1.0" encoding="UTF-8"?>

<Claim xmlns="http://hl7.org/fhir">
  <id value="CLAIM-0000X"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Claim CLAIM-0000X</b></p><a name="CLAIM-0000X"> </a><a name="hcCLAIM-0000X"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/claim-type institutional}">Institutional</span></p><p><b>use</b>: Claim</p><p><b>patient</b>: <a href="Patient-PT-0001.html">John Doe  Male, DoB: 1980-01-01</a></p><p><b>created</b>: 2025-01-01</p><p><b>insurer</b>: <a href="Organization-INS-001.html">Organization Kenya Insurance Company</a></p><p><b>provider</b>: <a href="Organization-ORG-001.html">Organization Nairobi General Hospital</a></p><p><b>priority</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}">Normal</span></p><h3>Insurances</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style="display: none">*</td><td>1</td><td>true</td><td><a href="Coverage-COV-0001.html">Coverage: status = active</a></td></tr></table></div>
  </text>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/claim-type"/>
      <code value="institutional"/>
    </coding>
  </type>
  <use value="claim"/>
  <patient>
    <reference value="Patient/PT-0001"/>
  </patient>
  <created value="2025-01-01"/>
  <insurer>
    <reference value="Organization/INS-001"/>
  </insurer>
  <provider>
    <reference value="Organization/ORG-001"/>
  </provider>
  <priority>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/processpriority"/>
      <code value="normal"/>
      <display value="Normal"/>
    </coding>
  </priority>
  <insurance>
    <sequence value="1"/>
    <focal value="true"/>
    <coverage>
      <reference value="Coverage/COV-0001"/>
    </coverage>
  </insurance>
</Claim>