National Health Authority

Command Palette

Search for a command to run...

Use Cases

See the NHCX use cases for payer and provider claim exchange.

NHCX routes claim data between payers and providers. Each use case uses the exchange to validate, route, and return claim information.

Source cleanup

The source PDF split the predetermination row across 2 extracted tables. This page merges that row and corrects source typos.

Detailed use cases

Use caseSenderReceiverDescription
Onboarding providers and payersProvider or payerNHCXNHCX onboards providers and payers. It validates each participant and routes requests to target applications.
Check coverage eligibilityProviderPayerA provider checks beneficiary eligibility through NHCX. The payer returns coverage, package, or procedure eligibility.
Preauth request submissionProviderPayerA provider submits a preauth request for a beneficiary through NHCX. The payer stores the request details. The payer returns adjudication details through the on_submit callback.
Predetermination request submissionProviderPayerA provider submits a predetermination request for a claim through NHCX. The payer stores the request details. The payer returns auto-adjudication details for the policy and beneficiary history through the on_submit callback.
Claim request submissionProviderPayerA provider submits a claim request for a beneficiary through NHCX. The payer stores the request details. The payer returns adjudication details through the on_submit callback.
Payment noticePayerProviderA payer sends the payment status for a claim. The notice includes bank reference numbers, scroll status, and UTR numbers.
Communication request submissionPayerProviderA payer sends claim remarks to the provider through NHCX. The provider stores the communication details. The provider returns the information that the payer needs for the claim.
Reprocess requestProviderPayerA provider asks the payer to reprocess a claim. Use this flow when a claim has a partial payment or rejection.

Flow groups

Flow groupUse casesMain outcome
AccessOnboarding, coverage eligibilityParticipants can join the exchange and verify a benefit.
ApprovalPreauth, predeterminationThe payer can approve or estimate a claim before final claim submission.
ClaimClaim request submission, communication request, reprocess requestThe payer and provider can complete claim adjudication.
PaymentPayment noticeThe provider receives payment status and bank reference data.

Sources

  • nhcx-usecases.md (NHCX sandbox portal)