Welcome! Just introduced you to the group via email.
I’m thinking that drag and drop may be worth considering. I’m thinking putting together the mockups will help show off its usefulness vs other methods. I can’t really weigh in much there though
OpenEMR original design was for the solo practice. My concern is how is adding these features going to impact that market segment that does not need or will use those features. Also, it seems like this is the point where the core product needs to be split into solo and hospital. Or have two setup paths. Just my opinion that as the old folks use to say, “ain’t worth a pine bark dime”.
For users who do not needs a particular feature, they can easily disable it (Just like billing or insurance). We are moving towards a truly modular system, though it’s happening at slower than a 's pace)
My first attempt at solving this problem within OpenEMR is to think through the use-cases as actual interactions within the current UI. To do this, I have re-created the flow diagrams posted here with references to the Appointments, Encounters, Flow Board, etc. that would be used to execute the tasks that desire Units Support.
My suggestions and questions are included in the PDF and can be summarized as:
Updates to the Appointment (and maybe Encounter) screens to include:
a. New “Visit Category” called “Inpatient” or “Inpatient Care”
b. New “Unit” and “Bed” fields, similar to current “Room Number” field
New column in Flow Board called “Location” containing:
a. Facility
b. Unit
c. Bed
New dialog to enable “Transferring” of patients between Facilities
and Units/Beds within facilities
a. this can be triggered by clicking on Status or Location… I’m not sure which is preferable.
New dialog (or modifications of the current Status dialog) for (new) “Discharged” status
Does “Facility” properly cover both Ward and Clinic?
Facilities can be clinics, yes. They can also be a nursing home, lab testing location, a hospital, etc. I’m still not sure I fully understand wards though. I have always used the terms unit and ward as one-in-the-same and understand that wards mean different things to people around the world!
Would being able to categorize facility types be less (or more) confusing?
Hmm, not sure I follow.
What is onset/hosp. date currently used for?
This is the date of problem onset or hospitalization prior to the service date. Useful for HCFA billing in the outpatient setting
Will this encounter field be confusing for hospital users?
Encounters are used in a lot of settings. Check out SOAP note - Wikipedia to see how our SOAP form in an encounter fits into everything. Key thing to note with an encounter is the duration:
inpatient care == continuous increments of time
outpatient care == transactional visits
Do we need sub-units? It seems that Unit == Room so what if there are
These are the “beds”. Facility > Unit > Room > Bed.
Types of rooms? Or rooms that contain sections? Like an ER?
I wonder if there should be an interface to note where the patients are when not in their assigned room. Not sure!
Thanks @MatthewVita - responding inline… hopefully things won’t get too messy here.
Does “Facility” properly cover both Ward and Clinic?
Facilities can be clinics, yes. They can also be a nursing home, lab testing location, a hospital, etc. I’m still not sure I fully understand wards though. I have always used the terms unit and ward as one-in-the-same and understand that wards mean different things to people around the world!
If a “ward” is going to be Unit type than each “Location” would need to show:
– Facility (maybe?)
– Unit (e.g. ward a, b, c, d)
– Room (e.g. 1, 2, 3, 4)
– Bed (e.g. 1, 2, 3 , 4)
Would love to know if people are currently using different facilities to keep track of each area/ward of the hospital and/or if this use-case would be considered ideal.
Would being able to categorize facility types be less (or more) confusing?
Hmm, not sure I follow.
Not relevant. Your answer to the above question covers this postulate.
What is onset/hosp. date currently used for?
This is the date of problem onset or hospitalization prior to the service date. Useful for HCFA billing in the outpatient setting
Good to know. Sounds like we’re expecting check in/out time to be tracked automatically based on status changes then. If not, we’d need a separate field for intake/discharge.
Will this encounter field be confusing for hospital users?
Encounters are used in a lot of settings. Check out SOAP note - Wikipedia to see how our SOAP form in an encounter fits into everything. Key thing to note with an encounter is the duration:
inpatient care == continuous increments of time
outpatient care == transactional visits
I was able to confirm with @robert.down in our chat that only appointments contain the Status information I am looking for… the Appointment encounter type will keep track of intake/discharge and allow patients to appear on the flow board. This is fine given that appointments are so closely tied to the Patient Flow interface that I’m relying on in this solution.
We could also modify the current Encounter interface to track the patient Status like we do in appointments and either:
– Create a separate flow board for inpatient only
– Allow for inpatient statuses to appear on the existing flowboard
… Without knowing enough about the architecture of the current Patient Flow, I am nervous about recommending this option.
Do we need sub-units? It seems that Unit == Room so what if there are
These are the “beds”. Facility > Unit > Room > Bed.
Great! Can we roll this up into a “Location” field/object?
Types of rooms? Or rooms that contain sections? Like an ER?
I wonder if there should be an interface to note where the patients are when not in their assigned room. Not sure!
If we need this, I think it could just be a separate Status like “In Transit” - similar to how we use “Chart Pulled” today.
Keep up the great work. You are asking all of the right questions!
Would love to know if people are currently using different facilities to keep track of each area/ward of the hospital and/or if this use-case would be considered ideal.
This is supported in OpenEMR via Administration->Features->Restrict Users to Facilities, though I would say it’s not the most elegant way to solve the problem categorically. We should really have an ability to partition out ther various areas of a hospital facility.
I’m glad you are in touch with Robert. That’s going to be very helpful. I know most of the basics, but he is a clinician that really gets it!!!
Thanks for the direction on this, @MatthewVita I’ve mocked up the settings UI for enabling the Units support within an OpenEMR instance and how the configured Units can be used to admit patients into the hospital using the “Appointment” functionality: https://drive.google.com/open?id=1-RZOOHSEkEnpggHjeTUgJUKaCHqW2KvW
Awesome! Recommend posting the code to OpenEMR on github as a PR (pull request). Then we can test it out and do a code review.
(and just holler if need guidance on github/git)
thanks,
-brady
Do you have a module, plugin or add-on that can be used in OpenEMR 5.0.1? I would like to test it. Are you thinking to release it as a free or paid product?