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など)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数11
カテゴリー2
ノードタイプ8
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34