OpenEMR in the Acute, Inpatient Setting

Hello. I made a module for inpatients, assigning beds in room, floor and area. Several customers are using it with good results.

Do you have a demo available?

Hello. Check https://medical-records.net/openinterna user is user33 and pass user33 … There will be an option in the menu called Inpatient Options, where there are the features. I will send a Powerpoint demo in a while.

1 Like

See a PowerPoint at https://free-emr-system.com/Inpatient Module.pps

1 Like

Thank you for sharing

1 Like

Hi, I’m currently in the process of implementing OpenEMR in a setting that handles both out- and inpatients.
Here is link to a quick demo i set up just for this post:

2 Likes

@Ajospace -
That’s v impressive- very mature, nicely designed and well- behaved interface.
Some questions that occurred to me:

  • How does it handle medications and get the administration information, does it use the native pharmacy/ dispensary module?
  • Does it have an actual Medication Administration Record (MAR), showing the past doses given for each patient?
  • Do the financial functions replace the ‘Fee’ menu items, or could the encounter fee sheet and the Payment and Checkout menu items still be used?
  • Is the Dutch hard- coded or are you using OpenEMR’s native translation tables? How difficult would it be to convert it to English?

Again, congratulations on a very attractive modification of OpenEMR and thanks for sharing it.

  • Harley
1 Like

Hi @sergiors -
That’s a v ambitious project, looks quite comprehensive. Have you made any progress with a MAR module?

Looking through this forum I see another page with mentions of multiple cases where folks have added inpatient capabilities of varying complexity to OpenEMR.

Interestingly, the one functionality they all lack is a MAR…

1 Like

Congratulations !!! Its really good one.

Did you use the standalone OpenEMR as I see this version is not the latest 7.0 rather 5.0

Any specific reasons for selecting an older version of it ??

Regards,
Ayesha

1 Like

@htuck

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 :wink: 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.

@AyeshaMuss
Thank you for you kind feedback.
There was no specific reason for using and older version here. I just chose one random localhost to make a quick video, but the code runs well in 7 too.

Thanks very much for your efforts and i love the interface, Is the code free to have or it is commercial if yes please let me know

1 Like

Glad you like the interface @Natt_SL_Limited,
The code is distributed to the client under the same license as OpenEMR, with no limitations of any kind other than specified in the GNU General Public License v3.0. However the code is not being made publicly available for free download, until we move everything into modules that can be installed from within OpenEMR. For now, there are other options to obtain the code.

1 Like

Thanks very much for the swift response, i am very much keen on the the way you do some custom changes on the fonts and colours ,it will be of good if you can share some tips in that

@Ajospace i will like to know also how you are able to change the login background

Hi, so like with everything OpenEMR, there are different ways to approach that, ranging from “quick&dirty, but it works” to “doing things the right way”. If you just want to change some UI related stuff, like fonts and color, rolling out your own theme might be the cleanest way to do that. Here is a video showing one way to do that, hope it helps.

1 Like

@Ajospace Thanks very much you have saved us, we want to appreciate you so much and we hope and pray this basic tutorials continue.

You’re welcome and glad the video helped, but I think we went a bit off-topic here and the main thread is still about using OpenEMR in an Inpatient Setting. For that kind of customization, you will need to do a whole lot more than just add a few CSS rules.

I work in a residence for the mentally disabled. Some live there and some assist during the day. They needed a tracking tool for listing patient States, either inside or outside the residence. They also needed a tool that relates a patient with a descriptive phrase. Phrases are related to care needs, diet, patient handling, diapers and any other situation. My tool associates patients with phrases, and you can list Patients with their linked phrases, and Phrases with the linked patients. Phrases can be edited by an admin. Please let me know if you want to see a demo. I have not seen anything like that in OpenEMR so far.