๐ฌ Convert radiology images to patient-friendly reports with GPT-4 Vision & PDF email
โก 823 views ยท ๐ฌ Document Extraction & Analysis
Description
This automated n8n workflow transforms uploaded radiology images into professional, patient-friendly PDF reports. It uses AI-powered image analysis to interpret medical scans, simplify technical terms, and produce clear explanations. The reports are formatted, converted to PDF, stored in a database, and sent directly to patients via email, ensuring both accuracy and accessibility.
๐ฅ Workflow Overview:
Simple Process Flow:
- Upload Image โ 2. AI Analysis โ 3. Generate Report โ 4. Send to Patient
๐ง How It Works:
- Webhook Trigger - Receives image uploads via POST request
- Extract Image Data - Processes patient info and image data
- AI Image Analysis - Uses GPT-4 Vision to analyze the radiology image
- Process Analysis - Structures the AI response into readable sections
- Generate PDF Report - Creates a beautiful HTML report
- Convert to PDF - Converts HTML to downloadable PDF
- Save to Database - Logs all reports in Google Sheets
- Email Patient - Sends the report via email
- Return Response - Confirms successful processing
๐ Key Features:
- AI-Powered Analysis using GPT-4 Vision
- Patient-Friendly Language (no medical jargon)
- Professional PDF Reports with clear sections
- Email Delivery with report attachment
- Database Logging for record keeping
- Simple Webhook Interface for easy integration
๐ Usage Example:
Send POST request to webhook with:
{
"patient_name": "John Smith",
"patient_id": "P12345",
"scan_type": "X-Ray",
"body_part": "Chest",
"image_url": "https://example.com/xray.jpg",
"doctor_name": "Dr. Johnson",
"patient_email": "john@email.com"
}
โ๏ธ Required Setup:
- OpenAI API - For GPT-4 Vision image analysis
- PDF Conversion Service - HTML to PDF converter
- Gmail Account - For sending reports
- Google Sheets - For logging reports
- Replace
YOUR_REPORTS_SHEET_IDwith your actual sheet ID
Want a tailored workflow for your business? Our experts can craft it quickly Contact our team
๐ Nodes Used
Google Sheets, HTTP Request, Webhook, Gmail
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File