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 Education Level Codes - XML Representation

Active as of 2022-11-10

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="payer-education-level"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-education-level</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">A<a name="payer-education-level-A"> </a></td><td>Grade School or Less</td><td>Grade School or Less</td></tr><tr><td style="white-space:nowrap">B<a name="payer-education-level-B"> </a></td><td>Some High School</td><td>Some High School</td></tr><tr><td style="white-space:nowrap">C<a name="payer-education-level-C"> </a></td><td>High School Graduate</td><td>High School Graduate</td></tr><tr><td style="white-space:nowrap">D<a name="payer-education-level-D"> </a></td><td>Some College</td><td>Some College</td></tr><tr><td style="white-space:nowrap">E<a name="payer-education-level-E"> </a></td><td>Associates or Technical School</td><td>Associates or Technical School</td></tr><tr><td style="white-space:nowrap">F<a name="payer-education-level-F"> </a></td><td>Bachelors Degree</td><td>Bachelors Degree</td></tr><tr><td style="white-space:nowrap">G<a name="payer-education-level-G"> </a></td><td>Post Graduate or Professional</td><td>Post Graduate or Professional</td></tr></table></div>
  </text>
  <url
       value="http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-education-level"/>
  <version value="8.0.0"/>
  <name value="PayerEducationLevelCodeSystem"/>
  <title value="Payer Education Level Codes"/>
  <status value="active"/>
  <date value="2022-11-10T16:00:46+00:00"/>
  <publisher value="LinuxForHealth Team"/>
  <description value="Payer codes for the education level"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="7"/>
  <concept>
    <code value="A"/>
    <display value="Grade School or Less"/>
    <definition value="Grade School or Less"/>
  </concept>
  <concept>
    <code value="B"/>
    <display value="Some High School"/>
    <definition value="Some High School"/>
  </concept>
  <concept>
    <code value="C"/>
    <display value="High School Graduate"/>
    <definition value="High School Graduate"/>
  </concept>
  <concept>
    <code value="D"/>
    <display value="Some College"/>
    <definition value="Some College"/>
  </concept>
  <concept>
    <code value="E"/>
    <display value="Associates or Technical School"/>
    <definition value="Associates or Technical School"/>
  </concept>
  <concept>
    <code value="F"/>
    <display value="Bachelors Degree"/>
    <definition value="Bachelors Degree"/>
  </concept>
  <concept>
    <code value="G"/>
    <display value="Post Graduate or Professional"/>
    <definition value="Post Graduate or Professional"/>
  </concept>
</CodeSystem>