Thank you for your kind and empowering feedback. To answer the questions:
- The system allows you to manage different inventories. Medicine is one type, but with some special behaviors. Stockmanagement and transactions comes from the plugged in POS and does not use what comes with OpenEMR. Administration (meaning user rights) info is pulled from the OpenEMR install. Administration (meaning stock & transactions related) info is pulled from the POS. But medications can only be given to a patient if their insurance covers that medication or if the patient has provided an alternative method of payment. Otherwise it won’t show up in the POS for that patient. So there info is pulled from both systems.
- Hm no, a MAR was not among the requested features, but I think now it should be
As a sidenote, I had to replace the built in Prescription module with a simpler one that better fit the situation. Our situation is that all the insurance companies here have their own pre-printed prescription forms, so I needed to be able to print the right way depending on the patients insurance company. - The financial functions are used in place of the built in ones. But since they work independent of each other, they could probably be used side by side.
- Some of the Dutch is hard-coded, and but most uses the built in translations functions that OpenEMR offers. It’s should not be to hard to translate it though, because almost all added functionality comes from files that all sit in a special folder. And then… there are some hard-coded adaptations to a few core OpenEMR files, but these are not to hard to manage.