Skip to main content

Overview

Alto Health’s RAG capabilities enable you to build context-aware AI applications that can answer questions and generate insights from medical referral referrals. By combining referral retrieval with AI generation, you can create intelligent systems that understand and reason over clinical information.

How It Works

Alto Health processes your medical referrals and makes the content queryable through natural language:
  1. Upload referrals - Send medical referrals using the Upload referral endpoint
  2. Automatic Indexing - Alto Health automatically processes and indexes referral content
  3. Query with Decision Tree - Ask questions or generate insights using the indexed clinical data
  4. Structured Responses - Receive accurate, context-aware answers grounded in the actual referral content

Example Response

When pathway evaluation completes, Alto Health sends a webhook notification with RAG-powered clinical reasoning. Here’s an example showing how Alto Health evaluates clinical pathways using retrieved referral context:

Response Fields

Understanding RAG Outputs

Alto Health uses multiple AI models (Ara-Clinical-4, Ara-Clinical-5, Ara-Clinical-5.1) to evaluate each pathway condition. This ensemble approach ensures:
  • Higher accuracy - Multiple models must agree on the result
  • Reduced bias - Different model architectures catch different edge cases
  • Explainability - Compare reasoning across models to understand the decision
The final result represents the consensus across all models.
Every RAG response includes:
  • Citation: The exact text from the referral that supports the conclusion
  • Grounding: Precise coordinates showing where the citation appears in the referral
  • Page numbers: For easy manual verification
This grounding ensures all AI-generated reasoning is traceable to specific referral content, enabling audit trails and human verification.
The reason field contains detailed clinical explanations in markdown format, including:
  • Evidence from the referral supporting the conclusion
  • Clinical context and interpretation
  • Explicit statement of what was NOT found (for negative results)
  • Clinical conclusion with reasoning
This transparency enables clinicians to understand and validate the AI’s decision-making process.
Confidence scores of 100 indicate:
  • High certainty in the evaluation
  • Strong consensus across all AI models
  • Clear evidence (or clear absence) in the referral
Lower confidence scores trigger automatic review workflows in your Alto Health configuration.
Pathway Evaluation: This example shows how Alto Health uses RAG to evaluate whether a patient meets specific clinical pathway criteria. The AI retrieves relevant referral sections, applies clinical reasoning, and provides explainable decisions with citations.
Use the grounding coordinates to highlight relevant referral sections in your UI, showing clinicians exactly where the AI found (or didn’t find) the evidence for its decision.

Use Cases

Clinical Question Answering

Ask natural language questions about patient records and get accurate answers extracted from referral referrals.

Automated Summarization

Generate concise clinical summaries from lengthy referral referrals, highlighting key information for triage.

Pathway Matching

Automatically match patients to appropriate clinical pathways by reasoning over referral content and clinical guidelines.

Decision Support

Provide clinicians with context-aware recommendations based on referral content and historical case data.