Da Vinci - Member Attribution (ATR) List
2.0.0 - STU 2.0.0 United States of America flag

Da Vinci - Member Attribution (ATR) List, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-atr/ and changes regularly. See the Directory of published versions

: Coverage For Patient 2 - Example - XML Representation

Raw xml | Download



<Coverage xmlns="http://hl7.org/fhir">
  <id value="2"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2019-04-06T03:04:12.348-04:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">A human-readable rendering of the coverage</div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-insuranceProductType">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/InsuranceProductTypeCS"/>
        <code value="mediadv"/>
        <display value="Medicare Advantage"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MB"/>
        <display value="Member Number"/>
      </coding>
    </type>
    <system value="https://sitenv.org"/>
    <value value="789123"/>
  </identifier>
  <status value="active"/>
  <policyHolder>🔗 
    <reference value="RelatedPerson/2"/>
  </policyHolder>
  <subscriber>🔗 
    <reference value="RelatedPerson/2"/>
  </subscriber>
  <subscriberId value="AB3999"/>
  <beneficiary>🔗 
    <reference value="Patient/2"/>
  </beneficiary>
  <dependent value="01"/>
  <relationship>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/subscriber-relationship"/>
      <code value="spouse"/>
      <display value="Spouse"/>
    </coding>
  </relationship>
  <period>
    <start value="2012-05-23"/>
    <end value="2013-05-23"/>
  </period>
  <payor>🔗 
    <reference value="Organization/1"/>
  </payor>
  <class>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/coverage-class"/>
        <code value="plan"/>
      </coding>
    </type>
    <value value="HMO"/>
  </class>
</Coverage>