How do I access the Production APIs?
For the Change Healthcare Medical Network Integrated Rules Professional Claims API, the endpoint is:
https://apigw.changehealthcare.com/medicalnetwork/professionalclaims/advanced/v1/validation/
The Raw X12 Validation endpoint applies the same logic directly to EDI-formatted request bodies. You can submit the entire claim in X12 EDI format and send it to this API for analysis:
https://apigw.changehealthcare.com/medicalnetwork/professionalclaims/advanced/v1/raw-x12-validation
The Integrated Rules Professional API also provides a GET /healthcheck call to check that the service you're trying to use is up and running:
https://apigw.changehealthcare.com/medicalnetwork/professionalclaims/advanced/v1/healthcheck
The standard Professional Claims APIs have the following HTTP path:
https://apigw.changehealthcare.com/medicalnetwork/professionalclaims/v1/
Updated 9 months ago
Did this page help you?