Skip to main content

Coverage eligibility

Coverage eligibility is the pre-check a hospital desk runs before committing a patient to a cashless pathway.

Calls

CallMethod and pathWhat it does
Coverage eligibility checkPOST /v1/coverageeligibility/checkProvider asks the payer, via NHCX, whether a beneficiary's policy is in force, what it covers and which documents a preauth will need.
Coverage eligibility callbackPOST /v1/coverageeligibility/on_checkPayer returns the CoverageEligibilityResponse (policy in force, benefits, auth requirements) or an error to the provider through NHCX.
Coverage eligibility check (internal) (adapter)POST /internal/v1/coverageeligibility/checkInternal twin of /v1/coverageeligibility/check with the same JWEPayload body and response set; only the operationId differs.
Coverage eligibility callback (internal) (adapter)POST /internal/v1/coverageeligibility/on_checkInternal twin of /v1/coverageeligibility/on_check taking the same bare object body; only the operationId differs.

Callbacks you host

The exchange posts these to the endpoint_url you registered. Answer each with HTTP 202 first.

PathHosted by
/v1/coverageeligibility/checkThe payer
/v1/coverageeligibility/on_checkThe provider

Base URLs

EnvironmentBase URL
Sandbox, NHCX exchange.https://apisbx.abdm.gov.in/hcx
Production.https://apisprod.nha.gov.in/hcx

Guides that use these calls

The whole specification, with a request you can send from the page, is the Coverage eligibility API reference.