Hello Team NHA
API Call is not received from ABDM for api-/health-information/hip/request
please look into it and let me know if anything need to change
API Logs
HIP Consent Notifiy reqeust received from ABDM
v0.5/consents/hip/notify
{
“Notification”: {
“ConsentDetail”: {
“SchemaVersion”: null,
“ConsentId”: “9a62dffe-b7d3-4299-89e0-1d88ca3799fa”,
“CreatedAt”: “2024-02-01T09:26:39.872557”,
“Purpose”: {
“Text”: “Self Requested”,
“Code”: “PATRQT”,
“RefUri”: null
},
“Patient”: {
“Id”: “shahbhavik@sbx”
},
“Hip”: {
“Id”: “hmis_001”,
“Name”: null
},
“ConsentManager”: {
“Id”: “sbx”
},
“HiTypes”: [
“DiagnosticReport”,
“Prescription”,
“ImmunizationRecord”,
“DischargeSummary”,
“OPConsultation”,
“HealthDocumentRecord”,
“WellnessRecord”
],
“Permission”: {
“AccessMode”: “View”,
“DateRange”: {
“From”: “2017-02-01T09:26:39.843988”,
“To”: “2024-02-01T09:26:39.844007”
},
“Frequency”: {
“Unit”: “Hour”,
“Value”: 1,
“Repeats”: 0
},
“DataEraseAt”: “2024-04-01T09:26:39.713975”
},
“CareContexts”: [
{
“PatientReference”: “REGg10862”,
“CareContextReference”: “REGg10862_IPX123226_21883_IP”
}
]
},
“ConsentId”: “9a62dffe-b7d3-4299-89e0-1d88ca3799fa”,
“Signature”: “WVu1BkZG2IJMgi7ghPDqD5sk0barkKBF002nTZB8TMXVvjHuSawyhuSoVLzPI3bK8J92aQEBBQGyAyihPGQa2lzADAoIJD5bCfrFJtOJkieJSJdULbP9X14SNRT+sPESvQJ0s6MqikJipFwboGuAU4/Ghb5A7hPU/1qRRX3rHWGrbneWWnIbRaJnXGCh5ygwZkXZjGmBdlq6u+j7hMOBR5uReNqAGl4ffGYcQMWi+7ufy0eANqcA/gwsTk8qNy1sFp150qq/0CByot738qc8MqTxhLxD8hhqywHv4Vrv/huyzhdhLG5YVlvMGrl6FMeLdBLUeltG2CfEG86K8+kjQw==”,
“Status”: “GRANTED”
},
“Timestamp”: “2024-02-01T09:26:39.910323”,
“RequestId”: “4d345418-7138-4ea7-8653-1cad738d7246”
}
on notify call https://dev.abdm.gov.in/gateway/v0.5/consents/hip/on-notify
{
“RequestId”: “789eca79-4c2c-42ae-9496-530d109d11dc”,
“Timestamp”: “2024-02-01T09:26:40.0292624Z”,
“Acknowledgement”: {
“ConsentId”: “9a62dffe-b7d3-4299-89e0-1d88ca3799fa”,
“Status”: “OK”
},
“Resp”: {
“RequestId”: “4d345418-7138-4ea7-8653-1cad738d7246”
},
“Error”: null
}