So now we want to implement the relationship between patient(s) and provider(s) (see this wiki page). I want to make sure that we make multiple PRs for this, because submitting 1 PR is very prone to errors, and we may miss important details.
I suggest to do it in this order:
Create a dashboard for each provider: where we can see the provider’s name, role, assigned patients, etc. - make it a scrollable view.
Add functionality to add, edit, delete and void assigned patients
Add functionality to transfer patients
In the patient dashboard, show all providers that are assigned to that patient.
seems good for me and congratulations @deepak140596 for passing the first evaluation.I suggest we take feedback from the community. Let’s public this and wait a few more days for the feedbacks. what do you say @f4ww4z
Thanks @f4ww4z. The documentation doesn’t has any mention of the Patient-Provider relationship (also this documentation needs to be updated with all the new features).
Also I haven’t yet found the REST API for actions on the Patient-provider relations.
I was trying to look for Provider dashboard on the demo webapp, but was unable to. Please help me out.
@f4ww4z I did visit this section but I saw some userAccount details and provider details nothing much about their relationships with patients. can you clarify a bit more ?
and if I can get to fiddle with the endpoints that would also help !!
@saurabh I think that old breadcrumb was for something else.
Login to the demo server and go to this page . You can access and explore the 4 features of the provider management module there. I found some errors in the provider search feature, so feel free to ask the community if you found any error.