All discussion about this should happen on this Talk thread for now
Primary Mentor | TBD |
Backup Mentor | TBD |
GSoC Student | TBD |
Interested People | Pascal Brandt Suranga Kasthurirathne Jonathan Teich Mark Goodrich Jan Flowers Valerio Joao |
Abstract
The goal of this project is to build on the Patient Flags Module [1] to add more clinical decision support features.
Objectives
There are many possible features we could add, but since this is GSoC, the scope needs to be limited. Here are a few initial ideas:
- Ensure module is compatible with recent versions of OpenMRS
- Ensure all Patient Flags functionality is available via REST (there was a brief discussion about it here between Pascal Brandt, Darius Jazayeri & Valerio Joao)
- Generate some meaningful custom flag examples
- Add more default display points
- Add more trigger points (e.g. on New Visit or Scheduled Task)
- Add different alert styles (e.g. add recommendations/action button to the alert)
- Add async alerts (e.g. email or Global OpenMRS Message emitted by scheduled task that evaluates flag logic)
Specific Examples
Immunization check: if patient is >2 years old and has not had hepatitis vaccination, then show suggestion to order that vaccination, possibly show the immunization table, possibly be able to actually process that new order. Triggered on patient signs into new visit / or on any chart pull (opening the dashboard)
Build mock standard trigger method
What is the value set for a hepatitis vaccination occurrence? OBS for that vaccination having been given; presence on existing immunization record
Immediate drug alert: triggered on order for a particular drug. Logic is: if ordering and drug A and [patient is also on drug B; patient is not on drug C; patient has problem list D] then present: suggest you add an order or delete an order.
Problem list may or may not be available (or may need to be simulated)
- Access to medications -- does OpenMRS have a consistent representation of “patient is on medication A”? [Ref app would help to enforce this consistency!]
Suggest timeline
TODO