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-insuranceplancostcategory

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "valueset-insuranceplancostcategory",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>VhDir Insurance Plan Cost Category</h2><div><p>This value set defines a set of codes that indicate the cost catagory of a 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-insuranceplan.html"><code>http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-insuranceplan</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-insuranceplan.html#codesystem-insuranceplan-medical">medical</a></td><td>Medical</td><td>Nedical</td></tr><tr><td><a href="CodeSystem-codesystem-insuranceplan.html#codesystem-insuranceplan-dental">dental</a></td><td>Dental</td><td>Dental</td></tr><tr><td><a href="CodeSystem-codesystem-insuranceplan.html#codesystem-insuranceplan-vision">vision</a></td><td>Vision</td><td>Vision</td></tr><tr><td><a href="CodeSystem-codesystem-insuranceplan.html#codesystem-insuranceplan-drug">drug</a></td><td>Drug</td><td>Drug</td></tr><tr><td><a href="CodeSystem-codesystem-insuranceplan.html#codesystem-insuranceplan-mentalhealth">mentalhealth</a></td><td>Mental health</td><td>Mental health</td></tr><tr><td><a href="CodeSystem-codesystem-insuranceplan.html#codesystem-insuranceplan-substanceabuse">substanceabuse</a></td><td>Substance abuse</td><td>Substance abuse</td></tr><tr><td><a href="CodeSystem-codesystem-insuranceplan.html#codesystem-insuranceplan-hospicehomehealth">hospicehomehealth</a></td><td>Hospice and home health</td><td>Hospice and home health</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/vhdir/ValueSet/valueset-insuranceplancostcategory",
  "version" : "0.2.0",
  "name" : "VhDirInsPlanCostCategory",
  "title" : "VhDir Insurance Plan Cost Category",
  "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 cost catagory of a plan.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-insuranceplan",
        "concept" : [
          {
            "code" : "medical"
          },
          {
            "code" : "dental"
          },
          {
            "code" : "vision"
          },
          {
            "code" : "drug"
          },
          {
            "code" : "mentalhealth"
          },
          {
            "code" : "substanceabuse"
          },
          {
            "code" : "hospicehomehealth"
          }
        ]
      }
    ]
  }
}