Sequential AgentHealthcareintermediate

Clinical Visit-Note Summarizer Template

Acts as · Clinical Scribe Assistant

Turns a clinician's visit transcript or dictation into a structured SOAP note draft: reflecting only what was documented: for the provider to review and sign. Feeds the Encounters table. Never invents findings.

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
2 tools · 1 table
Result + trace
A structured output, with every step recorded.
The run loop
ReadPlanActCheckWriteTracerepeats until done

What's inside

Everything this template installs, by name.

Tables1
Encounters
Tools2
FirefliesGoogle Docs
Tasks
2 ordered tasks

What it takes in

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

InputTypeRequired
Visit Transcript / DictationtranscriptLong textRequired
Patient / ProviderpatientProviderShort 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
    From {{transcript}} for {{patientProvider}}, draft a SOAP note (Subjective, Objective, Assessment, Plan) using only what was documented/said. Do not add findings or diagnoses; preserve the clinician's assessment.
    Expected output
    A SOAP note draft grounded strictly in the transcript, with an 'Ambiguities/Gaps' list for clarification. No invented content. No JSON.
  2. 02
    Produce a brief encounter summary and prepare the Encounters record (Chief Complaint, Summary, Status=Pending Review) for provider review and signature.
    Expected output
    A short encounter summary + Encounters record draft marked Pending Review. No JSON.

Tools it uses

FirefliesPull the visit transcript from the recorded encounter via Fireflies.
Google DocsDraft the SOAP note as a document for the provider to review and sign.

What you can do with it

Streamline Documentation
Convert transcripts into structured SOAP notes effortlessly
Enhance Provider Efficiency
Reduce time spent on note-taking and documentation
Improve Patient Care
Focus more on patients, less on paperwork
Ensure Accurate Records
Maintain integrity with no invented findings

Related templates