Drug Plan Tier Costs
Datasets
Part of the Payer Plans group of the Drug Formulary feed, built to Da Vinci PDex US Drug Formulary STU 2.1.0. The feed's data conventions apply.
| Dataset | US Drug Formulary STU 2.1.0 target element | Cardinality |
|---|---|---|
drug_plan_tier_costs | plan:drug-plan.specificCost.benefit.cost of the Payer Insurance Plan, slices copay and coinsurance | 1..*; each slice 0..1, must support |
A cost is one amount a member pays for a tier: a flat copay or a coinsurance percentage. The profile slices cost into those two, each at most once per tier, so a tier has one or two rows here.
drug_plan_tier_costs
One row per cost of a tier.
| Column | Required | Format / values | Example |
|---|---|---|---|
drug_plan_id | Yes | key from drug_plans | DP-DSNP |
pharmacy_benefit_type | Yes | with drug_plan_id and drug_tier, the key of the tier in drug_plan_tier_benefits | 1-month-in-retail |
drug_tier | Yes | see above | generic |
cost_type | Yes | copay or coinsurance; which slice the row fills | copay |
value | Yes | decimal; US dollars for a copay, percent 0 to 100 for a coinsurance | 5.00 |
option | Yes | for copay: after-deductible, before-deductible, no-charge, no-charge-after-deductible, charge, copay-not-applicable, deductible-waived CopayOptionVS; for coinsurance: after-deductible, no-charge, no-charge-after-deductible, charge, coinsurance-not-applicable, deductible-waived CoinsuranceOptionVS | charge |
applicability | If not implied | in-network, out-of-network, other insuranceplan-applicability; derived from the -in- or -out- in the pharmacy benefit type when blank | |
is_deleted | If retracting | true retracts this row | true |
- A row is identified by the tier's three keys plus
cost_type. At most onecopayand onecoinsurancerow per tier; a second of either is rejected. valueis mandatory on both slices, so a tier with no copay says so with0.00and the optioncopay-not-applicable, not by leaving the copay row out; likewise0withcoinsurance-not-applicable. A free tier is0.00withno-charge.optionis the qualifier the profile requires on every cost: how the amount interacts with the deductible. The allowed values differ bycost_type, as listed.- Payerbox writes the copay as a money quantity in USD and the coinsurance as a percentage, and sets the cost
typefromcost_type.
These resources are served by Patient Access.