š§ About AuthBridge
š” Inspiration
Prior authorization is one of the most frustratingāand dangerousāfailure points in modern healthcare.
A physician doesnāt just āsubmit a form.ā They:
- Search through payer policy PDFs
- Translate clinical context into billing codes
- Sit on hold for approvals
- Rewrite documentation after denials
And when something small goes wrongālike a mismatched ICD codeāthe consequences are real: delayed chemotherapy, postponed imaging, or untreated chronic disease.
The system is broken not because the logic is impossibleābut because it is distributed, unstructured, and time-sensitive.
AuthBridge was built on a simple belief:
If LLM agents can reason over messy clinical + policy data, they should be able to execute prior authorization end-to-endāfaster, safer, and more consistently than humans under time pressure.
šļø How We Built It
AuthBridge is a multi-agent clinical reasoning system built on top of real healthcare interoperability standardsānot mock APIs.
š Core stack
- FHIR R4 (US Core 6.1) ā structured patient data (conditions, meds, labs)
- SMART on FHIR (OAuth2) ā secure EHR access
- Da Vinci CRD / DTR / PAS ā prior authorization workflows
- CDS Hooks ā real-time trigger during order entry
- A2A Protocol ā agent-to-agent communication
- SHARP-on-MCP ā context propagation (patient + token + scopes)
š¤ Agent architecture
At the center is a Claude-powered reasoning loop that dynamically decides:
[ \text{Next Action} = f(\text{Clinical Context}, \text{Policy Requirements}, \text{Tool Outputs}) ]
Instead of hardcoding workflows, the agent:
- Interprets payer requirements (free-text ā structured intent)
- Maps them to FHIR resources
- Identifies missing evidence
- Generates clinical justifications
- Submits structured PA bundles
- Simulates payer review (shadow adjudication)
- Writes appeals if needed
š§° Tooling layer (MCP)
We exposed the system as 7 composable tools, enabling:
- Deterministic I/O boundaries
- Auditable decision steps
- Safe failure modes (no hallucinated data)
Each tool operates on real schemas (FHIR Bundles, PAS requests), not synthetic abstractions.
āļø Deployment
- Hosted on Railway (no cold starts)
Integrated into Prompt Opinion as:
- MCP Server
- BYO Agent (AuthBridge Reviewer)
Live endpoints for:
/mcp(tool execution)/a2a(agent messaging)/health(monitoring)
š§ What We Learned
1. LLMs are uniquely suited for prior auth
Traditional systems fail because:
- Policies are unstructured PDFs
- Clinical context is longitudinal + messy
- Justifications require human-like narrative reasoning
LLMs excel exactly where rule engines break.
2. Tool boundaries > prompt engineering
The biggest unlock wasnāt promptingāit was tool design.
By forcing the agent to:
- Explicitly gather evidence
- Map requirements ā data
- Stop when data is missing
We achieved safe, inspectable autonomy.
3. Safety is about refusal, not just accuracy
One of our most important validations:
When given the wrong patient context, AuthBridge refused to fabricate step-therapy history.
This is critical in healthcare:
- Wrong data is worse than no data
- Agents must fail safely, not confidently
4. Standards are finally ready
For years, automation wasnāt feasible because infrastructure didnāt exist.
Now, with:
- CMS-0057-F mandate (FHIR-based PA by 2027)
- Da Vinci implementation guides
- SMART + CDS Hooks adoption
The pipes are real.
AuthBridge is the agent layer on top of those pipes.
āļø Challenges We Faced
š§© 1. Translating policy ā executable logic
Payer rules look like:
āPatient must have failed at least 2 first-line therapies unless contraindicatedā¦ā
Turning this into:
- Structured requirements
- Verifiable FHIR queries
- Agent reasoning steps
ā¦was non-trivial.
š 2. Aligning clinical truth with billing logic
Clinical reality ā billing representation.
We had to bridge:
- ICD codes vs actual diagnoses
- Medication history vs formulary requirements
- Notes vs structured data
š§Ŗ 3. Designing realistic evaluation
We avoided fake demos by:
- Running multi-specialty scenarios
- Simulating payer adjudication
- Testing failure paths (denials, missing data)
āļø 4. Balancing autonomy with compliance
Healthcare requires:
- Audit logs (HIPAA)
- Deterministic outputs
- Explainability
We ensured:
- Every action is logged
- Every decision is traceable
- Every output is reviewable by a clinician
š What This Enables
AuthBridge is not just a demoāitās a new primitive:
Autonomous administrative agents that sit between clinicians and payers.
Near-term:
- Reduce physician admin time
- Accelerate approvals
- Improve documentation quality
Long-term:
- Real-time āpre-authorization at order timeā
- Continuous eligibility + policy awareness
- Fully automated revenue cycle workflows
š§¾ Impact Framing
If we model:
[ \text{Time Saved} = 13 \text{ hrs/week/physician} ]
[ \text{Cost Reduction} \approx \mathcal{O}(10^9) \text{ USD annually} ]
Even partial automation creates massive system-wide gains.
š§āš» Built By
Kaustubh Pardeshi Agents Assemble 2026 Ā· Prompt Opinion / Darena Health
Built With
- claude
- llm
- python
- python-package-index
Log in or sign up for Devpost to join the conversation.