hello,
I am creating dr Concent Request (HIU M3 flow)
1.first i am calling : v0.5/consent-requests/init for requesting
then i am giving grant access
then getting call on v0.5/consents/hip/notify
but it shoud be call on hiu/on-notify also
but i cant get it am i right…?
2.when i am call v0.5/consents/hip/on-notify after getting v0.5/consents/hip/notify then also not getting call on health-information/hip/request but i can’t get it.
my client id is SBX_002477
and
my hip/notify call is
{
"notification": {
"consentDetail": {
"consentId": "a5a178d4-14dc-4621-80f4-7a61e31cd557",
"createdAt": "2023-03-29T13:42:39.275982303",
"purpose": {
"text": "Check Patient History",
"code": "CAREMGT",
"refUri": null
},
"patient": {
"id": "bholakishan@sbx"
},
"consentManager": {
"id": "sbx"
},
"hip": {
"id": "HOPS-Dev-0001",
"name": "HOPS EMR-EHR"
},
"hiTypes": [
"OPConsultation",
"WellnessRecord"
],
"permission": {
"accessMode": "VIEW",
"dateRange": {
"from": "2022-09-25T12:52:34.925",
"to": "2023-11-15T12:52:34.925"
},
"dataEraseAt": "2023-11-25T12:52:34.925",
"frequency": {
"unit": "HOUR",
"value": 1,
"repeats": 0
}
},
"careContexts": [
{
"patientReference": "PUID-00001",
"careContextReference": "visit-b99f336f-8126-439f-8183-608c5dc1455e"
}
]
},
"status": "GRANTED",
"signature": "PbO4f67qq6nffeZNcUvCUtyi6+5wyvD0CLNOqXjEnD9nSzDN3jXeb824WqQkyRCKx17LJ/qTO9+UgJIQWk2RKl8xCoS/d/LT1PTZKD1puqlSUoHx9GLxVRO2Q4qHWtM78yrwaLqLrL7IK7teyS2IyYk5dFNtPLArlaAZMkiaZZd4eF5zrOlR0vgBKxjUI5YWjjbo6t2WYul4PDZw3+CRG0/IlMZoUSjsSQEuu4NvUkwB1Qt9GawbTPBOLKSakDRMt7fDcEq0IeQrwtQIbeadVvzOz560xiQX1OVp7g5tvM5JnwtXLw9l5iTrS8pKDcpdkzZsfSnTaLz4S9o4abmtbg==",
"consentId": "a5a178d4-14dc-4621-80f4-7a61e31cd557",
"grantAcknowledgement": false
},
"requestId": "4de063a3-b226-4e9d-9695-ab2a951bc2df",
"timestamp": "2023-03-29T13:42:39.291827498"
}
and i call hip/on-notify
{
"requestId": "{{$guid}}",
"timestamp": "{{timestamp}}",
"acknowledgement": {
"status": "OK",
"consentId": "a5a178d4-14dc-4621-80f4-7a61e31cd557"
},
"resp": {
"requestId": "4de063a3-b226-4e9d-9695-ab2a951bc2df"
}
}
then i am getting success responce 202 Accepted
but after i cant get call on health-Information/hip/request