DaVinci Payer Data Exchange (PDex) US Drug Formulary STU 1

This page is part of the US Drug Formulary (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

CoinsuranceOptionVS

{
  "resourceType" : "ValueSet",
  "id" : "usdf-CoinsuranceOptionVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>CoinsuranceOptionVS ValueSet</b></p>\n<p>Qualifier for coinsurance rate</p>\n</div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-drug-formulary/ValueSet/usdf-CoinsuranceOptionVS",
  "version" : "1.0.0",
  "name" : "CoinsuranceOptionVS",
  "title" : "Coinsurance Option 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" : "Qualifier for coinsurance rate",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/davinci-drug-formulary/CodeSystem/usdf-CoinsuranceOptionCS",
        "concept" : [
          {
            "code" : "after-deductible",
            "display" : "After Deductible"
          },
          {
            "code" : "no-charge",
            "display" : "No Charge"
          },
          {
            "code" : "no-charge-after-deductible",
            "display" : "No Charge After Deductible"
          }
        ]
      }
    ]
  }
}