I am having some issues with patient portal audits. I may just not know how to use it.
Some of it may be feature requests.
Here it is. Some of my audits are getting stuck in the audits screen. Despite my “chart to category onsite patient portal”, and getting the “success” message, the document remains in the queue and I end up with multiple duplicates of the same document, in the patient document directory.
As you can see, I have uploaded the same document many times for the last month. I have been able to process multiple other patients successfully. But this only occurs with these patients who are left in the queue.
What am I doing wrong? Is this a bug? I cannot figure this out.
The other concern I have is that failure of a patient to click a button does not mean they said No. See arrow above. Is there an alternative to the {CheckBox} and {YNRadioGroup}? How about a checkmark? It would be easier for me to pick out when I am reading the history form, for example, which is super long. How about something like the HTML checkmark (U+2713)?
Hi @gutiersa -
If I read your problem correctly, that is indeed how the module works: a document coming from the portal will be held for review, then when reviewed will be saved to the ‘Onsite Portal/ Reviewed’ category. From there it can be manually moved to another category.
My question is, per step 5, are you clicking ‘Done’? That’s the step that is supposed to take the form off the list. If it doesn’t, I’d suspect a malfunction there.
Best- Harley
Actually the form is marked reviewed after you chart or download. You can do both but once you hit done, it’s over.
The review part of this is not done. Nor the templates. Same with should be able to send document back to patient. Good point on yes/no and those changes should be coming. I’m just too busy right now.
I have templates queued up in my brain so, soon i’ll enhance. 'Til then if you want to explore, check out the following code: portal/patient/templates/OnsiteDocumentListView.tpl.php around L-121.
This is where the template tags are replaced.
Could be fun for you. These are javascript functions so, brush up. However, they are very straight forward.
good luck
I have been meaning to ask. I get a lot of “something went wrong” error in the patient portal, but no error message in the logs. Is there a way to turn on debugging for the patient portal? My patients have not been able to log in. It is likely due to my setup. I am sure I have errors in my server, maybe nginx or rewrite rules?
Remember, that my system is not linux based, but FreeBSD.