This page is part of the US Drug Formulary (v0.1.0: STU 1 Draft) 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-PharmacyTypeVS",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>PharmacyTypeVS ValueSet</b></p>\n<p>Types of Pharmacies. Each payer will have its own controlled vocabulary.</p>\n</div>"
},
"url" : "http://hl7.org/fhir/us/davinci-drug-formulary/ValueSet/usdf-PharmacyTypeVS",
"identifier" : [
{
"system" : "http://hl7.org/fhir/us/davinci-drug-formulary",
"value" : "usdf.PharmacyTypeVS"
}
],
"version" : "0.1.0",
"name" : "PharmacyTypeVS",
"title" : "PharmacyTypeVS",
"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" : "Types of Pharmacies. Each payer will have its own controlled vocabulary.",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/us/davinci-drug-formulary/CodeSystem/usdf-PharmacyTypeCS",
"concept" : [
{
"code" : "1-MONTH-IN-RETAIL",
"display" : "1 Month Supply via in-network retail pharmacy"
},
{
"code" : "1-MONTH-OUT-RETAIL",
"display" : "1 Month Supply via out-of-network retail pharmacy"
},
{
"code" : "1-MONTH-IN-MAIL",
"display" : "1 Month Supply via in-network mail order pharmacy"
},
{
"code" : "1-MONTH-OUT-MAIL",
"display" : "1 Month Supply via out-of-network mail order pharmacy"
},
{
"code" : "3-MONTH-IN-RETAIL",
"display" : "3 Month Supply via in-network retail pharmacy"
},
{
"code" : "3-MONTH-OUT-RETAIL",
"display" : "3 Month Supply via out-of-network retail pharmacy"
},
{
"code" : "3-MONTH-IN-MAIL",
"display" : "3 Month Supply via in-network mail order pharmacy"
},
{
"code" : "3-MONTH-OUT-MAIL",
"display" : "3 Month Supply via out-of-network mail order pharmacy"
}
]
}
]
}
}