This page is part of the US Drug Formulary (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions
{
"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",
"version" : "1.0.0",
"name" : "DrugTierVS",
"title" : "Drug Tier VS",
"status" : "draft",
"date" : "2020-01-17T00:00:00+00: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 preventive"
},
{
"code" : "medical-service",
"display" : "Medical Service"
}
]
}
]
}
}