Skip to main content

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.

POST/api/v3/hiu/health-information/on-request

Authorizations

Authorizationbearer tokenRequired

The accessToken from POST /api/hiecm/gateway/v3/sessions. Send it as Authorization: Bearer <ACCESS_TOKEN>.

Body

hiRequestobjectRequired
hiRequest.transactionIdstringRequired
hiRequest.sessionStatusstringRequired
errornullRequired
responseobjectRequired
response.requestIdstringRequired

Responses

200

Your 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.