LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Payer Coverage Class Codes - XML Representation

Active as of 2022-11-10

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="payer-coverage-class"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-coverage-class</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">election-tier<a name="payer-coverage-class-election-tier"> </a></td><td>Election Tier</td><td>Elected tier for coverage</td></tr><tr><td style="white-space:nowrap">group-type<a name="payer-coverage-class-group-type"> </a></td><td>Group Type</td><td>Type of group for coverage</td></tr></table></div>
  </text>
  <url
       value="http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-coverage-class"/>
  <version value="8.0.0"/>
  <name value="PayerCoverageClassCodeSystem"/>
  <title value="Payer Coverage Class Codes"/>
  <status value="active"/>
  <date value="2022-11-10T16:00:46+00:00"/>
  <publisher value="LinuxForHealth Team"/>
  <description value="LinuxForHealth standard code for the coverage class"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="election-tier"/>
    <display value="Election Tier"/>
    <definition value="Elected tier for coverage"/>
  </concept>
  <concept>
    <code value="group-type"/>
    <display value="Group Type"/>
    <definition value="Type of group for coverage"/>
  </concept>
</CodeSystem>