We are just getting our new patient portal setup, and it has the ability to automatically share any signed document types. We are wanting to share our action plans and clinical visit summaries.
What I am wondering, is there a way to take the handout code that I've written and have it be in a form / translate into a chart note without having to reinvent the wheel? It took a lot of time to write it all and I really don't want to have to redo it.
Thanks!
chrishuff1 said:
We are just getting our new patient portal setup, and it has the ability to automatically share any signed document types. We are wanting to share our action plans and clinical visit summaries.
What I am wondering, is there a way to take the handout code that I've written and have it be in a form / translate into a chart note without having to reinvent the wheel? It took a lot of time to write it all and I really don't want to have to redo it.
Thanks!
You may be able to simply copy the Handout MEL and paste it into a Text Component. You could then use an action button with the ADD_TEXT_COMP data symbol to insert it into the chart note.
Lee said:
chrishuff1 said:
We are just getting our new patient portal setup, and it has the ability to automatically share any signed document types. We are wanting to share our action plans and clinical visit summaries.
What I am wondering, is there a way to take the handout code that I've written and have it be in a form / translate into a chart note without having to reinvent the wheel? It took a lot of time to write it all and I really don't want to have to redo it.
Thanks!
You may be able to simply copy the Handout MEL and paste it into a Text Component. You could then use an action button with the ADD_TEXT_COMP data symbol to insert it into the chart note.
Could you elaborate a little bit more on this? I think it may work...but I've obviously got something wrong. I created a button and used RUNPROCESS then put this for the process:
{ADD_TEXT_COMP('Enterprise\*GRA\Clinical Visit Summary','CVS','AFTER_CURRENT')}
But nothing happens...