AutomationFlowsGeneral › Icd-11 Demo

Icd-11 Demo

ICD-11 demo. Uses n8n-nodes-icd11. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesN8N Nodes Icd11
General Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "ICD-11 demo",
  "nodes": [
    {
      "parameters": {},
      "id": "a1000000-0000-4000-8000-000000000001",
      "name": "When clicking 'Execute workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        -40,
        0
      ]
    },
    {
      "parameters": {
        "operation": "autocode",
        "release": "2026-01",
        "searchText": "acute myocardial infarction",
        "options": {
          "matchThreshold": 0.5
        }
      },
      "id": "a1000000-0000-4000-8000-000000000002",
      "name": "Autocode Text",
      "type": "n8n-nodes-icd11.icd11",
      "typeVersion": 1,
      "position": [
        200,
        0
      ]
    },
    {
      "parameters": {
        "operation": "codeInfo",
        "release": "2026-01",
        "code": "={{ $json.theCode }}",
        "options": {}
      },
      "id": "a1000000-0000-4000-8000-000000000003",
      "name": "Get Code Info",
      "type": "n8n-nodes-icd11.icd11",
      "typeVersion": 1,
      "position": [
        440,
        0
      ]
    },
    {
      "parameters": {
        "operation": "search",
        "release": "2026-01",
        "q": "cholera",
        "options": {
          "flatResults": true
        }
      },
      "id": "a1000000-0000-4000-8000-000000000004",
      "name": "Search",
      "type": "n8n-nodes-icd11.icd11",
      "typeVersion": 1,
      "position": [
        200,
        200
      ]
    }
  ],
  "connections": {
    "When clicking 'Execute workflow'": {
      "main": [
        [
          {
            "node": "Autocode Text",
            "type": "main",
            "index": 0
          },
          {
            "node": "Search",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Autocode Text": {
      "main": [
        [
          {
            "node": "Get Code Info",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {}
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

ICD-11 demo. Uses n8n-nodes-icd11. Event-driven trigger; 4 nodes.

Source: https://github.com/Owito/n8n-nodes-icd11/blob/main/test/workflow-demo.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

03 - Flow Control Demo (Loop) V2. Event-driven trigger; 11 nodes.

General

03 - Flow Control Demo (Loop) V2. Event-driven trigger; 11 nodes.

General

Report Examples Demo. Event-driven trigger; 7 nodes.

General

Check if a Twitch Stream is Live. Uses graphql. Event-driven trigger; 7 nodes.

GraphQL
General

Automatically prune n8n execution history. Uses n8n. Event-driven trigger; 7 nodes.

n8n