Abstract
Objective
Social networks have been used in the study of outbreaks of infectious diseases, including in small group settings such as individual hospitals. Collecting the data needed to create such networks, however, can be time consuming, costly, and error prone. We sought to create a social network of hospital inpatients using electronic medical record (EMR) data already collected for other purposes, for use in simulating outbreaks of nosocomial infections.
Materials and methods
We used the EMR data warehouse of a tertiary academic hospital to model contact among inpatients. Patient-to-patient contact due to shared rooms was inferred from admission-discharge-transfer data, and contact with healthcare workers was inferred from clinical documents. Contacts were used to generate a social network, which was then used to conduct probabilistic simulations of nosocomial outbreaks of methicillin-resistant Staphylococcus aureus and influenza.
Results
Simulations of infection transmission across the network reflected the staffing and patient flow practices of the hospital. Simulations modeling patient isolation, increased hand hygiene, and staff vaccination showed a decrease in the spread of infection.
Discussion
We developed a method of generating a social network of hospital inpatients from EMR data. This method allows the derivation of networks that reflect the local hospital environment, obviate the need for simulated or manually collected data, and can be updated in near real time.
Conclusions
Inpatient social networks represent a novel secondary use of EMR data, and can be used to simulate nosocomial infections. Future work should focus on prospective validation of the simulations, and adapting such networks to other tasks.
Keywords: Hospital Acquired Infections, Electronic Medical Records, Social Networks, Probabilisitic Modeling, MRSA, Influenza
Background and significance
Hospital acquired infections (HAIs) are infections contracted during the course of hospital-based treatment of an unrelated condition. HAIs include surgical site infections, catheter-related urinary tract infections, ventilator-associated pneumonia, and Clostridium difficile associated diarrhea, among others.1 HAIs can occur sporadically or in the setting of outbreaks, in which infection spreads rapidly through contact between patients and their environments, or patients and their healthcare workers (HCWs). For example, numerous hospital outbreaks of methicillin-resistant Staphylococcus aureus (MRSA) have been described,2 and respiratory viruses such as influenza can spread rapidly through a hospital environment, infecting both patients and HCWs alike.3
HAIs are generally considered to be preventable adverse events, and thus constitute an important target in the efforts to improve the quality and safety of healthcare delivery worldwide. HAIs lead to prolonged hospital stays, disability, antimicrobial resistance, high costs, and excess mortality. In developed countries, 3.5% to 12% of hospitalized patients acquire at least one HAI, with about 4 million cases occurring annually in Europe, and a further 1.7 million cases in the USA.4 Such infections are not only highly prevalent, but deadly, with a mortality rate of nearly 6%.5 In the USA, the direct costs associated with HAIs have been estimated at greater than $30 billion annually.6
Previous work has resulted in a variety of approaches to the mathematical modeling of the spread of infectious diseases. Traditionally, epidemiologists have used differential equations to model the dynamics of disease spread in community settings.7–9 Such deterministic systems, however, may be less accurate in approximating the behavior of smaller, confined environments such as hospitals, in which the point prevalence of a given infectious pathogen can vary substantially, and stochastic effects become significant.10–17 Moreover, differences in the types of locations and the roles of individuals must also be accounted for. A nurse in the intensive care unit (ICU), for example, may have sustained contact with a small number of patients, all within the same physical space, whereas a consulting physician may visit many patients, both in and outside of the ICU, and thus have a very different role in the propagation of an infectious outbreak.
More recently, social networks have been investigated as a tool to model infection transmission.8 18–20 In general, such models represent individuals as nodes, and the epidemiologic links between them as edges. These methods have been used to model community-based health problems such as smallpox,10 21–23 H5N1 influenza,24 obesity,24 and sexually transmitted infections.25 Infection in the hospital setting has been modeled to a lesser extent.21 26 27 Stochastic simulations using such contact networks have been used to derive insights into the dynamics of how HAIs are propagated.10 12–15 17 21–23
One specific challenge faced by social network modeling is to collect the data that describe the nodes and edges. In some simulation-based studies, edges are generated by a series of random permutations, in order to evaluate the effects of different connections.20 28 In community-based outbreaks, such as outbreaks of sexually transmitted infections, contact between individuals can be determined by interviewing affected individuals,29 or by direct observation of patients and their surroundings.25 Newer approaches include the use of web-based surveys to characterize temporal patterns of social contact among larger groups.30 In hospital settings, contacts among patients and HCWs can also be determined based on direct observations by researchers.27
Each of these methods has important limitations that may impede the successful implementation of social network analysis techniques.31 Simulated connectivity data may be inaccurate or unrealistic. Data from direct observation may be costly to collect, and result in networks that lack generalizability. While survey data may be easier to collect, these may lack sufficient detail and completeness to yield realistic models. The increasing abundance of electronic medical record (EMR) data presents an opportunity to provide highly granular and accurate information regarding the epidemiologic links that connect hospital inpatients and staff.
In this study, we created a social network of hospital inpatients using EMR data, in which patients are connected according to shared rooms and shared contact with HCWs. We used a modular design structure to allow the incorporation of additional epidemiological data where available. We then used the network as a platform to simulate nosocomial outbreaks of both MRSA and influenza, and identify potentially mitigating interventions.
Materials and methods
The study was conducted using EMR data collected at Stanford University Medical Center, a 611-bed academic hospital. All clinical data were extracted from the Stanford Translational Research Integrated Database Environment (STRIDE), a research and development project at Stanford University that includes a comprehensive clinical data warehouse.32 Data were fully de-identified and date-shifted in order to maintain compliance with Health Insurance Portability and Accountability Act (HIPAA) guidelines. The University's Institutional Review Board deemed the project to be non-human subjects research, and granted approval for the extraction and analysis of de-identified data.
Data extraction
We extracted data covering a 70-day period of hospital admissions, all of which were used to derive summary statistics. In order to eliminate boundary cases, only data from days 35–45 were used in the simulations. All patients were included, resulting in 4891 unique patient-days. Data were retrieved by means of structured SQL queries designed to run against the STRIDE database schema. We extracted data from the hospital's admission-discharge-transfer (ADT) system, which provides room and bed location, as well as dates and times for both admission and discharge to and from each bed. In order to represent connections based on shared contact with HCWs, we extracted metadata from clinical documents, which include the document type, a unique anonymized author identifier, and the author's HCW role type (eg, ‘occupational therapist,’ ‘registered nurse,’ ‘anesthesiologist,’ etc).
Data aggregation and graph formation
We developed a Python library that uses data files derived from the SQL queries in order to generate pairwise connections between individual patients based on sharing of rooms, shared contact with HCWs, or both. For each calendar day, we calculated the amount of time in seconds during which two patients were in the same room at the same time. For shared contacts with HCWs, we used a directional approach in which one patient was considered to be connected to another if a HCW had written a clinical note on the first patient within the 2 h preceding their writing a note on the second. One of us (DMM) provided domain knowledge of the care of hospital inpatients, in order to determine which HCWs were likely to have direct physical contact with patients, and which clinical document types were likely to reflect a direct physical encounter with a patient. These likelihoods were compared with empiric data generated in a separate study by Polgreen et al,27 in order to verify their validity. Based on these evaluations, a binary value was assigned to each HCW role and note type (see online supplementary table 1). These were then used to infer shared contact with a HCW between each pair of patients on each day. Weights corresponding to the transmission probabilities were then generated for the graph's edges, based on a function of the room-sharing time, and shared HCW contact.
We combined the networks for successive calendar days into a directed acyclic graph (DAG) of epidemiologic links that change with time. This DAG was used as the framework for the probabilistic simulations of infectious outbreaks. We also evaluated a number of network and hospital characteristics, including the number of visits per ward, and the ward-specific distributions of length of stay.
Probabilistic model of infection spread
We used the social network described above to develop a probabilistic model of the spread of infection through the hospital (figure 1). The model consists of a group of N hospital inpatients that persists over T days. There are therefore NT state variables qi,t for i∈{1...N} and t∈{1...T}, where qi,t is the infection state of patient i on day t. Once a patient is infected, the duration of the infection in days (d) is drawn from a discrete distribution, d∼Pdur, where Pdur∈{1 … D}, and D is the maximum duration allowable. Each state variable qi,t has domain {S, I1, … , ID, R}, where S indicates the patient is not infected but susceptible, R indicates the patient is recovered from infection, and Id indicates that the patient is currently infectious and will remain so for d−1 more days. I1 indicates the patient will enter the recovered state on the next day.
A patient can transition from the susceptible state (S) to an infectious state (Id for some d) by acquiring the infection from another patient (figure 1A). An infection passed from an infected patient i on day t−1, to a second patient, j, on day t, must travel along a link, k, which is a potential route of infection associated with a probability pk. This probability reflects the strength of association between i and j as determined by either the room-sharing or HCW-sharing parameters, depending on the type of link. For room-sharing links, pk depends on the duration of shared-room contact:
where τ is a constant specified by the user based on how contagious the disease is, and W is the duration of room-sharing in seconds. For HCW-sharing links, the probabilities (pk) are all set to the same value, after clinical documents deemed not to reflect physical contact have been excluded, as described above.
Let Ki,t be the set of incoming links for patient i on day t, and let jk be the source patient of link k. Let Ii,t be a binary variable indicative of infection, where Ii,t=1 (infected) if qi,t∈{I1, … , ID}, and 0 (not infected) if qi,t∈{S,R}. Let q*,t denote the set of states for all patients on day t. The probabilities of each possible transition qi,t−1→qi,t are then as defined by the following set of equations:
Simulation analysis framework
Using the probabilistic model described above, we simulated nosocomial outbreaks of both MRSA and influenza. We used parameters based on empirically derived estimates from the medical literature, and tested the effects of various infection control measures. Simulations were initiated by artificially infecting an individual patient or small group of patients, running the simulation forward in time, and counting the number of infections within a target set of patients at a pre-specified endpoint. The source set and target set were defined by filtering on certain boolean attributes of patient nodes, such as ‘the patient was in the operating room on this day.’ Using this simple kernel, a variety of complex analyses can then be composed, such as ‘estimate the probability that a patient who is on the orthopedic unit will become infected by an outbreak started in the emergency department (ED) three days earlier.’
We conducted a number of simulations originating in the ED, a medical step-down unit, and a psychiatry unit, using the parameters shown in table 1. For each of the various hospital departments, we estimated the probability that any given patient would become infected after 15 days (for MRSA) or 6 days (for influenza).
Table 1.
Parameter | MRSA | Influenza | Source |
---|---|---|---|
Mean duration of colonization (MRSA) or infection (influenza) | 75 days | 3 days | Kajita et al,13 van den Dool et al17 |
Baseline room-sharing probability of infection (day−1) | 0.12 | 0.26* | Nerby et al,33 van den Dool et al17 |
Baseline HCW-sharing probability of infection (contact−1) | 0.0169† | 0.13* | McBryde et al,15 van den Dool et al17 |
Vaccine efficacy | NA | 86% | Thomas et al34 |
*Based on estimating HCW contact as ‘casual’ contact, and room-sharing as ‘close’ contact.
†Based on single contact risk squared.
HCW, healthcare workers; MRSA, methicillin-resistant Staphylococcus aureus.
Results
A visual representation of the social network is shown in figure 2. Most connections between patients were based on shared HCWs, with fewer based on room-sharing. The greatest number of patient encounters occurred in the ED, followed distantly by the main operating room (see online supplementary figure 1). These departments had relatively short lengths of stay, whereas departments such as the ICUs and psychiatry units had longer stays, with greater variance (see online supplementary figure 2). The probabilities for the spread of influenza between individual departments are shown in figure 3. The risk of spread between wards was greatest between the two psychiatry units, and between the cardiac unit and coronary care unit. Simulated outbreaks initiated in the bone marrow transplant unit tended to propagate locally. Both the ED and the operating areas (main operating room, ambulatory surgery center, and catheterization angiography laboratory) tended to have low levels of incoming infection. Results were similar for MRSA, but with lower probabilities overall (see online supplementary figure 3).
The MRSA simulations predicted that an infection originating in the medical step-down unit propagated to the ICUs, and to a lesser extent, the neurosurgical, orthopedic, and cardiac units (figure 4). Areas such as the ED and operating rooms were relatively spared. A 50% increase in hand hygiene compliance substantially mitigated the risk of transmission, while preserving the overall pattern of spread. In the case of the simulations initiated in the psychiatric unit, the infection spread almost exclusively within the originating unit and the second psychiatric unit, with little effect on the other departments (figure 5). Modeling the exclusive use of private rooms on the psychiatry units predicted a decrement of one-third to one-half in the probability of infection.
The influenza simulation predicted that an infection originating in the ED spread diffusely throughout the hospital, without propagating in the ED itself (figure 6). Staff vaccination was predicted to decrease the spread of infection markedly.
Discussion
While social networks have proven to be useful tools in modeling and investigating large scale outbreaks and pandemics, their use in smaller settings such has hospitals has been less extensive. The data required to build such networks are often collected manually, and as such can be incomplete, inaccurate, and costly to gather. An alternative to this approach is to rely on simulated data, which may make numerous assumptions and be overly simplistic. A potential solution is enabled by the increasing prevalence of EMRs, which represent an important and valuable source of health information available for secondary uses.
Our study is the first social network of hospital inpatients generated using EMR data. Our approach has three important benefits. First, rather than collecting data de novo, we used existing data collected in the course of clinical care, which was then retrieved from an EMR data repository. Second, the data derived from a particular hospital's EMR reflect the local staffing and patient flow patterns unique to that institution, and are therefore ideally suited to characterize the nodes and edges of the network. Third, our approach allows for near real-time updating of social networks, as the EMR data itself is updated. This feature ensures that changes in staffing and patient flow practices are reflected in updated versions of the network, in contrast to empirically derived networks that may become outdated.
Our results demonstrate the utility of social networks in deriving insight into the spread of HAIs. In the case of an influenza outbreak that starts in the ED, our model predicts that the infection spreads throughout the hospital, predominantly to the medical wards and intensive care areas that are common destinations for patients admitted from the ED. Despite the high number of patients co-localized in the ED, the probability of infection in the ED itself remains low, which likely reflects the transient nature of admissions to that unit. By contrast, the model MRSA outbreak originating in one of the psychiatry units spreads extensively through this unit, as well as to the only other psychiatric unit in the hospital. This pattern reflects the staffing model of these units, which relies on specialized practitioners who are likely to travel between these two units, but not elsewhere in the hospital.
Our results also illustrate the utility of social networks in modeling the effects of infection control interventions such as patient isolation, hand hygiene, and staff vaccination. In the simulations of MRSA, spread is mitigated by eliminating the room-sharing connections, suggesting that patient isolation could be efficacious in limiting the scope and extent of an outbreak. In the case of influenza, decreasing the weight of HCW-sharing in the model results in a substantial reduction in the probability of transmission, suggesting that staff vaccination may be an effective infection control measure. With the model framework established, simulation parameters can be adjusted to reflect the infection dynamics of different types of nosocomial diseases.
There are numerous use cases for EMR-derived social networks, most notably in the area of infection control. Hospital-based infection control practitioners (ICPs) could use such networks to determine staffing and patient flow practices that might increase the risk of propagating HAI outbreaks, and to model the impact of specific changes in said practices. When combined with additional EMR data, such as vital sign, laboratory, and microbiologic data, social networks could be used to track numerous different HAIs within the inpatient environment, and provide real-time analytics to ICPs. Future work in this area should focus on applying machine learning methodologies to social networks in order to generate predictive models of the spread of HAIs based on clinical features. EMR-derived social networks could also be developed to model the effects of social structures on practice patterns within the hospital, and to optimize patient flow pathways.
We used a modular design in constructing the social network, such that additional data describing physical interactions between patients, hospital staff, and the hospital environment could be easily incorporated. For example, we extracted EMR data related to diagnostic imaging procedures that were used to infer additional epidemiologic links between patients based on visits to the same radiology department on the same day. We simulated a case of MRSA in the MRI department, which carried a 1% risk of transmission to any other patient visiting the department on that day, an estimated parameter representing the probability of transmission from either contaminated equipment or colonized departmental staff members. After 3 days, the risk of infection was greatest for patients in the ICUs, and on the neurology and neurosurgical wards (figure 7). Other sources of data might include EMR login data,35 as well as hospital real-time location systems that use radiofrequency identification, wi-fi, or wireless local area networks to track hospital equipment, personnel, and patients.36
Our study has a few limitations that must be considered. First, the quality of the social network derived depends on the accuracy and coverage of the EMR data on which it is based. In the case of the present study, the ADT data that were used to derive the room-sharing intervals were collected at a highly granular level, such that transfers between rooms on the same unit are registered, and length of stay in each room was recorded to the second. We used authorship of clinical documents as a surrogate for contact between HCWs and patients. This attribution assumes that the authors of the given notes had some form of physical interaction with the patient on the day the note was written, and that HCWs documented their patient contacts in the same order that the encounters themselves occurred.
Second, our model does not capture contacts outside of those documented in the EMR. The influence of hospital personnel who do not generate clinical documentation, including food service workers and porters, is therefore not accounted for, nor are brief or secondary visits that are not associated with a specific clinical note. Also not encompassed are the effects of visitors to the hospital, which in the case of seasonal respiratory viruses such as influenza, might be considerable.
Third, the results of our simulations are determined by the parameters chosen to represent the infection dynamics of the pathogen under consideration. Although we used parameter estimates derived from previous empirical and simulation studies reported in the literature, the accuracy of these in the setting of our hospital environment is not known. Further work should focus on refining the parameters used in the simulations, and ultimately verifying the accuracy of predictions against a previously documented outbreak.
As with any study of HAI at a particular hospital, our results cannot be generalized to other centers. However, unlike previous studies, our methods for generating social networks and simulating outbreaks can be applied to any hospital with an EMR implementation that supports ADT tracking, clinical documentation, and data warehousing. A less robust version could also be built upon ADT data alone, although this would fail to capture the important epidemiologic links between patients and hospital staff.
Conclusion
We developed a method of generating social networks from EMR data already collected for other purposes. Such networks have the advantage of directly reflecting the staffing and patient flow patterns of the hospital from which the data were taken, and of being easily updated in near real time. As a proof of concept, we applied this method to the problem of HAI, by conducting probabilistic simulations of MRSA and influenza infection across the network generated. We tested the effects of implementing various infection control measures on transmission patterns.
Our methods can be applied most readily to the modeling and understanding of HAIs, but might also be used to refine staffing and patient flow practices within a hospital, or to examine the influence of social structures on clinical practice patterns. Future work should focus on refining the parameters used to describe the infection dynamics of various HAIs, prospective validation of the simulation experiments carried out, and the integration of machine learning methodologies in order to generate more robust predictive models, based on more types of clinical data.
Acknowledgments
The authors wish to thank Drs Russ Altman and Amar Das for their input and guidance.
Footnotes
Contributors: MCT contributed to the study design, the analysis and interpretation of data, drafting the article, and revising the article. ST contributed to the study design, the analysis and interpretation of data, and revising the article. DYL contributed to the study design and the visualization of the data. GK contributed to the study design and acquired the data. DM contributed to the study design, the analysis and interpretation of data, drafting the article, and revising the article.
Funding: The described project was supported by the National Center for Research Resources and the National Center for Advancing Translational Sciences, National Institutes of Health, through grant UL1 RR025744. The content is solely the responsibility of the authors and does not necessarily represent the official views of the NIH. This material is based upon work supported by the National Science Foundation Graduate Research Fellowship under Grant No. DGE-1147470. David Maslove is supported by a Fellowship award from the Canadian Institutes of Health Research.
Competing interests: None.
Ethics approval: Stanford University's Institutional Review Board approved this study
Provenance and peer review: Not commissioned; externally peer reviewed.
References
- 1.Gastmeier P, Vonberg R-P. Outbreaks of nosocomial infections: lessons learned and perspectives. Curr Opin Infect Dis 2008;21:357–61 [DOI] [PubMed] [Google Scholar]
- 2.Ralf-Peter Vonberg M, Sabine Stamm-Balderjahn M, Sonja Hansen M, et al. How often do asymptomatic healthcare workers cause methicillin-resistant staphylococcus aureus outbreaks? A systematic evaluation •. Infect Control Hosp Epidemiol 2006;27:1123–7 [DOI] [PubMed] [Google Scholar]
- 3.Maltezou HC. Nosocomial influenza: new concepts and practice. Curr Opin Infect Dis 2008;21:337–43 [DOI] [PubMed] [Google Scholar]
- 4.World Health Organization Report on the Burden of Endemic Health Care-Associated Infection Worldwide [Internet]. 2011. http://www.who.int/gpsc/country_work/burden_hcai/en/index.html (accessed 29 Jun 2012).
- 5.Klevens RM, Edwards JR, Richards CL, Jr, et al. Estimating health care-associated infections and deaths in U.S. hospitals, 2002. Public Health Rep 2007;122:160–6 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Scott RD. The direct medical costs of Healthcare-Associated Infections in U.S. Hospitals and the Benefits of Prevention [Internet]. 2009. http://www.cdc.gov/HAI/pdfs/hai/infections_deaths.pdf (accessed 7 Jun 2012). [Google Scholar]
- 7.Li MY, Muldowney JS. Global stability for the SEIR model in epidemiology. Math Biosci 1995;125:155–64 [DOI] [PubMed] [Google Scholar]
- 8.Eubank S, Guclu H, Kumar VSA, et al. Modelling disease outbreaks in realistic urban social networks. Nature 2004;429:180–4 [DOI] [PubMed] [Google Scholar]
- 9.Barrett CL, Bisset KR, Eubank SG, et al. EpiSimdemics: an efficient algorithm for simulating the spread of infectious disease over large realistic social networks [Internet]. In: Proceedings of the 2008 ACM/IEEE conference on Supercomputing Piscataway, NJ, USA: IEEE Press; 2008:37:1–37:12 http://dl.acm.org/citation.cfm?id=1413370.1413408 (accessed 7 Jun 2012). [Google Scholar]
- 10.Pelupessy I, Bonten MJM, Diekmann O. How to assess the relative importance of different colonization routes of pathogens within hospital settings. PNAS 2002;99:5601–5 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Forrester M, Pettitt AN. Use of stochastic epidemic modeling to quantify transmission rates of colonization with methicillin-resistant Staphylococcus aureus in an intensive care unit. Infect Control Hosp Epidemiol 2005;26:598–606 [DOI] [PubMed] [Google Scholar]
- 12.Hotchkiss JR, Strike DG, Simonson DA, et al. An agent-based and spatially explicit model of pathogen dissemination in the intensive care unit*. Crit Care Med 2005;33:168–76 [DOI] [PubMed] [Google Scholar]
- 13.Kajita E, Okano JT, Bodine EN, et al. Modelling an outbreak of an emerging pathogen. Nat Rev Microbiol 2007;5:700–9 [DOI] [PubMed] [Google Scholar]
- 14.Cooper BS, Medley GF, Scott GM. Preliminary analysis of the transmission dynamics of nosocomial infections: stochastic and management effects. J Hosp Infect 1999;43:131–47 [DOI] [PubMed] [Google Scholar]
- 15.McBryde ES, Pettitt AN, McElwain DLS. A stochastic mathematical model of methicillin resistant Staphylococcus aureus transmission in an intensive care unit: predicting the impact of interventions. J Theor Biol 2007;245:470–81 [DOI] [PubMed] [Google Scholar]
- 16.Gurieva TV, Bootsma MC, Bonten MJ. Decolonization of patients and health care workers to control nosocomial spread of methicillin-resistant Staphylococcus aureus: a simulation study. BMC Infectious Diseases 2012;12:302. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Van den Dool C, Bonten MJM, Hak E, et al. Modeling the effects of influenza vaccination of health care workers in hospital departments. Vaccine 2009;27:6261–7 [DOI] [PubMed] [Google Scholar]
- 18.Morris M. Epidemiology and social networks: modeling structured diffusion. Sociological Methods Res 1993;22:99–126 [Google Scholar]
- 19.Christley RM. Infection in social networks: using network analysis to identify high-risk individuals. Am J Epidemiol 2005;162:1024–31 [DOI] [PubMed] [Google Scholar]
- 20.Ames GM, George DB, Hampson CP, et al. Using network properties to predict disease dynamics on human contact networks. Proc Royal Soc B: Biol Sci 2011;278:3544–50 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Ueno T, Masuda N. Controlling nosocomial infection based on structure of hospital social networks. J Theor Biol 2008;254:655–66 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Austin DJ, Bonten MJ, Weinstein RA, et al. Vancomycin-resistant enterococci in intensive-care hospital settings: transmission dynamics, persistence, and the impact of infection control programs. Proc Natl Acad Sci USA 1999;96:6908–13 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Cooper B, Lipsitch M. The analysis of hospital infection data using hidden Markov models. Biostatistics 2004;5:223–37 [DOI] [PubMed] [Google Scholar]
- 24. Bisset K, Feng X, Yardi S, et al. Modeling interaction between individuals, social networks, and public policy to support public health epidemiology. In: Rossetti MD, Hill RR, Johansson B, Dunkin A, Ingalls RG, eds. Austin, Texas; 2009:2020–31. Proceedings of the 2009 Winter Simulation Conference. [Google Scholar]
- 25.Ogilvie G. Incorporating a social networking approach to enhance contact tracing in a heterosexual outbreak of syphilis. Sex Transm Infect 2005;81:124–7 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Ancel Meyers L, Newman MEJ, Martin M, et al. Applying network theory to epidemics: control measures for Mycoplasma pneumoniae outbreaks. Emerging Infect Dis 2003;9:204–10 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Polgreen PM, Tassier TL, Pemmaraju SV, et al. Prioritizing healthcare worker vaccinations on the basis of social network analysis. Infect Control Hosp Epidemiol 2010;31:893–900 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Bisset KR, Aji AM, Marathe MV, et al. High-performance biocomputing for simulating the spread of contagion over large contact networks. BMC Genomics 2012;13(Suppl 2):S3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.De P. Sexual network analysis of a gonorrhoea outbreak. Sex Transm Infect 2004;80:280–5 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Eames KTD, Tilston NL, Brooks-Pollock E, et al. Measured dynamic social contact patterns explain the spread of H1N1v influenza. PLoS Comput Biol 2012;8:e1002425. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.El-Sayed AM, Scarborough P, Seemann L, et al. Social network analysis and agent-based modeling in social epidemiology. Epidemiologic Perspectives Innovations 2012;9:1. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32.Lowe HJ, Ferris TA, Hernandez PM, et al. STRIDE—an integrated standards-based translational research informatics platform. AMIA Ann Symp Proc 2009;2009:391. [PMC free article] [PubMed] [Google Scholar]
- 33.Nerby JM, Gorwitz R, Lesher L, et al. Risk factors for household transmission of community-associated methicillin-resistant staphylococcus aureus. Pediatr Infect Dis J 2011;30:927–32 [DOI] [PubMed] [Google Scholar]
- 34.Thomas RE, Jefferson T, Demicheli V, et al. Influenza vaccination for healthcare workers who work with the elderly. Cochrane Database Syst Rev 2006;(3):CD005187. [DOI] [PubMed] [Google Scholar]
- 35.Hansen TE, Hourcade JP, Segre A, et al. Interactive visualization of hospital contact network data on multi-touch displays [Internet]. In: Proceedings of the 3rd Mexican Workshop on Human Computer Interaction San Luis Potosí S.L.P. México, México: Universidad Politécnica de San Luis Potosí 2010 p. 15–22. http://dl.acm.org/citation.cfm?id=1978702.1978708 (accessed 28 Sep 2012). [Google Scholar]
- 36.Fisher JA, Monahan T. Evaluation of real-time location systems in their hospital contexts. Int J Med Inform 2012;81:705–12 [DOI] [PubMed] [Google Scholar]