Patient Support Program Drop-Off - Demo
Patient Access Strategy Engine
Synthetic oncology PSP model showing where patients are lost between prescription, reimbursement approval, therapy initiation, and retention.
Results are assumption-based and intended for portfolio review, not real-world forecasting.
How to use this
- Review the baseline KPIs to understand the current modeled patient flow and biggest bottlenecks.
- Use the Scenario drop-down to select an intervention and see the modeled impact vs baseline (retention, initiation, delays, and burden).
- (Optional) Open Assumptions & Methodology to review key assumptions, confidence levels, and how interventions are ranked.
Loading PSP journey analysis…
This page loads data from the FastAPI backend. Set NEXT_PUBLIC_API_BASE_URL if needed; default is http://127.0.0.1:8001.
Start the stack
- From repo root:
npm installthennpm run dev(API + web). - API only:
uvicorn api.main:app --host 127.0.0.1 --port 8001 - Confirm
http://127.0.0.1:8001/health, then use Refresh demo in the top bar.