availity · Example Payload

Eligibility Provider Example

Eligibility Provider Example is an example object payload from availity, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

npifirstNamelastNameorganizationNametaxIdserviceProviderNumber

Example Payload

Raw ↑
{
  "npi": "1234567890",
  "firstName": "Jane",
  "lastName": "Smith",
  "organizationName": "sample-value",
  "taxId": "123456789",
  "serviceProviderNumber": "sample-value"
}