Extensions for Using Data Elements from FHIR R4B in FHIR STU3
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R4B in FHIR STU3 - Downloaded Version null See the Directory of published versions

: InsurancePlanType - JSON Representation

Page standards status: Trial-use Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "insuranceplan-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://hl7.org/fhir/insuranceplan-type defines many codes, of which the following are a subset:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">medical\n                  <a name=\"insuranceplan-type-medical\"> </a>\n                </td>\n                <td>Medical</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">dental\n                  <a name=\"insuranceplan-type-dental\"> </a>\n                </td>\n                <td>Dental</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">mental\n                  <a name=\"insuranceplan-type-mental\"> </a>\n                </td>\n                <td>Mental Health</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">subst-ab\n                  <a name=\"insuranceplan-type-subst-ab\"> </a>\n                </td>\n                <td>Substance Abuse</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">vision\n                  <a name=\"insuranceplan-type-vision\"> </a>\n                </td>\n                <td>Vision</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Drug\n                  <a name=\"insuranceplan-type-Drug\"> </a>\n                </td>\n                <td>Drug</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">short-term\n                  <a name=\"insuranceplan-type-short-term\"> </a>\n                </td>\n                <td>Short Term</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">long-term\n                  <a name=\"insuranceplan-type-long-term\"> </a>\n                </td>\n                <td>Long Term Care</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">hospice\n                  <a name=\"insuranceplan-type-hospice\"> </a>\n                </td>\n                <td>Hospice</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">home\n                  <a name=\"insuranceplan-type-home\"> </a>\n                </td>\n                <td>Home Health</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4b.r3"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r3"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    }
  ],
  "url" : "http://hl7.org/fhir/insuranceplan-type",
  "version" : "4.3.0",
  "name" : "InsurancePlanType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-03-20T13:55:37+11:00",
  "publisher" : "Patient Administration",
  "contact" : [
    {
      "name" : "Patient Administration",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pafm"
        }
      ]
    }
  ],
  "description" : "This example value set defines a set of codes that can be used to indicate a type of product plan.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "fragment",
  "concept" : [
    {
      "code" : "medical",
      "display" : "Medical"
    },
    {
      "code" : "dental",
      "display" : "Dental"
    },
    {
      "code" : "mental",
      "display" : "Mental Health"
    },
    {
      "code" : "subst-ab",
      "display" : "Substance Abuse"
    },
    {
      "code" : "vision",
      "display" : "Vision"
    },
    {
      "code" : "Drug",
      "display" : "Drug"
    },
    {
      "code" : "short-term",
      "display" : "Short Term"
    },
    {
      "code" : "long-term",
      "display" : "Long Term Care"
    },
    {
      "code" : "hospice",
      "display" : "Hospice"
    },
    {
      "code" : "home",
      "display" : "Home Health"
    }
  ]
}