XealthIG
v1.42.0 - release

XealthIG - Local Development build (vv1.42.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Xealth Coverage - XML Representation

Raw xml | Download


<Coverage xmlns="http://hl7.org/fhir">
  <id value="123"/>
  <meta>
    <profile
             value="https://fhir.xealth.io/StructureDefinition/xealth-coverage"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Coverage 123</b></p><a name="123"> </a><a name="hc123"> </a><a name="123-en-US"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-xealth-coverage.html">Xealth Coverage</a></p></div><p><b>io/StructureDefinition/coverage-plan-type</b>: medicare advantage</p><p><b>identifier</b>: <code>https://fhir.xealth.io/ns/coverage/identifier/example-coverage-id</code>/123, <code>https://fhir.xealth.io/ns/coverage/identifier/example-insured-id</code>/test insured id number</p><p><b>status</b>: Active</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode MCPOL}">managed care policy</span></p><p><b>subscriberId</b>: abc123def</p><p><b>beneficiary</b>: <a href="Patient/id">Patient/id</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}">Self</span></p><p><b>period</b>: 2021-01-01 --&gt; (ongoing)</p><p><b>payor</b>: <a href="Organization-ExampleOrganization.html">Organization Health Level Seven International</a></p><blockquote><p><b>class</b></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/coverage-class group}">Group</span></p><p><b>value</b>: 1234567</p><p><b>name</b>: TEST 654321 ABC</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/coverage-class plan}">Plan</span></p><p><b>value</b>: 98765</p><p><b>name</b>: TESTING ASDFGH 987</p></blockquote></div>
  </text>
  <extension
             url="http://fhir.xealth.io/StructureDefinition/coverage-plan-type">
    <valueString value="medicare advantage"/>
  </extension>
  <identifier>
    <system
            value="https://fhir.xealth.io/ns/coverage/identifier/example-coverage-id"/>
    <value value="123"/>
  </identifier>
  <identifier>
    <system
            value="https://fhir.xealth.io/ns/coverage/identifier/example-insured-id"/>
    <value value="test insured id number"/>
  </identifier>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="MCPOL"/>
      <display value="managed care policy"/>
    </coding>
  </type>
  <subscriberId value="abc123def"/>
  <beneficiary>
    <reference value="Patient/id"/>
    <type value="Patient"/>
  </beneficiary>
  <relationship>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/subscriber-relationship"/>
      <code value="self"/>
      <display value="Self"/>
    </coding>
  </relationship>
  <period>
    <start value="2021-01-01"/>
  </period>
  <payor>🔗 
    <reference value="Organization/ExampleOrganization"/>
  </payor>
  <class>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/coverage-class"/>
        <code value="group"/>
      </coding>
    </type>
    <value value="1234567"/>
    <name value="TEST 654321 ABC"/>
  </class>
  <class>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/coverage-class"/>
        <code value="plan"/>
      </coding>
    </type>
    <value value="98765"/>
    <name value="TESTING ASDFGH 987"/>
  </class>
</Coverage>