Hi there! I want to create a button in my assessment/plan form to the new HTML rx refill form instead of using the form we currently have. I did the same type of thing in another VFE form to link to the immunization management HTML, using a runprocess connection with this in the box: show_html_form("//localserver/EncounterForms/Immunization/Immunization.html",ImmuHTMLFormTitle("4"))
However, I can't find the equivalent for this. Anyone found it and willing to share?
If you want it to popup in a separate window.
{show_html_form("//localserver/EncounterForms/rxrefill/index.html")}
Or this will add it in the embedded form viewer
{ADD_FORM_COMP("Enterprise\MedicaLogic", "Prescriptions", "1", "OPEN", "")}
This is awesome, thank you so much for the quick response! Have you found any way to control where in the document the Prescriptions form lands? If I add it to the button as part of my assessment/plan form, for some reason, the prescriptions form that inserts itself as the very first form in the encounter. When I read the encounter, it looks that they got their prescriptions prior to being seen. :/
And! (Since I'm already asking for the moon,) is there any way to drop any of those prescription details from the text translation? I think my providers might flip their lids over seeing the note to pharmacy in the encounter form.