How do I access the Production APIs?
For the Change Healthcare Medical Network Claims Responses and Reports v2 API, the endpoint is:
https://apigw.changehealthcare.com/medicalnetwork/reports/v2/
If you execute this endpoint, you'll see a list of all 277 files (X3 prefix) and 835 files (*R5** prefix). These files' contents are in EDI format.
You can search for a specific file:
https://apigw.changehealthcare.com/medicalnetwork/reports/v2/
To translate a 277 EDI report file to JSON, use the following endpoint:
https://apigw.changehealthcare.com/medicalnetwork/reports/v2//277
To translate an 835 EDI report file to JSON, use the following endpoint:
https://apigw.changehealthcare.com/medicalnetwork/reports/v2//835
You can also delete files from your mailbox using the DELETE HTTP method:
DELETE https://apigw.changehealthcare.com/medicalnetwork/reports/v2/
Updated 8 months ago
Did this page help you?