DaVinci Payer Data Exchange (PDex) US Drug Formulary
2.0.1 - STU 2 United States of America flag

DaVinci Payer Data Exchange (PDex) US Drug Formulary, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 2.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-pdex-formulary/ and changes regularly. See the Directory of published versions

: Qualifier of copay amount - JSON Representation

Page standards status: Trial-use

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "CopayOptionVS",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE.html\"><code>http://hl7.org/fhir/us/davinci-drug-formulary/CodeSystem/usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE.html#usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE-after-deductible\">after-deductible</a></td><td style=\"color: #cccccc\">After Deductible</td><td>The consumer first pays the deductible, and after the deductible is met, the consumer is responsible only for the cost-share amount (this indicates that this benefit is subject to the deductible).</td></tr><tr><td><a href=\"CodeSystem-usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE.html#usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE-before-deductible\">before-deductible</a></td><td style=\"color: #cccccc\">Before Deductible</td><td>The consumer first pays the cost share amount, and any net remaining allowed charges accrue to the deductible (this indicates that this benefit is subject to the deductible).</td></tr><tr><td><a href=\"CodeSystem-usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE.html#usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE-no-charge\">no-charge</a></td><td style=\"color: #cccccc\">No Charge</td><td>No cost sharing is charged (this indicates that this benefit is not subject to the deductible).</td></tr><tr><td><a href=\"CodeSystem-usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE.html#usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE-no-charge-after-deductible\">no-charge-after-deductible</a></td><td style=\"color: #cccccc\">No Charge After Deductible</td><td>The consumer first pays the deductible, and after the deductible is met, no cost share amount is charged (this indicates that this benefit is subject to the deductible).</td></tr><tr><td><a href=\"CodeSystem-usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE.html#usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE-charge\">charge</a></td><td style=\"color: #cccccc\">Charge</td><td>The consumer always pays just the cost share amount and the issuer pays the remainder of allowed charges (this indicates that this benefit is not subject to the deductible).</td></tr><tr><td><a href=\"CodeSystem-usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE.html#usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE-copay-not-applicable\">copay-not-applicable</a></td><td style=\"color: #cccccc\">Copay Not Applicable</td><td>Deductible is not applicable: Zero-deductible cost sharing represented by a co-pay value of 'Not applicable' and co-insurance value of 'No charge'.</td></tr><tr><td><a href=\"CodeSystem-usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE.html#usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE-deductible-waived\">deductible-waived</a></td><td style=\"color: #cccccc\">Deductible Waived</td><td>The consumer pays the cost share amount with deductible requirement waived.</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "phx"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/davinci-drug-formulary/ImplementationGuide/hl7.fhir.us.davinci-drug-formulary"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/us/davinci-drug-formulary/ValueSet/CopayOptionVS",
  "version" : "2.0.1",
  "name" : "CopayOptionVS",
  "title" : "Qualifier of copay amount",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-01-04T13:51:24+00:00",
  "publisher" : "HL7 International / Pharmacy",
  "contact" : [
    {
      "name" : "HL7 International / Pharmacy",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/medication"
        },
        {
          "system" : "email",
          "value" : "pharmacy@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Qualifier of copay amount",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/davinci-drug-formulary/CodeSystem/usdf-CostShareOptionCS-TEMPORARY-TRIAL-USE",
        "concept" : [
          {
            "code" : "after-deductible"
          },
          {
            "code" : "before-deductible"
          },
          {
            "code" : "no-charge"
          },
          {
            "code" : "no-charge-after-deductible"
          },
          {
            "code" : "charge"
          },
          {
            "code" : "copay-not-applicable"
          },
          {
            "code" : "deductible-waived"
          }
        ]
      }
    ]
  }
}