Batch Eligibility Checks
Run eligibility checks for multiple patients in a single upload. Prepare a CSV file with patient and provider details, upload it on the batch eligibility page, and Solum processes every row as an individual 270/271 transaction.Quick Start
- Download the CSV template from the batch creation page.
- Fill in your data — one row per eligibility check.
- Upload the CSV on the batch page.
- Review validation — fix any errors shown instantly.
- Submit — Solum sends the checks and you can track progress from the batches list.
CSV Format
Your CSV must include a header row with column names in camelCase exactly as shown below. Column order does not matter.Required Fields
Optional Fields
Any columns not listed above are ignored (you will see a warning).
Provider Identification
Every row requires exactly one of these two columns:providerNpi— The provider’s 10-digit National Provider Identifier.serviceProviderNumber— An alternative provider number assigned by the payer.
Service Type Codes
TheserviceTypeCodes column accepts a single code or multiple comma-separated codes.
For a full list of X12 service type codes, see the ASC X12 270/271 reference.
Date Formats
All date fields must use YYYY-MM-DD format (e.g.,2026-01-15).
If your CSV contains dates in YYYYMMDD format (e.g., 20260115), they are automatically converted during parsing. However, the recommended format is YYYY-MM-DD.
Duplicate Detection
Solum prevents accidental duplicate rows in two ways:With submitterTransactionIdentifier
If you provide this column, each value must be unique within the file. Two rows with the same identifier are flagged as duplicates.
Without submitterTransactionIdentifier
A composite key is built from these fields:
subscriberMemberIdsubscriberFirstNamesubscriberLastNamesubscriberDateOfBirthtradingPartnerServiceIdencounterDateOfServiceserviceTypeCodes
Validation
Validation runs instantly in your browser when you upload a file. No data is sent to the server until you click Submit.What is checked
- All required fields are present and non-empty
- Dates are in a valid format
- NPI is exactly 10 digits (if used)
- Exactly one provider identifier per row
- No duplicate rows
- At least one data row exists

