LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Payer Education Level Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "payer-education-level",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-education-level",
"version" : "8.0.0",
"name" : "PayerEducationLevelCodeSystem",
"title" : "Payer Education Level Codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Payer codes for the education level",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 7,
"concept" : [
{
"code" : "A",
"display" : "Grade School or Less",
"definition" : "Grade School or Less"
},
{
"code" : "B",
"display" : "Some High School",
"definition" : "Some High School"
},
{
"code" : "C",
"display" : "High School Graduate",
"definition" : "High School Graduate"
},
{
"code" : "D",
"display" : "Some College",
"definition" : "Some College"
},
{
"code" : "E",
"display" : "Associates or Technical School",
"definition" : "Associates or Technical School"
},
{
"code" : "F",
"display" : "Bachelors Degree",
"definition" : "Bachelors Degree"
},
{
"code" : "G",
"display" : "Post Graduate or Professional",
"definition" : "Post Graduate or Professional"
}
]
}