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

FHIR IG Statistics: ValueSet/usdf-PharmacyTypeVS

Packagehl7.fhir.us.Davinci-drug-formulary
TypeValueSet
Idusdf-PharmacyTypeVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-drug-formulary/http://hl7.org/fhir/us/davinci-drug-formulary/STU1/ValueSet-usdf-PharmacyTypeVS.html
URLhttp://hl7.org/fhir/us/Davinci-drug-formulary/ValueSet/usdf-PharmacyTypeVS
Version1.0.0
Statusdraft
Date2020-01-17T00:00:00+00:00
NamePharmacyTypeVS
TitlePharmacy Type VS
Realmus
Authorityhl7
DescriptionTypes of Pharmacies. Each payer will have its own controlled vocabulary.

Resources that use this resource

StructureDefinition
usdf-DrugTierDefinition-extensionDrug Tier Definition

Resources that this resource uses

CodeSystem
usdf-PharmacyTypeCSPharmacy Type CS

Narrative

Note: links and images are rebased to the (stated) source

PharmacyTypeVS ValueSet

Types of Pharmacies. Each payer will have its own controlled vocabulary.


Source

{
  "resourceType": "ValueSet",
  "id": "usdf-PharmacyTypeVS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/Davinci-drug-formulary/ValueSet/usdf-PharmacyTypeVS",
  "version": "1.0.0",
  "name": "PharmacyTypeVS",
  "title": "Pharmacy Type 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": "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 in network retail"
          },
          {
            "code": "1-month-out-retail",
            "display": "1 month out of network retail"
          },
          {
            "code": "1-month-in-mail",
            "display": "1 month in network mail order"
          },
          {
            "code": "1-month-out-mail",
            "display": "1 month out of network mail order"
          },
          {
            "code": "3-month-in-retail",
            "display": "3 month in network retail"
          },
          {
            "code": "3-month-out-retail",
            "display": "3 month out of network retail"
          },
          {
            "code": "3-month-in-mail",
            "display": "3 month in network mail order"
          },
          {
            "code": "3-month-out-mail",
            "display": "3 month out of network mail order"
          }
        ]
      }
    ]
  }
}