Replies: 2 comments 6 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Proposed changes to the message ids (x-hcx-request_id, x-hcx-correlation_id & x-hcx-workflow_id) defined in HCX Protocol Headers section of the HCX specifications:
x-hcx-api_call_id
Sender generated unique id for each originating request. All senders (providers & payors) must generate and set a unique value to the x-hcx-api_call_id protocol header in all the API calls to the HCX gateway.
x-hcx-correlation_id
Unique id for all messages (requests & responses) that are involved in processing of one cycle (like coverage eligibility, pre-auth, claim, or payment notice cycle).
The participant system sending the originating request of the cycle must set the x-hcx-correlation_id in the initial API call and the HCX gateway shall forward the same correlation id to the recipient of the request. The recipient must set the same correlation id in the response API call and in other API calls related to the original request (e.g. communication request, forward/redirect requests). And the same correlation id must be sent in all subsequent API calls (related to the same cycle).
x-hcx-workflow_id
Unique id for one complete workflow that spans over a series of cycles and message exchanges within the context of an admission/case.
This is an optional header that can be set by providers to the same value for all requests (coverage eligibility check, preauth, claim, etc) related to a single admission/case. And when the workflow_id is sent by the originating provider, all other participant systems (payors) must set the same workflow id in all API calls (responses, forwards/redirects, payment notices, etc) related to the workflow.
Usage of the above message ids in a sample scenario:
@abhimail @gopi-vitraya @angshu - please review the proposed changes and share your comments.
Beta Was this translation helpful? Give feedback.
All reactions