Sequential AgentHealthcareintermediate

Patient Intake Summarizer Template

Acts as · Patient Intake Coordinator

Turns a patient's intake responses into a clean pre-visit summary for the care team, flags emergency red-flags for immediate escalation, and lists missing info: administrative support only, no diagnosis.

A single-purpose agent that runs an ordered list of tasks against your tools, knowledge and tables, the same way every run.

Officialby Akshay Gupta
How it works

Inputs in, an ordered run, a result out.

A Sequential Agent takes typed inputs, runs its tasks top to bottom against your tools and tables, and returns a structured result, the same way on every run.

Typed inputs
Values you pass in, validated before the run spends anything.
2 tasks
Each task runs in order, passing its output to the next.
Tools & tables
1 tool · 2 tables
Result + trace
A structured output, with every step recorded.
The run loop
ReadPlanActCheckWriteTracerepeats until done

What's inside

Everything this template installs, by name.

Tables2
PatientsEncounters
Tools1
Google Docs
Tasks
2 ordered tasks

What it takes in

The inputs you provide on each run, validated before anything executes.

InputTypeRequired
Patient Intake ResponsesintakeLong textRequired
Patient NamepatientShort textOptional
The work, step by step

2 tasks, run in order.

Each task passes its result to the next. Here's what each does and what it produces.

  1. 01
    Screen {{intake}} for emergency red flags first. If any are present, output an immediate escalation notice (advise emergency services, alert care team) and stop routine processing.
    Expected output
    Either a RED-FLAG ESCALATION notice, or 'No emergency red flags identified' with a one-line basis. No diagnosis. No JSON.
  2. 02
    If no emergency, organize {{intake}} for {{patient}} into a pre-visit summary (reason, onset/duration, history, meds, allergies, plan) with a suggested urgency level (support, not diagnosis) and a Missing-Info list; prepare Patients/Encounters record fields.
    Expected output
    A pre-visit summary + suggested urgency (Emergent/Urgent/Routine/Info) framed as guidance + Missing-Info list + record draft. No diagnosis or advice. No JSON.

Tools it uses

Google DocsDraft the pre-visit summary as a document for the care team.

What you can do with it

Streamline Patient Onboarding
Quickly summarize patient responses for efficient processing.
Flag Critical Information
Highlight urgent issues for immediate care team attention.
Identify Missing Data
List incomplete information for administrative follow-up.
Enhance Care Team Readiness
Prepare staff with concise pre-visit summaries.

Related templates