Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.medera.info/llms.txt

Use this file to discover all available pages before exploring further.

Category: Revenue Cycle & Operations  ·  Signals: Patient demographics · Insurance card · Payer eligibility API · Service codes
Verify benefits and surface coverage gaps before the visit.

Overview

The Eligibility Verification Agent queries the payer eligibility API in real time, identifies covered services and gaps, and surfaces the result to the front desk and the patient. Every verification is documented in the chart for audit and billing.

How this agent works

Configuration

This agent takes the following configuration from your practice settings:
  • Connected payer eligibility endpoints
  • Service code set per visit type
  • Patient communication policy
  • Coverage-gap escalation tree

Execution

At runtime, the agent executes the following steps:
  1. Pulls patient demographics and insurance from the chart
  2. Queries the payer eligibility API
  3. Identifies covered services, copays, and gaps
  4. Surfaces coverage gaps before the visit
  5. Documents the verification result in the chart

Composable experts

The Eligibility Verification Agent bundles the following experts from the registry:
ExpertRole
Eligibility API ExpertPayer endpoint integration and retry
Coverage Gap ExpertService code coverage analysis
Copay Calculator ExpertPatient cost estimation
Documentation ExpertEligibility result logging

Typical use cases

  • Verify benefits before the visit, not after the bill
  • Surface coverage gaps to the patient with rationale
  • Calculate accurate copays from real-time eligibility
  • Document verification for audit and billing

Compliance & safety guarantees

  • Verification is real-time, not cached past policy expiration
  • Coverage gaps surface before the visit
  • Patient cost estimates are sourced from eligibility, not estimates

Tags

Eligibility · Benefits · Coverage · Copay

Agentic Framework Overview

Learn how agents compose with experts and the orchestrator.

Expert Registry

Browse the typed expert registry agents bundle.

Quickstart

Send your first message to an agent.

A2A Protocol

Learn how agents talk to each other.