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 Indicator Codes - XML Representation

Active as of 2022-11-10

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="payer-indicators"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-indicators</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">Y<a name="payer-indicators-Y"> </a></td><td>Yes</td><td>Positive indication</td></tr><tr><td style="white-space:nowrap">N<a name="payer-indicators-N"> </a></td><td>No</td><td>Negative indication</td></tr><tr><td style="white-space:nowrap">E<a name="payer-indicators-E"> </a></td><td>E</td><td>Unknown or exception indication. For example, Enrollment may not have any claims.</td></tr></table></div>
  </text>
  <url
       value="http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-indicators"/>
  <version value="8.0.0"/>
  <name value="PayerIndicatorsCodeSystem"/>
  <title value="Payer Indicator Codes"/>
  <status value="active"/>
  <date value="2022-11-10T16:00:46+00:00"/>
  <publisher value="LinuxForHealth Team"/>
  <description value="Payer indicator type code"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="Y"/>
    <display value="Yes"/>
    <definition value="Positive indication"/>
  </concept>
  <concept>
    <code value="N"/>
    <display value="No"/>
    <definition value="Negative indication"/>
  </concept>
  <concept>
    <code value="E"/>
    <display value="E"/>
    <definition
                value="Unknown or exception indication. For example, Enrollment may not have any claims."/>
  </concept>
</CodeSystem>