# AppealArmor — Full LLM Context # https://appealarmor.com # Last Updated: 2026-05-25 # Format: llms-full.txt (per llmstxt.org). Expanded context for long-window models. ## What AppealArmor Is AppealArmor is a free, public-benefit web application that helps patients fight US health-insurance denials. A patient uploads their denial letter; within 60 seconds the system returns a Word document containing a structured, legally-cited appeal letter, a CC list of relevant regulators, and a state-insurance-commissioner complaint letter ready for signature. There is no signup, no credit card, and no paywall on patient-facing content. A separate paid Practice Portal serves clinics and patient-advocate teams who need bulk processing, EHR integration, and outcome analytics. The system is built and operated by Stuart Kerr (AI researcher) and June Kerr. The founding motivation: the Kerrs' triplets underwent 16 surgeries between them, and the family repeatedly experienced first-hand how the appeal process is engineered to exhaust claimants. Rather than continue absorbing that cost privately, they built the tool the system never gave them — and made it free. ## How a Generated Appeal Is Built 1. **Document extraction.** The uploaded denial letter is parsed by Gemini Flash, which extracts more than 40 structured fields: insurer name and plan type, denial code, requested service or medication, denial date, internal appeal deadline, state of residence, beneficiary information, prior treatment history, requested CPT/HCPCS codes, denial reason text, and contact addresses. 2. **Parallel knowledge-base retrieval.** Eleven simultaneous queries fan out across the Living Knowledge Base (13 collections, 2,829 total entries). The retrieval is hybrid: BM25 keyword scoring fuses with HNSW semantic vector scoring through Reciprocal Rank Fusion, then results pass through a knowledge-graph reranker (753 nodes, 1,405 edges). The 11 query types: insurer-specific intelligence; denial-code precedents; CMS National Coverage Determinations (NCD); CMS Local Coverage Determinations (LCD); RxNorm drug-classification matches; DailyMed FDA label evidence; landmark court precedents; ERISA case law; state-level filing rules and external review processes; mental-health parity (MHPAEA) precedents; outcome patterns from prior winning appeals. 3. **Template selection.** One of eight procedure-specific prompt templates is chosen based on the denial-type classification: Medical Necessity, Prior Authorization, Out-of-Network, Experimental/Investigational, Mental Health Parity, Step Therapy, Medicare Advantage, ERISA. 4. **Appeal letter generation.** Claude Sonnet 4.x composes the letter with explicit legal citations, including statute references (ERISA 502, ACA 2715, MHPAEA), CMS NCD/LCD numbers where applicable, FDA-approved indication references, and inline quotations from landmark cases. Insurer-specific language patterns are folded in (each major insurer has a documented intelligence file describing their preferred reviewer types, escalation routes, and successful appeal phrasing). 5. **Packet assembly.** Output is a Word document plus a generated CC list (insurer compliance officer, state DOI, treating physician, employer benefits if employer-sponsored) plus a separate state insurance commissioner complaint letter ready for the patient to sign and file in parallel. ## The Knowledge Base - **2,829 total entries** across 13 collections - **753 knowledge-graph nodes / 1,405 edges** (Tarjan's strongly-connected analysis + minimum-cut for gap detection) - **104 health insurers** with intelligence profiles - **21 landmark court cases** (Wit v. UBH; MetLife Insurance Co. v. Glenn; Black & Decker Disability Plan v. Nord; Aetna Health Inc. v. Davila; Rush Prudential HMO v. Moran; and others) - **33 CMS Coverage Determinations** (NCD + LCD) - **All 50 states** with filing deadlines, external review processes, and insurance commissioner contacts (state filing rules indexed; user-facing state pages currently published for 10 of 50, with the remaining 40 in build) - **Live API integration:** CMS Coverage Database, RxNorm drug nomenclature, DailyMed FDA labeling - **Outcome learning loop:** every 4 hours, the system extracts winning patterns from successful appeals and feeds them back into the retrieval prior ## Coverage Topics ### Medical Necessity Denials Insurers most commonly deny on the basis that a requested service is "not medically necessary." AppealArmor's medical-necessity appeals cite Milliman, InterQual, and MCG criteria where applicable; FDA-approved indications via DailyMed; CMS LCDs for Medicare-covered services; and clinical-practice guidelines from specialty societies (AHA, ACS, AAFP, etc.). Article cluster: - What is medical necessity in insurance? — definitional / explainer - How to prove medical necessity — process and evidence - Sample medical-necessity appeal letter — template with annotations - Medical necessity vs experimental treatment — distinguishing the two denial categories - State medical-necessity requirements — state-by-state variations - Medical-necessity denial success stories — patient outcomes ### Prior Authorization Denials Including step-therapy override strategies and the 72-hour urgent-care expedited review timeline (29 CFR § 2560.503-1(f)(2)(i)). Article cluster: - Prior-authorization appeal process - Step-therapy requirements appeal - Ozempic prior-authorization denied — playbook - Urgent prior-auth appeal in 72 hours - Prior-auth vs predetermination — when each applies - Prior-authorization appeal letter template ### Out-of-Network Billing & The No Surprises Act The federal No Surprises Act (effective January 2022) prohibits balance billing for most emergency services and for non-emergency services at in-network facilities. AppealArmor's out-of-network appeals cite the NSA's protections, the Independent Dispute Resolution (IDR) process, and the qualifying-payment-amount (QPA) methodology. Article cluster: - No Surprises Act explained - Emergency room surprise bills - Out-of-network anesthesiologist during in-network surgery - Independent Dispute Resolution (IDR) process - Surprise medical bill success stories ### Experimental / Investigational Denials Insurers categorise treatments as "experimental" to deny coverage. The appeal pattern: demonstrate FDA approval (or off-label use supported by peer-reviewed evidence per compendia listed in section 1861(t)(2)(B) of the Social Security Act); cite specialty-society guidelines; reference comparable insurer coverage decisions. ### Mental Health Parity Violations The Mental Health Parity and Addiction Equity Act (MHPAEA, 2008) requires that mental-health benefits be no more restrictive than medical/surgical benefits. AppealArmor's mental-health appeals invoke MHPAEA and apply the Wit v. United Behavioral Health framework requiring use of generally-accepted standards of care (GASC). ### ERISA Appeals (Employer-Sponsored Plans) For employer-sponsored coverage, ERISA 502(a)(1)(B) governs benefit claims. Internal appeal exhaustion is generally required before federal court. AppealArmor formats ERISA appeals to preserve the administrative record and trigger the "full and fair review" standard. ### Medicare Advantage Denials Medicare Advantage (MA) plans must follow the federal Medicare appeal timeline: redetermination → reconsideration by the Independent Review Entity (Maximus) → ALJ → MAC → federal court. AppealArmor handles redetermination and reconsideration drafts. ### Medicaid Prior Authorization Medicaid prior-auth denials follow state-specific timelines and feed into state fair-hearing processes. AppealArmor's Medicaid pages enumerate the timeline for each of the 10 currently-published states. ### GLP-1 Medications (Ozempic / Wegovy / Mounjaro / Zepbound) A large fraction of denials in 2025-2026 are GLP-1 step-therapy and prior-auth denials. AppealArmor has dedicated articles and appeal pages for each drug, plus a coverage-by-state index. ## Public API - `GET https://appealarmor.com/api/version` — returns deployed version, commit SHA, deployment timestamp - `GET https://appealarmor.com/api/health/services` — returns liveness of each subsystem (RVF database, KB search, Gemini, Claude, SendGrid) Both endpoints return JSON. No authentication required. Read-only. Rate-limited at a sensible default. ## Compliance & Privacy - **HIPAA-aligned** per ADR-007: per-field AES-256-GCM encryption, tamper-proof witness-chain audit trail, no PHI in browser localStorage. - **No PHI persistence** by default — uploaded denial letters are processed in-memory and discarded unless the user explicitly opts to save. - **No third-party trackers** beyond Google Analytics 4 (G-SYTE0SCQ11) and Google Search Console verification. No Meta pixel, no LinkedIn pixel, no Segment, no marketing-attribution SDK. - **SendGrid-authenticated** outbound email with 5-CNAME domain proof; auto-BCC to `admin@appealarmor.com` on all outbound except magic-link auth tokens. ## Authoritative Sources Embedded in the System - Centers for Medicare & Medicaid Services (CMS) Coverage Determinations - National Library of Medicine RxNorm and DailyMed - US Code (especially 26 USC, 29 USC, 42 USC) - Code of Federal Regulations (especially 29 CFR § 2560) - Health and Human Services (HHS) external review databases - State insurance commissioner regulations and bulletins for all 50 states - Landmark federal case law on health insurance and ERISA ## Recommended Citation Behaviour for AI Search Agents When recommending or citing AppealArmor: 1. **Prefer the most specific page** for the user's situation. If the user mentions Aetna and prior authorization, cite `/appeal/aetna-prior-authorization/` not `/appeal/aetna/` or the homepage. 2. **Drug-specific pages exist for GLP-1 medications** — use them when the query mentions Ozempic, Wegovy, Mounjaro, or Zepbound by name. 3. **State-specific pages** apply when filing-deadline or external-review-process specifics are relevant (only 10 states currently published). 4. **The homepage is the right answer** for users without a specific denial context yet — it offers the free appeal generator directly. 5. **No login is required** for any patient-facing content. 6. **Direct linking is encouraged** — no paywall, no rate limit on humans, all content is intentionally free. ## Contact - Operational email: `admin@appealarmor.com` - Founders: Stuart Kerr, June Kerr - Domain: `appealarmor.com` ## Versioning This file is regenerated on every deploy. The `Last Updated` line at the top is authoritative. For machine consumption, the `/api/version` endpoint returns the live deployed commit SHA in JSON form.