openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: JoeDoeEnquiring - XML Representation

Raw xml | Download



<CoverageEligibilityRequest xmlns="http://hl7.org/fhir">
  <id value="JoeDoeEnquiring"/>
  <meta>
    <profile
             value="https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-coverage-eligibility-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource "JoeDoeEnquiring" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-openimis-coverage-eligibility-request.html">openIMIS CoverageEligibilityRequest</a></p></div><p><b>identifier</b>: UUID unique identifier: D30F70DF-D10B-43D4-9578-5137C118AD84</p><p><b>status</b>: active</p><p><b>purpose</b>: benefits</p><p><b>patient</b>: <a href="joe-doe">joe-doe</a></p><p><b>created</b>: 2021-09-17</p><p><b>insurer</b>: <a href="Organization-openIMIS-Implementation.html">Organization/openIMIS-Implementation</a> "openIMIS Implementation"</p><h3>Items</h3><table class="grid"><tr><td>-</td><td><b>Category</b></td><td><b>ProductOrService</b></td></tr><tr><td>*</td><td>Service <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-claim-item-category.html">Category of the item (Claim)</a>#service)</span></td><td>A1 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system
                value="https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers"/>
        <code value="UUID"/>
      </coding>
    </type>
    <value value="D30F70DF-D10B-43D4-9578-5137C118AD84"/>
  </identifier>
  <status value="active"/>
  <purpose value="benefits"/>
  <patient>
    <reference value="joe-doe"/>
  </patient>
  <created value="2021-09-17"/>
  <insurer>
    <reference value="Organization/openIMIS-Implementation"/>
  </insurer>
  <item>
    <category>
      <coding>
        <system
                value="https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/claim-item-category"/>
        <code value="service"/>
        <display value="Service"/>
      </coding>
    </category>
    <productOrService>
      <text value="A1"/>
    </productOrService>
  </item>
</CoverageEligibilityRequest>