Major Patient Portal restructure

Let’s face it, the portal is dated.
The major issue IMO is the top level menus. On small devices these menus turn to hamburger styles making navigation clumsy and frustrating. So they need to go as primary navigation.
To achieve this I plan to create a dashboard landing page. Similar to the providers portal dashboard.
From dashboard, components will be called as apps.

For the initial phase I plan to remove the custom portal theme and replace with BS using our Dark and Light theme selectable by the patient. Then a navigation dashboard.

I just wanted to let people know where I’m heading to perhaps save some time trying to make the current navigation workable. My main focus is patient documents.

1 Like

Jerry,
Good initative. What are you thoughts here?
Rewrite the patient portal completely?
What platform? Angular?
-ViSolve OpenEMR development Team

1 Like

Very worthwhile idea. With the great work done on questionnaires, a better layout will help users take advantage.

1 Like

i was curious if anyone is using tablets in their practice for fill of history and/or demographics/ or just patient checkin data? The portal doesn’t work well for that type of activity for local data input.

Regards

One main reason for portal restructure is to gain a better responsive interface for patient intake/assessment forms.
Currently there is a feature under patient documents to pull up a portal form and fill out from main openemr. Perhaps can init in reception on tablet and handed to patient

@sjpadgett I can carve out some time to work with you if you want some help. I would like to spend more time in the portal. I have a couple of features that can be brought in while renovations are going on.

1 Like

Hi @engg Welcome,
It’s always nice to hear from our long time friends at ViSolve.
Sorry it took so long to answer you but been out lately.

I don’t have a plan to rewrite portal in any framework but instead to keep main portal code as simple and dependency free as possible then leverage modules for the nice apps we want to achieve.

I will say that eventually I need to rewrite the secure message app as it is written in angularjs which is deprecated I believe.

I always welcome input from your group so follow my issues and PR’s

Thanks so much for the offer @juggernautsei and sure I’d love the help however great or small.

I’m currently getting ready to put up a PR once I finish modifying our Header class to support the portal theme inclusion. Once Brady and Robert approve/ensure I’m okay on approach in Header class you’ll be able to pull my branch and we can collaborate from there.

Be nice if Robert would jump in as well. Maybe better care team support!

What is your most interested value add you’d like to see and would it be a module?
It could be our example portal module for new app integration dashboard.

@sjpadgett it is nothing so grand as that. It is just a small thing to allow the patient to take a picture to upload.

The old secure message editor I had used to allow that. I think you and add a drop/upload image to new editor(ckeditor).

People need to be able to take a picture with their mobile device or webcam for their ID cards and such like. Can we implement password less entry?
The tools to do it already exist in the portal IMO.

1 Like

@juggernautsei and all others
I emailed you a testing patch for v7.0.1.
It should have everything I just merged into master.

I’ll try to put up a short video of various changes.

If anyone would like to test/install what will eventually be in patch2 as I build this out let me know and I’ll put it up here for download.

1 Like

@sjpadgett
ViSolve is in the process of enhancing and releasing their Next version of patient portal that can also work with OpenEMR 7.0

The next version will have increased, performance, functionality, responsiveness with FHIR support along with some AI function

Please do let us know if any specific functionality is a “hi want” for OpenEMR. You can play with the current version here
https://www.visolve.com/hc/
Click on the patient portal link
-ViSolve AI Team

Main problem with standard portal is the idea that set of scripts designed to operate a clinic is used for use case that would be the “custom” report in standard code.

Over years we have found portal needs to be a separate repo that at minimum shares the database and at maximum shares the classes to expose data models. For standard project hard-link approaches could be to rip all portal related code into a brand new repo with clinical version as dependency. A soft-link but with database access would do most processing separately but use fetch api for leveraging the model portion. Of course a FHIR app would be best for future certifications and integrations.

I’m aware. I’m gradually getting there by first tearing a single page app down.
I decided to start with portal documents and pulling that out into a separate app. Once it’s call boys the separate app I can then get the responsive working i.e get the frame and frame sort it out.
In the demographics profile is next where I’m going to convert it over to API other than the rest API in the current framework.

What I hope you folks can get is that I’m only one person with one working hand to type with and as I age possibly a half of brain! :slight_smile:

Hopefully after patch 2 Steven and I will have the questionnaire essentially done with the questionnaire endpoints which Steven already has done.
Steven is also already developed a questionnaire smart app that is very nice in my opinion. That coupled with one time that I have close to being fully integrated should speed things up with possibly creating a separate repo or essentially bringing it in as a core module. So guys in the end there’s much to do plus I have all the other stuff going on with administration duties. I just asked that you all bear with me.