Billing Timer Eform and Greasemonkey Script
Update November 13-2015 - Includes error checking for "undefined time" (If you click on "Paste to Encounter" prior to selecting a time or if you click on "View" in the green bar in the generated encounter screen). The eform is meant to be loaded as a patient independent eform. There are several billing codes in BC (and possibly elsewhere) that require specific start and stop times be placed in the encounter note. Stanley Hurwitz has created an eForm/greasemonkey combination that will achieve this. His description: With the new requirement to document billing time in the encounter notes,
I've updated the billing time GM.
To use this script, first upload the EncounterTime form. Once uploaded,
open the form to obtain the specific form id number on your own Oscar
system. Copy this unique form id number to the gm script as indicated below:
//**********************************************************
var inputvar = 123 //form id goes here
//**********************************************************
There is now a new button added to the invoice screen. After you click the
time button (8,20,40 or 50 minutes), click on the green button. This will
briefly open and close the EncounterTime form, which autoposts a line
comment below the current encounter containing the Start and End times.
I suggest you try it out on a dummy patient first as the encounter note
pasting cannot be undone.
stan.
- Billing Timer eForm (encounter time)
- Update November 13-2015 - Includes error checking for "undefined time" (If you click on "Paste to Encounter" prior to selecting a time or if you click on "View" in the green bar in the generated encounter screen). This eform is meant to be loaded as a patient independent eform
- Billing Timer Greasemonkey Script
- Link to Youtube Video on this eform/greasemonkey suite
- This is a video created by Stanley Hurwitz to explain how to use this eform/greasemonkey combination
Document Actions