CARIN Consumer Directed Payer Data Exchange (CARIN IG for Blue Button®)
2.1.0-snapshot1 - STU 2.1 prepublication draft United States of America flag

CARIN Consumer Directed Payer Data Exchange (CARIN IG for Blue Button®), published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0-snapshot1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/carin-bb/ and changes regularly. See the Directory of published versions

: Coverage Example 3 - XML Representation

Page standards status: Informative

Raw xml | Download



<Coverage xmlns="http://hl7.org/fhir">
  <id value="Coverage3"/>
  <meta>
    <lastUpdated value="2020-07-07T13:26:22.0314215+00:00"/>
    <profile
             value="http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Coverage|2.1.0-snapshot1"/>
  </meta>
  <language value="en-US"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><p class="res-header-id"><b>Generated Narrative: Coverage Coverage3</b></p><a name="Coverage3"> </a><a name="hcCoverage3"> </a><a name="Coverage3-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">Last updated: 2020-07-07 13:26:22+0000; Language: en-US</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-C4BB-Coverage.html">C4BB Coverageversion: {0}2.1.0-snapshot1)</a></p></div><p><b>identifier</b>: Member Number/1234-234-1243-12345678901</p><p><b>status</b>: Active</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode HIP}">health insurance plan policy</span></p><p><b>policyHolder</b>: <a href="Patient-Patient2.html">Member 01 Test  Male, DoB: 1943-01-01 ( An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier.: 88800933501)</a></p><p><b>subscriber</b>: <a href="Patient-Patient2.html">Member 01 Test  Male, DoB: 1943-01-01 ( An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier.: 88800933501)</a></p><p><b>subscriberId</b>: 12345678901</p><p><b>beneficiary</b>: <a href="Patient-Patient2.html">Member 01 Test  Male, DoB: 1943-01-01 ( An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier.: 88800933501)</a></p><p><b>dependent</b>: 01</p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}">Self</span></p><p><b>period</b>: 2019-01-01 --&gt; 2019-10-31</p><p><b>payor</b>: <a href="Organization-Payer1.html">Organization Organization Payer 1</a></p><blockquote><p><b>class</b></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/coverage-class group}">An employee group</span></p><p><b>value</b>: 021890</p><p><b>name</b>: Acme Corporation</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>: XYZ123</p><p><b>name</b>: XYZ123-UPMC CONSUMER ADVA</p></blockquote><p><b>network</b>: XYZ123-UPMC CONSUMER ADVA</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MB"/>
      </coding>
    </type>
    <system value="https://www.xxxhealthplan.com/fhir/memberidentifier"/>
    <value value="1234-234-1243-12345678901"/>
  </identifier>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="HIP"/>
    </coding>
    <text value="health insurance plan policy"/>
  </type>
  <policyHolder>🔗 
    <reference value="Patient/Patient2"/>
  </policyHolder>
  <subscriber>🔗 
    <reference value="Patient/Patient2"/>
  </subscriber>
  <subscriberId value="12345678901"/>
  <beneficiary>🔗 
    <reference value="Patient/Patient2"/>
  </beneficiary>
  <dependent value="01"/>
  <relationship>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/subscriber-relationship"/>
      <code value="self"/>
    </coding>
  </relationship>
  <period>
    <start value="2019-01-01"/>
    <end value="2019-10-31"/>
  </period>
  <payor>🔗 
    <reference value="Organization/Payer1"/>
  </payor>
  <class>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/coverage-class"/>
        <code value="group"/>
      </coding>
      <text value="An employee group"/>
    </type>
    <value value="021890"/>
    <name value="Acme Corporation"/>
  </class>
  <class>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/coverage-class"/>
        <code value="plan"/>
      </coding>
      <text value="Plan"/>
    </type>
    <value value="XYZ123"/>
    <name value="XYZ123-UPMC CONSUMER ADVA"/>
  </class>
  <network value="XYZ123-UPMC CONSUMER ADVA"/>
</Coverage>