πŸ’¬ Automate patient intake & symptom triage with AI, Cal.com and Google Services

⚑ 215 views Β· πŸ’¬ Support Chatbots

Description

🚨 DISCLAIMER (READ FIRST):

This workflow is NOT HIPAA-compliant and NOT intended for production use. It is a test/demo prototype built for experimentation, education, and non-clinical evaluation purposes only.

It does not include encryption, does not meet any regulatory standards, and must not be used with real patient data or PHI (Protected Health Information).

The creator is not liable for any misuse or damage caused by deploying this workflow in a real-world or clinical environment.


πŸŽ₯ Watch the Workflow Demo: https://youtu.be/1qt3sU2o4_Y?si=oA1CizPaO66_tKnc

πŸ”§ Workflow Summary: This n8n workflow mimics a lightweight AI assistant for healthcare clinics by automatically analyzing patient symptoms and booking appointments. It uses no-code tools and basic AI integration to demonstrate automation potential in medical triage.


🩺 What it does:

  1. Patient submits a form (Cal.com or webhook) with name, contact, and symptoms
  2. AI processes the symptoms (via OpenRouter) and suggests the likely issue
  3. AI assigns a relevant department like Ortho, Neuro, etc.
  4. Books the appointment on the correct Google Calendar (department-wise)
  5. Saves the patient info to a Google Sheet for tracking
  6. Skips duplicate appointments for the same patient (based on name or contact)

πŸ“¦ Tools Used: β€’ n8n (Cloud or Self-Hosted) β€’ OpenRouter (GPT-based AI model) β€’ Cal.com (Booking system) β€’ Google Calendar β€’ Google Sheets


⚠️ For a HIPAA-Compliant Version (Future-Ready Notes):


πŸ’‘ Use Case: This demo can help founders, developers, or healthtech explorers prototype AI-assisted clinic systems without writing code β€” but again, strictly for mock/demo workflows only.

πŸ”— Nodes Used

Google Sheets, Google Calendar, Cal.com Trigger, Basic LLM Chain, OpenRouter Chat Model

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup