Emergency Department

EEDS Sample Output

Overview

The Emergency Department Error Detection System (EEDS) is a system intended to identify and avert potential medical errors in the Emergency Department. In addition, it has the ability to detect combinations of clinical and demographic data (e.g., clinical trial potential subject identification).

A recent report of the Institute of Medicine identified preventable medical errors as a significant cause of death in the United States. Many such events occur in the busy setting of the emergency department, and can often be attributed to limits in the clinical processes in which data associated with a patient is not available at the point of clinical contact. In addition, standards for identification of clinical abnormalities are not applied in a consistent manner.

An early prototype of the system was used in a retrospective analysis of medical charts, indicating a significant number of unresolved clinical abnormalities. This study led to the current project .

EEDS will enable many of these errors to be identified while it is still possible to avoid or correct them. The approach is to automatically collect clinical data and apply these data against a consistent set of clinical rules at the time of discharge. Any data that is outside normal ranges for the patient are identified on the user interface . The clinician can either act on the abnormality or ignore it, recording the reasons for either.

System Architecture

EEDS is composed of the following major components:

Current Students
2009-20010
  • Thomas Condus
  • Ibtisam Ul Haque
  • Arjun Lagisetty
  • Supreet Padhi
  • Michael Patalano
  • Manushi Shah
  • Jason Wu
  1. A database in which patient data is stored. The database includes a persistence layer so that other parts of the system interact with the persistence layer by storing and retrieving data objects and the persistence layer invokes the appropriate SQL to access the corresponding data in the database.
  2. A data capture sub-system in which patient clinical and administrative data is captured. The data capture sub-system includes automatic data feeds from other clinical systems in the hospital and data feeds from vital signs monitors, using the UMM.
  3. A set of rules identifying specified ranges of measured data. For example, a rule might address the normal potassium levels of a patient within an age and weight range. Rules are implemented as XML documents to allow future multi-institutional collaboration. Rules are parsed, generating rule objects, each of which is analyzed against the patient clinical data.
  4. A user interface to display the current set of values for a patient as well as the results of the rules check. The interface also provides for disposition of a rule.
  5. An alert system in which various hospital staff members are notified in real-time when a rule identifies an event. Alert options are based on the severity of the error as defined in the rule, and include e-mail, pager, and text messaging.
  6. An administrative system in which system attributes can be modified. For example, this allows rules to be modified without changing the software.
  7. A reporting system to provide retrospective reports, based on specified rules and ranges of dates.

Current Research

The system is currently deployed in the Stony Brook Hospital Department of Emergency Medicine, and is currently being used to identify potential subjects for clinical trials. DUring the current academic year, the system will be modified to allow multiple libraries of rules, provide user selection of desired categories of alerts and allow rules that use streams of monitor data.

Collaboration

The system is being developed in collaboration with the Stony Brook Health Science Center (MSRC) and Dr. Adam Singer and has been supported with grants from the Emergency Medicine Foundation and the U.S. Department of Health and Human Services.