Orchestrate patient admission, discharge and post-care with NVIDIA and Claude

Go to Workflow
0 views
Built by Cheng Siong Chin Cheng Siong Chin
Created on June 05, 2026

Description

How It Works
This workflow automates patient risk assessment and clinical alerting for healthcare providers using NVIDIA AI models. Designed for hospitals, clinics, and healthcare organizations, it addresses the critical challenge of timely identification and response to high-risk patients requiring immediate intervention. The system monitors patient data webhooks, enriches records with external EHR data, and analyzes aggregated information through Claude AI for comprehensive risk stratification. Healthcare operations data is fetched and combined with patient metrics to provide contextual risk assessment. NVIDIA's structured generation capabilities ensure standardized clinical outputs, while parallel execution routes enable simultaneous processing: critical cases trigger immediate alerts via email and escalation flags, whereas routine cases follow standard documentation paths. The workflow maintains an audit trail, merges execution results, and generates detailed reports for compliance and quality improvement initiatives.

Setup Steps
Configure Patient Event Webhook with your EHR system endpoint URL and authentication headers
Add NVIDIA API credentials (API key) in Fetch Patient Data and Structured Generation nodes
Connect Claude Model node with Anthropic API key and configure healthcare risk assessment prompt
Set up Gmail node with sender credentials and configure recipient email addresses for clinical alerts
Enable Google Sheets integration for audit logging and specify spreadsheet ID for execution reports

Prerequisites
NVIDIA API access, Anthropic Claude API key, Google Workspace account (Gmail, Sheets)
Use Cases
Emergency department triage automation, post-operative monitoring for deterioration detection
Customization
Modify risk scoring algorithms, add disease-specific assessment criteria
Benefits
Reduces clinical response time through automated risk detection

Nodes Used (7)

AI Agent
@n8n/n8n-nodes-langchain.agent
Anthropic Chat Model
@n8n/n8n-nodes-langchain.lmChatAnthropic
Code
n8n-nodes-base.code
HTTP Request
n8n-nodes-base.httpRequest
Send Email
n8n-nodes-base.emailSend
Slack
n8n-nodes-base.slack
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured