Hi @apsdocon,
If you want to inform the paitents about their recent visit along with the patient data, there is one API on gateway. Please check the documentation for /v0.5/patients/sms/notify
on HIP docs.
An example JSON like below:
"notification": {
"phoneNo": "+91-88888888",
"receiverName": "Vimal Kishore",
"careContextInfo": "OPD Visit on 22nd Dec",
"hip": {
"id": "HIP_124235",
"name": "Chandigarh HIP"
}
}
This will lead to a SMS as below
Hi Vimal Kishore, You can now access your OPD Visit on 22nd Dec from Chandigarh HIP digitally, please use the link below given deep link/PHR app link.
The Deep link URL is optional and by default it will be populated as PHR app link. In case of different PHR app, it could be given to other PHR links. (Future)
Thank you