v1
latestOpenAPI 3.0.02026-07-14225552.2 KBdata flow
Notifications corresponding to events during data flow
API called by HIU and HIP during data-transfer.
- HIP on transfer of data would send sessionStatus - one of [TRANSFERRED, FAILED]
- HIP would also send hiStatus for each careContextReference - on of [DELIVERED, ERRORED]
- HIU on receipt of data would send sessionStatus - one of [TRANSFERRED, FAILED]. For example, FAILED when if data was not sent or if invalid data was sent
- HIU would also send hiStatus for each careContextReference - one of [OK, ERRORED]
post/v0.5/health-information/notify
Headers
Authorizationstring required
Access token which was issued after successful login with gateway auth server.
Request body
Example request
{
"notification": {
"consentId": "a1s2c932-2f70-3ds3-a3b5-2sfd46b12a18d",
"statusNotification": {
"hipId": "max",
"statusResponses": [
{
"hiStatus": "OK"
}
]
},
"transactionId": "a1s2c932-2f70-3ds3-a3b5-2sfd46b12a18d"
},
"requestId": "499a5a4a-7dda-4f20-9b67-e24589627061"
}Response
Notification is Accepted