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 SSI Status Codes - XML Representation

Active as of 2022-11-10

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="payer-ssi-status"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-ssi-status</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">000<a name="payer-ssi-status-000"> </a></td><td>Not Applicable</td></tr><tr><td style="white-space:nowrap">001<a name="payer-ssi-status-001"> </a></td><td>Supplemental Security Income (SSI)</td></tr><tr><td style="white-space:nowrap">002<a name="payer-ssi-status-002"> </a></td><td>Supplemental Security Income (SSI) Eligible Spouse</td></tr><tr><td style="white-space:nowrap">003<a name="payer-ssi-status-003"> </a></td><td>Supplemental Security Income (SSI) Pending</td></tr><tr><td style="white-space:nowrap">999<a name="payer-ssi-status-999"> </a></td><td>Unknown</td></tr></table></div>
  </text>
  <url
       value="http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-ssi-status"/>
  <version value="8.0.0"/>
  <name value="PayerSsiStatusCodeSystem"/>
  <title value="Payer SSI Status Codes"/>
  <status value="active"/>
  <date value="2022-11-10T16:00:46+00:00"/>
  <publisher value="LinuxForHealth Team"/>
  <description
               value="Payer Supplemental Security Income (SSI) status codes for the person"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="5"/>
  <concept>
    <code value="000"/>
    <display value="Not Applicable"/>
  </concept>
  <concept>
    <code value="001"/>
    <display value="Supplemental Security Income (SSI)"/>
  </concept>
  <concept>
    <code value="002"/>
    <display value="Supplemental Security Income (SSI) Eligible Spouse"/>
  </concept>
  <concept>
    <code value="003"/>
    <display value="Supplemental Security Income (SSI) Pending"/>
  </concept>
  <concept>
    <code value="999"/>
    <display value="Unknown"/>
  </concept>
</CodeSystem>