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

: Insurance Plan Type Codes - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "insurance-plan-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/insurance-plan-type</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\">hearing<a name=\"insurance-plan-type-hearing\"> </a></td><td>Hearing</td><td>Insurance plan type for hearing</td></tr><tr><td style=\"white-space:nowrap\">lifeins<a name=\"insurance-plan-type-lifeins\"> </a></td><td>Life Insurance</td><td>Insurance plan type for lift insurance</td></tr><tr><td style=\"white-space:nowrap\">substance-abuse-ambulatory<a name=\"insurance-plan-type-substance-abuse-ambulatory\"> </a></td><td>Substance Abuse Ambulatory</td><td>Insurance plan type for ambulatory substance abuse</td></tr><tr><td style=\"white-space:nowrap\">substance-abuse-day-night<a name=\"insurance-plan-type-substance-abuse-day-night\"> </a></td><td>Substance Abuse Day Night</td><td>Insurance plan type for day-night substance abuse</td></tr><tr><td style=\"white-space:nowrap\">substance-abuse-inpatient<a name=\"insurance-plan-type-substance-abuse-inpatient\"> </a></td><td>Substance Abuse Inpatient</td><td>Insurance plan type for inpatient substance abuse</td></tr><tr><td style=\"white-space:nowrap\">mental-health-ambulatory<a name=\"insurance-plan-type-mental-health-ambulatory\"> </a></td><td>Mental Health Ambulatory</td><td>Insurance plan type for ambulatory mental health</td></tr><tr><td style=\"white-space:nowrap\">mental-health-day-night<a name=\"insurance-plan-type-mental-health-day-night\"> </a></td><td>Mental Health Day Night</td><td>Insurance plan type for day-night mental health</td></tr><tr><td style=\"white-space:nowrap\">mental-health-inpatient<a name=\"insurance-plan-type-mental-health-inpatient\"> </a></td><td>Mental Health Inpatient</td><td>Insurance plan type for inpatient mental health</td></tr></table></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/insurance-plan-type",
  "version" : "8.0.0",
  "name" : "InsurancePlanTypeCodeSystem",
  "title" : "Insurance Plan Type Codes",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "The codes that indicates the specific benefit categories a member may have (medical, dental, vision, etc) based on benefit election.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 8,
  "concept" : [
    {
      "code" : "hearing",
      "display" : "Hearing",
      "definition" : "Insurance plan type for hearing"
    },
    {
      "code" : "lifeins",
      "display" : "Life Insurance",
      "definition" : "Insurance plan type for lift insurance"
    },
    {
      "code" : "substance-abuse-ambulatory",
      "display" : "Substance Abuse Ambulatory",
      "definition" : "Insurance plan type for ambulatory substance abuse"
    },
    {
      "code" : "substance-abuse-day-night",
      "display" : "Substance Abuse Day Night",
      "definition" : "Insurance plan type for day-night substance abuse"
    },
    {
      "code" : "substance-abuse-inpatient",
      "display" : "Substance Abuse Inpatient",
      "definition" : "Insurance plan type for inpatient substance abuse"
    },
    {
      "code" : "mental-health-ambulatory",
      "display" : "Mental Health Ambulatory",
      "definition" : "Insurance plan type for ambulatory mental health"
    },
    {
      "code" : "mental-health-day-night",
      "display" : "Mental Health Day Night",
      "definition" : "Insurance plan type for day-night mental health"
    },
    {
      "code" : "mental-health-inpatient",
      "display" : "Mental Health Inpatient",
      "definition" : "Insurance plan type for inpatient mental health"
    }
  ]
}