US Drug Formulary STU Ballot

This page is part of the US Drug Formulary (v0.1.0: STU 1 Draft) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

DrugTierVS

{
  "resourceType" : "ValueSet",
  "id" : "usdf-DrugTierVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>DrugTierVS ValueSet</b></p>\n<p>The drug tier of a particular medication in a health plan.  Base set are examples.  Each plan may have its own controlled vocabulary.</p>\n</div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-drug-formulary/ValueSet/usdf-DrugTierVS",
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/us/davinci-drug-formulary",
      "value" : "usdf.DrugTierVS"
    }
  ],
  "version" : "0.1.0",
  "name" : "DrugTierVS",
  "title" : "DrugTierVS",
  "status" : "draft",
  "date" : "2019-06-21T00:00:00-04:00",
  "publisher" : "HL7 Pharmacy WG",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/medication/"
        }
      ]
    }
  ],
  "description" : "The drug tier of a particular medication in a health plan.  Base set are examples.  Each plan may have its own controlled vocabulary.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/davinci-drug-formulary/CodeSystem/usdf-DrugTierCS",
        "concept" : [
          {
            "code" : "GENERIC",
            "display" : "Generic"
          },
          {
            "code" : "PREFERRED-GENERIC",
            "display" : "Preferred generic"
          },
          {
            "code" : "NON-PREFERRED-GENERIC",
            "display" : "Non-preferred generic"
          },
          {
            "code" : "SPECIALTY",
            "display" : "Specialty"
          },
          {
            "code" : "BRAND",
            "display" : "Brand"
          },
          {
            "code" : "PREFERRED-BRAND",
            "display" : "Preferred brand"
          },
          {
            "code" : "NON-PREFERRED-BRAND",
            "display" : "Non-preferred brand"
          },
          {
            "code" : "ZERO-COST-SHARE-PREVENTIVE",
            "display" : "Zero-cost share preventative"
          },
          {
            "code" : "MEDICAL-SERVICE",
            "display" : "Medical service"
          }
        ]
      }
    ]
  }
}