Automate Radiology Image Analysis and Report Delivery
This n8n workflow automates the conversion of radiology images into patient-friendly PDF reports using AI analysis. It simplifies technical terms, generates detailed reports, and emails them directly to patients, ensuring clarity and accessibility.
The workflow begins by triggering on image uploads via a webhook. It processes the image and patient data, then utilizes OpenAI's GP-4 Vision to analyze the radiology image. The AI analysis is structured into a readable format, which is then converted into a professional HTML report. This report is transformed into a PDF, stored in Google Sheets for record-keeping, and emailed to the patient. The workflow ensures that patients receive understandable and accurate reports promptly.
Platform
n8n
Category
Healthcare
Price
Free
Creator
Layla Ibrahim
code
wait
gmail
webhook
stickyNote
httpRequest
googleSheets
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.