VhDir Implementation Guide CI Build: STU2 Ballot

This page is part of the Validated Healthcare Directory FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions

JSON Format: ValueSet-valueset-insuranceplan-type

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "valueset-insuranceplan-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>VhDir Product Plan Type</h2><div><p>This value set defines a set of codes that indicate the type of a product plan.</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href="CodeSystem-codesystem-payercharacteristics.html"><code>http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-payercharacteristics</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-medical">medical</a></td><td>Medical</td><td>Medical insurance coverage.</td></tr><tr><td><a href="CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-dental">dental</a></td><td>Dental</td><td>Dental insurance coverage.</td></tr><tr><td><a href="CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-menthlth">menthlth</a></td><td>Mental Health</td><td>Mental health insurance coverage.</td></tr><tr><td><a href="CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-substanceabuse">substanceabuse</a></td><td>Substance Abuse</td><td>Substance abuse services insurance coverage.</td></tr><tr><td><a href="CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-vision">vision</a></td><td>Vision</td><td>Vision insurance coverage.</td></tr><tr><td><a href="CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-drug">drug</a></td><td>Drug</td><td>Prescription drug coverage.</td></tr><tr><td><a href="CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-stc">stc</a></td><td>Short Term Care</td><td>Short term care.</td></tr><tr><td><a href="CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-ltc">ltc</a></td><td>Long Term Care</td><td>Long term care.</td></tr><tr><td><a href="CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-hospice">hospice</a></td><td>Hospice</td><td>Hospice insurance coverage.</td></tr><tr><td><a href="CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-homehealth">homehealth</a></td><td>Home Health</td><td>Home health services insurance coverage.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/vhdir/ValueSet/valueset-insuranceplan-type",
  "version" : "0.2.0",
  "name" : "VhDirInsurancePlanType",
  "title" : "VhDir Product Plan Type",
  "status" : "active",
  "date" : "2018-02-21",
  "publisher" : "HL7 International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "This value set defines a set of codes that indicate the type of a product plan.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-payercharacteristics",
        "concept" : [
          {
            "code" : "medical"
          },
          {
            "code" : "dental"
          },
          {
            "code" : "menthlth"
          },
          {
            "code" : "substanceabuse"
          },
          {
            "code" : "vision"
          },
          {
            "code" : "drug"
          },
          {
            "code" : "stc"
          },
          {
            "code" : "ltc"
          },
          {
            "code" : "hospice"
          },
          {
            "code" : "homehealth"
          }
        ]
      }
    ]
  }
}