Skip to content

Instantly share code, notes, and snippets.

@bernerbrau
Created August 26, 2015 21:45
Show Gist options
  • Save bernerbrau/9cfeec89752f7086b41c to your computer and use it in GitHub Desktop.
Save bernerbrau/9cfeec89752f7086b41c to your computer and use it in GitHub Desktop.
Conditions:
• Actionability
o Events:
• Can be completed
• Not Currently Completed
o Completed
o Reactivate Completed Order
• Not currently sent to any ancillary system
o Send To Ancillary System
o Reactivate
• One of:
o Expired
• Is current time after end of execution frame (no event)
o All of:
• Currently sent to staff
• Send To Staff
• Recalled To Staff
• Recalled To Draft
• Send To Radiology
• Not a rad order
• Not a rad orderable (no event)
• Not routable to radiology
• Not a rad-routable orderable (no event)
• Not canceled
• Cancellation
• Reactivate Canceled
• Not currently active
• Is current time within execution frame (no event)
• One of:
• Not an in clinic order
o Set at draft, not changed (no event)
• Is a point of care order
o Set at draft, not changed (no event)
• Is an in clinic or point of care non-lab order
o Type is set at draft
o Orderable type doesn’t change
o All of:
• Currently sent to casting
• Send To Casting
• Recalled To Draft
• Can be completed by casting
• Not currently completed
o Completed
o Reactivate Completed Order
• Not canceled
o Cancellation
o Reactivate Canceled
• Is currently active
o Is current time within execution frame (no event)
• Is active in clinic or point of care lab order
• Time frame
• Orderable
• Order type
• Can staff schedule
• Currently Sent To Staff
o Send To Staff
o Recall To Draft
• Schedulable
o Schedulable Orderable
o Not In Clinic Or Point Of Care Non Lab Order
o Perform In Radiology AOO is selected
• Not currently marked scheduled
o Scheduled
o Recalled To Staff
• Not expired
o Time Frame
• Not canceled
o Cancellation
o Reactivate Canceled order
• Not currently completed
o Completed
o Reactivate Completed
• Should patient be contacted now
• Should patient be contacted
o Contact patient setting
o Not canceled
• Cancellation
• Reactivate Canceled order
o Not currently completed
• Completed
• Reactivate Completed Order
o Not currently sent to any ancillary system
• Send To Ancillary System
• Reactivate
o Patient notification not documented
• Patient Notification Documented
• Time Frame Extended
• If more than 7 days after notification
o Not currently sent to radiology and never sent to staff
• Send to Staff
• Send to Radiology
• Recall to Staff
• Recall to Draft
o Active or future order
• Time frame
• Is In Patient Notification Window
o 3 days before execution start date
o Other Dependencies:
• Time frame, both for active and expiration, and patient contact
• Orderable – doesn’t change
• Order in-clinic/lab/point-of-care – set during draft, not changed after sending
• Contact patient setting – when is this modified?
• Perform in radiology AOO – (!!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment