FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/usdf-DrugTierVS

Packagehl7.fhir.us.Davinci-drug-formulary
TypeValueSet
Idusdf-DrugTierVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-drug-formulary/http://hl7.org/fhir/us/davinci-drug-formulary/STU1/ValueSet-usdf-DrugTierVS.html
URLhttp://hl7.org/fhir/us/Davinci-drug-formulary/ValueSet/usdf-DrugTierVS
Version1.0.0
Statusdraft
Date2020-01-17T00:00:00+00:00
NameDrugTierVS
TitleDrug Tier VS
Realmus
Authorityhl7
DescriptionThe drug tier of a particular medication in a health plan. Base set are examples. Each plan may have its own controlled vocabulary.

Resources that use this resource

StructureDefinition
usdf-DrugTierDefinition-extensionDrug Tier Definition
usdf-DrugTierID-extensionDrug Tier ID

Resources that this resource uses

CodeSystem
usdf-DrugTierCSDrug Tier CS

Narrative

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.


Source

{
  "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"
          }
        ]
      }
    ]
  }
}