Finance and Insurance Service (FAIS)
1.0.1-current - ci-build International flag

Finance and Insurance Service (FAIS), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.Finance/ and changes regularly. See the Directory of published versions

: Use Case 1 - Example Enrollment Request - XML Representation

Raw xml | Download


<EnrollmentRequest xmlns="http://hl7.org/fhir">
  <id value="ex-enrollment-req-1"/>
  <meta>
    <profile
             value="https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.EnrollmentRequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: EnrollmentRequest ex-enrollment-req-1</b></p><a name="ex-enrollment-req-1"> </a><a name="hcex-enrollment-req-1"> </a><a name="ex-enrollment-req-1-en-US"> </a><p><b>status</b>: Active</p><p><b>created</b>: 2023-12-15</p><p><b>insurer</b>: <a href="Organization-ex-insurer-1.html">Organization National Health Insurance Scheme</a></p><p><b>candidate</b>: <a href="Patient-ex-beneficiary-1.html">Purity Atieno  Female, DoB: 2000-05-04</a></p><p><b>coverage</b>: <a href="Coverage-ex-coverage-1.html">Coverage: status = active; type = public healthcare; subscriberId = 05710b56-4448-11ef-b676-774a043da147; relationship = Self; period = 2024-01-01 --&gt; 2024-12-31</a></p></div>
  </text>
  <status value="active"/>
  <created value="2023-12-15"/>
  <insurer>🔗 
    <reference value="Organization/ex-insurer-1"/>
  </insurer>
  <candidate>🔗 
    <reference value="Patient/ex-beneficiary-1"/>
  </candidate>
  <coverage>🔗 
    <reference value="Coverage/ex-coverage-1"/>
  </coverage>
</EnrollmentRequest>