Custom patient_list

Dear All

I need to extract my patients’ mobile numbers and also their guardians’. However, in the patient list created by default (patient_list) there is neither a column for mobile phones nor the guardians’.
Could you please help me about this issue?
Thank you in advance

https://www.open-emr.org/wiki/index.php/HOWTO:_Change_Search_Columns_in_Patient_Finder

Names of fields can be found in Layout “Demographics” where you selected patient information your practice needs.

1 Like

Thank you very much for helping me. The solution you mentioned above adds some headers in “patient search” field and do not “report” phone numbers in a csv file. What I mentioned is how to customize e.g. Reports/Client/ List?

Ah! Those reports are not driven by lists. So you will have to make changes to the script /interface/reports/patient_list.php by adding necessary columns to the database record selection around lines 227-232 and csv export fields around lines 290-300.

Best.