← AI Transformation Suite Business Requirements Document

BRD-01: Claims & Prior Authorization AI

Download Word

Year 1 Flagship Workstream — This BRD defines the functional, non-functional, AI model, data, integration, and regulatory requirements for ACME Highland Health's claims and prior authorization AI capability. Developed through 8 JAD sessions (Oct–Dec 2026) with mandatory participation from Legal, Compliance, Enterprise Architecture, Cybersecurity, Clinical/Medical Policy, AI Governance, and the BRD-01 delivery lead. Requirements signed off at the Phase 1 gate (28 Feb 2027).

Table of Contents

  1. Executive Summary & Business Case
  2. Regulatory Drivers & Compliance Requirements
  3. Current State Assessment
  4. Target State & Capability Description
  5. Functional Requirements
  6. AI Model Specifications
  7. Data Requirements
  8. Integration Requirements
  9. Non-Functional Requirements
  10. Human-in-the-Loop & Override Requirements
  11. Fairness, Bias & Responsible AI Requirements
  12. Testing & Validation Requirements
  13. Acceptance Criteria & Definition of Done
  14. Constraints, Assumptions & Dependencies
  15. Regulatory Traceability Matrix
  16. BRD-01 Delivery Team & Governance
  17. Sign-Off & Approval

1. Executive Summary & Business Case

ACME Highland Health processes approximately 800,000 prior authorization (PA) requests annually across its 4 million member base. The current process is predominantly manual: PA requests arrive via fax, phone, and provider portal; clinical staff review each request against medical policy guidelines; determinations are issued within 7–14 calendar days for standard requests and 24–72 hours for urgent requests. This manual process consumes approximately 120 FTE-years of clinical reviewer time annually, produces inconsistent decision quality (inter-reviewer agreement rate of approximately 78%), and creates member dissatisfaction driven by wait times and opaque decision rationale.

BRD-01 delivers an AI-powered claims and prior authorization capability that automates the intake, clinical evaluation, and determination workflow for PA requests — while maintaining mandatory human review for all adverse determinations and preserving full audit traceability for regulatory compliance. The system uses a combination of natural language processing (to extract clinical information from unstructured submissions), rules-based clinical decision support (to apply medical policy guidelines), and machine learning (to predict approval likelihood and flag edge cases for human review).

1.1 Business Objectives

ObjectiveMetricCurrent BaselineTarget (12 months post-production)
Reduce PA cycle timeAverage days from submission to determination7–14 calendar days (standard)≤ 3 calendar days (standard); ≤ 24 hours (urgent)
Increase automation rate% of PAs auto-adjudicated (no human touch)0% (fully manual)60–70% of standard, non-complex PAs
Improve decision consistencyInter-reviewer agreement rate~78%≥ 92% (AI + human combined)
Reduce clinical reviewer burdenAnnual FTE-years consumed by PA review~120 FTEs~50 FTEs (redeployed to complex cases)
Improve member satisfactionPA-related complaint rate per 1,000 membersBaseline measured Phase 030% reduction
Enhance fraud detectionAnnual fraud identified via PA pattern analysisCurrent baseline$2.4M/year incremental identification

1.2 Investment & Timeline

Budget: $27.72M (Year 1 SOW-01, which also covers cross-cutting platform and governance work). BRD-01-specific delivery labor: approximately $12M of the Year 1 allocation.

Timeline: Phase 0 (Aug–Nov 2026, readiness) → Phase 1 (Nov 2026–Feb 2027, requirements & design) → Phase 2 (Feb–Jun 2027, build & test) → Phase 3 (Jun–Aug 2027, pilot) → Phase 4 (Sep 2027, full production). Total: approximately 14 months from kickoff to production.

Team: 28 people (see Section 16), led by F. Bennett (BRD-01 Lead, Pulaski). Includes 4 ML engineers, 2 NLP engineers, 2 clinical rules engineers, 3 clinical reviewers (human-in-the-loop, ACME FTEs), 3 data scientists, 2 integration engineers, and supporting product, QA, DevOps, and documentation roles.

2. Regulatory Drivers & Compliance Requirements

2.1 CMS-0057-F: Prior Authorization Interoperability

The CMS Interoperability and Prior Authorization Final Rule (CMS-0057-F) is the primary external regulatory driver for BRD-01. Key requirements applicable to ACME as a payer:

Compliance boundary: ACME's baseline CMS-0057-F compliance project (separate from Project Catalyst) handles minimum regulatory requirements — the API endpoints, decision-timeline enforcement, and reporting mechanics. BRD-01 builds on top of that baseline: it is the AI-powered capability that processes the PA requests flowing through those API endpoints. BRD-01 does not replace the baseline compliance project; it enhances the quality, speed, and consistency of PA decision-making within the compliant infrastructure.

2.2 State AI-in-Insurance Regulations

2.3 HIPAA / HITECH

All PA data is PHI. BRD-01 systems are subject to HIPAA Privacy and Security Rules. PHI handling requirements are defined in Section 7 (Data Requirements) and Section 9 (Non-Functional Requirements, security subsection). All vendor access to PA data requires executed BAAs.

3. Current State Assessment

3.1 Current PA Workflow

  1. Intake: PA requests arrive via fax (~40%), provider portal (~35%), phone (~20%), and mail (~5%). No standardized electronic intake format; significant data re-entry.
  2. Triage: Administrative staff classify requests by service type, urgency, and medical policy category. Manual process, approximately 15 minutes per request.
  3. Clinical Review: Licensed clinical reviewers evaluate the request against ACME's medical policy guidelines. Reviewers access member history, clinical documentation, and policy guidelines across 3–4 separate systems. Average review time: 45–90 minutes per complex case; 15–30 minutes per routine case.
  4. Determination: Reviewer issues approval, denial, or pend (request additional information). Denials require peer-to-peer review opportunity per CMS guidelines. Determination communicated to provider via portal notification, fax, or letter.
  5. Appeal: Denied requests may be appealed. Appeals follow a separate workflow with additional clinical review levels.

3.2 Current State Pain Points

4. Target State & Capability Description

4.1 Target State Architecture (Conceptual)

The target state replaces the manual intake-triage-review-determination workflow with an AI-assisted pipeline:

  1. Intelligent Intake: PA requests received via FHIR API (CMS-0057-F compliant), provider portal, or fax (OCR + NLP extraction). Unstructured clinical documentation automatically parsed, coded, and mapped to ACME's medical policy taxonomy.
  2. Automated Triage & Pre-Screening: AI model classifies the request by urgency, service type, complexity, and medical policy category. Routine, clearly-approvable requests (e.g., well-established clinical evidence, matching policy criteria, no contraindications) are auto-approved without human touch. Estimated auto-approval pool: 60–70% of standard PAs.
  3. AI-Assisted Clinical Review: Complex or edge-case requests are routed to clinical reviewers with an AI-generated case summary: extracted clinical evidence, relevant medical policy sections, similar prior decisions, and a preliminary recommendation with confidence score. Reviewers evaluate the AI summary and make the final determination. Average review time target: 10–20 minutes (down from 45–90).
  4. Mandatory Human Review for Adverse Determinations: All denials and partial denials receive mandatory human clinical review before the determination is issued. The AI cannot issue an adverse determination without a human clinical reviewer confirming the decision. This is a hard constraint, not a configurable setting.
  5. Explainable Determination: Every determination (approval or denial) includes a structured, human-readable explanation: the clinical factors evaluated, the medical policy sections applied, and the rationale for the decision. Explanations are machine-readable (for CMS-0057-F denial-reason reporting) and member-readable (for determination letters).
  6. Continuous Monitoring: Production model performance monitored via automated dashboards: accuracy vs. ground-truth audit, fairness metrics by demographic group, cycle time, automation rate, and override rate (human reviewer overturning AI recommendation). Retraining triggered if performance drifts beyond defined thresholds.

5. Functional Requirements

Requirements are classified using MoSCoW prioritization: Must (non-negotiable for production), Should (expected, can defer with documented justification), Could (included if capacity allows).

5.1 Intake & Document Processing

FR-01.001 Must

System shall accept PA requests via HL7 FHIR R4 Prior Authorization Support (PAS) API, conforming to Da Vinci PAS Implementation Guide v2.0+. API must support create, update, status inquiry, and cancel operations.

FR-01.002 Must

System shall accept PA requests via ACME's existing provider portal, maintaining backward compatibility with current submission workflows during transition period (minimum 12 months post-production).

FR-01.003 Should

System shall accept PA requests received via fax, using OCR + NLP to extract structured data (member ID, provider NPI, service codes, clinical documentation) from unstructured fax images. Target extraction accuracy: ≥ 90% for key fields with human verification queue for low-confidence extractions.

FR-01.004 Must

System shall parse unstructured clinical documentation (physician notes, lab results, imaging reports) submitted with PA requests and extract relevant clinical evidence using NLP. Extracted evidence shall be mapped to ACME's medical policy taxonomy and presented to the clinical review module in structured form.

FR-01.005 Must

System shall automatically verify member eligibility, benefit coverage, and service authorization requirements at intake, flagging requests that fail eligibility checks before clinical review.

5.2 AI-Assisted Clinical Decision

FR-01.006 Must

System shall classify each PA request by urgency (standard / urgent / retrospective), service category (medical, surgical, behavioral health, pharmacy, DME), and complexity (routine / complex / edge-case) using a trained classification model. Classification accuracy target: ≥ 95% on a ground-truth test set.

FR-01.007 Must

System shall evaluate each PA request against ACME's medical policy guidelines using a combination of rules-based logic (for deterministic policy criteria) and ML prediction (for probabilistic clinical judgment). The system shall produce a preliminary recommendation (approve, deny, pend for additional information, route to human review) with a confidence score (0–100%).

FR-01.008 Must

System shall auto-approve PA requests that meet ALL of the following criteria: (a) confidence score ≥ 95%, (b) request matches at least one existing approved-case pattern in the training data, (c) no clinical contraindications detected, (d) member eligibility confirmed, (e) service is within benefit coverage. Auto-approvals do not require human review but are logged for audit and included in quality sampling.

FR-01.009 Must

System shall route all requests with confidence score < 85% OR adverse preliminary recommendation (deny / partial deny) to the human clinical review queue. Routing shall include: AI-generated case summary, extracted clinical evidence, relevant medical policy sections, confidence score, and similar prior decisions for reference.

FR-01.010 Must

System shall route requests with confidence score 85%–94% to a "verify" queue where a human reviewer confirms or overrides the AI recommendation with a streamlined review (target: 5–10 minutes per case). The reviewer's action is logged as either "confirmed AI recommendation" or "overrode AI recommendation (with reason code)."

5.3 Determination & Communication

FR-01.011 Must

System shall issue PA determinations within the CMS-0057-F timelines: 72 hours for urgent requests, 7 calendar days for standard requests. System shall track elapsed time from submission and escalate requests approaching the deadline to the human review queue with priority flagging.

FR-01.012 Must

System shall generate a structured, human-readable explanation for every determination (approval or denial). Explanation shall include: the specific clinical evidence evaluated, the specific medical policy sections applied, the decision rationale, and (for denials) the specific criteria the request did not meet. Explanations must be both machine-readable (for CMS reporting) and member-readable (for determination letters).

FR-01.013 Must

System shall communicate determinations to providers via the FHIR PAS API (real-time response), provider portal notification, and member notification (portal + letter). Denial letters shall include specific denial reason, medical policy reference, clinical basis, and instructions for appeal.

FR-01.014 Should

System shall support the HL7 Da Vinci Coverage Requirements Discovery (CRD) flow, enabling providers to check PA requirements before submitting a request. CRD responses shall indicate whether a service requires PA, what documentation is needed, and the expected decision timeline.

5.4 Audit, Reporting & Compliance

FR-01.015 Must

System shall maintain a complete audit trail for every PA decision: timestamp, request data hash, model version used, confidence score, preliminary recommendation, human reviewer action (if any), final determination, explanation text, and communication timestamp. Audit trail shall be immutable and retained per ACME's data retention policy (minimum 7 years).

FR-01.016 Must

System shall generate the CMS-0057-F public reporting metrics: PA submission volume (by service category), approval rate, denial rate, average decision time (standard and urgent), and appeal rate. Reports shall be producible on demand for any reporting period.

FR-01.017 Must

System shall support quality audit sampling: a configurable percentage of auto-approved cases (default: 5%) shall be randomly selected for retrospective human clinical review. Audit results shall be compared to the AI determination; discrepancies logged and reported to AI Governance Board.

6. AI Model Specifications

6.1 Model Architecture

BRD-01 uses a multi-model architecture — not a single monolithic model. Each model has a specific function, its own training data, and its own validation criteria:

ModelTypeFunctionAccuracy Target
M-01: Document ExtractionNLP / Named Entity RecognitionExtract clinical entities (diagnoses, procedures, medications, lab values) from unstructured clinical documentsF1 ≥ 0.90 on benchmark entity set
M-02: Request ClassifierMulti-label ClassificationClassify PA request by urgency, service category, and complexityAccuracy ≥ 95% on ground-truth test set
M-03: Clinical Decision ModelEnsemble (Rules + ML)Evaluate clinical evidence against medical policy; produce recommendation + confidence scoreAgreement with expert panel ≥ 92% on benchmark cases
M-04: Fraud Pattern DetectorAnomaly DetectionFlag PA requests exhibiting patterns associated with known fraud typologiesPrecision ≥ 80%, Recall ≥ 60% on historical fraud cases
M-05: Explanation GeneratorTemplate + Extractive SummarizationGenerate human-readable determination explanations from model outputsReadability grade level ≤ 8; factual accuracy ≥ 97%

6.2 Model Training Data Requirements

6.3 Model Performance Monitoring (Production)

6.4 Model Explainability Requirements

Every model output must be interpretable. Black-box models without explainability are rejected at the model design stage (AI Governance Board, Section 12 of Program Governance Model).

7. Data Requirements

Data ElementSource SystemClassificationAccess Control
Member demographics & eligibilityCore administration platformPII + PHIOnshore US only; RBAC
Claims history (3 years)Claims processing systemPHIOnshore US only; RBAC
PA request data (submissions, determinations)PA management systemPHIOnshore US only; RBAC
Clinical documentation (physician notes, labs, imaging)Provider submissions (portal, fax, API)PHIOnshore US only; RBAC
Medical policy guidelinesACME medical policy systemInternal / ProprietaryRead access for AI models; update access restricted to Medical Policy team
Provider directory & NPI registryProvider management systemNon-sensitiveStandard access
Fraud case historySpecial Investigations UnitSensitive / PHIRestricted; SIU approval required
Data residency constraint: All PHI data used by BRD-01 models resides exclusively in US-based cloud regions. Offshore development team members work with synthetic/anonymized datasets only. Real PHI is never exposed to offshore environments. This is a design constraint validated by E. Sato (CPO) and D. Chen (Chief Architect) at Phase 0. See RAIDD R-08 for the associated risk and mitigation.

8. Integration Requirements

IntegrationProtocolDirectionFrequency
Prior Authorization API (CMS-0057-F)HL7 FHIR R4 (Da Vinci PAS IG)BidirectionalReal-time (synchronous and asynchronous)
Coverage Requirements DiscoveryHL7 FHIR R4 (Da Vinci CRD IG)Response to provider queryReal-time
Core administration platform (eligibility)REST API / internalReadReal-time at intake
Claims processing system (history)Batch ETL + real-time APIReadNightly batch + real-time for active cases
Medical policy engineInternal APIReadOn-demand per evaluation
Provider portalREST API / webBidirectionalReal-time
Member notification systemEvent-driven (message queue)WritePer determination
Data & Cloud AI Platform FoundationMLOps pipeline (internal)BidirectionalModel deployment, monitoring, retraining

9. Non-Functional Requirements

9.1 Performance

9.2 Availability & Disaster Recovery

9.3 Security

10. Human-in-the-Loop & Override Requirements

Non-Negotiable Constraint: The AI system cannot issue an adverse PA determination (denial or partial denial) without a licensed clinical reviewer confirming the decision. This is a hard design constraint, not a configurable setting. It cannot be disabled, overridden, or bypassed by any user, administrator, or system configuration. This constraint exists because (a) CMS and state regulations require human accountability for adverse coverage decisions, (b) legal liability for incorrect denials attaches to the human decision-maker and the organization, not to the AI model, and (c) the Moffatt v. Air Canada precedent established that organizations are liable for AI-generated outputs that harm consumers.

10.1 Override Workflow

10.2 Peer-to-Peer Review

11. Fairness, Bias & Responsible AI Requirements

11.1 Fairness Testing (Pre-Production)

11.2 Ongoing Fairness Monitoring (Production)

12. Testing & Validation Requirements

Test TypeOwnerCriteriaPhase
Unit TestingBRD-01 development team≥ 80% code coveragePhase 2 (continuous)
Integration TestingQA team (V. Müller)All 8 integrations tested end-to-endPhase 2
Model Accuracy TestingIndependent Validation (P. Okafor)All 5 models meet accuracy targets (Section 6.1)Phase 3
Fairness / Bias TestingIndependent Validation (P. Okafor)≤ 5% demographic deviation (Section 11.1)Phase 3
Explainability ReviewIndependent Validation (P. Okafor)Zero hallucinated explanations; readability ≤ grade 8Phase 3
Security / Adversarial TestingCybersecurity (M. Hassan)Zero Critical, zero High at releasePhase 3
Performance / Load TestingQA teamP95 latency within thresholds at 2× peak volumePhase 3
DR/BCP TestingIT Ops (H. Nakamura)Recovery within RTO/RPO targetsPhase 3
Pilot UATOperational Testing Mgr (Y. Sorensen6)≥ 95% pass rate with controlled user groupPhase 3
Full UATOperational Testing Mgr≥ 95% pass rate; zero open Critical/High defectsPhase 3/4

13. Acceptance Criteria & Definition of Done

BRD-01 is accepted into production when ALL of the following criteria are met:

  1. All "Must" functional requirements (FR-01.001 through FR-01.017) implemented and tested
  2. All 5 AI models pass Independent Model Validation (zero Critical, zero uncorrected High)
  3. Fairness testing passed (≤ 5% demographic deviation)
  4. UAT passed (≥ 95% pass rate, zero open Critical/High defects)
  5. Security testing passed (zero Critical/High findings)
  6. Performance testing passed (all latency and throughput targets met at 2× peak volume)
  7. DR/BCP test passed (recovery within RTO/RPO)
  8. Human-in-the-loop workflow verified (adverse determination cannot proceed without human confirmation)
  9. Audit trail verified (complete, immutable, queryable)
  10. CMS-0057-F compliance verified (API conformance, decision timelines, denial-reason structure, reporting capability)
  11. All 3 governance boards sign off at Phase 3 gate
  12. Production monitoring dashboards operational
  13. Runbook and operational documentation delivered to IT Operations

14. Constraints, Assumptions & Dependencies

14.1 Constraints

14.2 Assumptions

14.3 Dependencies

15. Regulatory Traceability Matrix

RegulationRequirementBRD-01 ImplementationVerification
CMS-0057-F §ADecision within 72 hrs (urgent) / 7 days (standard)FR-01.011 (automated deadline tracking + escalation)Production metrics reporting (FR-01.016)
CMS-0057-F §BFHIR-based Prior Authorization APIFR-01.001 (Da Vinci PAS API)Integration testing + FHIR conformance testing
CMS-0057-F §CSpecific denial reasons (machine-readable)FR-01.012 (structured explanation generator)Model validation + UAT
CMS-0057-F §DPublic PA metrics reportingFR-01.016 (automated reporting capability)Report validation against manual audit
Colorado SB 21-169Test for unfair discrimination in AI coverage decisionsSection 11 (fairness testing, ≤5% deviation threshold)Independent Model Validation report
Connecticut SB 1103Human review of adverse AI decisionsSection 10 (mandatory human-in-the-loop for denials)Workflow verification in UAT
HIPAAPHI protectionSection 9.3 (encryption, RBAC, audit) + Section 7 (data residency)Security testing + privacy impact assessment
NIST AI RMFGovern, Map, Measure, ManageEntire BRD operates under AI Governance framework (Section 16)AI Governance Board oversight

16. BRD-01 Delivery Team & Governance

Team size: 28 people. Lead: F. Bennett (Pulaski). Full roster in Resource Plan, Team 21.

Governance: BRD-01 operates under the full Project Catalyst governance framework: three-board sign-off at phase gates, AI Governance Board model-release authority, Independent Model Validation blocking gate, and JAD session requirements development. Sprint-level execution uses 2-week sprints with Scrum Master (Z. Okoro3), Product Manager (M. Beaumont2), and daily standups.

17. Sign-Off & Approval

RoleNameSign-Off ScopeStatus
Business SponsorDr. N. Patel (CMO)Business requirements, clinical validityApproved — Phase 1 Gate
Legal CounselR. ThorneLegal/liability acceptabilityApproved — Phase 1 Gate
VP ComplianceJ. MartinezCMS/state regulatory alignmentApproved — Phase 1 Gate
Chief ArchitectD. ChenTechnical feasibility, architecture fitApproved — Phase 1 Gate
CISOM. HassanSecurity acceptabilityApproved — Phase 1 Gate
AI Governance DirectorS. KhuranaAI governance standards, model riskApproved — Phase 1 Gate
BRD-01 LeadF. BennettTechnical achievabilityApproved — Phase 1 Gate
Program DirectorC. TyrrellFacilitation (does not sign off on requirements)Acknowledged