Healthcare / Referral Management Live
Referral Intake Review
Check an incoming referral letter against the receiving service's acceptance criteria, extract the clinical detail, and say plainly whether it can be booked or what is missing before it can.
- Run on demand
- ~6 credits per run
- v1.0.0
What does Referral Intake Review do?
Referral Intake Review is a production AI agent in the healthcare section of the Leverge agent store, built for the referral management process. Check an incoming referral letter against the receiving service's acceptance criteria, extract the clinical detail, and say plainly whether it can be booked or what is missing before it can. It runs on demand, works through 5 steps and returns 7 outputs, including acceptance check.
What it needs
-
Referral letter
The letter as received. Text is extracted before anything is sent to the model.
-
Receiving service
What it does
- Extracting the letter
- Reading the referral
- Checking it against acceptance criteria
- Deciding the outcome
- Mapping to a FHIR ServiceRequest
What you get back
- Acceptance check
- What happens next
- Referral
- Presenting problem
- Investigations included
- Needs attention
- FHIR R4 ServiceRequest
After each run it asks: “Was this the right call on the referral?”
When it runs
Run on demand
Oversight
Runs under scoped, least-privilege credentials with every action written to an audit log. Anything that moves money, alters a contract or reaches a customer requires human approval before it executes.
Referral Management
Other agents in referral management
Clinical documentation, referrals and patient communication
-
Clinical Document Summary
Summarise a discharge summary, consultation note, or referral letter, and emit the problems, medications, and follow-up actions as a structured FHIR bundle alongside the readable version.
-
Patient Message Triage
Triage an inbound patient message against the practice's own policy, look up the record, and draft either an administrative reply or a clinical escalation. Every reply waits for a human.
Next Step
Deploy Referral Intake Review, or adapt it
It runs as-is against the inputs above. Most deployments diverge — a different source system, a different tolerance, a different approval path. A 30-minute technical call establishes which.