🎯 Extract and process healthcare claims with VLM Run, Google Drive and Sheets

⚑ 694 views · 🎯 AI Summarization & Classification

Description

Automatically process healthcare claims into structured Google Sheets entries with VLM Run extraction

What this workflow does

Setup

Prerequisites: Google account, VLM Run API credentials, Google Sheets access, n8n. Install the verified VLM Run node by searching for VLM Run in the node list, then click Install. Once installed, you can start using it in your workflows.

Quick Setup:

  1. Create the Drive folder you want to watch and copy its Folder ID
  2. Create a Google Sheet with headers like: timestamp, file_name, file_id, mime_type, size_bytes, uploader_email, form_type, carrier_name, patient_name, patient_birth_date, patient_sex, patient_address, insurance_type, insurance_id, insured_name, total_charge, amount_due, amount_paid, hospitalization_from, hospitalization_to, referring_physician_name, processing_notes, …other claim fields as needed
  3. Configure Google Drive OAuth2 for the trigger and download nodes
  4. Add VLM Run API credentials from https://app.vlm.run/dashboard to the VLM Run node
  5. Configure Google Sheets OAuth2 and set Spreadsheet ID and target sheet tab
  6. Test by uploading a sample file to the watched Drive folder and activate

Perfect for

Key Benefits

How to customize

Extend by adding:

πŸ”— Nodes Used

Google Sheets, Google Drive, Google Drive Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup