Simplify Medical Lab Reports with Ollama AI and Email Delivery System

Go to Workflow
0 views
Built by Oneclick AI Squad Oneclick AI Squad
Created on August 12, 2025

Description

This automated n8n workflow streamlines the process of receiving, processing, and delivering patient-friendly lab reports with precautionary advice.

πŸ† Minimal But Complete Design:

Node Flow:
πŸ“§ Email Trigger β†’ Monitors inbox for lab reports
πŸ“„ PDF Extract β†’ Processes attachments & extracts content
πŸ€– AI Simplify β†’ Converts medical jargon to simple language
✨ Format Response β†’ Creates beautiful patient-friendly layout
πŸ“€ Send Report β†’ Delivers simplified report via email

πŸš€ Key Features:

βœ… Automatic Processing:
Monitors email for lab report PDFs
Extracts content from attachments
No manual intervention needed

βœ… AI-Powered Simplification:
Converts complex medical terms to plain English
Explains what each test result means
Adds βœ…/⚠️ indicators for normal/abnormal results

βœ… Patient-Friendly Output:
Professional HTML email formatting
Clear sections: Summary, Results, Precautions
Includes next steps and follow-up advice

βœ… Built-in Safety:
Always includes medical disclaimers
Encourages consulting healthcare providers
Handles edge cases with fallbacks

πŸ› οΈ Setup Requirements:

APIs Needed:
IMAP Email** (Gmail, Outlook, etc.)
Ollama AI Model** (Local medical AI)
SMTP Email** (Sending service)

Quick Configuration:
Import the JSON into n8n
Set up email credentials (IMAP + SMTP)
Configure Ollama medical model
Test with a sample lab report

πŸ“‹ Sample Output:
🩺 Your Lab Report - Simplified

βœ… CHOLESTEROL: 180 mg/dL - Normal!
Good job maintaining healthy levels.

⚠️ BLOOD SUGAR: 126 mg/dL - Slightly high
Normal is under 100. Consider reducing sugar intake.

πŸ”¬ VITAMIN D: 25 ng/mL - Low
You may need supplements. Ask your doctor.

πŸ“‹ PRECAUTIONS:
β€’ Eat more fruits and vegetables
β€’ Exercise 30 minutes daily
β€’ Schedule follow-up in 3 months
β€’ Watch for: excessive thirst, fatigue

Nodes Used (4)

AI Agent
@n8n/n8n-nodes-langchain.agent
Code
n8n-nodes-base.code
Ollama Chat Model
@n8n/n8n-nodes-langchain.lmChatOllama
Send Email
n8n-nodes-base.emailSend