!!! CASE STUDY: FIRSTPASSRX !!!
← Back to Homepage

FirstPassRx

LIVE Skipping the prior-authorization round-trip, one cited formulary at a time

Source: FirstPassRx
Website: https://pranava0x0.github.io/FirstPassRx/


Background

The question that set this off: when a prescriber picks a drug the patient's plan doesn't prefer, why does everyone eat a prior-authorization round-trip — and could you avoid it just by knowing what the plan already covers?

A prior authorization is the fax-and-phone-tree detour that kicks in when a prescription isn't on the plan's preferred list: days of back-and-forth while the patient waits, often to land on a drug the plan would have covered on the first pass. The information needed to skip it already exists — it's sitting in the plan's own formulary — but that formulary is a PDF that changes quarterly and nobody reads at the point of care. FirstPassRx asks one narrow question: for this plan and this kind of prescription, what's the agent the plan already prefers, so the first script goes through clean? It's a reference tool, not a treatment recommender — patient-specific clinical selection and dosing stay with the prescriber.

How It Works

It's a static single-page app that turns published formularies into a three-step lookup — pick a plan, pick a prescription type, read the first-pass answer:

[View the Live App] | [View the Code]

A Look Inside

Each view shown on mobile and desktop — tap any image to open the live site.

Pick an insurance plan and a prescription type, and the tool returns that plan's first-pass agent (mobile) Pick an insurance plan and a prescription type, and the tool returns that plan's first-pass agent (desktop)
Pick an insurance plan and a prescription type, and the tool returns that plan's first-pass agent — the drug least likely to trigger a prior authorization — alongside covered alternatives, the real coverage barriers, and a numbered source citation on every claim.
A top toggle switches between guides, each a region × therapeutic area with its own plans and sourced formulary data (mobile) A top toggle switches between guides, each a region × therapeutic area with its own plans and sourced formulary data (desktop)
A top toggle switches between guides, each a region × therapeutic area with its own plans and sourced formulary data — now spanning Massachusetts inhalers, Maryland menopause hormone therapy, New York ACE inhibitors, and Virginia diabetes.

← Back to Homepage