We are raising the consent request for health ID to fetch health locker data. We are getting notify request but not receiving health info request (/v0.5/health-information/hip/request).
Notify Request
{
"notification": {
"consentDetail": {
"consentId": "bf025a06-c213-44f7-a8c8-73f18e87cd65",
"createdAt": "2023-02-03T06:10:21.434647",
"purpose": {
"text": "care consent",
"code": "CAREMGT",
"refUri": null
},
"patient": {
"id": "surender1234@sbx"
},
"consentManager": {
"id": "sbx"
},
"hip": {
"id": "medixcel-demo-health-locker",
"name": null
},
"hiTypes": [
"Prescription",
"DiagnosticReport",
"OPConsultation",
"DischargeSummary",
"ImmunizationRecord",
"HealthDocumentRecord",
"WellnessRecord"
],
"permission": {
"accessMode": "VIEW",
"dateRange": {
"from": "2021-12-31T18:30:00",
"to": "2023-02-03T18:29:59"
},
"dataEraseAt": "2026-02-01T07:09:59",
"frequency": {
"unit": "HOUR",
"value": 1,
"repeats": 6
}
},
"careContexts": [
{
"patientReference": "surender1234@sbx",
"careContextReference": "MHL-DOC-25-01-2023-07-43-54"
},
{
"patientReference": "surender1234@sbx",
"careContextReference": "MHL-DOC-25-01-2023-07-41-47"
}
]
},
"status": "GRANTED",
"signature": "pY5HGS4LpqwwsAE2BefgFDyHrME8zEG/WhsAhXitDCk89tjjxgn/A1IWDTq4ExYKhSJFZ78mqKqTb8Y5zZ5UxXObNEiRnKZRlMaJR8IbVRGoHsWR3OPUddCpt+EvvhRLqhsK+TwSYUy1U1nijHrd7BEhiYa7RSK1l4Dc4rtV4sJro/IxuefrboZ6NU5uiDMRlHXAq5Le7QalCHVcWe7lbmLfQuVHg8cz2XvQcYQNm6eVR+NNjTpu2VxfOxq/SkYrpSSx8tuaxfB5Ry3B91VanzkzlxDJgzaC7qurdb3xZmlD4H3So5KI/S/N8KDMzbbRWvIvPxDGy+OOKdZDlQ0mlA==",
"consentId": "bf025a06-c213-44f7-a8c8-73f18e87cd65",
"grantAcknowledgement": false
},
"requestId": "4b6426f3-e63a-47ed-b0a8-9391fcdbc433",
"timestamp": "2023-02-03T06:10:21.492373"
}
On Notify request
{
"requestId": "c9bc2af8-4cc3-4f95-a299-9d197be61b49",
"timestamp": "2023-02-03T06:10:21.000000",
"acknowledgement": {
"status": "OK",
"consentId": "bf025a06-c213-44f7-a8c8-73f18e87cd65"
},
"resp": {
"requestId": "4b6426f3-e63a-47ed-b0a8-9391fcdbc433"
}
}
Can you have a look into this?
Regards,
Shubham