Da Vinci - Documentation Templates and Rules
2.2.0-snapshot - STU 2.2 - Peer Review United States of America flag

Da Vinci - Documentation Templates and Rules, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.2.0-snapshot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-dtr/ and changes regularly. See the Directory of published versions

: SupportedPayers

Page standards status: Informative

Raw xml | Download


<List xmlns="http://hl7.org/fhir">
  <id value="SupportedPayers"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-supported-Payers"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><p class="res-header-id"><b>Generated Narrative: List SupportedPayers</b></p><a name="SupportedPayers"> </a><a name="hcSupportedPayers"> </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">Language: en</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-dtr-supported-Payers.html">DTR Supported Payers</a></p></div><table class="clstu"><tr><td>Mode: Snapshot List </td><td>Status: Current </td></tr><tr><td/></tr></table><p>note</p><blockquote><div><p>The Payer systems supported by this implementation of DTR.</p>
</div></blockquote><table class="grid"><tr style="backgound-color: #eeeeee"><td><b>Items</b></td></tr><tr><td><a href="#hcSupportedPayers/Payer1">Organization Acme Insurance</a></td></tr><tr><td><a href="#hcSupportedPayers/Payer2">Organization GC/GS Alabama</a></td></tr></table><hr/><p><b>Contained Resources</b></p><hr/><a name="SupportedPayers/Payer1"> </a><p class="res-header-id"><b>Organization #Payer1</b></p><a name="hcSupportedPayers/Payer1"> </a><p><b>identifier</b>: Acmeins</p><p><b>name</b>: Acme Insurance</p><p><b>telecom</b>: <a href="tel:+15552343523">+1 555 234 3523</a></p><hr/><a name="SupportedPayers/Payer2"> </a><p class="res-header-id"><b>Organization #Payer2</b></p><a name="hcSupportedPayers/Payer2"> </a><p><b>identifier</b>: gcgsal</p><p><b>name</b>: GC/GS Alabama</p><p><b>telecom</b>: <a href="tel:+15555324534">+1 555 532 4534</a></p></div>
  </text>
  <contained>
    <Organization>
      <id value="Payer1"/>
      <identifier>
        <value value="Acmeins"/>
      </identifier>
      <name value="Acme Insurance"/>
      <telecom>
        <system value="phone"/>
        <value value="+1 555 234 3523"/>
        <use value="mobile"/>
      </telecom>
    </Organization>
  </contained>
  <contained>
    <Organization>
      <id value="Payer2"/>
      <identifier>
        <value value="gcgsal"/>
      </identifier>
      <name value="GC/GS Alabama"/>
      <telecom>
        <system value="phone"/>
        <value value="+1 555 532 4534"/>
        <use value="mobile"/>
      </telecom>
    </Organization>
  </contained>
  <status value="current"/>
  <mode value="snapshot"/>
  <note>
    <text value="The Payer systems supported by this implementation of DTR."/>
  </note>
  <entry>
    <item>
      <reference value="#Payer1"/>
    </item>
  </entry>
  <entry>
    <item>
      <reference value="#Payer2"/>
    </item>
  </entry>
</List>