Skip to main content

Using information theory to identify redundancy in common laboratory tests in the intensive care unit

Abstract

Background

Clinical workflow is infused with large quantities of data, particularly in areas with enhanced monitoring such as the Intensive Care Unit (ICU). Information theory can quantify the expected amounts of total and redundant information contained in a given clinical data type, and as such has the potential to inform clinicians on how to manage the vast volumes of data they are required to analyze in their daily practice. The objective of this proof-of-concept study was to quantify the amounts of redundant information associated with common ICU lab tests.

Methods

We analyzed the information content of 11 laboratory test results from 29,149 adult ICU admissions in the MIMIC II database. Information theory was applied to quantify the expected amount of redundant information both between lab values from the same ICU day, and between consecutive ICU days.

Results

Most lab values showed a decreasing trend over time in the expected amount of novel information they contained. Platelet, blood urea nitrogen (BUN), and creatinine measurements exhibited the most amount of redundant information on days 2 and 3 compared to the previous day. The creatinine-BUN and sodium-chloride pairs had the most redundancy.

Conclusions

Information theory can help identify and discourage unnecessary testing and bloodwork, and can in general be a useful data analytic technique for many medical specialties that deal with information overload.

Peer Review reports

Background

Modern medical practice is increasingly a data-driven enterprise. Conventional data based on clinical observation and blood tests are collected in large quantities, with newer modalities such as high-resolution imaging studies and genome-wide assays proliferating rapidly. Strategies are needed both to limit the use of unhelpful tests, and to identify from among the resulting data those that are relevant, and those that are merely distractions.

In the Intensive Care Unit (ICU), likely the most data-rich environment in the hospital, enhanced monitoring and frequent testing are common. Repeated bloodwork can lead to patient harm in a number of ways. First, frequent phelobotomy can cause anemia, and increase the need for blood transfusions. In one observational study in the ICU, patients were phlebotomized between 40 and 70 mL per day, for an average total volume of more than 1 L over the course of their stay [1]. While conservative blood sampling strategies have been shown to reduce daily phlebotomy volumes to as little as 8 mL per day [2], such strategies are not widely used.

Second, frequent blood draws can cause patient discomfort, especially for those patients who do not have indwelling catheters and who therefore require venipuncture for sample collection. Blood samples are often collected very early in the morning, which can disrupt sleep and lead to delirium. Lastly, increased frequency of testing enhances the risk of false positive results, and may increase the risk that clinically irrelevant findings lead to changes in management. We know of no objective approach to determining which blood tests are most informative on a system-wide level. As such, there is a need to develop strategies for the rational use of blood tests both in the ICU, and beyond.

One approach to refining testing strategies, popularized by the Choosing Wisely campaign [3], has been to discourage clinicians and patients from undertaking tests that are unnecessary or unhelpful. A laboratory test utilization management toolbox has also been developed to guide clinicians on appropriate utilization of needed lab tests [4]. In addition, Cismondi et al. have applied artificial intelligence to study the predictability of future lab test results in a patient cohort with gastrointestinal bleeding, extracted from the same public ICU database that the present study analyzed [5].

In this study, we explored an alternative approach in which the science of information theory is used to identifying areas of overlap or redundancy between clinical tests. Information theory has long been used in medical research in numerous domains including neuroscience [6], molecular biology [7], cell signaling [8], genomics [9], and medical imaging [10]. In the area of medical decision making, information theory has been applied to the evaluation of diagnostic tests, including laboratory tests [1113]. In these formulations, the quantity of information gained by performing a test is related to the difference in the uncertainty in outcome (i.e., entropy) associated with the probability distribution of the diagnosis both prior to and following the test.

Information theory provides a fundamental framework for quantifying information [14]. The central idea is that the amount of information contained in a variable is related to its randomness. For example, the tossing of a biased coin with 90 % chance of turning up heads contains less information than a fair coin toss because the result is more predictable. In general, less randomness means more predictability, and vice versa.

We used constructs from information theory, namely entropy, conditional entropy, and mutual information, to analyze lab test results from a large ICU database. Entropy, conditional entropy, and mutual information are fundamental metrics that comprise information theory, and can, by definition, describe the information contents of a single variable as well as of the association between two variables. We hypothesized that in addition to quantifying the relationship between diagnostic tests and disease states, information theory could be useful in addressing clinical information overload by identifying redundancies between laboratory tests done concurrently, as well as those done sequentially for the purpose of daily monitoring. We further hypothesized that specific pairs of laboratory values with shared physiologic mechanisms would exhibit greater redundancy than pairs that do not.

The objective of this proof-of-concept study was to employ information theory to quantify the amount of information contained in common laboratory tests, the extent of redundancy between consecutive days of sampling, and the redundancy associated with pre-specified pairs of ICU lab tests. These pairs included creatinine and blood urea nitrogen (BUN) (both related to renal function), bicarbonate and lactate (related physiological because the former acts as a buffer for the latter), sodium and chloride (both constituents of a common resuscitation fluid), and white blood cell count (WBC) and platelet count (hypothesized to contain less redundancy).

Methods

We extracted laboratory test results from the MIMIC II database that contains data from over 25,000 adult ICU patients [15]. The ICU admissions in MIMIC II typically have 1–4 lab measurements per day. The following lab tests were investigated: hematocrit, platelet count, white blood cell count (WBC), glucose, HCO3, potassium, sodium, chloride, BUN, creatinine, and lactate. These variables were chosen for their pervasiveness in and high relevance to intensive care. A total of 29,149 adult ICU admissions were analyzed and missing data were excluded. Because MIMIC II is a fully de-identified public database, the need for informed consent and research ethics review was waived. MIMIC II data were extracted in Oracle SQL Developer (version 3.2.09).

For each ICU admission, the median value of each lab test from each ICU day was used for analysis. For each variable, values less than the 1st percentile and greater than the 99th percentile were regarded as outliers and discarded. The use of median instead of mean as well as the 1st and 99th percentile cutoffs reduced the effects of outliers which commonly exist in raw clinical data such as MIMIC II due to recording and measurement errors. Also, median was particular appropriate since most lab tests exhibited skewed distributions as shown in Fig. 1. Following the exclusion of outliers, the remaining values were discretized into 20 bins of equal width. The choice of 20 bins was informed by visual inspection of the distributions of the lab test values to ensure adequate bin size; Fig. 1 shows the histogram of each lab test using 20 bins. The expected amount of information that each lab test (X) contains, known as the entropy of X and represented as H(X), was calculated as:

$$ H(X)=-{\displaystyle \sum_i}P\left({x}_i\right){ \log}_2P\left({x}_i\right) $$
Fig. 1
figure 1

Histograms of lab test values from ICU day 1. Hct hematocrit, WBC white blood cell count, K potassium, Na sodium, Cl chloride, BUN blood urea nitrogen, Cr creatinine, Lac lactate

where P(xi) is the probability of X resulting in the possible value xi and the summation enumerates all possible values of X. When the logarithm with base 2 is used as above, H(X) is expressed in bits as a unit of measurement. The maximum attainable entropy (i.e., when all 20 bins are equally likely) in each lab test was therefore 20(1/20)[−log2(1/20)] = 4.32 bits.

We also calculated the expected amount of redundant information between two lab tests X and Y, termed mutual information and denoted as I(X;Y), as follows:

$$ I\left(X;Y\right)={\displaystyle \sum_j}{\displaystyle \sum_i}P\left({x}_i,{y}_j\right){ \log}_2\left(\frac{P\left({x}_i,{y}_j\right)}{P\left({x}_i\right)P\left({y}_j\right)}\right) $$

where P(xi,yj) is the joint probability of X and Y resulting in values xi and yj, respectively.

Lastly, we quantified the expected amount of novel information in X after knowing the value of Y, known as conditional entropy and denoted as H(X|Y), as follows:

$$ H\left(X\Big|Y\right)=H(X)-I\left(X;Y\right) $$

Figure 2 visually illustrates H(X), H(Y), I(X;Y), H(X|Y), and H(Y|X). Interested readers are directed to additional references for further details on information theory [16, 17].

Fig. 2
figure 2

An illustration of information theory applied to two variables. This Venn diagram illustrates: the entropies in the two variables X and Y, represented as H(X) and H(Y), respectively; the mutual information (i.e., redundant information) between X and Y, represented as I(X;Y); and the expected amounts of novel information in X and Y, represented as H(X|Y) and H(Y|X), respectively. H(X) is greater than H(Y), which signifies that X is associated with more randomness and less predictability than Y. H(X|Y) represents the expected amount of novel information left in X when Y is known, and vice versa for H(Y|X)

We first examined the mutual information between measurements from the first three consecutive days in the ICU. We next analyzed the following pairs of variables for their redundant information on each ICU day: creatinine-BUN, HCO3-lactate, sodium-chloride, and platelet-WBC. While all final results were from an ICU-wide analysis, the coupling information required in the mutual information calculation, i.e., the joint probability P(xi,yj), was computed at the individual patient level. Analyses were conducted in R (version 3.1.1).

Results

Table 1 summarizes the descriptive statistics of the analyzed lab tests, stratified by ICU days. Although almost all ICU admissions had at least one measurement of each lab test on day 1 (except lactate), progressively fewer ICU admissions with lab test results were available in MIMIC II on days 2 and 3. This is expected due to discharged patients, and changes in patient acuity. Across all three ICU days, lactate was the least frequently tested lab variable.

Table 1 Descriptive statistics of lab tests

Figure 3 depicts the entropy of each lab test on each ICU day, as well as how much of the day 2 and 3 information was redundant compared to the previous day. Creatinine was the most predictable variable. Across ICU days, most variables were stable in terms of entropy but resulted in decreasing amounts of novel information. Platelet count, BUN, and creatinine were the most redundant variables on days 2 and 3 given their values on days 1 and 2, respectively.

Fig. 3
figure 3

Information contained in daily ICU lab test results. The total and novel amounts of information are plotted as a function of ICU day. The horizontal dashed lines at 4.32 bits represent the maximum achievable entropy. The redundant portions (i.e., total minus novel) of day 2 and 3 are the mutual information between days 1 and 2 and between days 2 and 3, respectively. Although all lab tests contain redundant information on days 2 and 3 compared to the previous day, platelet, BUN, and Cr have the least novel information on days 2 and 3. Hct hematocrit, WBC white blood cell count, K potassium, Na sodium, Cl chloride, BUN blood urea nitrogen, Cr creatinine, Lac lactate

The decreasing entropy in lactate was likely due to the increasing number of normal lactate values (i.e., less random) over time. As shown in Table 1, the daily mean lactate values and corresponding standard deviations (in square brackets) were (in mmol/L): day 1: 2.5 [2.0]; day 2: 2.2 [2.3]; day 3: 2.1 [2.2].

In the pairwise analysis, the creatinine-BUN and sodium-chloride pairs contained more redundant information than others (Fig. 4). While the absolute amount of redundant information is identical to both variables in the pair, it represents different relative portions with respect to the entropy in each variable. For example, BUN reduces the unpredictability in creatinine more than creatinine does for BUN, relatively speaking.

Fig. 4
figure 4

Redundant information in selected ICU lab test pairs. Information contents are plotted as a function of ICU day. The horizontal dashed lines at 4.32 bits represent the maximum achievable entropy. Each lab test pair is shown asymmetrically side by side; e.g., BUN|Cr and Cr|BUN refer to the information in BUN given creatinine and that in creatinine given BUN, respectively. Because Cr has a smaller entropy than BUN, the redundant information between the two variables represents a greater percentage of the entropy in Cr than that in BUN. WBC white blood cell count, Na sodium, Cl chloride, BUN blood urea nitrogen, Cr creatinine, Lac lactate

Discussion

Intensive care clinicians face a deluge of data on morning rounds, which are typically processed heuristically based on previous experience. Our findings provide objective confirmation of what heuristic methods devise implicitly, namely that the values of some lab tests are more easily predicted than others, and that the information gain between subsequent ICU days is greater for some tests than others. Specifically, we found that the creatinine-BUN pair, the bicarbonate-lactate pair, and the sodium-chloride pair contained a greater degree of redundancy than the WBC-platelet pair. These relationships likely reflect shared physiologic mechanisms, and suggest ways in which policies on lab testing might be developed to capitalize on redundancy, and avoid unnecessary testing.

Our findings have direct implications for medical decision making in the ICU, specifically related to the ordering of daily bloodwork. The ordering of routine bloodwork is pervasive in the ICU [18]. While estimates of inappropriate testing in general may vary, one view is that a significant proportion of bloodwork done in the ICU setting is unnecessary [19]. A number of strategies have been implemented to limit unnecessary bloodwork, including education programs, changes in ordering protocols, clinical decision supports, quota systems, and cost transparency [18]. To our knowledge, ours is the first study to quantify the redundant information content between various blood tests. We believe our results provide an empirical basis upon which rational blood test ordering strategies can be developed.

The redundancy in information between BUN and creatinine mentioned above suggests that if one is known, the other can be inferred with reasonable confidence. If a hospital were to restrict one of these tests, our results suggest it may be better to reduce testing of creatinine, and to order BUN alone instead, reflecting the asymmetrical relationship between these two tests. While the addition of creatinine to BUN values may not on average add much novel information, clinical judgment is still needed to assess the value added from this test on a case-by-case basis (such as when upper gastrointestinal bleeding is suspected, in which case the BUN data may provide information beyond its reflection of renal function) [20]. Similarly, while the platelet count on day 2 of the ICU admission may on average contain little novel information in light of the day 1 value, ongoing measurement of platelet count may be warranted if the day 1 value was abnormal, if the value was changing significantly from day to day, or if the value had to be known precisely for the purpose of planning invasive procedures.

Our study has limitations that merit further discussion. First, our main claim on unnecessary testing is based on the theoretical predictability of lab tests with respect to joint probability distributions. The actual achievable predictive performance should be investigated further in a follow-up study. Second, with respect to the clinical applicability of our findings, we note that our results apply to the information content of laboratory measurements, rather than the biological processes they represent. As such, limited conclusions can be drawn about the natural history of critical illness from a physiologic standpoint. Our results do, however, have bearing on common practices in the ICU related to the frequency of laboratory testing. Frequent blood draws remain commonplace in most ICUs, especially within the first few days of admission to ICU. Our results suggest that even in these periods during which physiologic changes may be most pronounced, the amount of novel information gleaned from repeated blood testing may be limited. Third, the present study did not incorporate other clinical factors that might influence the information contents in lab tests (e.g., clinical outcomes might be associated with the predictability of certain lab tests). Lastly, as a retrospective data analysis, our findings should not be used to support immediate widespread changes in laboratory practices, but rather lend support to the notion that over-testing may be occurring and warrants further study.

Prior applications of information theory to medical decision making have largely focused on the evaluation of diagnostic tests, by determining the conditional probability of a disease state given the result of the test. Using similar methods, we defined common information theory parameters including entropy and mutual information for common lab tests done concurrently or sequentially, without reference to a final diagnosis. Our findings suggest that this approach may have utility in analyzing the increasing abundance of biomedical Big Data. Future work will focus on adapting these methods to developing strategies to limit excessive testing in the ICU, and measuring redundancy among three or more lab tests.

Conclusions

Information theory can be a useful tool in objectively quantifying the amount of redundancy associated with lab tests. As this proof-of-concept study showed, information theory can help clinicians decide which lab tests are truly needed.

Availability of supporting data

Although MIMIC II is a public database, gaining access to MIMIC II requires completing human subjects training and signing a data use agreement (visit http://physionet.org/mimic2 for instructions). The clinical part of MIMIC II is a relational database and interested researchers are free to write their own SQL queries to extract data from it after becoming an approved MIMIC II user. However, for those who are interested in replicating or extending our particular research results, we are able to share our SQL query that was used to extract the raw data for this study from MIMIC II.

References

  1. Corwin HL, Parsonnet KC, Gettinger A. RBC transfusion in the ICU is there a reason? Chest. 1995;108:767–71.

    Article  CAS  PubMed  Google Scholar 

  2. Harber CR, Sosnowski KJ, Hegde RM. Highly conservative phlebotomy in adult intensive care–a prospective randomized controlled trial. Anaesth Intensive Care. 2006;34:434–7.

    CAS  PubMed  Google Scholar 

  3. Choosing Wisely. http://www.choosingwisely.org/

  4. Baird G. The laboratory test utilization management toolbox. Biochem Med. 2014;24:223–34.

    Article  Google Scholar 

  5. Cismondi F, Celi LA, Fialho AS, Vieira SM, Reti SR, Sousa JMC, et al. Reducing unnecessary lab testing in the ICU with artificial intelligence. Int J Med Inform. 2013;82:345–58.

    Article  CAS  PubMed  Google Scholar 

  6. Borst A, Theunissen FE. Information theory and neural coding. Nat Neurosci. 1999;2:947–57.

    Article  CAS  PubMed  Google Scholar 

  7. Ciulla MM, De Marco F, Montelatici E, Lazzari L, Perrucci GL, Magrini F. Journal of theoretical biology. J Theor Biol. 2014;343(C):25–31.

    Article  CAS  PubMed  Google Scholar 

  8. Brennan MD, Cheong R, Levchenko A. How information theory handles cell signaling and uncertainty. Science. 2012;338:334.

    Article  CAS  PubMed  Google Scholar 

  9. Reverter A, Chan EKF. Combining partial correlation and an information theory approach to the reversed engineering of gene co-expression networks. Bioinformatics. 2008;24:2491–7.

    Article  CAS  PubMed  Google Scholar 

  10. Wu Y, Alagoz O, Ayvaci MUS, Munoz del Rio A, Vanness DJ, Woods R, et al. A comprehensive methodology for determining the most informative mammographic features. J Digit Imaging. 2013;26:941–7.

    Article  PubMed  PubMed Central  Google Scholar 

  11. Benish WA. Relative entropy as a measure of diagnostic information. Diagnostic Information. 1999;19:202–6.

    CAS  Google Scholar 

  12. Benish WA. Intuitive and axiomatic arguments for quantifying diagnostic test performance in units of information. Methods Inf Med. 2009;48:552–7.

    Article  CAS  PubMed  Google Scholar 

  13. Vollmer R. Entropy and information content of laboratory test results. Am J Clin Pathol. 2007;127:60–5.

    Article  PubMed  Google Scholar 

  14. Shannon CE. The mathematical theory of communication. 1949.

    Google Scholar 

  15. Saeed M, Villarroel M, Reisner AT, Clifford G, Lehman L-W, Moody G, et al. Multiparameter intelligent monitoring in intensive care II: a public-access intensive care unit database. Crit Care Med. 2011;39:952–60.

    Article  PubMed  PubMed Central  Google Scholar 

  16. Cover TM, Thomas JA. Elements of information theory. John Wiley & Sons. 2012.

    Google Scholar 

  17. MacKay DJC. Information theory, inference and learning algorithms. 2003.

    Google Scholar 

  18. Flabouris A, Bishop G, Williams L, Cunningham M. Routine blood test ordering for patients in intensive care. Anaesth Intensive Care. 2000;28:562–5.

    CAS  PubMed  Google Scholar 

  19. van Walraven C, Naylor CD. Do we know what inappropriate laboratory utilization is? A systematic review of laboratory clinical audits. JAMA. 1998;280:550–8.

    Article  PubMed  Google Scholar 

  20. Srygley FD, Gerardo CJ, Tran T, Fisher DA. Does this patient have a severe upper gastrointestinal bleed? JAMA. 2012;307:1072–9.

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

The authors would like to thank the University of Waterloo and Queen’s University for general research support. JL was supported by a Discovery Grant (RGPIN-2014-04743) from the Natural Sciences and Engineering Research Council of Canada (NSERC), as well as the University of Waterloo as a faculty member. DM was supported by Queen’s University as a faculty member, as well as by the Southeastern Ontario Academic Medical Association (SEAMO) New Clinician Scientist Program.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Joon Lee.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

JL designed the study, compiled the dataset, carried out the analyses, produced the results, and wrote parts of the manuscript. DM designed the study, interpreted the results, and wrote parts of the manuscript. Both authors critically revised the manuscript. Both authors read and approved the final manuscript.

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly credited. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Lee, J., Maslove, D.M. Using information theory to identify redundancy in common laboratory tests in the intensive care unit. BMC Med Inform Decis Mak 15, 59 (2015). https://doi.org/10.1186/s12911-015-0187-x

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12911-015-0187-x

Keywords