Skip to main content

Verida Uses Files.com to Feed Medicaid Claims From 900 Transportation Providers—Without 900 Integrations

A branded, BAA-backed intake layer isolated each provider while webhooks and APIs carried PHI files into Verida's EDI workflow without manual handling.
Verida (formerly Southeastrans)Files.com

Verida, formerly Southeastrans, manages non-emergency medical transportation (NEMT) benefits for state Medicaid programs and managed care organizations. It doesn't drive anyone anywhere. It administers the benefit: verifying member eligibility, scheduling trips, adjudicating claims, and credentialing and monitoring the contracted transportation companies that perform the rides. That network includes roughly 900 independent providers and supports about 5.5 million trips a year.

Those operations generate claim and encounter data that providers submit to Verida. That puts Verida at the receiving end of claim files from hundreds of transportation companies, and every one of those files carries protected health information. Verida used Files.com as both a branded, BAA-backed front door for that network and the event layer feeding its EDI claims system.

Every Claim Arrives as a PHI File From a Transportation Provider

The senders are independent transportation operators, not one centrally managed organization. Verida could not ask 900 of them to build a custom integration each, and it could not let regulated health data travel over whatever channel each operator happened to reach for. At this scale, an intake path is HIPAA-compliant for the whole network or it is not compliant at all.

The other half of the constraint sat downstream. Claims processing is the workflow the business runs on, and the data arriving from providers had to reach Verida's EDI claims system without a person carrying it there. A compliant dropbox that someone empties by hand fails at the scale of this network: any step that depends on an operator noticing a file and moving it puts a core workflow at the mercy of manual handling.

So the intake layer had a specification before it had a name. It had to sit under an executed Business Associate Agreement. It had to carry Verida's own name, so providers submitted to Verida rather than to a vendor they had never heard of. It had to offer widely used transfer options—SFTP, FTP, or REST API—without requiring a custom integration for each provider. It had to keep every provider walled off from every other. And it had to be programmable, so that when a file arrived, Verida's own systems would know and act.

A BAA-Backed Front Door With a Webhook on Every Folder

Verida selected Files.com to be that intake layer: a HIPAA-enabled site under an executed BAA, running on Verida's own branded domain.

Each provider received its own folder, reachable over SFTP, FTP, or the REST API. Folder controls kept the structure fixed for Verida's automation, while permissions scoped every account to its own files. User lifecycle automation set accounts inactive after 60 days without activity, so dormant credentials across the external network shut off automatically.

Files.com watched the intake folders and used webhooks to notify Verida when claim files arrived. Verida's customer-built C# service downloaded each file through the Files.com REST API, passed it into the EDI claims workflow, and uploaded the response to the same provider folder. The exchange ran in both directions, and no one at Verida touched a file to make it happen.

Files Land, Notify, and Flow to Claims Without an Operator

With the pipeline in production, provider claim intake does not depend on a person at Verida moving files.

  • Claim files from the provider network land, fire a notification, and flow into EDI claims processing with nobody moving them. The response makes the return trip into the provider's folder the same way.
  • Adding a provider to the network adds a folder and a credential, not an integration project. The webhook-and-API pattern applies to the new folder exactly as it applies to every folder already there.
  • PHI stays inside one BAA-backed perimeter carrying Verida's name, with access scoped per provider and dormant accounts deactivated automatically.

One Pattern for the Whole Network

A network of hundreds of small, low-tech partners did not need hundreds of integrations. It needed one governed file layer that speaks the protocols the partners already use, holds PHI behind a BAA, and fires an event when a file arrives. Files.com gave Verida that layer, and the entire provider network now feeds claims processing through it.