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

: Insured Category Code System - XML Representation

Active as of 2022-11-10

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="insured-category"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/insured-category</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">PRIVATE<a name="insured-category-PRIVATE"> </a></td><td>Private</td><td>Private</td></tr><tr><td style="white-space:nowrap">MEDICARE<a name="insured-category-MEDICARE"> </a></td><td>Medicare</td><td>Medicare</td></tr><tr><td style="white-space:nowrap">RESEARCH<a name="insured-category-RESEARCH"> </a></td><td>Research</td><td>Research</td></tr><tr><td style="white-space:nowrap">DENTAL<a name="insured-category-DENTAL"> </a></td><td>Dental</td><td>Dental</td></tr><tr><td style="white-space:nowrap">MEDICAID<a name="insured-category-MEDICAID"> </a></td><td>Medicaid</td><td>Medicaid</td></tr><tr><td style="white-space:nowrap">OTHERPUBLIC<a name="insured-category-OTHERPUBLIC"> </a></td><td>Other Public</td><td>Other Public</td></tr><tr><td style="white-space:nowrap">OTHER<a name="insured-category-OTHER"> </a></td><td>Other</td><td>Other</td></tr><tr><td style="white-space:nowrap">UNKNOWN<a name="insured-category-UNKNOWN"> </a></td><td>Unknown</td><td>Unknown</td></tr><tr><td style="white-space:nowrap">SELFPAY<a name="insured-category-SELFPAY"> </a></td><td>Self Pay</td><td>Self Pay</td></tr></table></div>
  </text>
  <url
       value="http://linuxforhealth.org/fhir/cdm/CodeSystem/insured-category"/>
  <version value="8.0.0"/>
  <name value="InsuredCategoryCodeSystem"/>
  <title value="Insured Category Code System"/>
  <status value="active"/>
  <date value="2022-11-10T16:00:46+00:00"/>
  <publisher value="LinuxForHealth Team"/>
  <description value="Code system that defines a category of insurance"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="9"/>
  <concept>
    <code value="PRIVATE"/>
    <display value="Private"/>
    <definition value="Private"/>
  </concept>
  <concept>
    <code value="MEDICARE"/>
    <display value="Medicare"/>
    <definition value="Medicare"/>
  </concept>
  <concept>
    <code value="RESEARCH"/>
    <display value="Research"/>
    <definition value="Research"/>
  </concept>
  <concept>
    <code value="DENTAL"/>
    <display value="Dental"/>
    <definition value="Dental"/>
  </concept>
  <concept>
    <code value="MEDICAID"/>
    <display value="Medicaid"/>
    <definition value="Medicaid"/>
  </concept>
  <concept>
    <code value="OTHERPUBLIC"/>
    <display value="Other Public"/>
    <definition value="Other Public"/>
  </concept>
  <concept>
    <code value="OTHER"/>
    <display value="Other"/>
    <definition value="Other"/>
  </concept>
  <concept>
    <code value="UNKNOWN"/>
    <display value="Unknown"/>
    <definition value="Unknown"/>
  </concept>
  <concept>
    <code value="SELFPAY"/>
    <display value="Self Pay"/>
    <definition value="Self Pay"/>
  </concept>
</CodeSystem>