Healthcare

Extract data from medical documents and claims

Process medical claims, lab reports, prescription forms, and clinical documents. Extract patient information, diagnosis codes, procedure codes, and billing data with structured JSON output.

What you can extract

Patient demographics and identifiers

Diagnosis codes (ICD-10) and descriptions

Procedure codes (CPT) and descriptions

Provider information and NPI numbers

Dates of service and admission/discharge dates

Billing amounts, copays, and insurance details

Example schema

{
  "patient_name": "string",
  "date_of_service": "string",
  "diagnoses": [
    {"code": "string", "description": "string"}
  ],
  "procedures": [
    {"code": "string", "description": "string", "charge": "number"}
  ],
  "total_charge": "number"
}

Supported document types

Insurance claims

CMS-1500 and UB-04 claim forms.

Lab reports

Blood work, pathology, and diagnostic results.

Prescription forms

Medication orders and pharmacy documents.

Automate healthcare document processing

Free tier includes 100 credits/month. No credit card required.