We have drop-in replacements for the Change Healthcare (CHC) Claims and Eligibility APIs. These endpoints use CHC’s exact JSON format for both the request and the response, allowing you to migrate from CHC to Stedi with minimal development effort.

Request access on our healthcare landing page. We have a streamlined contract and onboarding process that provides you with a dedicated Slack channel and allows you to start implementation within 60 minutes.

Eligibility | X12 270/271

To send eligibility checks:

  • Call the Eligiblity Check endpoint with a JSON payload in CHC’s JSON format.
  • Stedi automatically maps CHC payer IDs to our own IDs, translates the JSON to the X12 EDI 270 format, and sends it to the payer or peer clearinghouse.
  • The endpoint returns a synchronous API response in CHC’s JSON format.

Checking eligibility Stedi

Claims | 837

To send professional claims:

  • Call the Professional Claims endpoint with a JSON payload in CHC’s JSON format.
  • Stedi automatically maps CHC payer IDs to our own IDs, translates the JSON to the X12 EDI 837 format, and delivers it to the payer or peer clearinghouse.
  • The endpoint returns a synchronous response in CHC’s JSON format.

Responses | 277, 835 (ERA), and 999

  • We automatically deliver 277 and 835 responses in CHC’s JSON format through webhooks, so you don’t need to poll any API endpoint to get these files.
  • We automatically deliver 999 Acknowledgment files in Stedi’s JSON format through webhooks.

Making a Claim with Stedi

Was this page helpful?