v1
latestOpenAPI 3.0.02026-07-14225552.2 KBdata flow
Health information data request from HIU
HIU request for Health information against a consent id. CM would generate a transactionId against each consent and pass it as trnasaction context / correlation id to the HIP and also return the same to HIU via Gateway API - /v0.5/health-information/cm/on-request.
post/v0.5/health-information/request
Headers
Authorizationstring required
Access token which was issued after successful login with gateway auth server.
Request body
Example request
{
"hiRequest": {
"keyMaterial": {
"cryptoAlg": "ECDH",
"curve": "Curve25519",
"dhPublicKey": {
"parameters": "Curve25519/32byte random key"
},
"nonce": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
},
"requestId": "a1s2c932-2f70-3ds3-a3b5-2sfd46b12a18d"
}Response
Request Accepted