{
  "name": "Extract and process healthcare claims with VLM Run, Google Drive and Sheets",
  "nodes": [
    {
      "id": "5abb0804-324f-4ba7-9d9f-45ed4555b84f",
      "name": "VLM Run",
      "type": "@vlm-run/n8n-nodes-vlmrun.vlmRun",
      "position": [
        1504,
        560
      ]
    },
    {
      "id": "78d37355-309d-4502-9655-ad8ca03c617d",
      "name": "Append row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1952,
        560
      ]
    },
    {
      "id": "029fce72-6691-49a8-9653-c8d78183c2e5",
      "name": "Download file",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1152,
        560
      ]
    },
    {
      "id": "e51f8123-dc3c-41cd-8598-bb78cc9957fd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        448,
        0
      ],
      "parameters": {
        "width": 416,
        "height": 816,
        "content": "# Health Care Claim Processing with VLM Run\n\nAutomatically extracts structured health care claim details from uploaded documents in Google Drive and saves them into a Google Sheet for tracking, compli"
      }
    },
    {
      "id": "00c4afaf-34a8-4a5c-903c-d66831f5dd52",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1792,
        0
      ],
      "parameters": {
        "width": 416,
        "height": 816,
        "content": "# Append Row in Sheet\n\n**Function:** Appends extracted structured data into a Google Sheet.\n\n* Columns could be: Patient, DOB, Insurance ID, CPT/HCPCS Code, Diagnosis Code, Billed Amount, Modifiers, P"
      }
    },
    {
      "id": "ebacf386-ab43-406f-ae3e-95e6089f0c0b",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1344,
        0
      ],
      "parameters": {
        "width": 416,
        "height": 816,
        "content": "# VLM Run (Document)\n\n**Function:** Sends the health care claim file to VLM Run under the category `healthcare.claims-processing`.\n\n* Extracts structured details such as:\n\n  * Patient name, DOB, insur"
      }
    },
    {
      "id": "f393272d-8006-43be-afd7-1e3629e40a05",
      "name": "Google Drive Trigger",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        944,
        560
      ]
    },
    {
      "id": "cd56ccab-968d-405c-b27a-dfcb40d6e1b5",
      "name": "📁 Input Processing Documentation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        896,
        0
      ],
      "parameters": {
        "width": 416,
        "height": 824,
        "content": "# 📁 Input Processing\n\n**Monitors & downloads healthcare claim files from Google Drive.**\n\n**Process:**\n1. Watches designated Drive folder\n2. Auto-triggers on new uploads\n3. Downloads files for AI proc"
      }
    }
  ],
  "connections": {
    "VLM Run": {
      "main": [
        [
          {
            "node": "Append row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download file": {
      "main": [
        [
          {
            "node": "VLM Run",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive Trigger": {
      "main": [
        [
          {
            "node": "Download file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}