Has anyone figured out how to completely exclude service orders from text translating into the note from the CPOE-CCC form?
In the CPOE text file there is a line of code:
global _ccc_Adult_CPOE_Excl_Ord_txt = "Ofc Vst~Consult~Preventive" that excludes if if it matches your description. I can change this to match our descriptions just fine. I have also excluded based on code, so entered 992~ to exclude all E&M's.
I also looked at the line fn ccc_Adult_cust_orders_automatic_insertion() {"yes"} but am not sure if this would exclude tests and referrals.
There are many other service orders I would like to exclude and was hoping instead of trying to write them separately there would be one blanket was I could exclude all service orders. I would like to keep test and referral orders adding to the translation.
Any suggestions appreciated.
I don't think there is a way to do that. You might have to change this line in CCCQE-User-Edit-CPOE-Adult-TFE.txt to no and add your test and referral translation via a text component or another custom form:
global _ccc_Adult_CPOE_add_Other_orders_to_note = "yes"