Healthcare provider in NJ submitting a Medicare PA? See the WISeR Portal
A Healthcare Brain Academy By Genzeon Platforms
Learn/ Builders/ Step 4
TL;DR

Prior Auth is the FHIR-and-criteria pod: Da Vinci PAS, CRD, DTR, X12 278, InterQual/MCG. Payment Integrity is the edits-and-policy pod: pre-pay vs post-pay, NCCI, DRG validation, clinical validation, COB, FWA. Appeals is the document-and-citation pod: Medicare appeal levels 1–5, ERISA timelines, IRO, NSA IDR. Denial Prevention is the front-end-and-RCM pod: eligibility, auth status, code combinations, CARC clustering. Each pod has different data, incumbents, and KPIs.

Pod 1: Prior Authorization

Prior auth is the largest single AI category in payer/provider automation, driven by CMS-0057-F. The technical center of gravity is the HL7 FHIR Da Vinci implementation guide series.

The four Da Vinci implementation guides for PA

IGFull nameWhat it does
CRDCoverage Requirements DiscoveryEHR queries payer at order-time: "is auth needed for this service for this member?"
DTRDocumentation Templates & RulesPayer returns the structured questionnaire the provider must complete to support the request.
PASPrior Authorization SupportFHIR-based PA submission and response (replaces or wraps X12 278).
PDex / Provider Access / Payer-to-PayerVariousMember-controlled or provider-facing access to PA history, including across payers.

The PA flow under CMS-0057-F

  1. Order placed in EHR for a service requiring auth.
  2. EHR calls CRD → payer responds with auth requirement and pointer to the relevant DTR questionnaire.
  3. EHR launches DTR; clinician/coordinator answers questions, pulling clinical data from the chart where possible (CDS Hooks make this seamless).
  4. Completed bundle submitted via PAS to payer.
  5. Payer adjudicates: auto-approve if criteria clearly met, route to clinical review if not.
  6. Response returns through PAS with one of: approved, denied (with reason), or pended for more information.

Where AI fits in PA

Key X12 278 segments to know

Even with FHIR PAS, you'll still see 278 in many payer systems. Critical segments:

What CMS-0057-F specifically demands by 2027

▶ Implementation reality

Most affected payers are not on track for the 2027 PAS API requirement. There's significant vendor opportunity in (a) FHIR conversion / facade layers that map legacy 278 + portal flows to PAS, and (b) tools that help providers leverage the new APIs once they exist. Build for the spec, not the current state.

Pod 2: Payment Integrity

Payment integrity (PI) is the umbrella for everything that prevents or recovers improper payments. Three sub-disciplines:

The PI spectrum

ApproachTimingMechanismTypical recovery
Pre-pay editBefore adjudicationAutomated rules (NCCI, MUE, plan policy)2–4% of paid claims
Pre-pay clinical reviewBefore adjudication, but flagged for humanCoder/clinician validates DRG, level of care, code support1–3% of paid dollars on reviewed claims
Post-pay auditAfter payment, often months laterStatistical sampling, targeted audits, extrapolation0.5–2% of paid dollars, recovery is harder
FWA (Fraud, Waste, Abuse)AnytimeOutlier detection, pattern analysis, SIU referralsVariable; high $ per case

Major PI use cases for AI

The PI vendor landscape (incumbents to know)

When you sell or build in this space, you're displacing or integrating with these:

What "good" PI AI looks like

Pod 3: Appeals

When a coverage decision goes the wrong way, the affected party (provider on behalf of the patient, or the patient directly) can appeal. The mechanics are highly structured and vary by plan type. AI for appeals automates the document-heavy parts while keeping clinical judgment human.

Medicare appeals — 5 levels

LevelWhere it goesTiming
1. RedeterminationThe MAC (for FFS) or the plan (for MA)120 days to file; 60 days to decide
2. ReconsiderationQualified Independent Contractor (QIC) for FFS; Independent Review Entity (IRE) for MA180 days to file; 60 days to decide
3. ALJ hearingOffice of Medicare Hearings & Appeals60 days to file; significant amount-in-controversy threshold (indexed annually)
4. Medicare Appeals CouncilHHS Departmental Appeals Board60 days to file
5. Federal District CourtUS District Court60 days; amount-in-controversy threshold

Commercial / ERISA appeals

Employer-sponsored plans subject to ERISA generally have two internal levels followed by an external review by an Independent Review Organization (IRO). The ACA standardized the external review process for non-grandfathered plans.

NSA Independent Dispute Resolution (IDR)

For out-of-network claims under the No Surprises Act, the provider and payer enter a baseball-style arbitration through a federal IDR process. Different process, different documentation, different incentives — and a real category for AI given the volume.

AI use cases in appeals

Appeals letter anatomy

A defensible appeals letter contains:

  1. Claim identifiers (member, claim number, dates of service, billed/paid amounts)
  2. Specific denial reason being appealed (CARC, RARC, denial letter language)
  3. Clinical narrative supporting medical necessity, with documentation cited by date and page
  4. Coding justification citing applicable code definitions and modifier rules
  5. Policy citation: applicable NCD, LCD, plan medical policy, or contract section
  6. Specific requested action (overturn denial and pay; reprocess at correct DRG; etc.)
  7. Signature of the appropriate credentialed signer
▶ Appeals AI must be citation-verified end to end

Hallucinated NCD numbers, fabricated section citations, and incorrect code definitions in appeals letters get caught — often the first time — and damage your customer's standing with the payer. The verification layer from Step 3 is not optional here. Tier-1 source-grounded citations only.

Pod 4: Provider-side Denial Prevention

On the provider side, denials are AR-aged dollars and clinician/admin frustration. The economics: avoiding a denial is roughly 10x cheaper than working one. Prevention AI lives at the front-end (eligibility, auth status, code combinations) and at the charge-capture / pre-bill stage.

The denial taxonomy that matters

CategoryExamples (CARC)Where to prevent
Eligibility / registrationCARC 27 (coverage terminated), 31 (patient not identified)Front desk — 270/271 check; member ID verification
AuthorizationCARC 197 (no precert/auth)Pre-service — auth requirement lookup; auth status check
Coordination of BenefitsCARC 22 (covered by another payer)Front desk — accurate COB capture
Medical necessityCARC 50, often with LCD/NCD citationPre-bill — LCD/NCD check vs documented diagnosis
Coding / bundlingCARC 97 (bundled), 16 (missing info)Pre-bill — NCCI edits, modifier rules
Timely filingCARC 29Workflow — claim submission SLA monitoring
DuplicateCARC 18RCM — claim status (276/277) before resubmission

AI use cases

Key KPIs your customers track

▶ Sell to the right KPI

A pre-bill scrubbing product wins on initial denial rate. A workqueue prioritization product wins on AR days. A denial root-cause analytics product wins on long-term structural improvement. Mismatch your pitch to your KPI and your buyer's CFO won't see the value. The Client Engagement track expands on this.

Cross-pod data & integration patterns

Healthcare AI rarely lives in one pod cleanly. Common cross-pod patterns:

Step 4 Glossary

Da Vinci PAS
HL7 FHIR Da Vinci Prior Authorization Support implementation guide. FHIR-based PA submission and response.
CRD
Coverage Requirements Discovery. Da Vinci IG for point-of-order auth requirement lookup.
DTR
Documentation Templates and Rules. Da Vinci IG for structured PA questionnaires.
CDS Hooks
Standard that lets EHRs call external decision-support services at defined workflow points.
X12 278
HIPAA-mandated transaction for healthcare services review (the legacy PA submission format).
Gold carding
Program that exempts high-approval-rate physicians from prior authorization for specific services.
FWA
Fraud, Waste, and Abuse. Payer department and AI category.
SIU
Special Investigations Unit (within a payer or PI vendor) that investigates suspected fraud.
QIC / IRE
Qualified Independent Contractor (FFS Medicare) / Independent Review Entity (Medicare Advantage) — the level-2 appeals reviewer.
ALJ
Administrative Law Judge. Level-3 Medicare appeals hearing.
IRO
Independent Review Organization. External reviewer for commercial/ERISA appeals.
IDR (under NSA)
Federal Independent Dispute Resolution process for OON payment disputes under the No Surprises Act.
COB
Coordination of Benefits. Determining which of multiple insurance plans is primary.
POA
Present On Admission indicator on each inpatient diagnosis. Drives HAC payment adjustments.

Frequently asked questions

If we only have bandwidth for one pod, which should we start with?

Match the pod to your distribution. If you have payer relationships, prior auth or payment integrity have the strongest budget. If you have provider relationships, denial prevention has the clearest ROI story. Appeals is a strong wedge into either side because the document automation pain is universal and the value is easy to demonstrate.

Are there open data sets we can use to bootstrap models?

For codes and policies: yes (CMS publishes NCCI, MS-DRG, HCC models, NCD/LCD libraries, fee schedules). For claims data: limited — CMS releases LDS files and synthetic data, but real claims data requires either data partnerships or your customer's data under a BAA. The Synthea project produces synthetic patient data useful for FHIR development.

How does the CMS-0057-F timeline interact with our roadmap?

Backwards from January 2027 for FHIR APIs and January 2026 for shortened turnaround times. If you sell to MA / Medicaid managed care / CHIP / QHPs on FFEs, your roadmap should help them hit those dates. If you sell to commercial-only plans, the rule doesn't bind them — but commercial plans are watching and many will follow voluntarily.

What clearing house / EHR integrations should we plan for?

Clearinghouses for claims/remits: Availity, Change Healthcare/Optum, Waystar, Trizetto. EHRs for clinical data: Epic (largest share), Oracle Health (formerly Cerner), Meditech, athenahealth, Veradigm. Each has its own integration model — FHIR R4 is the converging standard but legacy integrations (HL7 v2, custom APIs) remain common. Plan for integration as a multi-quarter effort per major partner.

Self-check · End of Step 4

Did you absorb Step 4?

Questions grounded in real curriculum material. No certificate at this stage — the certificate is earned at the end of the track via the final exam. Honor system. Unlimited retakes. Wrong answers come with explanations.


You've completed the Builders track

You now have the foundation, depth, production discipline, and use-case specialization to ship healthcare AI that holds up to clinical and regulatory scrutiny. From here:

← Previous
Step 3: Production Discipline