I am working on the Preventive Screening CCC form and would like to add Screening Mammogram as an order however it is set up in my EHR system as a referral because we refer our patients to a local radiology facility. Right now I have an order administrator selected for referrals to go to a nurse so she knows to make the appointment. If I change the type to test the nurse will no longer receive a flag as our tests have a separate order administrator. Is there any way I can make the system automatically send someone a flag when a screening mammogram is ordered? Thank you
If the order isn't done via a form where you can use MEL_SEND_FLAG in the button to place the order, you could add a watcher to a form or text component that is in all your document templates to look at ORDERS_AFTER. It would either loop through the records after you turn it into an array and MATCH a string, or just do a MATCH on the what is returned for ORDERS_AFTER and use the MEL_SEND_FLAG to send your notification. The other way would be to get with Qvera and have them help develop a channel that runs a SQL query looking for these orders in the database and sending a flag based on the results. Run the channel every 10-15 minutes.