Government Health Program Intelligence
Adrastia matches Medicaid and Medicare Part D reimbursement records to NADAC acquisition-cost benchmarks at the 11-digit NDC level, computes the percentage difference between the reimbursed unit price and the benchmark unit price, and ranks the results by magnitude. The output is a list of review candidates — records warranting further validation by the agency or payer — not a finding of wrongdoing.
Published 28 July 2026 · Last updated 30 July 2026
Every source below is a public federal file. Any figure Adrastia publishes carries the vintage of the files it was computed from, because the same query run against a different quarter returns a different number.
| Source | What it provides | Cadence | Vintage in current build |
|---|---|---|---|
| NADAC | Invoice-level retail acquisition cost survey; the benchmark side of the comparison | Weekly, with historical archive | Latest available as of run date |
| Medicaid SDUD | State-level Medicaid utilization and reimbursement, normalized to per-unit | Quarterly | 2025 |
| CMS Quarterly Prescription Drug Plan Formulary, Pharmacy Network, and Pricing Information Files | Plan-level Part D unit pricing, formulary and pharmacy network | Quarterly | 2026 Q1 |
| FDA NDC Directory | Product registration status and therapeutic class; secondary validation of every matched NDC | Continuous | Latest available as of run date |
State coverage. The current build covers 48 SDUD-reporting states. Alaska, Vermont and the District of Columbia are not included. Adrastia does not describe its coverage as national while that remains true.
Reimbursement records and benchmark records are joined on the 11-digit National Drug Code in 5-4-2 format. Before the join, codes are normalized: hyphen variants removed, segments zero-padded to 5-4-2, and 10-digit codes expanded to their 11-digit form.
Each matched code is then cross-validated against the FDA NDC Directory for active registration and therapeutic class. Where a code appears more than once, the retention rule is most-recent-quarter, highest-variance.
variance % = ((submitted unit price − NADAC unit price) ÷ NADAC unit price) × 100
multiple = submitted unit price ÷ NADAC unit price
Records at or beyond ±100% are flagged as materially significant. Results are ranked by absolute magnitude, so both directions surface — a reimbursement materially below benchmark is as much a data-quality signal as one materially above it.
The following arithmetic is illustrative. It uses round numbers to show the calculation and is not drawn from any state's data.
NADAC unit price $1.00 per tablet
submitted unit price $2.50 per tablet
variance (($2.50 − $1.00) ÷ $1.00) × 100 = 150%
multiple $2.50 ÷ $1.00 = 2.5×
A record like this is a review candidate. It says the reimbursed price sits materially above the national average acquisition cost for that product in that period. It does not say the price was improper — dispensing fees, contractual arrangements, supply conditions, and product-specific factors all live outside these files, and the agency's own claims data is what resolves them.
An acquisition-cost benchmark does not include the pharmacy's dispensing fee. Where Adrastia reports net figures, a dispensing-fee allowance is applied and gross and net are shown side by side rather than one replacing the other. Any allowance applied in a client engagement is stated explicitly, and the intended source for it is the agency's own contracted fee schedule rather than a national average — dispensing fees are set by state and by contract, so a published figure from elsewhere is a placeholder, not a benchmark.
A first-send sample is always exactly 50 matched NDC records, composed as:
| Count | Composition | What it demonstrates |
|---|---|---|
| 20 | Materially higher than benchmark | The variance candidates themselves |
| 20 | Materially lower than benchmark | That the method is not selecting only one direction |
| 10 | Neutral / control records | Unit matching, NDC normalization, and reproducibility |
The lower and control records are the point. A file containing only high-variance records demonstrates nothing about method — it is consistent with a correct analysis and equally consistent with selective presentation. Including both directions lets a reviewer check the method rather than take it on faith.
The computation itself is deterministic SQL against these files. The same inputs and the same query return the same output, which is what allows an agency to reproduce a figure independently.
The method above is published so that a reviewing agency can evaluate and reproduce it. The working product is separate and is provided under agreement:
The distinction is deliberate. A method that cannot be checked is not worth buying, so the method is public. The maintained pipeline, the normalized carrier register, and the ranked output are the engagement.
Stating these is part of the method, not a disclaimer bolted to the end of it.