We are trying implement HIU. below is the
below id is api /v0.5/health-information/cm/request sent from HIU
{
requestId: ‘27ac3835-f4b9-4ba2-a21c-ffdba5ca861b’,
timestamp: ‘2022-08-16T16:47:39.532Z’,
hiRequest: {
consent: {
id: ‘2f458163-55f4-47f7-9b00-1b3557b56043’,
dateRange: [Object],
dataPushUrl: ‘https://webhook.site/eacde937-5faf-4f30-b5d5-348d7b99f1f3/api/callback/v0.5/hiu/datapushurl’,
keyMaterial: [Object]
}
}
}
for above api sent for our HIP this is api call with out datapush and keymeterial
v0.5/health-information/hip/request
{
“transactionId”: “9d6b3377-9b28-42e9-b3c6-fbd064a98c74”,
“requestId”: “0526da43-c7cc-4f28-9e76-db83cb9520b9”,
“timestamp”: “2022-08-16T16:47:41.475086”,
“hiRequest”: {
“consent”: {
“id”: “2f458163-55f4-47f7-9b00-1b3557b56043”
},
“dateRange”: {
“from”: “1990-01-01T00:00:00”,
“to”: “2022-08-16T00:00:00”
},
“dataPushUrl”: null,
“keyMaterial”: null
}
}