Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Decision Support Module Goals

1. Create clinical decision support system with Arden rules in back end OpenMRS

...

9. Privacy constraints on rules ("Rules of rules")
10. Machine learning rules

Decision Support OpenMRS Module Architecture

Gliffy
nameDecision Support Back End

...

  1. At the REST layer, scraping calls for all resources (Preferred)
  2. At the service layer, hooking into other service calls
  3. At the database layer as SQL constraints

...

https://wiki.openmrs.org/display/docs/Clinical+Decision+Support

Where Does the Arden Rule Run? – triggered by any user call.

Responses to an Arden Rule Invalidation

The alerts should be as in-obtrusive as possible and not interrupt patient flow (unless Arden finds the rule breaking to be very severe/life threatening). In general, the alerts should show up in a small corner in the Outpatient module rather than a popup that requires the provider to click 'OK'.

Types of alerts:

--Informative: most rule invalidations should send this alert back. Appears as a small text field

--Overrideable: a more serious rule break incurs overrideable. Requires click from doctor (should avoid this as much as possible)

--Stop: does not allow data to be saved in the database. Only for life threatening rule breaks (should avoid this nearly always)

Note that this can be implemented by alertType member in the RaxaAlert data model.

Example Cases that Require Decision Support

The system should deal correctly with the following cases:

...

Patient X comes in, is prescribed drug penicillin. Searching through the patient's obs is concept "ALLERGY" and the value is penicillin, or 'penicillin' is in any concept the has "ALLERGY" or "ALLERGIC" in the name. Send a message back that says "Patient is allergic to <penicillin>. Recommend <different antibiotic>."

Proposed Timeline

September 3: DSS module working in OpenMRS 1.7.x

...