We are using the Bahmni appointments module on top of an openmrs implementation.
There is a requirement for which we want to configure links on different patient specific dashboards to redirect to
List appointments for the patient.
Create new Appointment for the patient.
We are planning to achieve this by passing patientId as a query param in the URL.
For list view it could be something like /home/manage/appointments/list?patientId=10000X.
And this can be used to pre populate the search bar as