Is there any existing REST Api to search list of patient seen by a doctor?
This can be done by using ‘username’ used to login.
- selecting ‘user_id’ in users table.
- ‘patient_id’ in encounter table via user_id.
- And finally ‘given_name’ and ‘family_name’ from person_name table via patient_id.