Hi, does anyone know if it is possible to edit the Patient Instruction CCC form, so that checking off one box populate an obsterm? Right now all boxes just populate the general "Instructions," obsterm.
Thank you!
Yes, you can edit the Pt Instructions TFE by specialty to populate OBS terms. We are on EMR 9.8.11
Yes,
Here is a sample from one of our files .. The CHFEDUC10 is the obsterm that we are populating.
ccc_Card_PI_Exec("F/U Apt-3 days^CHFEDUC10^Done^Please schedule a follow-up appointment in 3 days.\r\n^^^")
You can also set each specialty to write the instructions to a specialty specific obsterm in your CCCQE-User-Site-Specific-1.txt file.
Here is an example writing to PI Surgery obsterm
ccc_SiteSpec_exec("PI","General Surgery","OBS|PI SURGERY|FL_OBS|LANGTRNSLTN")
Thank you so much! Very easy, just tried this and it worked. 🙂