| Package | hl7.fhir.us.Davinci-drug-formulary |
| Resource Type | ValueSet |
| Id | usdf-DrugTierVS |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/davinci-drug-formulary/http://hl7.org/fhir/us/davinci-drug-formulary/STU1/ValueSet-usdf-DrugTierVS.html |
| URL | http://hl7.org/fhir/us/Davinci-drug-formulary/ValueSet/usdf-DrugTierVS |
| Version | 1.0.0 |
| Status | draft |
| Date | 2020-01-17T00:00:00+00:00 |
| Name | DrugTierVS |
| Title | Drug Tier VS |
| Realm | us |
| Authority | hl7 |
| Description | The drug tier of a particular medication in a health plan. Base set are examples. Each plan may have its own controlled vocabulary. |
| StructureDefinition | |
| usdf-DrugTierDefinition-extension | Drug Tier Definition |
| usdf-DrugTierID-extension | Drug Tier ID |
| CodeSystem | |
| usdf-DrugTierCS | Drug Tier CS |
Note: links and images are rebased to the (stated) source
DrugTierVS ValueSet
The drug tier of a particular medication in a health plan. Base set are examples. Each plan may have its own controlled vocabulary.
{
"resourceType": "ValueSet",
"id": "usdf-DrugTierVS",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
]
}
}