v1
latestOpenAPI 3.0.02026-07-144898115.8 KBdata flow
cm facing
Health information data request
Callback API for acknowledgement of Health information request of HIU. CM calls this API when it has validated the Health Information request given the consent id. Either the hiRequest or error would need to be specified. If the health info request was valid, then the hiRequest.transactionId specifies the transaction context against which HIP would send over the data. Possible cases of errors are
- Invalid consent artefact id
- Consent has expired
- Date ranges are invalid
post/v0.5/health-information/cm/on-request
Headers
Authorizationstring required
Access token which was issued after successful login with gateway auth server.
X-HIU-IDstring required
Identifier of the health information user to which the request was intended.
Request body
Example request
{
"hiRequest": {
"transactionId": "a1s2c932-2f70-3ds3-a3b5-2sfd46b12a18d"
},
"requestId": "a1s2c932-2f70-3ds3-a3b5-2sfd46b12a18d"
}Response
Request Accepted