Electronic signature

cverk wrote on Thursday, January 19, 2012:

I just had an idea for a problem that has come up multiple times. You can use layout based forms to produce an electronic signature for your progress notes.
Under admin lists- layout based forms - add this entry

                                                  LBFsign    Electronic signature   0   0   Electronic signature

under Lists-User defined list 1 add this entry

                       ID            Title                                           Order                      Default
                    Sign           Reviewed and electronically          1                              x
                                      signed by your name

Under admin layouts find  and select electronic signature and add a group called Electronic signature
Add field: as below

order       ID          Label      UOR        Data type            list          label cols      data cols     description

1       signature     applied   required   List box w/add   userlist1    1                   1                 signature

Now this will give you an entry under layout based in an encounter that if selected places an entry called
Electronic signature applied:Reviewed and electronically signed by your name.

jojohit wrote on Thursday, January 19, 2012:

Can there be a field in which after the form is saved the response to the field cannot be changed anymore by anybody ? This way nobody else can sign/approve the encounter by replacing the field response.

Also, I see that the audit log showed the change therefore it is an assurance that the logged in provider made the approval.

JP

tmccormi wrote on Thursday, January 19, 2012:

I have a option that may work for some.   We have added (for one customer) a way to save a patient report, “signed” as a PDF to the Document Tree.  This provide a fixed, signed, snapshot of the selected medical record.  Without “locking” the encounter data.   

It requires the addition of fpdf and html2pdf packages which allows converting any HTML display to a PDF on demand and saving it to the doc tree using a slightly modified C_Document.class

Needs some refinement yet … but it might be an option for some

Tony
www.mi-squared.com / @tonymi2
oemr.org / @OEMR_org

cverk wrote on Friday, January 20, 2012:

  I have been doing a similar thing for PDF’s that I have either obtained as fax to e-mail or scanned.  My scanner came with paperport , which if you view a PDF in page view shows a little icon for a rubber stamp in the bottom left menu.  That leads to a file where you can place a customized stamp of your review and signature. This can then be affixed to your PDF file as having been reviewed before importing into the document tree.
  A side question, does the html2pdf convert all of the pages you view under reports generated by imagemagic,  as a single pdf.  My experience so far is that only the first page of a multipage document attachment can be printed to PDF out of the reports section.

jojohit wrote on Friday, January 20, 2012:

Combining cverk and Tony’s idea: I created an LBV that shows something similar to -

-Provider Name (data type - Providers)
-Approval Note (static text) - The preceptor approves the patient intake by the undergraduate student, and the patient examination by the medical student, by choosing the field below “Reviewed and electronically signed by the preceptor.” Before saving the form make sure that the EMR shows the preceptor’s login on the top right corner of the screen. Upon saving this form the EMR system will capture a snapshot of the patient information including the demographics, medical history and current encounter then create a report in pdf format which will be saved in the patient’s EMR record permanently.
-Capture data and create PDF report button - (has script to implement the step described above)
-View full encounter report button - (for the preceptor to view the complete encounter)
-Encounter Approval Status (List Box) - Unassigned or “Reviewed and electronically signed by the preceptor.”
-Save button

Add a Category in documents that acts as a repository for all approved “packaged encounters”.

The problem is I do not have the software development talent to create the “pdf” script above. I could just make a wish.

JP

tmccormi wrote on Saturday, January 21, 2012:

A side question, does the html2pdf convert all of the pages you view under reports generated by imagemagic,  as a single pdf.  My experience so far is that only the first page of a multipage document attachment can be printed to PDF out of the reports section.

I have only used it to convert plain HTML pages.  I did not test it with inline images converted or otherwise.   Though I use pdftk to take multiple separate PDF and combine them into one in another (non openemr) web app we developed.
Tony
www.mi-squared.com / @tonymi2
oemr.org / @OEMR_org

gsporter wrote on Wednesday, January 25, 2012:

Depending on what you are trying to do you could also look at Nitro Reader (similar to PaperPort option mentioned by another poster)

http://www.nitropdf.com/reader/

Nitro Reader lets you import your handwritten signature as a stamp to electronically sign and return documents in seconds.

No more “print, sign, scan, send” cycle.

GP

jojohit wrote on Monday, February 13, 2012:

Tony,

I’d like to try the solution you have. I’m all for locking a signed encounter and just making an ammendment if they have to change the information in the encounter. So, while OpenEMR does not have that facility and still in decision limbo, may I request for your solution ? I’d like to test it and implement it, if you may.

TNX.

JP

tmccormi wrote on Monday, February 13, 2012:

I’ll see what I can do to peal it out. into a module or optional add-on in some way.
-Tony

jojohit wrote on Monday, February 13, 2012:

TNX. I’ll wait for it. JP