Contribution · Application — Healthcare
AI for Prior Authorization Automation
Prior authorization (PA) is the single largest administrative burden in US healthcare — costing $25B+ annually and delaying care. AI automation combines RAG over payer policies, structured extraction from clinical notes, and workflow orchestration to submit clean PAs, check status, and surface medical-necessity evidence. In India, a parallel pattern applies under IRDAI cashless-authorization rules.
Application facts
- Domain
- Healthcare
- Subdomain
- Utilization Management
- Example stack
- Claude Sonnet 4.6 for policy reasoning and packet drafting · LangGraph multi-agent workflow (eligibility + clinical + submission) · FHIR PAS API integration via HAPI FHIR or Firely · Pinecone or pgvector RAG over payer policy PDFs · Payer connectivity via Availity or Change Healthcare APIs
Data & infrastructure needs
- Payer policies and medical-necessity criteria (unstructured PDFs)
- Patient clinical data in FHIR R4 resources
- Eligibility and benefits (270/271 EDI transactions)
- CPT / ICD-10 / HCPCS codesets
- Denial letters corpus for model feedback
Risks & considerations
- Regulatory exposure if AI denies coverage without physician review
- Errors in extracting medical necessity leading to wrongful denials
- PHI exposure across multi-tenant AI providers
- Adversarial drift as payers update policies
- Patient harm from delayed care if automation fails silently
Frequently asked questions
Will CMS or regulators ban AI prior authorization?
No — regulators are mandating faster PA, not banning AI. The January 2026 CMS Interoperability and Prior Auth rule requires payers to offer FHIR-based PA APIs. What is prohibited (California SB 1120, similar laws elsewhere) is using AI to deny medically necessary care without physician review.
What LLM is best for prior authorization?
Accuracy matters more than model brand. Claude Sonnet 4.6 and GPT-5 are both used in production with structured-output constraints. Specialized extraction models (e.g. AWS HealthLake, Azure Health Bot) are common for payer-side deployment. The edge is in RAG quality over payer policy corpora.
Are AI denials legal?
Denying coverage based solely on an AI decision is increasingly restricted. California SB 1120, Texas HB 3860, and CMS guidance require a qualified clinician to review every AI-suggested denial. AI can approve or recommend but not autonomously deny medically necessary care.
Sources
- CMS — Interoperability and Prior Authorization Final Rule (CMS-0057-F) — accessed 2026-04-20
- HL7 Da Vinci Prior Authorization Support (PAS) — accessed 2026-04-20
- IRDAI — Health insurance regulations — accessed 2026-04-20