LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Insured Category Code System - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "insured-category",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/insured-category",
"version" : "8.0.0",
"name" : "InsuredCategoryCodeSystem",
"title" : "Insured Category Code System",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Code system that defines a category of insurance",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 9,
"concept" : [
{
"code" : "PRIVATE",
"display" : "Private",
"definition" : "Private"
},
{
"code" : "MEDICARE",
"display" : "Medicare",
"definition" : "Medicare"
},
{
"code" : "RESEARCH",
"display" : "Research",
"definition" : "Research"
},
{
"code" : "DENTAL",
"display" : "Dental",
"definition" : "Dental"
},
{
"code" : "MEDICAID",
"display" : "Medicaid",
"definition" : "Medicaid"
},
{
"code" : "OTHERPUBLIC",
"display" : "Other Public",
"definition" : "Other Public"
},
{
"code" : "OTHER",
"display" : "Other",
"definition" : "Other"
},
{
"code" : "UNKNOWN",
"display" : "Unknown",
"definition" : "Unknown"
},
{
"code" : "SELFPAY",
"display" : "Self Pay",
"definition" : "Self Pay"
}
]
}