Literature DB >> 22211183

Spatio-temporal Structure of US Critical Care Transfer Network.

K P Unnikrishnan1, Debprakash Patnaik, Theodore J Iwashyna.   

Abstract

Most Americans are in Intensive Care Units (ICUs) at some point during their lives. There is wide variation in the outcome quality of ICUs and so, thousands of patients who die each year in ICUs may have survived if they were at the appropriate hospital. In spite of a policy agenda from IOM calling for effective transfer of patients to more capable hospitals to improve outcomes, there appear to be substantial inefficiencies in the existing system. In particular, patients recurrently transfer to secondary hospitals rather than to a most-preferred option. We present data mining schemes and significance tests to discover these inefficient cascades. We analyze critical care transfer data in Medicare across nearly 5,000 hospitals in the United States over 10 years and present evidence that these transfers to secondary hospitals repeatedly cascade across multiple transfers, and that some hospitals seem to be involved in many cascades.

Entities:  

Keywords:  Critical care; Medicare claims; administrative data; alerts; cascades; data mining; transfer networks

Year:  2011        PMID: 22211183      PMCID: PMC3248748     

Source DB:  PubMed          Journal:  AMIA Jt Summits Transl Sci Proc


Introduction

The intensive care unit is the apogee of modern technologically-intensive medical care, providing invasive support of many failing organs and offering potentially profound life-saving ability. It is also in relatively short supply, and inadequate availability of critical care beds is a salient policy concern. In order to distribute some of the load of critically ill patients, informal transfer networks have evolved over which patients are routinely transferred between hospitals. But this system is not managed or overseen at the present time, and there is anecdotal evidence that it may have important limitations. Potential overload of the critical care system becomes all the more pressing in the event of disasters – correlated stresses on multiple parts of the system that may result from acute events (such as terrorist attacks or extreme weather) or subacute stresses (such as pandemic flu). During routine functioning of the critical care transfer system, most hospitals have a primary transfer destination to which the plurality of their patients are sent [1]. These primary transfers seem to be favored by routine practice at the hospitals – deviations from the primary transfer are likely to slow down patient care and represent substantial additional delays in care. In principle, a non-primary destination for one hospital might be a primary destination for another. Thus non-primary transfers might use up excess capacity, and result in other hospitals unable to transfer patients to their own primary hospitals. The goal of this paper is to develop a rigorous approach to detecting such cascades in re-oriented network activity.

Data Characteristics

In this study, we use the final action claims from the 1996 through 2005 Medicare Provider Analysis and Review (MedPAR) file. Medicare claims and enrollment data capture 96% of the American population aged 65 and older [2]. Critical care use is indicated directly in the hospital-filed claims. Although these data have some limitations [3], they have been used by our group [4] and others [5] to measure critical care at both the patient and national levels. We excluded beneficiaries covered under certain types of group health organizations with capitated premiums who are not required to file claims. We excluded from critical care “psychiatric critical care” and intermediate or step-down units [3], but included medical, surgical, cardiac and burn units. Transfers between hospitals are not directly indicated in the claims. We defined a transfer as occurring between two hospitals g and h when a patient was observed to be in Hospital g until a certain day, and then in Hospital h beginning on the same day or the next day. Critical care transfers were defined as transfers that occurred between two hospitalizations, both of which involved critical care use. Thus the data 𝒮 is structured as a date-stamped list of ICU transfers, with uniquely identified sending and receiving hospitals. where g, h ∈ ℋ, the set of all hospitals, (g → h) indicates an ICU transfer from hospital g to hospital h at time t. A snippet of the raw data is shown in Table 1. Some of the statistics related to the ICU transfers are listed in Table 2. Figure 1 shows the distribution of transfers in six month time windows.
Table 1:

A segment of ICU transfer data. Each hospital is assigned an unique random identifier.

transfer-datesending-hospital-idreceiving-hospital-idtype
18 May 9911702468CARDIAC
27 Nov 0029112468CVSURG
11 Mar 0311702468CARDIAC
02 Jun 0431552468CARDIAC
Table 2:

Data statistics

Date range01-Oct-95–31-Dec-06
Total number of hospitals5,083
Total number of transfers765,171
Total number of unique pairs62,529
Distribution of transfers(see Figure 1)
Figure 1:

Plot of the number of ICU transfers from 1996 to 2006 shown in windows of six months. Note the substantial reduction in the overall number of transfers.

Data Mining Methodology

As mentioned in the Introduction section, our hypothesis is that the secondary transfers may cascade - that the use of a secondary destination by one hospital may make secondary transfers by other nearby hospitals more likely. In this section we propose an efficient data mining scheme and associated tests of significance for discovering such cascades. Definition 1. A primary transfer pair consists of a pair of hospitals (g → h) such that the number of transfers from g to h exceeds the number of transfers from g to any other hospital ĥ, ∀ĥ ∈ ℋ and ĥ ≠ h. The hospital h will be referred to as the primary recipient for g, denoted by recv(g) = h. From the above definition, every hospital has a primary transfer partner that receives most of its ICU transfers. And there is a set of hospitals where each hospital receives transfers from one or more hospitals and acts as their primary recipient hospital. Let send(h) denote the set of hospitals for which h is the primary receiving partner. Definition 2. A secondary transfer refers to an ICU transfer from hospital g to ĥ, where ĥ is not the primary recipient for g i.e. ĥ ≠ revc(g). Definition 3. A cascade is defined in terms of an ordered list of hospitals. A k-size cascade is denoted by 〈h1, h2, . . . , h〉 where h ∈ ℋ, the set of all hospitals in the data. An occurrence of a cascade is characterized by a sequence of transfers in the data (but not necessarily adjacent): where x, y, g, h ∈ ℋ, h ∈ send(h). In addition a gap constraint is enforced to ensure the temporal proximity of these transfers: where δ is the allowed upper bound on the time gap between a pair of consecutive transfers. Example 1. A cascade of size 3 that occurs in data is illustrated in

Mining Scheme for Longer Cascades

The task of discovering cascades in the transfers is a combinatorially hard problem. For instance, finding all cascades of size 3 requires us to look through all possible combinations of primary recipient hospitals and count the occurrences of associated cascades in the data. As we start to look for longer cascades the combinatorial explosion of the search space makes this approach infeasible (see [6, 7, 8] for details). Here we propose a level-wise procedure for discovering long cascades in data that overcomes the combinatorial explosion. The overall steps of this procedure are given below in Algorithm 1. Here we begin with a set of candidate cascades of size 2. We restrict our analysis to secondary transfers between hospitals within a distance d miles of each other. The number of non-overlapping occurrences of each candidate is calculated using a finitestate automata-based counting scheme. This counting scheme presented in Algorithm 2 follows from our earlier work [6]. After the counts of all secondary transfer candidates of size 2 is determined, we retain only those cascades whose count exceeds a user-specified threshold. This set of cascades is called the frequent cascades of size-2. The frequent cascades of size-2 are used to generate a set of candidate cascades of size 3. The candidate generation scheme based on prefix-suffix matching (see [6]). The procedure then alternates between candidate generation, counting and pruning until there are no more frequent cascades. This level-wise procedure helps control the number of combinations one has to count in order to find all frequent long-cascades.
Algorithm 1

Level-wise procedure for cascade mining

1: Generate an initial list of candidate cascades of size-2, 𝒞 = {〈hi, hj〉 : geographical distance(hi, hj) ≤ d miles}.

2: Set k ← 2

3: repeat

4:   Count the non-overlapped occurrences of candidate cascades in the data (See Algorithm 2).

5:   Retain only those cascades that occur more often than a user-specified threshold.

6:   Generate k + 1-size candidate cascades, using the list of frequent n-size cascades

7:   Set kk + 1

8: until no candidate cascades remain.

9: Output all the frequent cascades discovered.

Algorithm 2

Count cascade with primary transfer hospitals α = 〈h1, h2, . . . , h〉 and a gap-constraint δ.

1: Initialize count ← 0

2: Initialize Tα[hi] = ϕ, ∀i = {1, . . ., k}

3: for (gh, t) ∈ 𝒮 do

4:   for i ∈ {1, . . ., k} do

5:     if h = hi then

6:       if (i = 1) or (gsend(hi−1) and tTα[hi−1] δ) then

7:         Tα[hi] = t

8:   if (gsend(hk) and hα) and (tTα[hk] δ) then

9:     countcount + 1

10:     Tα[hi] = ϕi = {1, . . ., k}

11: return count

Level-wise procedure for cascade mining 1: Generate an initial list of candidate cascades of size-2, 𝒞 = {〈h, h〉 : geographical distance(h, h) ≤ d miles}. 2: Set k ← 2 3: repeat 4:   Count the non-overlapped occurrences of candidate cascades in the data (See Algorithm 2). 5:   Retain only those cascades that occur more often than a user-specified threshold. 6:   Generate k + 1-size candidate cascades, using the list of frequent n-size cascades 7:   Set k ← k + 1 8: until no candidate cascades remain. 9: Output all the frequent cascades discovered.

Counting cascades:

Algorithm 2 outlines the pseudocode for counting occurrences of a single cascade over primary transfer hospitals 〈h1, h2, . . ., h〉 where consecutive secondary transfers satisfy the gap-constraint δ. T list maintains the latest secondary transfer for each h ∈ α such that it is preceded by a secondary transfer with in δ time gap and are related as per the definition of the cascade. If the condition on Line 8 is met it implies that there exists a sequence of secondary transfers that together constitute an occurrence of the cascade α and also the consecutive pairs of transfers satisfy the gap constraint. Note that the counting step of the mining procedure (Algorithm 1) on Line 4 requires counting occurrences of all cascades of the candidate list. In the actual implementation we count occurrences of all cascades in the candidate while making one pass of the data. We employ a data-structure built around hash-maps to efficiently access the T list for each cascade α in the candidate list only when a transfer (g → h, t) that can potentially update T is seen in 𝒮. Count cascade with primary transfer hospitals α = 〈h1, h2, . . . , h〉 and a gap-constraint δ. 1: Initialize count ← 0 2: Initialize T[h] = ϕ, ∀i = {1, . . ., k} 3: for (g → h, t) ∈ 𝒮 do 4:   for i ∈ {1, . . ., k} do 5:     if h = h then 6:       if (i = 1) or (g ∈ send(h) and t − T[h] ≤ δ) then 7:         T[h] = t 8:   if (g ∈ send(h) and h ∉ α) and (t − T[h] ≤ δ) then 9:     count ← count + 1 10:     T[h] = ϕ ∀i = {1, . . ., k} 11: return count

Statistical Significance

In this section, we present a number of null models against which the significance of the cascades discovered in the data can be established. Significant cascades have a temporal structure that depends on the exact order and timing of the constituent transfers. A null model that removes such structure will help ascertain the p-value of a cascade.

Temporal shuffling

Here we generate surrogate datasets by randomly shuffling the time of occurrence of transfers in consecutive chunks of 100 transfers. Since we do not add or remove transfers from the original data, the first order statistics are preserved. For each cascade discovered in the level-wise mining procedure we determine its count over n surrogate datasets. This allows us to estimate the distribution of the number of occurrences of a cascade under the null model and determine its p-value. In the results section, we report only those cascades that have p-values below a threshold.

Spatial shuffling

Here we redistribute the receivers of the secondary transfers. The primary transfers are left undisturbed. For every secondary transfer g → ĥ, we replace ĥ with h′, where h′ is randomly chosen from the set of hospitals known to receive transfers from g excluding its primary recipient. This null model ensures that the spatial structure of the secondary transfers are sufficiently removed. Again in the results section, we report only those cascades that have p-values below a threshold.

Results

In the ICU transfer records over the entire period of 10 years (1996–2006), (described in Section 2), we discovered 163 statistically significant (p ≤ 0.001 with respect to both the null models) cascades of size 3. We used a maximum distance d of 250 miles between the hospitals, a maximum delay δ of 3 days between transfers, and a minimum count of 15 for mining. Over all there were 3,204 cascade occurrences that were significant and many cascades shared transfers. In total the cascades accounted for 10,208 transfers, or 1.33% of the total number of ICU transfers. The top five cascades found in the ICU transfers data are shown in Table 3 along with p-values of statistical significance under two different noise models.
Table 3:

Top five cascades found in the ICU transfers data. (pvalue- 1: p-value of a cascade under the null model of temporal shuffling; p-value-2: p-value of a cascade under the null model of spatial shuffling).

CascadeCountp-value-1p-value-2
1422-2220-4500570.0010.001
2419-1099-552550.0010.001
4661-1204-225480.0010.001
552-1099-839470.0010.001
4661-1204-4531450.0010.001

Geographical Distribution

Figure 3 shows all the 163 significant cascades of size 3. All the secondary transfers (g → ĥ) are indicated in the plot with blue arrows. The primary pairs in the cascades are indicated by red arrows. These edges indicate the potential ICU transfers that got diverted to secondary locations according to our hypothesis.
Figure 3:

Plot of the cascade occurrence on the US map. In the figure, red arrows indicate primary transfer pairs and blue arrows show the actual secondary transfers.

Figure 3 also shows the locations of the cascades we discovered in the data. It is fairly obvious that there is a high number of cascades occurring across the east coast of United States as is the density of population in this region. The high density of hospitals in this region provide true alternatives in bigger cities and hence the impact of cascades is potentially higher here compared to other regions of the country.

Seasonal Variations

Figure 4(a) shows the seasonal variations in the number of transfers involved in significant cascades of size 3 for four quarters in each year of data. The data is normalized with respect to the total number of transfers in occurrences of these cascades. We can clearly see the increase in cascades over the winter quarter. To illustrate the sensitivity provided by the cascade analysis, in Figure 4(b) we show the same seasonal variations reflected in the total number of ICU transfers. The seasonal variation in this data is much smaller than that in Figure 4(a). Hence the cascades can be used as early predictors of seasonal effects such as the winter flu with higher sensitivity. This can in turn be used for capacity planning of ICUs.
Figure 4:

Seasonal variation in the occurrence of cascades. The transfers are presented in buckets of three months. The data is normalized with respect to the total number of transfers in occurrences of cascades in (a) and all transfers in (b).

Network Hot-spots

A hospital can be considered to be a hot-spot in the ICU transfer network if there are many cascades involving it. In Figures 5, we show one such hot-spot (hospital 39 that is part of 29 different significant cascades). Hospital 39 is present in 717 distinct cascade occurrences. There are several other such nodes in the discovered cascades that can be considered as bottle-necks.
Figure 5:

Plot of cascades involving Hospital 39.

Discussion and Future Work

Secondary transfers are a common part of the care of critically ill patients. It appears that these secondary transfers frequently cascade. These cascades present a prima facie case that there are important and currently unacknowledged and unmanaged interdependencies among ICUs. Examining the reasons for these specific cascades may offer substantial insights into the functioning of the critical care transfer system and suggest ways to improve the efficiency and quality of care provided to patients. It may be possible to detect these cascades in real time, and use them as an early warning sign for impending strain on the ICU system. Further, the hotspots that have been identified offer particular targets for public health planning interventions. Those interventions may be to improve capacity at the hotspots (if they are high functioning hospitals) or to encourage nearby hospitals to seek other transfer destinations (if patients would be better served by reducing the dependence on the hotspot hospitals). This cascading behavior and its concentration in certain hot-spots is strongly suggestive that there are areas of binding capacity constraint in critical care transfers. While it is true that these patients were able to be transferred to some other hospital, our data raise the concern that such transfers may have been delayed by the time it took to identify a secondary transfer location. Such delays may have important consequences for critically ill patients, whose care it often very time-sensitive; however, it is important to acknowledge that our data suggest but do not prove that this is true. These patterns may provide an important screening tool by which to target quality improvement initiatives to optimize the availability of high quality ICU referral capacity, and may offer a fruitful partnership between system-level informatics and hospital-specific quality improvement. The approach we have developed here is a quite general tool for detecting and identifying unacknowledged dependencies and tight coupling in complex systems. There has been substantial interest in the potential of networks to shape cascades, particularly as they could relate to cascading failures due to overload – power grid failures may be the most prominent example in the public mind. However, many tightly coupled systems exist, from traffic on highways to work flows in organizations. But while the potential disruptiveness of large scale cascades has been explored, we are aware of little work that seeks to detect sub-catastrophic cascades that may be indicators of inefficiencies in routine practice. The couplings in many such systems are often not easily detected – the methods we propose may be quite general for detecting key nodes in coupled systems that lead to cascading deviations from usual practice. The results presented in the paper are quite preliminary. We plan to quantify the definition of hotspots and extend the analysis to variation of hotspots over time and geographical regions. We also plan to look at the nature of hospitals initiating significant cascades and the nature of cascades for different types of transfers (cardiac, noncardiac, etc.). These will be presented in a future publication. The formalism presented in this paper has many limitations. For speedy discovery of significant cascades, we need to model the counting process and build equivalent statistical models (see [7, 8] for details). The data we have extracted from MedPAR does not have enough details to answer the most interesting question: are the secondary transfers made because the primary transfer hospital could not be used? We plan to address this in future work. We plan to extract capacity utilization data for a limited set of hospitals in Michigan and correlate it with the cascades. We also plan to set up a simulation platform to find the critical hospital-level and network-level parameters that are important for causing cascades. We are in the process of proposing a pilot study that involves a regional chain of hospitals in Michigan and Ohio for this purpose.
  6 in total

1.  Critical care medicine in the United States 1985-2000: an analysis of bed numbers, use, and costs.

Authors:  Neil A Halpern; Stephen M Pastores; Robert J Greenstein
Journal:  Crit Care Med       Date:  2004-06       Impact factor: 7.598

2.  Critical care use during the course of serious illness.

Authors:  Theodore J Iwashyna
Journal:  Am J Respir Crit Care Med       Date:  2004-07-21       Impact factor: 21.405

3.  Critical care medicine use and cost among Medicare beneficiaries 1995-2000: major discrepancies between two United States federal Medicare databases.

Authors:  Neil A Halpern; Stephen M Pastores; Howard T Thaler; Robert J Greenstein
Journal:  Crit Care Med       Date:  2007-03       Impact factor: 7.598

4.  Conditional probability-based significance tests for sequential patterns in multineuronal spike trains.

Authors:  P S Sastry; K P Unnikrishnan
Journal:  Neural Comput       Date:  2010-04       Impact factor: 2.026

5.  Uncharted paths: hospital networks in critical care.

Authors:  Theodore J Iwashyna; Jason D Christie; Jeremy M Kahn; David A Asch
Journal:  Chest       Date:  2009-03       Impact factor: 9.410

6.  Medicare's common denominator: the covered population.

Authors:  J Hatten
Journal:  Health Care Financ Rev       Date:  1980
  6 in total
  8 in total

1.  Social network analysis of physician interactions: the effect of institutional boundaries on breast cancer care.

Authors:  Will Bridewell; Amar K Das
Journal:  AMIA Annu Symp Proc       Date:  2011-10-22

Review 2.  Progress in Biomedical Knowledge Discovery: A 25-year Retrospective.

Authors:  L Sacchi; J H Holmes
Journal:  Yearb Med Inform       Date:  2016-08-02

3.  Impact of Telemedicine Monitoring of Community ICUs on Interhospital Transfers.

Authors:  Jasleen Pannu; Devang Sanghavi; Todd Sheley; Darrell R Schroeder; Rahul Kashyap; Alberto Marquez; Craig E Daniels; Daniel R Brown; Sean M Caples
Journal:  Crit Care Med       Date:  2017-08       Impact factor: 7.598

Review 4.  A Network Approach to Stroke Systems of Care.

Authors:  Kori S Zachrison; Amar Dhand; Lee H Schwamm; Jukka-Pekka Onnela
Journal:  Circ Cardiovasc Qual Outcomes       Date:  2019-08-13

5.  Using Temporal Data Mining on Patient Data for Clinical Decision Making in the Care of the Sick Newborn.

Authors:  Sidhartha Tan; K P Unnikrishnan
Journal:  EC Paediatr       Date:  2022-04-28

6.  Revenue, relationships and routines: the social organization of acute myocardial infarction patient transfers in the United States.

Authors:  Tiffany C Veinot; Emily A Bosk; K P Unnikrishnan; Theodore J Iwashyna
Journal:  Soc Sci Med       Date:  2012-07-27       Impact factor: 4.634

7.  Influence of a patient transfer network of US inpatient facilities on the incidence of nosocomial infections.

Authors:  Juan Fernández-Gracia; Jukka-Pekka Onnela; Michael L Barnett; Víctor M Eguíluz; Nicholas A Christakis
Journal:  Sci Rep       Date:  2017-06-07       Impact factor: 4.379

8.  Assessment of Hospital Characteristics and Interhospital Transfer Patterns of Adults With Emergency General Surgery Conditions.

Authors:  Cindy Y Teng; Billie S Davis; Matthew R Rosengart; Kathleen M Carley; Jeremy M Kahn
Journal:  JAMA Netw Open       Date:  2021-09-01
  8 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.