shihjay2 / nosh2

NOSH ChartingSystem is an electronic health record system designed exclusively for doctors and patients. This is a new mobile-friendly version that is now based off of the Laravel PHP framework and jQuery. NOSH has FHIR, Bluebutton, ICD-10, GoodRX API, RXNorm API, Phaxio, and UMA support.
Other
74 stars 53 forks source link

Patient Registration Fails #139

Open adehkordi opened 4 years ago

adehkordi commented 4 years ago

Dear Dr. Chen,

First of all, I would like to take this opportunity to thank you for such a well-written, well-organised EMR system. It is very unique and very useful indeed.

I am a category theorist, and I am currently studying medicine and would like to use Nosh EMR for a charitable organisation in which many good doctors such as yours are ready to help patients in needs remotely.

I managed to install Nosh on my localhost and I configured it as per your clear instructions. Thank you very much for the help and guides you provided. I really appreciate your time and effort.

However, while testing the system, I came across a problem. When I register as a patient, I receive a notification that a code will be sent to complete the process of registration. However, I do not receive any email regarding such a code, and the patient is not registered and is not listed under the Users.

But, I don't have any problems whatsoever registering a physician. I complete the forms and I do receive an email indeed which asks me to choose a username and etc.

Therefore, I would highly and greatly appreciate it if you could kindly enlighten me as what to do to rectify this issue.

Thanking you in advance and I am looking forward to hearing from you soon.

Yours sincerely,

Arash

P.S. How could I translate the whole system please?

shihjay2 commented 3 years ago

It is likely your email service is not configured properly so you are not getting notifications.

Expanding NOSH to adapt to other countries and languages is something I would love to be able to see but as a single developer in the US, it would be out of my scope and bandwidth to do this on my own. Contributions and pull requests are absolutely welcome for anyone who wants to assist. For instance, language files reside in the code under /resources/lang and all the subfolders. For example, you can see what is currently set for spanish in the "es" and the nosh.php and noshform.php files. NOSH is based off of Laravel so further instructions on additional language sets are here. Phone formats are different so if you can let me know what that is for your country, I create localization parameters to adjust the views.