webhooks
Acknowledgement of a health information request
Carries the transaction id, the request id and the current status. This is an acknowledgement, not the records. The records arrive at the data push URL you supplied.
Authorizations
Authorizationbearer tokenRequiredThe accessToken from POST /api/hiecm/gateway/v3/sessions. Send it as Authorization: Bearer <ACCESS_TOKEN>.
Body
hiRequestobjectRequiredhiRequest.transactionIdstringRequiredhiRequest.sessionStatusstringRequirederrornullRequiredresponseobjectRequiredresponse.requestIdstringRequiredResponses
200Your bridge acknowledged the callback with 200 OK. The gateway validates the body you send back, so a 200 carrying the wrong body is still a failure.
Where this fits
You produce this callback by calling Request a patient's health information.