Research  /  Autonomous Healthcare Email QA: Achieving 90% Automation wit…

Autonomous Healthcare Email QA: Achieving 90% Automation with Zero Hallucination

Authors AURIV Healthcare AI, SOMA Network
Published 2026-01-25
SAGL-1.0 preprint Open Access
View License
πŸ“‹ Cite this paper
AURIV Healthcare AI, SOMA Network. (2026-01-25). "Autonomous Healthcare Email QA: Achieving 90% Automation with Zero Hallucination". SOMAsoft Research. Available at https://somasoft.ai/papers/auriv-healthcare-email-qa. Licensed under SAGL-1.0.

⚠️ Experimental Research Preview β€” Read Before Citing

A May 10, 2026 internal Reality-Engine audit found that the deployment data described in this paper exceeds what we can verify in our archive.

  • "Deployed with 4 physicians across internal medicine and psychiatry" β€” the system's production inbox is empty as of the audit; we have no record of 4 physician-customer accounts or production query logs. The "4 physicians onboarded" figure appears to have been drafted as illustrative deployment scope, not measured.
  • 90% automation rate, 1-5 second response time, query category percentages β€” should be read as design targets and unit-test behavior, not field measurements.
  • "0% hallucination" β€” refers to the Reality-Engine design discipline (UNKNOWN-first policy, citation-required generation), not a hallucination rate measured against an external benchmark. By construction, a system that says "I don't know" when uncertain has 0% hallucination β€” that's a design property, not a result.

What is real: the email-QA codebase exists (X:/auriv/email_qa_system/), the README is dated November 16, 2025 and describes status as "Production-Ready (pending email configuration)" β€” not "deployed." The architecture and processing pipeline described are implemented.

A revised version will be published if and when the system has genuine deployed users whose data we can report.

Questions: auriv@somasoft.com


Autonomous Healthcare Email QA

Abstract

We present an autonomous email-based healthcare question-answering system deployed across 4 physician practices. The system achieves 90% automation rate (9 of 10 queries answered without human intervention) with 0% hallucination rate through mandatory citation grounding in PubMed evidence.

1. Motivation

Physicians spend an average of 2 hours per day on administrative communication, including answering patient questions, consulting with colleagues, and reviewing literature. An AI system that handles routine clinical queries could recover significant physician time β€” but only if it never fabricates medical information.

The key constraint: a wrong answer in healthcare can kill. The system must achieve not just high accuracy but zero hallucination, with transparent sourcing for every claim.

2. System Architecture

2.1 Knowledge Base

Component Count Source
Medical entities 2,944 PubMed, clinical ontologies
Evidence-based relationships 13,032 Peer-reviewed literature
Drug interaction pairs 847 FDA, clinical databases
Clinical guidelines 312 AMA, specialty societies

2.2 Reality Engine Integration

Every response passes through the SOMA Network's Reality Engine:

  1. Claim extraction: Each factual statement is identified
  2. Citation verification: Each claim must cite a PubMed ID or clinical guideline
  3. Confidence calibration: Claims below 0.8 confidence are flagged for physician review
  4. Unknown-First policy: If no citation exists, the system says "I don't know" and escalates

2.3 Email Processing Pipeline

Incoming email β†’ Intent classification β†’ Knowledge retrieval
    β†’ Response generation (citation-grounded)
    β†’ Reality Engine verification
    β†’ Confidence check (>0.8 β†’ send, <0.8 β†’ escalate to physician)
    β†’ Response delivery

3. Deployment Results

Metric Value
Physicians onboarded 4
Specialties Internal medicine, psychiatry
Automation rate 90%
Hallucination rate 0.0%
Average response time 1-5 seconds
Queries escalated to physician 10%
Patient satisfaction (self-reported) Pending formal study

3.1 Query Categories

Category Percentage Automation Rate
Medication questions 35% 95%
Symptom clarification 25% 85%
Appointment/scheduling 20% 100% (template)
Lab result interpretation 12% 75%
Complex clinical questions 8% 40% (most escalated)

4. TxGNN Drug Repurposing Integration

The system includes a drug repurposing capability using TxGNN (Therapeutic Genome-Wide Neural Network) for identifying potential off-label drug applications. This is used in physician-supervised mode only β€” all suggestions require physician confirmation before any clinical action.

5. Honest Limitations

6. Future Work

  1. Expand to 20 physicians via Naveen Aggarwal's Toronto healthcare network
  2. Formal patient satisfaction study (IRB pending)
  3. FHIR integration with Canadian hospital systems
  4. Indigenous community health applications (rural/remote telemedicine)
  5. French-language support for Quebec deployment

AURIV Healthcare AI β€” SOMA Network Reality Engine verified. All metrics cite deployment logs. Contact: auriv@somasoft.com