AI駆動の患者登録と症状態別問診自動化
中級
これはSupport Chatbot, AI Summarization分野の自動化ワークフローで、11個のノードを含みます。主にSet, Code, DateTime, CalTrigger, GoogleSheetsなどのノードを使用。 AI、Cal.com、そしてGoogleサービスを使って患者の登録と症状診断を自動化
前提条件
- •Google Sheets API認証情報
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"meta": {
"instanceId": "b6731f6e46273cffeac6b5188a5b3bcb0840c00108e73b48ae2b799ac6e8e081",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "9d63fd49-dcd0-44b5-b430-a2afe14679a5",
"name": "Intelligent Doctor Routing",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
320,
-60
],
"parameters": {},
"typeVersion": 1.7
},
{
"id": "166672ec-9cc6-454d-a4f3-65668136dee3",
"name": "Grab Appointment Time",
"type": "n8n-nodes-base.dateTime",
"position": [
120,
-60
],
"parameters": {},
"typeVersion": 2
},
{
"id": "80d6ea83-fdd5-4f0b-afa9-8b2c18b8681a",
"name": "Extract Patient Info and AI Diagnosis",
"type": "n8n-nodes-base.set",
"position": [
940,
-60
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "82cdfc69-cd8a-4098-88fa-1f41fe05f375",
"name": "AI Diagnosis",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
"position": [
320,
160
],
"parameters": {},
"typeVersion": 1
},
{
"id": "554a8f4d-26d5-49ab-9b88-c6ba4af51d2c",
"name": "Get Present Appointments",
"type": "n8n-nodes-base.googleSheets",
"position": [
520,
200
],
"parameters": {},
"typeVersion": 4.6,
"alwaysOutputData": true
},
{
"id": "beafad53-227e-47d9-b019-892b36f7d9d7",
"name": "Return Unique Appointments",
"type": "n8n-nodes-base.code",
"position": [
740,
200
],
"parameters": {},
"typeVersion": 2
},
{
"id": "b1e0f815-e791-458c-9f9b-6e3370161462",
"name": "Save new appointments",
"type": "n8n-nodes-base.googleSheets",
"position": [
980,
200
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "a7ec4cac-1a3c-424f-9162-1b626830749e",
"name": "Map departments with their respective calendars",
"type": "n8n-nodes-base.code",
"position": [
520,
460
],
"parameters": {},
"typeVersion": 2
},
{
"id": "e2f3d3fb-3e28-4116-b653-6e4c856fd0ca",
"name": "Check for new patient appointment Requests",
"type": "n8n-nodes-base.calTrigger",
"position": [
-100,
-60
],
"webhookId": "46578e33-e893-4668-855c-d0714c6c63bd",
"parameters": {},
"typeVersion": 2
},
{
"id": "8ecacd04-ebdb-4211-8c4e-6fd490f55177",
"name": "Create Appointment in Respective Department's calender",
"type": "n8n-nodes-base.googleCalendar",
"position": [
780,
460
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "1feca45d-b494-4245-9f53-ffc1438642fd",
"name": "Parse Output in our preferred structure",
"type": "n8n-nodes-base.code",
"position": [
700,
-60
],
"parameters": {},
"typeVersion": 2
}
],
"pinData": {},
"connections": {
"82cdfc69-cd8a-4098-88fa-1f41fe05f375": {
"ai_languageModel": [
[
{
"node": "9d63fd49-dcd0-44b5-b430-a2afe14679a5",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"166672ec-9cc6-454d-a4f3-65668136dee3": {
"main": [
[
{
"node": "9d63fd49-dcd0-44b5-b430-a2afe14679a5",
"type": "main",
"index": 0
}
]
]
},
"b1e0f815-e791-458c-9f9b-6e3370161462": {
"main": [
[
{
"node": "a7ec4cac-1a3c-424f-9162-1b626830749e",
"type": "main",
"index": 0
}
]
]
},
"554a8f4d-26d5-49ab-9b88-c6ba4af51d2c": {
"main": [
[
{
"node": "beafad53-227e-47d9-b019-892b36f7d9d7",
"type": "main",
"index": 0
}
]
]
},
"9d63fd49-dcd0-44b5-b430-a2afe14679a5": {
"main": [
[
{
"node": "1feca45d-b494-4245-9f53-ffc1438642fd",
"type": "main",
"index": 0
}
]
]
},
"beafad53-227e-47d9-b019-892b36f7d9d7": {
"main": [
[
{
"node": "b1e0f815-e791-458c-9f9b-6e3370161462",
"type": "main",
"index": 0
}
]
]
},
"80d6ea83-fdd5-4f0b-afa9-8b2c18b8681a": {
"main": [
[
{
"node": "554a8f4d-26d5-49ab-9b88-c6ba4af51d2c",
"type": "main",
"index": 0
}
]
]
},
"1feca45d-b494-4245-9f53-ffc1438642fd": {
"main": [
[
{
"node": "80d6ea83-fdd5-4f0b-afa9-8b2c18b8681a",
"type": "main",
"index": 0
}
]
]
},
"e2f3d3fb-3e28-4116-b653-6e4c856fd0ca": {
"main": [
[
{
"node": "166672ec-9cc6-454d-a4f3-65668136dee3",
"type": "main",
"index": 0
}
]
]
},
"a7ec4cac-1a3c-424f-9162-1b626830749e": {
"main": [
[
{
"node": "8ecacd04-ebdb-4211-8c4e-6fd490f55177",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - サポートチャットボット, AI要約
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
AIを活用した会議調査とデイリーアジェンダ(Googleカレンダー、Attio CRM、Slack)
AIを活用した会議調査とデイリーアジェンダ:Googleカレンダー、Attio CRM、Slackを使用
If
Set
Code
+
If
Set
Code
30 ノードHarry Siggins
AI要約
AI、Apify、Telegram統合による自動化ツールでの評価
Telegram、Apify、AI、Googleスプレッドシートを使ってWebサイトツール分析を自動化
If
Set
Code
+
If
Set
Code
20 ノードMirza Ajmal
AI要約
毎日の WhatsApp グループ スマート分析:GPT-4.1 による分析と音声メッセージの transcrição
毎日の WhatsApp グループ インタラクティブ分析:GPT-4.1 分析と音声メッセージ文字起こし
If
Set
Code
+
If
Set
Code
52 ノードDaniel Lianes
その他
n8nノードの探索(可視化リファレンスライブラリ内)
n8nノードを可視化リファレンスライブラリで探索
If
Ftp
Set
+
If
Ftp
Set
113 ノードI versus AI
その他
ワークデイログ記録
AI作業時間表ジェネレーター - Gmail、カレンダー、GitHubをGoogleスプレッドシートに統合
If
Set
Code
+
If
Set
Code
31 ノードLuka Zivkovic
個人の生産性
01 AIメディアバイヤーでFacebook広告のパフォーマンスを分析し、インサイトをGoogle Sheetsへ送信
Gemini AIを使用してFacebook広告を分析し、インサイトをGoogle Sheetsに送信
If
Set
Code
+
If
Set
Code
34 ノードJJ Tham
市場調査