Skip to main content
Mayo Clinic Proceedings logoLink to Mayo Clinic Proceedings
. 2010 Mar;85(3):247–254. doi: 10.4065/mcp.2009.0479

Informatics Infrastructure for Syndrome Surveillance, Decision Support, Reporting, and Modeling of Critical Illness

Vitaly Herasevich 1, Brian W Pickering 1, Yue Dong 1, Steve G Peters 1, Ognjen Gajic 1,
PMCID: PMC2843116  PMID: 20194152

Abstract

OBJECTIVE: To develop and validate an informatics infrastructure for syndrome surveillance, decision support, reporting, and modeling of critical illness.

METHODS: Using open-schema data feeds imported from electronic medical records (EMRs), we developed a near-real-time relational database (Multidisciplinary Epidemiology and Translational Research in Intensive Care Data Mart). Imported data domains included physiologic monitoring, medication orders, laboratory and radiologic investigations, and physician and nursing notes. Open database connectivity supported the use of Boolean combinations of data that allowed authorized users to develop syndrome surveillance, decision support, and reporting (data “sniffers”) routines. Random samples of database entries in each category were validated against corresponding independent manual reviews.

RESULTS: The Multidisciplinary Epidemiology and Translational Research in Intensive Care Data Mart accommodates, on average, 15,000 admissions to the intensive care unit (ICU) per year and 200,000 vital records per day. Agreement between database entries and manual EMR audits was high for sex, mortality, and use of mechanical ventilation (κ, 1.0 for all) and for age and laboratory and monitored data (Bland-Altman mean difference ± SD, 1(0) for all). Agreement was lower for interpreted or calculated variables, such as specific syndrome diagnoses (κ, 0.5 for acute lung injury), duration of ICU stay (mean difference ± SD, 0.43±0.2), or duration of mechanical ventilation (mean difference ± SD, 0.2±0.9).

CONCLUSION: Extraction of essential ICU data from a hospital EMR into an open, integrative database facilitates process control, reporting, syndrome surveillance, decision support, and outcome research in the ICU.


Extraction of essential intensive care unit data from a hospital electronic medical record into an open, integrative database facilitates process control, reporting, syndrome surveillance, decision support, and outcome research in the intensive care unit.


EMR = electronic medical record; ICU = intensive care unit; IRB = Institutional Review Board; METRIC = Multidisciplinary Epidemiology and Translational Research in Intensive Care; SQL = structured query language

The relevance of care in the intensive care unit (ICU) to public health in the United States is reflected in annual figures of 4.4 million ICU admissions, 500,000 deaths, 13.3% of hospital costs, 4.2% of national health expenditures, and 0.56% of the gross domestic product.1,2 This demand is expected to increase as the US population ages; patients older than 65 years currently account for more than 55% of all ICU days.3,4 Unmeasured burdens include the high degree of disability and loss of productivity for both ICU survivors and their caregivers.5-7

The complexity of the ICU environment, characterized by a vast amount of information and the critical importance of timing of interventions, presents a major barrier to safe and efficient care delivery.8,9 Recent advances in medical informatics and the anticipated widespread implementation of electronic medical records (EMRs) combine to provide an opportunity to facilitate processes for delivery of safe, high-quality care in the ICU.

This article describes the development and implementation of the Multidisciplinary Epidemiology and Translational Research in Intensive Care (METRIC) Data Mart, an informatics infrastructure for syndrome surveillance, decision support, reporting, and modeling of critical illness at Mayo Clinic.

METHODS

The Institutional Critical Care Committee approved and supported the METRIC Data Mart project. Mayo Clinic Institutional Review Board (IRB) approval is required for specific research studies using METRIC Data Mart.

The Mayo Clinic campus in Rochester, MN, is an academic medical center with 1900 beds and 135,000 hospital admissions per year. The combined capacity of the ICUs is 204 beds and 14,800 admissions per year. Saint Marys Hospital has 183 ICU beds: 24 general medical, 16 medical cardiology, 25 cardiac surgery, 8 transplant surgery, 20 thoracic or vascular surgery, 24 trauma critical care, 20 neurologic, 26 neonatal (with the option of dual-occupancy stay for twins in 4 of them), and 16 pediatric. Rochester Methodist Hospital has a 21-bed medical-surgical ICU. Every ICU bed has full physiologic monitoring capabilities and a computer workstation with access to EMR and clinical databases.

Beginning on March 21, 2005, the medical records of all new patients coming to the Mayo Clinic campus in Rochester, MN, were stored in an electronic form. Moving to the Mayo Integrated Clinical System has been a large, multiphase project occurring over 11 years.10 About 64,000 clinical notes and 900,000 laboratory results and reports are entered into EMRs each week. The Rochester campus has about 16,000 standardized workstations with full access to the EMR and related applications.11 The Mayo Clinic EMR complies with the American National Clinical Document Architecture, a widely accepted standard for clinical documentation.12

METRIC Data Mart

The METRIC Data Mart (Figure 1) is a Microsoft Structured Query Language (MS SQL) (Microsoft Corporation, Redmond, WA) relational data warehouse that provides direct access to the pertinent EMR data of critically ill patients in both Mayo Clinic hospitals in Rochester, MN. Replicated EMR data are available in near real time, with a delay ranging from 15 minutes for monitored data and laboratory results to 4 hours for chest radiograph reports and clinical notes. Static data such as the Minnesota death registry are updated once per quarter. Technology standards, architecture, and policies are based on the strategic direction established by the Mayo Clinic Information Technology Committee. The METRIC Data Mart was first implemented in November 2004 and has been the subject of continuous development and improvement since then.

FIGURE 1.

FIGURE 1.

Structure of the Multidisciplinary Epidemiology and Translational Research in Intensive Care (METRIC) Data Mart. DB = database; RSS = Really Simple Syndication.

Steps in the Development of the METRIC Data Mart

The development of complex near real-time, high-volume databases required several steps, as outlined in Figure 2.

FIGURE 2.

FIGURE 2.

Steps in the development of the Multidisciplinary Epidemiology and Translational Research in Intensive Care Data Mart.

Planning. The data generated in caring for patients in the ICU are of such variety that the principal technical challenge encountered during planning was the development of a data warehouse with the versatility to cope with that heterogeneity. Examples of heterogeneity encountered in the ICU include the following: (1) data generated through the continuous monitoring of physiologic vital signs, such as blood pressure, heart rate, and respiratory rate; (2) data generated through additional continuous monitoring, such as electrocardiography, venous oxygen saturation, and pulse oximetry, depending on the clinical circumstances; and (3) intermittent variables that also need to be accommodated, including laboratory data, fluid balance, pharmacology intervention, and respiratory/hemodynamic parameters.

Data Acquisition. Administrative approval was sought and confirmed before any medical data were accessed and stored. The METRIC Data Mart is updated from original sources using technically differing approaches, including direct SQL transactions (“push”), stored procedures, and Web services.

Determination of Data Fields to be Included. Not all available data fields are extracted from original sources and stored in the METRIC Data Mart. Stored items were chosen on the basis of necessity from a clinical, administrative, or technical task performance perspective. A multidisciplinary approach in the planning stage assisted with identification of vital data and ultimately resulted in improved METRIC Data Mart performance and utility.

Development of Data Model and Design of Database Structure. The METRIC Data Mart database design combines different approaches to achieve a relative balance between competing needs: speed, reliability, and the ability to extend the database without interruption. In an Entity-Attribute-Value database, data are stored in a single table with 4 columns: (1) patient identification, (2) attribute, (3) value, and (4) time. Such a design simplifies the physical layout of data tables and was chosen in preference to traditional alternatives such as the relational database design, which may perform very slowly for cross-tab reports or aggregations.

We chose MS SQL as our database for a number of reasons. It is the institutional standard and is supported by an established informatics infrastructure. In addition, it has good reliability, storage capacity, and performance, which were sufficient to handle an estimated 15,000 admission episodes per year.

Validation of Completeness and Accuracy. Because of the enormous volume, it is impossible to manually audit all data generated in the ICU. Random samples of data from each category were validated against independent manual audits of actual EMR data. Correlation, κ statistics, and Bland-Altman plots were used as appropriate to test the agreement between database entries and manual EMR audits.

Maintenance of Real-Time Update. The primary functions of the support team were determined to include data quality assurance, real-time outage detection, and timely repair of the infrastructure.

Detection and Repair of Outage. The requirements for outage notification and repair included the development of basic statistical analysis that runs continuously to detect unusual data patterns suggestive of possible outages; specific algorithms to notify the support team when a possible interruption in data transfer has been detected via display message paging and Web-based “dashboards”; and support staff work flow that facilitates the filling of detected data gaps during regular business hours.

User Interfaces and Query Design

The interface and query design required that authorized users be able to access the METRIC Data Mart through open database connectivity using either (1) JMP or SAS statistical software (JMP, Version 6; SAS Institute, Cary, NC) or (2) MS Access and MS Excel software packages (Microsoft Corporation, Redmond, WA), according to user preference. An index of available dictionaries and search terms was constructed and made available to help users understand which types of information are available and how queries should be constructed. This information was contained within a warehouse metadata table. Java, JMP, and SAS scripting languages were used for the initial modeling and rules development. Boolean combinations of data matching and natural language processing were used for syndrome surveillance and detection of alert events. Web reports and e-mail and pager alerts were developed for use within the institutional intranet, e-mail, and paging systems. Rules were developed to direct those alerts to appropriate persons (administrators, clinicians, and researchers).

Data Security

Adequate security and confidentiality of patient information were major prerequisites of this project. These requirements were achieved by development of an operating protocol that incorporates a variety of features. A single log-on password, synchronized for multiple applications and changed on a regular basis, protects access to the METRIC Data Mart and complies with institutional security policies for access to clinical data. Any access to the database for research requires prior IRB approval. In keeping with the 1997 Minnesota State Law (1997 Minn. Stat. §144.335), data may be accessed only from the records of patients who authorized the use of their medical records for research purposes. On this final point, the institution records authorization information at the time of admission, and historically more than 93% of ICU patients admitted to Mayo Clinic permit such use.

RESULTS

Data sources, metadata, and frequency and timeliness of updates for individual categories of data available within the METRIC Data Mart are described in Table 1. A “demo” table contains all demographic information and serves as the main index for ICU admissions. The combination of the patient's medical record number and the time of ICU admission serves as a unique identifier in the database.

TABLE 1.

Description of Core Data Tables and Variables in the METRIC Data Mart

graphic file with name 247.tbl1.jpg

Table 2 lists the results of random sample validation by manual record review for each specific category of ICU data (demographics, severity of illness, admission diagnoses and comorbidities, monitored data, diagnostic tests, interventions, and outcomes). Agreement between methods ranges from perfect for raw laboratory and monitored data, age, sex, and mortality to moderate for calculated variables and natural language processing.

TABLE 2.

Agreement Between Electronic Retrievals and Random Sample Manual Chart Review for Selected Domain-Specific Variables in the METRIC Data Marta

graphic file with name 247.tbl2.jpg

Process Control, Reporting, and Feedback

The METRIC Data Mart serves as a clinical reporting tool for management and quality improvement within the ICUs. A Web-based application generates custom tabular reports for each ICU as well as “control charts” of both outcomes and processes of care based on metrics developed by the Institutional Critical Care Committee.

Syndrome Surveillance, Decision Support, and Clinical Research

Standard ICU monitoring and alarm systems are grossly inadequate, have a poor specificity, and lack the ability to recognize complex physiologic syndromes, such as acute lung injury or severe sepsis. Automated recognition of these conditions requires integration of monitored variables with specific laboratory and radiologic findings. Development of such algorithms follows a specific process for each condition of interest. A clinical definition (for example, the definition for acute lung injury of the American-European Consensus Conference on Acute Respiratory Distress Syndrome14) is broken down into clearly defined component concepts, and their corresponding informatics representation within the EMR is sought. Once these representations are identified, a query can be written that closely approximates the clinical definition and facilitates automated syndrome surveillance.

For example, the concept hypoxemia is represented within the electronic environment as the ratio of partial pressure of oxygen to inspired oxygen concentration (Pao2/Fio2 [fraction of inspired oxygen]) of less than 300 in arterial blood gas analysis, and it is retrieved using specific codes for Pao2 and Fio2 in the laboratory database. Similarly, the concept chest radiographic evidence of pulmonary edema is represented on the basis of a text query of radiologic interpretation for the words edema or bilateral + infiltrates. The process of defining criteria is iterative, with refinement of the algorithms based on the observed sensitivity and specificity during the testing period.

Once fully developed, an algorithm can be run within the EMR of all patients, and when prespecified alert conditions are met, a notification will be provided via text page to bedside providers (“check the ventilator, room XXXX”) or research coordinators. A schematic diagram of the METRIC Data Mart intelligent alerts (“sniffers”) from inception to notification of end users is presented in Figure 1. A list of METRIC Data Mart—supported projects related to syndrome surveillance, decision support, and modeling of critical illness is presented in Table 3.

TABLE 3.

Syndrome Surveillance, Decision Support, and Modeling Projects Supported by METRIC Data Mart Infrastructure

graphic file with name 247.tbl3tif.jpg

DISCUSSION

With implementation of a comprehensive EMR at our institution, an opportunity arose to construct and validate the METRIC Data Mart, a custom, near real-time data warehouse.

After an Institute of Medicine Report19 highlighted an unacceptable rate of medical errors in hospitalized patients, the National Institutes of Health Roadmap called for the urgent support of patient safety initiatives, quality improvement, and translational outcome research. All these initiatives are facilitated by a flexible, EMR-based informatics infrastructure such as the METRIC Data Mart. The resulting infrastructure facilitated development of the following: (1) process control, reporting, and feedback; (2) “smart” alarms (“sniffers”) with custom data displays for decision support and clinical research; and (3) modeling of health care delivery to critically ill patients.

Electronic medical records are becoming integral components of health care services and soon will likely replace established paper-based medical records. The American Medical Association recently published a white paper with key recommendations regarding secondary uses of electronic health information.20 Secondary analysis of patient data can expand knowledge about diseases and appropriate treatments, improve understanding of effectiveness and efficiency, support public health and safety goals, and aid health care businesses in meeting consumer needs.

Although implementation of ICU-specific electronic data storage dates back to the late 1970s (HELP system21), the complexity of the ICU environment and the need for manual data entry have limited progress in the field. Secondary use of EMR data as a knowledge discovery tool in the ICU has been hampered by the heterogeneity of source data, vendor products, laboratory and diagnostic coding, and the relationships between individual data elements. Modern EMRs typically do not track ICU-specific syndromes (eg, shock, sepsis), processes of care (eg, goal-directed resuscitation), or outcomes (eg, duration of mechanical ventilation).

Commercial clinical databases, such as Acute Physiology and Chronic Health Evaluation (APACHE, Cerner Corporation, Kansas City, MO), enable the calculation of severity-adjusted mortality and resource utilization and have been used extensively in clinical research.22 However, the time and cost of data collection have hindered widespread use of such systems for quality assurance and outcome research in the ICU. Some patient data management systems currently offer semiautomatic score calculation; nevertheless, some data values still have to be entered manually through a separate interface.23 The ideal ICU informatics system would extract pertinent information automatically and eliminate the workload and error associated with manual data entry.24-26 The availability of accurate, automatically collected, near real-time granular electronic data greatly facilitates the development of specific tools to allow analysis of complex, multidimensional care delivery processes and outcomes.27

The METRIC Data Mart offers an opportunity to test and implement “smart” alarms and electronic decision support tools in the ICU (Figure 1, Table 3). Conventional electronic warning systems generally are limited to nonspecific safety alarms and lack the complexity needed for meaningful decision support for critically ill patients. Moreover, traditional monitoring systems have low clinical importance and may distract bedside clinicians28 from useful tasks. Specifically, bedside ICU monitors are not designed to recognize the development of complex physiologic syndromes and, except for monitoring cardiac arrhythmias, are of limited use in daily practice.

Similar problems characterize decision support triggers, such as abnormal laboratory alerts and early computerized provider order entry applications. We have deployed computerized clincian order entry throughout Mayo Clinic hospitals and have introduced a number of decision support rules for real-time interventions. These have the advantage of directing prescriber actions at the time of order entry. However, clinically relevant events are not restricted to single laboratory values or physiologic measures, often including parameters obtained from monitors, free text notes, laboratory data, and medication orders. An urgent need exists for diagnostic alarms that can be triggered by specific time-sensitive pathophysiologic conditions rather than by variance from thresholds set for individual variables. Preliminary studies of other rule-based alerts and computer-generated messages directed at bedside clinicians report that this approach can lead to faster recognition of pneumothorax29 and a small but significant decrease in the hospital length of stay.30

Clinical and translational research in the hospital environment critically depends on medical records. Most researchers and study coordinators retrieve patient data manually from the EMR and reenter it into research databases. This process is time-consuming, especially with large sample sizes, and introduces error. Automatic transfer from EMR to research databases has been shown to be an efficient and accurate alternative.31 The technologies used in the METRIC Data Mart can be implemented in any EMR hospital environment. The major difference between institutions will be in the resolution and volume of available data.

Electronic screening algorithms facilitate enrollment into time-sensitive clinical studies, an essential value for critical care research. Additionally, large electronic repositories of clinical data enable epidemiological studies to be conducted at modest cost and provide a platform for novel analytic approaches, such as artificial intelligence for data mining or neural networks for complex system analysis.

Determinants of outcomes in the ICU are complex and incompletely understood. The most obvious contributors would appear to be the chronic health state and severity of illness at presentation to the ICU. However, it appears likely that variation in systems of health care delivery and their components plays an important role in determining outcome for any given severity of illness. Analyzing the role that characteristics of individual components (eg, patients' or family members' preferences, health care providers' performance, ICU organizational and environmental factors) and their interactions play in determining outcome presents a major challenge to investigators. The EMR provides an ideal platform for data coordination, synchronization, and integration of complex systems information and thus facilitates meaningful analysis of that role.

Future iterations of the EMR will transform the electronic environment from a static repository of physiologic data to a dynamic clinical information platform that facilitates patient care and continuous quality improvement initiatives. The current capabilities of the METRIC Data Mart illustrate some of that anticipated function and already contribute to surveillance of patient outcome and health care system performance (eg, provider compliance with sepsis bundle guidelines). By combining traditional patient data (eg, vital signs, laboratory results) with health care delivery process data (eg, procedure time, procedure checklist), a new generation of EMRs will support the development of a high-reliability, low-error health care environment.

Numerous factors limit the more rapid adoption of tools such as the METRIC Data Mart. Human factors pose a major barrier for wider implementation because a large proportion of potential users have a low tolerance for complexity or for learning new tools.32 Barriers in the ICU include the reliability of data capture, information overload, and meaningful interpretation.

Successful deployment requires a multidisciplinary approach, including clinical content experts (intensivists, nurses) and specialists in medical informatics, statistics, and computer science. In many institutions, existing data sources are isolated within systems with different structures and coding systems. Extracting data from disparate clinical sources requires content expertise in addition to familiarity with the database and raw data. This expertise is all the more important because many of the databases do not have adequate supporting documentation.

Using open, flexible data schemas facilitates development of systems like the METRIC Data Mart in other institutions; established resources are used initially, and the system can be extended when new electronic data sources become available. The availability of metadata will make the exchange and integration of such systems less challenging and less costly in the future.

CONCLUSION

The METRIC Data Mart provides a novel informatics infrastructure for the extraction of ICU data from a hospital EMR into an open, integrative database. With the inevitable arrival of the EMR in hospital practice, the availability of an appropriately designed and implemented resource, such as that described in this study, will become an essential requirement for the conduct of activities such as process control, reporting, syndrome surveillance, decision support, and outcome research in the ICU.

Supplementary Material

Author Interview

Footnotes

This publication was made possible by grant 1 KL2 RR024151 from the National Center for Research Resources (NCRR), a component of the National Institutes of Health (NIH), the NIH Roadmap for Medical Research, and Mayo Foundation. Its contents are solely the responsibility of the authors and do not necessarily represent the official view of the NCRR or NIH. Information on NCRR is available at http://www.ncrr.nih.gov/. Information on Reengineering the Clinical Research Enterprise can be obtained from http://nihroamap.nih.gov/clinicalresearch/overviewtranslational.asp. This study was supported in part by National Heart, Lung and Blood Institute grant K23 HL78743-01A1 and NIH grant KL2 RR024151.

REFERENCES

  • 1.Joint Commission Measure Reserve Library Specifications manual for national hospital quality measures - ICU. Joint Commission Web site. http://www.jointcommission.org/PerformanceMeasurement/MeasureReserveLibrary/Spec+Manual+-+ICU.htm. http://www.jointcommission.org/PerformanceMeasurement/MeasureReserveLibrary/Spec+Manual+-+ICU.htm Accessed January 14, 2010.
  • 2.Halpern NA, Pastores SM, Greenstein RJ. Critical care medicine in the United States 1985-2000: an analysis of bed numbers, use, and costs. Crit Care Med. 2004;32(6):1254-1259 [DOI] [PubMed] [Google Scholar]
  • 3.Angus DC, Barnato AE, Linde-Zwirble WT, et al. Use of intensive care at the end of life in the United States: an epidemiologic study. Crit Care Med. 2004;32(3):638-643 [DOI] [PubMed] [Google Scholar]
  • 4.Kozak LJ, Hall MJ, Owings MF. National Hospital Discharge Survey: 2000 annual summary with detailed diagnosis and procedure data. Vital Health Stat 13 2002;(153):1-194 [PubMed] [Google Scholar]
  • 5.Azoulay E, Pochard F, Kentish-Barnes N, et al. Risk of post-traumatic stress symptoms in family members of intensive care unit patients. Am J Respir Crit Care Med. 2005;171(9):987-994 [DOI] [PubMed] [Google Scholar]
  • 6.Poncet MC, Toullic P, Papazian L, et al. Burnout syndrome in critical care nursing staff. Am J Respir Crit Care Med. 2007;175(7):698-704 [DOI] [PubMed] [Google Scholar]
  • 7.Embriaco N, Azoulay E, Barrau K, et al. High level of burnout in intensivists: prevalence and associated factors. Am J Respir Crit Care Med. 2007;175(7):686-692 [DOI] [PubMed] [Google Scholar]
  • 8.Montgomery VL. Effect of fatigue, workload, and environment on patient safety in the pediatric intensive care unit. Pediatr Crit Care Med. 2007;8(2 suppl):S11-S16 [DOI] [PubMed] [Google Scholar]
  • 9.Lockley SW, Barger LK, Ayas NT, Rothschild JM, Czeisler CA, Landrigan CP. Effects of health care provider work hours and sleep deprivation on safety and performance. Jt Comm J Qual Patient Saf. 2007;33(11 suppl):7-18 [DOI] [PubMed] [Google Scholar]
  • 10.Mayo Clinic Going digital: paper trail stops, Mayo Clinic Rochester moves to electronic medical records. AllBusiness Web site. http://www.allbusiness.com/health-care/medical-records/8028124-1.html. http://www.allbusiness.com/health-care/medical-records/8028124-1.html Accessed January 14, 2010.
  • 11.The Electronic Medical Record at Mayo Clinic. Mayo Clinic Web site. http://www.mayoclinic.org/emr/ http://www.mayoclinic.org/emr/ Accessed January 14, 2010.
  • 12.Pakhomov S, Weston SA, Jacobsen SJ, Chute CG, Meverden R, Roger VL. Electronic medical records for clinical research: application to the identification of heart failure. Am J Manag Care 2007;13(6, pt 1):281-288 [PubMed] [Google Scholar]
  • 13.Herasevich V, Yilmaz M, Khan H, Hubmayr RD, Gajic O. Validation of an electronic surveillance system for acute lung injury. Intensive Care Med. 2009;35(6):1018-1023 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Bernard GR, Artigas A, Brigham KL, et al. The American-European Consensus Conference on ARDS: definitions, mechanisms, relevant outcomes, and clinical trial coordination. Am J Respir Crit Care Med. 1994;149(3):818-824 [DOI] [PubMed] [Google Scholar]
  • 15.Herasevich V, Li M, Buck C, Tsapenlo M, Hubmayer RD. Electronic alert for detecting potentially injurious ventilator settings in patients with acute lung injury. Crit Care Med. 2008;36(12)(suppl):A134 [Google Scholar]
  • 16.Toy P, Gajic O. Transfusion-related acute lung injury. Anesth Analg. 2004;99(6):1623-1624 [DOI] [PubMed] [Google Scholar]
  • 17.Herasevich V, Afessa B, Chute CG, Gajic O. Designing and testing computer based screening engine for severe sepsis/septic shock. AMIA Annu Symp Proc. 2008November6:966 [PubMed] [Google Scholar]
  • 18.Gajic O, Malinchoc M, Comfere TB, et al. The Stability and Workload Index for Transfer score predicts unplanned intensive care unit patient readmission: initial development and validation. Crit Care Med. 2008;36(3):676-682 [DOI] [PubMed] [Google Scholar]
  • 19.Kohn LT, Corrigan JM, Donaldson MS, eds. To Err is Human: Building a Safer Health System Washington, DC: National Academy Press; 2000:xxi, 287 [PubMed] [Google Scholar]
  • 20.Safran C, Bloomrosen M, Hammond WE, et al. Toward a national framework for the secondary use of health data: an American Medical Informatics Association White Paper. J Am Med Inform Assoc. 2007;14(1):1-9 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21.Dinu V, Nadkarni P. Guidelines for the effective use of entity-attribute-value modeling for biomedical databases. Int J Med Inform. 2007;76(11-12):769-779 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Afessa B, Keegan MT, Gajic O, Hubmayr RD, Peters SG. The influence of missing components of the Acute Physiology Score of APACHE III on the measurement of ICU performance. Intensive Care Med. 2005;31(11):1537-1543 [DOI] [PubMed] [Google Scholar]
  • 23.Metnitz PG, Lenz K. Patient data management systems in intensive care--the situation in Europe. Intensive Care Med. 1995;21(9):703-715 [DOI] [PubMed] [Google Scholar]
  • 24.Chen LM, Martin CM, Morrison TL, Sibbald WJ. Interobserver variability in data collection of the APACHE II score in teaching and community hospitals. Crit Care Med. 1999;27(9):1999-2004 [DOI] [PubMed] [Google Scholar]
  • 25.Polderman KH, Christiaans HM, Wester JP, Spijkstra JJ, Girbes AR. Intra-observer variability in APACHE II scoring. Intensive Care Med. 2001;27(9):1550-1552 [DOI] [PubMed] [Google Scholar]
  • 26.Polderman KH, Jorna EM, Girbes AR. Inter-observer variability in APACHE II scoring: effect of strict guidelines and training. Intensive Care Med. 2001;27(8):1365-1369 [DOI] [PubMed] [Google Scholar]
  • 27.Sorani MD, Hemphill JC, III, Morabito D, Rosenthal G, Manley GT. New approaches to physiological informatics in neurocritical care. Neurocrit Care 2007;7(1):45-52 [DOI] [PubMed] [Google Scholar]
  • 28.Schoenberg R, Sands DZ, Safran C. Making ICU alarms meaningful: a comparison of traditional vs. trend-based algorithms. Proc AMIA Symp. 1999;379-383 [PMC free article] [PubMed] [Google Scholar]
  • 29.McIntosh N. Intensive care monitoring: past, present and future. Clin Med. 2002;2(4):349-355 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Shea S, Sideli RV, DuMouchel W, Pulver G, Arons RR, Clayton PD. Computer-generated informational messages directed to physicians: effect on length of hospital stay. J Am Med Inform Assoc. 1995;2(1):58-64 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31.Wisniewski MF, Kieszkowski P, Zagorski BM, Trick WE, Sommers M, Weinstein RA. Development of a clinical data warehouse for hospital infection control. J Am Med Inform Assoc. 2003;10(5):454-462 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32.Schubart JR, Einbinder JS. Evaluation of a data warehouse in an academic health sciences center. Int J Med Inform. 2000;60(3):319-333 [DOI] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

Author Interview

Articles from Mayo Clinic Proceedings are provided here courtesy of The Mayo Foundation for Medical Education and Research

RESOURCES