We are trying to get our patient reminder letters to push directly to our portal. Has anyone been able to do this successfully without going into every chart manually? We are on CPS 12 with Medfusion portal. Thanks for all your help.
We set up a secure upload to them from an SQL script a few years ago.
We extract the patient name, appointment, and E-Mail address via an SQL stored procedure.
This creates a csv file that we upload using software they provided.
I did have to write the stored procedure myself in SQL.
We recently found a note from Kryptic on how to embed programming to an OBS code, so that when the document is saved it will be able to be sent.
Adding Secure Messaging to an Encounter Form_103111
Have not yet tried this, but it is on my to-do list.
~Joe
Just curious if anyone has ever put this into practice? Populating that "SECMSGOPT" with the specific keywords.
Rather than re-invent, always simpler to re-use code that someone else has also already tested.
Thanks.