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

DrugTierCS

{
  "resourceType" : "CodeSystem",
  "id" : "usdf-DrugTierCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>DrugTierCS CodeSystem</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/CodeSystem/usdf-DrugTierCS",
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/us/davinci-drug-formulary",
      "value" : "usdf.DrugTierCS"
    }
  ],
  "version" : "0.1.0",
  "name" : "DrugTierCS",
  "title" : "DrugTierCS",
  "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.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 9,
  "concept" : [
    {
      "code" : "GENERIC",
      "display" : "Generic",
      "definition" : "Generic"
    },
    {
      "code" : "PREFERRED-GENERIC",
      "display" : "Preferred generic",
      "definition" : "Preferred generic"
    },
    {
      "code" : "NON-PREFERRED-GENERIC",
      "display" : "Non-preferred generic",
      "definition" : "Non-preferred generic"
    },
    {
      "code" : "SPECIALTY",
      "display" : "Specialty",
      "definition" : "Specialty"
    },
    {
      "code" : "BRAND",
      "display" : "Brand",
      "definition" : "Brand"
    },
    {
      "code" : "PREFERRED-BRAND",
      "display" : "Preferred brand",
      "definition" : "Preferred brand"
    },
    {
      "code" : "NON-PREFERRED-BRAND",
      "display" : "Non-preferred brand",
      "definition" : "Non-preferred brand"
    },
    {
      "code" : "ZERO-COST-SHARE-PREVENTIVE",
      "display" : "Zero-cost share preventative",
      "definition" : "Zero-cost share preventative"
    },
    {
      "code" : "MEDICAL-SERVICE",
      "display" : "Medical service",
      "definition" : "Medical service"
    }
  ]
}