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-CopayOptionVS",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>CopayOptionVS ValueSet</b></p>\n<p>Qualifier of copay amount</p>\n</div>"
},
"url" : "http://hl7.org/fhir/us/davinci-drug-formulary/ValueSet/usdf-CopayOptionVS",
"identifier" : [
{
"system" : "http://hl7.org/fhir/us/davinci-drug-formulary",
"value" : "usdf.CopayOptionVS"
}
],
"version" : "0.1.0",
"name" : "CopayOptionVS",
"title" : "CopayOptionVS",
"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" : "Qualifier of copay amount",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/us/davinci-drug-formulary/CodeSystem/usdf-CopayOptionCS",
"concept" : [
{
"code" : "AFTER-DEDUCTIBLE",
"display" : "After Deductible"
},
{
"code" : "BEFORE-DEDUCTIBLE",
"display" : "Before Deductible"
},
{
"code" : "NO-CHARGE",
"display" : "No Charge"
},
{
"code" : "NO-CHARGE-AFTER-DEDUCTIBLE",
"display" : "No Charge After Deductible"
}
]
}
]
}
}