Interactive Analysis of Multidimensional Data. for Adverse Event Detection

Size: px
Start display at page:

Download "Interactive Analysis of Multidimensional Data. for Adverse Event Detection"

Transcription

1 University of Peradeniya, Sri Lanka, December 21 st 2009 Interactive Analysis of Multidimensional Data for Adverse Event Detection Artur Dubrawski Director, The Auton Lab School of Computer Science Carnegie Mellon University Agenda 1. Introduction to the Carnegie Mellon Auton Lab 2. First technical topic Interactive Analysis of Multidimensional Data for Adverse Event Detection 3. Second technical topic T-Cube Web Interface for Real-time Biosurveillance in Sri Lanka and Tamil Nadu 4. Discussion Slide 2 of 51

2 CMU Auton Lab: Research and Applications Founded in 1993 Central topic of research: scalable, self-adaptive analytic systems with real life impact ~20 people 2 regular+3 affiliated faculty, 1 post-doc, 6 programmers and analysts, 8 PhD students; plus a few interns; led by Artur Dubrawski and Jeff Schneider Working on ~10 sponsored projects Current and past funding from NSF, DARPA, DHS/HSARPA, ONR, AFRL, NASA, USDA, FDA, CDC, DoE, a few Fortune 100 companies, and a number smaller corporate & academic sponsors and partners Deliverables Algorithms for fast and scalable statistical machine learning Software for embedding in production systems Software available for download (currently 100+ new downloads per month) Slide 3 of 51 Statistical Machine Learning Learning: improving performance at some task through experience Statistical Machine Learning: building probabilistic models from data (and/or from human expertise) Predictive tasks E.g. predicting threat level of a shipment based on the record of spectral and contextual information about a number of previously processed and evaluated shipments. Descriptive tasks E.g. explaining (in probabilistic terms) the kind and extent of relationships between data elements; also: how strange is the current shipment, given historical data. Auton Lab s main contributions: Scalable versions of Machine Learning algorithms New data structures which enable efficient implementations Progress driven by practical applications & real-world deployments Slide 4 of 51

3 Astrophysics Interactive analytics Learning Locomotion United Nations CTBTO Fleet prognostics Bio-surveillance Food safety Nuclear threat detection Slide 5 of 51 Safety of agriculture Real-time Monitoring of Emergency Department Patient Data during 2002 Winter Olympics We have built an early warning system for outbreaks of diseases (with U.Pitt.)... Slide 6 of 51 February 5, 2002

4 Rapid Detection of Emerging Patterns of Adverse Events Why Do We Care? Highly motivational example: Adverse bio-events Terrorist acts (Anthrax, Smallpox,...) 100 kg of anthrax released in DC may kill 1 3 million people (WHO) For the life of me, I cannot understand why terrorists have not attacked our food supply because it is so easy to do (Resignation speech by departing U.S. Health Secretary Tommy Thompson, December 3, 2004) Naturally occurring events, including emerging threats (SARS, Avian Influenza, West Nile Virus, Mad Cow Disease, Foot-and- Mouth Disease, E.coli, Salmonella,...) Lower-bound estimate of death toll of Avian Influenza pandemic: 2 7 million lives Unintentionally introduced events (such as accidental contamination of food at processing plant) Each year in the US: 76 million cases of food borne diseases (5,000+ of them fatal) Slide 7 of 51 Rapid Detection of Emerging Patterns of Adverse Events Why Do We Care? May also be useful in: Environmental monitoring (water/air quality) Pharmaceuticals (adverse effects of drugs on patients) Law enforcement (correlating independently acquired tips) Work safety (new patterns of hazardous behavior) Maintenance operations (patterns of equipment failures) Logistics (systematic patterns of supply shortages) FMCG market performance (out-of-spec batches)... Slide 8 of 51

5 Rapid Detection of Emerging Patterns of Adverse Events Why Do We Care? Detection based on definitive diagnoses may involve too much latency: A 2-day gain in detection time during an incident of inhalational Anthrax release could reduce fatalities by a factor of six (DARPA) Improvements of even an hour over current detection capabilities could reduce economic impact of a bioterrorist anthrax attack by hundreds of millions of dollars (Wagner et al. 2004) US agricultural industry: $1T of economic activity, $60B in food exports, root cause identification is apparently very difficult: 82% of food-borne disease cases are of unknown origin. How we can help: Exploit available early signals Build algorithms and supporting data structures for rapid detection Slide 9 of 51 What kind of data carries early signals? Post-Diagnosis Data Specific, available after several weeks Lab Reports Mortality Reports Pre-Diagnosis Data Non-specific, available relatively soon ER & OPD Visits Pharmacy OTC Sales School Absenteeism Ambulance Response Logs Veterinarian Data Consumer Complaints Slide 10 of 51

6 Potential utility of non-specific data Detection Response delay Deaths from Anthrax Number Count Dead Sales of cough and cold medicines Visits to emergency rooms for cough or fever Days After the Release Days after Release Slide 11 of 51 Auton Lab s algorithms and data structures for rapid detection of emerging patterns What s Strange About Recent Events (WSARE) Monitoring Emergency Rooms chief complaints for unusually high counts of patients from specific sub-populations who report with similar symptoms Fast Spatial Scan Monitoring volumes of non-prescription drug sales and/or ER data for spatio-temporal over-densities Multi-Stream Temporal Monitor Combining evidence from multiple streams of time series for detection of anomalies and specific patterns of interest Tip Monitor Monitoring food consumer complaints for small sets of similar reports which may be attributed to a common underlying cause T-Cube In-memory data structure enabling huge speedups in time series extraction and aggregation Slide 12 of 51

7 WSARE: What s Strange About Recent Events? Representative Surveillance Data Date Time Hospital ICD9 Prodrome Gender Age Home Many Location more 6/1/03 9: Fever M 20s NE 6/1/03 9: Diarrhea F 40s SE : : : : : : : : : Standard d Approach WSARE Approach Select in advance which subpopulations to monitor (e.g., each county, zip) Do not pay close attention to effect of multiple testing Monitor hundreds of thousands of subpopulations Pay close attention to effect of multiple testing Evaluation Detailed comparison on 2,000 simulated scenarios and Western PA ER Data WSARE2. 0 WSARE2. 5 WSARE3. 0 Standard Method Search over 100,000s of subpopulations For each subpopulation, use as good of a model as can be created to predict expected counts The model will have a form of a multi-component rule, e.g. There is a surprisingly large number of children with respiratory problems today Compute p value, taking into account multiple testing All Historical Data Today s Environment What should be happening today? Today s Cases What s strange about today, considering its environment? And how significant is this? Significance WSARE is designed to detect small clusters of illness in healthcare workers, age groups, workplaces... Israeli Center for Disease Control evaluated WSARE retrospectively using an unusual outbreak of influenza type B that occurred in an elementary school in central Israel. It detected the outbreak on the second day from its onset. Retrospective analysis of Walkerton case: alerted one day ahead of the issuance of boil water advisory (at the expected rate of 2 false positives per year). Slide 13 of 51 Fast Spatial Scan OTC drug sales Method (Expectation-Based Variant of FSS) Time series of counts for each zip code (at least 3 months of historical data). Multivariate Bayesian variant of this method analyzes multiple streams of data to maximize detection power while enabling disambiguation among possible causes of outbreaks Evaluation Current version typically turns multi-day analysis into 20 minutes for daily counts from over 20,000 drugstores nationwide Searches all rectangular regions. Results are exact (not approximations). This increase could be due to an outbreak, or due to chance. Which regions of increase are significant? Search all rectangular regions on the grid. Solution: We learn the expected count for each area from historical data. Then we find regions where the recent counts are significantly higher than expected, accounting for anticipated spatial and temporal variations Significance Traditional spatial scan is very expensive, especially with randomization tests of significance A few hours difference may actually matter. Retrospective analysis of Walkerton case: alerted two days ahead of the issuance of boil water advisory. Algorithm Search space # of regions Search time Time / region Likelihood ratio SaTScan Circles centered at datapoints 150 billion 16 hours 400 ns exhaustive Axis-aligned rectangles 1.1 trillion 45 days 3600 ns FSS Axis-aligned rectangles 1.1 trillion 81 minutes 4.4 ns ER dataset (600,000 records), 1000 replicas; for SaTScan: M=17,000 distinct spatial locations; for exhaustive/fast: 256 x 256 grid. Slide 14 of 51

8 Safety of Food Supply and Agriculture Common denominator: To quickly detect emerging patterns and rank them according to the expected risk, so that investigative resources can be allocated efficiently Import elexnet (FDA) Food Sample Test Results (microbes, toxins) Farm Fork CZDSS (USDA) Slaughterhouses (condemnations & results of lab tests for pathogens, residues and microbes causing zoonotic diseases) PHRBIS PHIS (USDA) Multiple Streams (condemnations, lab tests, inspection results, recalls, ) CCMS II (USDA) Consumer Complaints Slide 15 of 51 Efficient representation of data in support of Event Detection The next part of the talk claims that adverse events can be detected and analyzed at interactive speeds when using smart computer science to represent and process data Slide 16 of 51

9 How can we benefit from representing data efficiently? Some relevant tasks in which it can help: 1. Early detection of emerging crises 2. Characterization and interpretation of detected patterns/processes 3. Tracking evolution of adverse events Slide 17 of 51 How can we benefit from representing data efficiently? Some relevant tasks in which it can help: 1. Early detection of emerging crises 2. Characterization and interpretation of detected patterns/processes 3. Tracking evolution of adverse events This can be achieved via: Interactive navigation through data Human-initiated iti t drill-downs d and summarizations Highly responsive visualizations Execution of data-intensive statistical algorithms Slide 18 of 51

10 Example data Fragment of a multidimensional record of disease cases: sign_joint_pain sign_muscle_pain sign_red_eyes sign_light_colored d_stool sign_diarrhea sign_rash sign_vomiting sign_dark_urine sign_abdominal_p pain sign_chills sign_other symptom_loss_of f_appetite symptom_fever symptom_fatigue symptom_nausea symptom_headach he symptom_other date location disease age_group gender 16 Dec 06 Colombo Dengue_fever Female Dec 06 Colombo Dengue_fever Above_45 Female Dec 06 Colombo Dengue_fever Male Dec 06 Colombo Dysentery Female Dec 06 Kandy Dengue_fever Male Dec 06 Kandy Dysentery 0 1 Male Dec 06 Kandy Dysentery Female Dec 06 Matale Viral_Hepatitis Above_45 Female Dec 06 Nuwara_Eliya Viral_Hepatitis Above_45 Male Dec 06 Galle Dengue_fever Male Dec 06 Hambantota Typhus_fever Above_45 Female Dec 06 Matara Dengue_fever Above_45 Male Dec 06 Matara Leptospirosis Female Dec 06 Vavuniya Dengue_fever Female Slide 19 of 51 Plausible idea: Replace raw data with sufficient statistics Pre-compute key statistics about data ahead of its extensive analyses in order to amortize the bulk of the costs of future computations Example: Using Contingency Tables to represent categorical data Mining categorical data is very often all about counting (co-)occurrences Precomputing counts makes the future costs of analyses independent on the data size Slide 20 of 51

11 Plausible idea: Replace raw data with sufficient statistics Pre-compute key statistics about data ahead of its extensive analyses in order to amortize the bulk of the costs of future computations Example: Using Contingency Tables to represent categorical data Mining categorical data is very often all about counting (co-)occurrences Precomputing counts makes the future costs of analyses independent on the data size E[ P(ArrackDrinker SriLankan) ] = = NumberOf(SriLankan ArrackDrinkers)/NumberOf(SriLankans) Slide 21 of 51 Plausible idea: Replace raw data with sufficient statistics Pre-compute key statistics about data ahead of its extensive analyses in order to amortize the bulk of the costs of future computations Example: Using Contingency Tables to represent categorical data Mining categorical data is very often all about counting (co-)occurrences Precomputing counts makes the future costs of analyses independent on the data size E[ P(ArrackDrinker SriLankan) ] = = NumberOf(SriLankan ArrackDrinkers)/NumberOf(SriLankans) rds N=7 Recor Raw data SriLankan? ArrackDrinker? CricketFan? Contingency SriLankan=0 0 rackdrinker=0 Arr 1 1 rackdrinker=1 Arr 2 2 table M=3 Attributes Slide 22 of 51 SriLankan=1 0 0

12 Plausible idea: Replace raw data with sufficient statistics Pre-compute key statistics about data ahead of its extensive analyses in order to amortize the bulk of the costs of future computations Example: Using Contingency Tables to represent categorical data Mining categorical data is very often all about counting (co-)occurrences: Complaint: Several modeling techniques rely on that (Decision trees, Bayesian networks, ) Contingency E[ P(Flyfisher Canadian) Tables can ] = reach enormous sizes (numbers of cells) if the underlying = NumberOf(Canadian data is highly Flyfishers)/NumberOf(Canadians) dimensional and if the involved It needs variables to be done can in multivariate assume data many spaces different values rds N=7 Recor Raw data SriLankan? ArrackDrinker? CricketFan? SriLankan=0 0 rackdrinker=0 Arr 1 1 rackdrinker=1 Arr 2 2 Contingency table M=3 Attributes Slide 23 of 51 SriLankan=1 0 0 All-Dimensional-Tree: A smarter representation Replace contingency table with a tree It represents the same counts of co-occurrences A1=* A2=* C=8 Vary nodes contain queries in which specific attributes are instantiated Vary A1 Vary A2 Data A1 A A1=1 A2=1 C=0 A1=1 A2=* C=1 Vary A2 A1=1 A2=2 C=1 A1=2 A2=1 C=2 A1=2 A2=* C=3 Vary A2 A1=2 A2=2 C=1 A1=3 A2=1 C=1 A1=3 A2=* C=4 Vary A2 A1=3 A2=2 C=3 A1=* A2=1 C=3 A1=* A2=2 C=5 Count nodes store queries and the corresponding counts of the records of data matching them Slide 24 of 51

13 AD-Tree: A smarter representation Take advantage of sparseness and redundancies in data Do not store anything with zero counts and do not store sub-trees of Most Common Values A1=* A2=* C=8 Data A1 A NULL A1=1 A2=* C=1 Vary A2 mcv->2 NULL (mcv) NULL (mcv) Vary A1 mcv->3 A1=2 A2=* C=3 Vary A2 mcv->1 A1=2 A2=2 C=1 NULL (mcv) A1=* A2=1 C=3 Vary A2 mcv->2 NULL (mcv) Such tree consumes less memory than the equivalent Contingency Table (the higher dimensionality of data the more attainable savings) Yet we still can cheaply re-compute all of the removed counts Slide 25 of 51 The idea can be extended T-Cube Efficient representation of multi-dimensional time series of counts If we have a set of additive time series (e.g. series of counts of events) annotated with multiple categorical descriptor variables: Technical details: Sabhnani M., Moore A. and Dubrawski A. T-Cube: A Data Structure for Fast Extraction of Time Series from Large Datasets. Technical Report CMU-ML , Carnegie Mellon University, Slide 26 of 51

14 T-Cube: Evaluation in a controlled environment (circa 2007) Commercial datacube tools evaluated: TimesTen (Oracle), ANTS Data Server (ANTs Software), extremedb (McObject), TimeSeries DataBlade (IBM, designed for time series) Memory Complex Query Response Time Tool MB 6.8s Tool MB 7.6s Tool 3 1+ GB 3.5s T-Cube 236 MB 22ms T-Cube 845 MB 5ms All tested on 12 million transactional records of synthetic data with 3 attributes (arities of 1,000; 10 and 5); on a Windows XP machine with 2GB RAM and 2.4GHz CPU. Format of data used in the example Date Gender Place Complaint Count 1/1/2006 M 100 GI 4 1/1/2006 M 300 Resp 3 1/1/2006 F 300 Fever 11 1/1/2006 M 200 Resp 3 1/1/2006 F 400 Fever 2 1/2/2006 M 200 GI 1 1/2/2006 F 400 GI 4 1/2/2006 M 300 Resp 2 1/2/2006 F 300 Fever 5 1/2/2006 M 200 GI 6 1/3/2006 M 200 GI 2 1/3/2006 F 300 Resp 1 1/3/2006 M 100 Fever 4 1/3/2006 F 300 GI 2 1/3/2006 F 400 GI 3 Slide 27 of 51 T-Cube Applications: Detection of adverse events in public health Rapid and reliable detection of emerging threats to public health Usage of multiple sources of early-warning data (ER visits, OTC drug sales, ) Autonomous learning of probabilistic models of detection Multivariate frequentist and Bayesian approaches Required scalability to large quantities of spatio-temporal temporal data Other requirements: Rapid detection of even small clusters of illness, sensitivity to signals supported by little evidence, management of false positives Timely detections may results in huge savings (lives, dollars): processing time is a factor Slide 28 of 51

15 T-Cube Applications: Real-time surveillance of public health in Sri Lanka and Tamil Nadu Bayesian Spatial Scan Time series of counts for each analyzed region Multivariate Bayesian Spatial Scan analyzes streams of data to maximize detection power while enabling disambiguation among possible causes of outbreaks Bivariate Temporal Scan Temporal Scan alerts of unusual increases in counts of events of interest (e.g. patients reporting recently with Dengue fever) which cannot be explained by the changes target counts (e.g. daily counts of positive results of microbial tests for Salmonella) Jan-01 Apr-01 Jul-01 Oct-01 Jan-02 Apr-02 Jul-02 Oct-02 Jan-03 Apr-03 Jul-03 current time window Oct-03 baseline counts (e.g. daily counts of negative results of tests for Salmonella) in baselines (e.g. total number of patients). TCube runs a large number of such tests quickly. T-Cube Web Interface Within seconds of loading the data, the analysts found an emerging Leptospirosis event in the South-Western and Central provinces of Sri Lanka. Spatial scan algorithm tracks probabilities of Leptospirosis outbreak anywhere in the nation for all days in the past data (red line, and red dots in the map). On 8/20/2008, it went over 97%. Blue bars in the time series plot and blue circles in the map depict the temporal and spatial distribution of the volume of patients diagnosed with the disease Jan-01 Apr-01 Jul-01 Oct-01 Jan-02 Apr-02 Jul-02 Oct-02 Jan-03 Apr-03 Jul-03 Oct-03 Jan-04 Jan-04 Apr-04 Apr-04 Jul-04 Jul-04 Oct-04 Oct-04 Jan-05 Jan-05 Apr-05 Apr-05 Jul-05 Jul-05 Oct-05 Oct-05 Jan-06 Jan-06 Apr-06 Apr-06 Jul-06 Jul-06 Oct-06 Oct-06 Slide 29 of 51 T-Cube Applications: Crises in food safety Interactive visualization of multiple data streams USDA Food Sampling Data CDC PulseNet Human Illness Data About 150,000 records related to Salmonella across 3 years Daily, transactional temporal resolution Spatial resolution by unique establishment Key attributes: test result (positive, negative), serotype, PFGE pattern, antibiotic resistance pattern, product type, establishment production profile Certain statistics such as moving average are computed/updated on-the-fly Color coding is used to show multiple categories of data About 100,000 records related to Salmonella across 3 years Daily, transactional temporal resolution Spatial resolution by state Key attributes: serotype, PFGE pattern, outbreak ID Controls such as time window sliders make visualization interactive Slide 30 of 51

16 T-Cube Applications: Crises in food safety Supporting trace-back investigations Est. A Human health data contained a cluster of human cases of salmonellosis for which microbiological tests identified an identical PFGE pattern FSIS CDC Est. A After correlating that data against records of microbial sampling of food at food factories, Establishment A was found to report positives with a similar PFGE immediately prior to the emergence of human cluster It was located in the same geographic area as the human cases Slide 31 of 51 T-Cube Applications: Detection and monitoring of logistic crises in fleets of equipment Systematic failures in maintenance and logistic support, operational processes or hardware/software quality can limit availability, incur serious costs, reduce personnel safety and mission capability, if not identified quickly Idea: Exhaustively search records of equipment maintenance to provide early identification and characterization of emerging crises Note: Crisis mapping is not always geo-spatial! Slide 32 of 51

17 Variety of structures for efficient representation of data They can provide large speedups of data access with respect to previously considered efficient alternatives: AD-Trees: useful to represent multidimensional categorical data 1-4 orders of magnitude savings in processing time required by computationally intensive data mining processes (attainable if the data is at least partially correlated) Example: 1,580,000 Galaxies, 27 binary attributes per galaxy, time to build AD-Tree: 4 minutes, tree memory: 2 Megs, time required to execute 50,000 iterations of Bayesian network structure search: less than 2 minutes (previously 1.3 days) Kd-Trees: useful to represent multivariate numeric data up to ~8-D Gaussian mixture density modeling and clustering: Speedups of 8 to 1000 times vs. an efficient, but not kd-tree based implementation [Moore 1999] K-means clustering: Speedups of 150+ times on real-world astrophysical data [Pelleg & Moore 1999] Non-parametric multi-resolution regression: Speedups of times [Deng & Moore 1995] Spatial Scan Statistic: 50 times speedups in analyzing nationwide OTC pharmacy sales [Neill 2006] Metric Trees: useful to represent highly multivariate numeric data Mining data up to 10,000 (yes! ten thousand!) dimensions reveals 2.5 to 2,000-fold speedups w.r.t. otherwise efficient classical approaches to k-means clustering, grouping attributes and non-parametric anomaly detection [Moore 2000]. Slide 33 of 51 Summary of benefits Efficient representations of data: Support interactive visualizations Support rapid drill-downs, summarizations (roll-ups) Enable comprehensive monitoring of highly dimensional data for indications and tracking of emerging or unexpected patterns Combined benefits improve attainable situational awareness and they can make monitoring of adverse events more effective A simple variant of T-Cube Web Interface is available for evaluation at: Acknowledgements of partial support: USDA (award ), CDC (R01-PH000028), NSF (IIS , IIS ), USDoD (FA C-7264), IDRC (Canada, ). Slide 34 of 51

18 And now, to the next set of slides Slide 35 of 51 Originally presented at the 2009 ISDS 8 th Annual Conference, Miami, Florida, USA T-Cube Web Interface for Real-time Biosurveillance in Sri Lanka and Tamil Nadu Maheshkumar Sabhnani 1, Artur Dubrawski 1 and Nuwan Waidyanatha 2 1 The Auton Lab Carnegie Mellon University i 2 LIRNEAsia Colombo, Sri Lanka Slide 36 of 51

19 The Need for Real-Time Biosurveillance Slide 37 of 51 Source: DARPA T-Cube Web Interface for Real-time Biosurveillance in Sri Lanka and Tamil Nadu Objective: To present an on-going effort to establish a system for real-time disease surveillance in a developing country Agenda: 1. Current disease reporting system in Sri Lanka 2. Concept of the Real-Time Biosurveillance Program 3. TCWI: An interactive surveillance component of RTBP a. Short demo (video) b. Examples of evaluations performed so far 4. Conclusion Slide 38 of 51

20 Sri Lanka Disease Notification: Current System Black arrows represent the current manual paper/postal system for health data collection and reporting It can take up to 10 days for Epidemiology Unit to receive data It only records cases of a few reportable diseases and no syndrome or diagnosis information No direct alerting capability; alerts distributed by phone throughout organizational hierarchy (Epi Unit Regional Epis Medical Officers of Health Hospitals, Providers, etc ) Slide 39 of 51 SL Disease Notification: Opportunity for Improvement Red lines: RTBP mobile phone communication system for heath data collection and reporting Many developing countries, including Sri Lanka, have pretty good cell phone coverage RTPB leverages that to mitigate reporting latencies RTBP adds automated alerting and advanced analytic capabilities It also aims at deepening and widening the scope of what is being reported Slide 40 of 51

21 RTBP: Actors, Processes, Data Flow Slide 41 of 51 Improved Detail and Resolution of Data Cur rrent distinct value count 17 9 case date location disease Min Bihalpola Dengue_fever Max Bingiriya Dysentery Bopitiya Encephalitis Dambadeniya Enteric_fever Dunakadeniya Food_poisoning Hettipola Human_rabies Horathapola Leptospirosis Kandanegedara Typhus_fever Kattimahana Viral_Hepatitis Katupotha Koshena Kuliyapitiya Minuwangatte Munamaldeniya Narammala Sandalankawa Wariyapola RTBP: More dimensions More values per dimension Not just reportable diseases Daily resolution and collection cycles Finer spatial resolution New distinct value count possible choices single single single single multiple multiple case date location disease gender age group sign symptom Min Ammanamulla Abdominal pain Female 0-1 Abdominal Pain Coated tongue Max Bogahapitiya Abscesses Male 1-5 Anal itching Crepitation Bopitiya Accident Unknown 6-14 Backache Cyanosis Deegalla Acne Body ache Dehydration Dunakadeniya Acute Diarrheal Disease Burning sensation in the stomach Delirium Havenegedara Acute Gastroenteritis Chest pain Deviation of the tongue Horathapola Allergy Cold Difficulty in breathing Horombawa Anemia Constipation Heart murmur Kadapathwehera Angina Cough Increase of respiratory rate Kandanegedara Anxiety Above_45 Deviation of the tongue Low Blood pressure Slide 42 of 51

22 T-Cube Web Interface in RTBP Efficient representation of data substantially speeds-up analyses and user interactions Implements statistical event detection techniques Enables data visualization along temporal and spatial dimensions at interactive speeds Automates alerts Slide 43 of 51 Video: Demo of the RTBP T-Cube Web Interface Slide 44 of 51

23 RTBP: TCWI Evaluations Performed So Far 17 Hospitals/Central Dispensaries 16 Sarvodaya Suwadana Centers Kurunegala District, North Western Province, Sri Lanka 24 Health Sub Centers; 4 Public Health Centers Thirupathur block, Sivaganga District, state of Tamil Nadu, India Data is being collected under the new schema only for a few months now Its amount & consistency do not warrant objective evaluations just yet Therefore, so far, evaluations rely on semi-synthetic data: Use actual historically reported counts per region and per reportable disease Other attributes in RTBP schema are then probabilistically synthesized We test the ability to detect known events, the usability in tracking of emerging events and in revealing systematic patterns of events. Slide 45 of 51 Example Evaluation: Leptospirosis: Deadly Pile-up during Q4_2008--Q1_ /30 4/17 8/1 Over 360 deaths Peak in Sept/08 originally noticed much later later RTBP would have picked up leading waves much earlier than Sept/08 10/30 4/17 8/1 Slide 46 of 51

24 Example Evaluation: Progression of Dengue Fever Outbreak (Spring 2009) 4/14 4/15 4/24 5/28 Spatial scan global score An elevated global score noted, centered in Kandy Situation in Kandy escalates, regions to the W and SW from it follow suit South begins to see increased counts South continues to escalate, ate, while the magnitudes in other regions subside Slide 47 of 51 Example Evaluation: Dengue Fever: Seasonal and Spatial Patterns Note apparent Aug 30,2007 seasonality of Dengue fever It seems to be moving South and West May 1,2007 May 21,2008 April 15,2009 May 28,2009 Slide 48 of 51

25 Summary and Conclusion 1. RTBP deepens and widens coverage of reported health data while significantly reducing latency of reporting 2. T-Cube Web Interface (TCWI) supports RTBP by enabling: a. Automated comprehensive searches for events of interest through large collections of data b. Interactive data navigation and visualization c. Automated explanation of detected patterns 3. A fielded RTBP-like system can qualitatively yet affordably improve ability to detect and mitigate bio-medical threats in countries with limited resources and infrastructure 4. The pilot studies are ongoing in Sri Lanka and India, but we are on the outlook for additional challenges. Slide 49 of 51 Acknowledgements This work has been supported in part by the International Development Research Centre of Canada (105130), and by CDC (R01-PH000028) and NSF (IIS ). We have also received support from numerous collaborators not specifically named above! Partners in RTBP: LIRNEAsia Indian Institute of Technology Madras, India National Center for Biological Sciences, India Sarvodaya Shramadana Society, Sri Lanka Respere Lanka (Private) Limited, Sri Lanka University of Alberta, Canada Carnegie Mellon University Auton Lab, USA Slide 50 of 51

26 Contact Carnegie Mellon University 5000 Forbes Avenue, NSH 3121 Pittsburgh, PA , USA Artur Dubrawski Director, Auton Lab Systems Scientist, Robotics Institute Adjunct Professor, Heinz School of Public Policy and Management Tel: Fax: Slide 51 of 51

T-Cube Web Interface for Real-time Biosurveillance in Sri Lanka and Tamil Nadu

T-Cube Web Interface for Real-time Biosurveillance in Sri Lanka and Tamil Nadu 2009 ISDS 8 th Annual Conference, Miami T-Cube Web Interface for Real-time Biosurveillance in Sri Lanka and Tamil Nadu Maheshkumar Sabhnani 1, Artur Dubrawski 1 and Nuwan Waidyanatha 2 1 The Auton Lab

More information

Detection of Informative Disjunctive Patterns in Support of Clinical

Detection of Informative Disjunctive Patterns in Support of Clinical Detection of Informative Disjunctive Patterns in Support of Clinical Artur Informatics Dubrawski, Ph.D. M.Eng. Maheshkumar (Robin) Sabhnani, M.Sc. The Auton Lab School of Computer Science Carnegie Mellon

More information

Machine Learning for Population Health and Disease Surveillance

Machine Learning for Population Health and Disease Surveillance Machine Learning for Population Health and Disease Surveillance Daniel B. Neill, Ph.D. H.J. Heinz III College Carnegie Mellon University E-mail: neill@cs.cmu.edu We gratefully acknowledge funding support

More information

To review examples where joint analyses of food safety

To review examples where joint analyses of food safety 1 1 To review examples where joint analyses of food safety and public health data from different sources is beneficial To show that computationally efficient analytics can help with food safety monitoring

More information

CDR Kimberly Elenberg, Office of Food Defense and Emergency Response, Food Safety Inspection Service, United States Department of Agriculture

CDR Kimberly Elenberg, Office of Food Defense and Emergency Response, Food Safety Inspection Service, United States Department of Agriculture The Consumer Complaint Monitoring System Enhancing Discovery and Mitigation of Foodborne Threats to Health through Pattern Surveillance, and Multiple-Attribute Algorithms CDR Kimberly Elenberg, Office

More information

Machine Learning and Event Detection for the Public Good

Machine Learning and Event Detection for the Public Good Machine Learning and Event Detection for the Public Good Daniel B. Neill, Ph.D. H.J. Heinz III College Carnegie Mellon University E-mail: neill@cs.cmu.edu We gratefully acknowledge funding support from

More information

Telehealth Data for Syndromic Surveillance

Telehealth Data for Syndromic Surveillance Telehealth Data for Syndromic Surveillance Karen Hay March 30, 2009 Ontario Ministry of Health and Long-Term Care Public Health Division, Infectious Diseases Branch Syndromic Surveillance Ontario (SSO)

More information

An Overview of Syndromic Surveillance

An Overview of Syndromic Surveillance 1 An Overview of Syndromic Surveillance Community Health Care Association of New York State Don Weiss, MD, MPH Bureau of Communicable Disease New York City Department of Health & Mental Hygiene March 9,

More information

Syndromic Surveillance in Public Health Practice

Syndromic Surveillance in Public Health Practice Syndromic Surveillance in Public Health Practice Michael A. Stoto IOM Forum on Microbial Threats December 12, 2006, Washington DC Outline Syndromic surveillance For outbreak detection Promise Problems

More information

Evaluation of Over-the-Counter Pharmaceutical Sales As a Possible Early Warning Indicator of Human Disease

Evaluation of Over-the-Counter Pharmaceutical Sales As a Possible Early Warning Indicator of Human Disease Evaluation of Over-the-Counter Pharmaceutical Sales As a Possible Early Warning Indicator of Human Disease Steven F. Magruder Surveillance of over-the-counter (OTC) pharmaceutical sales may someday be

More information

Page 1 of 5 For Immediate Release Office of the Press Secretary July 17, 2007 Fact Sheet: Implementation of the National Strategy for Pandemic Influenza A One-Year Summary Of Efforts To Better Protect

More information

GOVERNMENT OF ALBERTA. Alberta s Plan for Pandemic Influenza

GOVERNMENT OF ALBERTA. Alberta s Plan for Pandemic Influenza GOVERNMENT OF ALBERTA Alberta s Plan for Pandemic Influenza November 2003 What is pandemic influenza? The word pandemic is used to describe diseases that cause worldwide outbreaks of illness involving

More information

Infrastructure and Methods to Support Real Time Biosurveillance. Kenneth D. Mandl, MD, MPH Children s Hospital Boston Harvard Medical School

Infrastructure and Methods to Support Real Time Biosurveillance. Kenneth D. Mandl, MD, MPH Children s Hospital Boston Harvard Medical School Infrastructure and Methods to Support Real Time Biosurveillance Kenneth D. Mandl, MD, MPH Children s Hospital Boston Harvard Medical School Category A agents Anthrax (Bacillus anthracis) Botulism (Clostridium

More information

TABLE OF CONTENTS. Peterborough County-City Health Unit Pandemic Influenza Plan Section 1: Introduction

TABLE OF CONTENTS. Peterborough County-City Health Unit Pandemic Influenza Plan Section 1: Introduction TABLE OF CONTENTS 1. Introduction...1-2 1.1 Background...1-2 1.2 Why Does Peterborough County and City Need a Plan for Influenza Pandemic?...1-2 1.3 About Influenza...1-3 1.4 When Does Influenza Become

More information

A Pre-Syndromic Surveillance Approach for Early Detection of Novel and Rare Disease Outbreaks

A Pre-Syndromic Surveillance Approach for Early Detection of Novel and Rare Disease Outbreaks A Pre-Syndromic Surveillance Approach for Early Detection of Novel and Rare Disease Outbreaks Daniel B. Neill 1,2,* and Mallory Nobles 1 1 Carnegie Mellon University 2 New York University *E-mail: neill@cs.cmu.edu

More information

Spatial and Temporal Data Fusion for Biosurveillance

Spatial and Temporal Data Fusion for Biosurveillance Spatial and Temporal Data Fusion for Biosurveillance Karen Cheng, David Crary Applied Research Associates, Inc. Jaideep Ray, Cosmin Safta, Mahmudul Hasan Sandia National Laboratories Contact: Ms. Karen

More information

OIE Situation Report for Avian Influenza

OIE Situation Report for Avian Influenza OIE Situation Report for Avian Influenza Latest update: 25/01/2018 The epidemiology of avian influenza is complex. The virus constantly evolves and the behavior of each new subtype (and strains within

More information

Using Predictive Analytics to Save Lives

Using Predictive Analytics to Save Lives March 2018 1 Using Predictive Analytics to Save Lives Presented by Sybil Klaus MD MPH, MITRE, and James Fackler MD, Johns Hopkins University School of Medicine Approved for Public Release; Distribution

More information

Risks of Emerging Infectious Diseases in ASEAN. Prasit Palittapongarnpim, M.D. Department of Microbiology, Faculty of Science, Mahidol University

Risks of Emerging Infectious Diseases in ASEAN. Prasit Palittapongarnpim, M.D. Department of Microbiology, Faculty of Science, Mahidol University Risks of Emerging Infectious Diseases in ASEAN Prasit Palittapongarnpim, M.D. Department of Microbiology, Faculty of Science, Mahidol University Despite the socio-economic progress of ASEAN and increased

More information

4.3.9 Pandemic Disease

4.3.9 Pandemic Disease 4.3.9 Pandemic Disease This section describes the location and extent, range of magnitude, past occurrence, future occurrence, and vulnerability assessment for the pandemic disease hazard for Armstrong

More information

OIE Situation Report for Highly Pathogenic Avian Influenza

OIE Situation Report for Highly Pathogenic Avian Influenza OIE Situation Report for Highly Pathogenic Avian Influenza Latest update: 28/02/2018 The epidemiology of avian influenza is complex. The virus constantly evolves and the behavior of each new subtype (and

More information

Global updates on avian influenza and tools to assess pandemic potential. Julia Fitnzer Global Influenza Programme WHO Geneva

Global updates on avian influenza and tools to assess pandemic potential. Julia Fitnzer Global Influenza Programme WHO Geneva Global updates on avian influenza and tools to assess pandemic potential Julia Fitnzer Global Influenza Programme WHO Geneva Pandemic Influenza Risk Management Advance planning and preparedness are critical

More information

Influenza : What is going on? How can Community Health Centers help their patients?

Influenza : What is going on? How can Community Health Centers help their patients? Influenza 2008-2009: What is going on? How can Community Health Centers help their patients? Beth Nivin Bureau of Communicable Diseases New York City Dept. of Health and Mental Hygiene By the end of this

More information

USDA APHIS One Health Initiative

USDA APHIS One Health Initiative Biorisk Management in a One Health World USDA APHIS One Health Initiative Joseph F. Annelli, DVM, MS One Health Coordination Center U.S. Department of Agriculture Animal and Plant Health Inspection Service

More information

Fighting Bird Flu with Technology

Fighting Bird Flu with Technology Fighting Bird Flu with Technology Cross-Boundary Collaboration State of Minnesota Jenna Covey, jenna.covey@state.mn.us, 651-201-1199 Project start: March 2015; Project end: July 2015 Executive Summary

More information

On behalf of the Infectious Diseases Society of America (IDSA), I am pleased to provide

On behalf of the Infectious Diseases Society of America (IDSA), I am pleased to provide Transmitted by Jonathan Nurse, Director of Government Relations, IDSA The Infectious Diseases Society of America s (IDSA) Fiscal Year 2015 Funding Statement Submitted to the House Appropriations Subcommittee

More information

Title of Nomination: Pennsylvania West Nile Virus Surveillance Program Project/System Manager: Eric Conrad Title: Deputy Secretary Agency: PA

Title of Nomination: Pennsylvania West Nile Virus Surveillance Program Project/System Manager: Eric Conrad Title: Deputy Secretary Agency: PA Title of Nomination: Pennsylvania West Nile Virus Surveillance Program Project/System Manager: Eric Conrad Title: Deputy Secretary Agency: PA Department of Environmental Protection Department: PA Department

More information

H1N1 Planning, Response and Lessons to Date

H1N1 Planning, Response and Lessons to Date H1N1 Planning, Response and Lessons to Date Glen Nowak, Ph.D. Acting Director Division of News and Electronic Media Centers for Disease Control and Prevention The Beginning Mid-April indications that we

More information

A modelling programme on bio-incidents. Submitted by the United Kingdom

A modelling programme on bio-incidents. Submitted by the United Kingdom MEETING OF THE STATES PARTIES TO THE CONVENTION ON THE PROHIBITION OF THE DEVELOPMENT, PRODUCTION AND STOCKPILING OF BACTERIOLOGICAL (BIOLOGICAL) AND TOXIN WEAPONS AND ON THEIR DESTRUCTION 29 July 2004

More information

Syndromic Surveillance: Early CBRN Attack Detection by Computerized Medical Record Surveillance in Grey Bruce

Syndromic Surveillance: Early CBRN Attack Detection by Computerized Medical Record Surveillance in Grey Bruce Syndromic Surveillance: Early CBRN Attack Detection by Computerized Medical Record Surveillance in Grey Bruce Richard Davies MD, PhD Professor of Medicine University of Ottawa Heart Institute Premise Access

More information

University of Colorado Denver. Pandemic Preparedness and Response Plan. April 30, 2009

University of Colorado Denver. Pandemic Preparedness and Response Plan. April 30, 2009 University of Colorado Denver Pandemic Preparedness and Response Plan April 30, 2009 UCD Pandemic Preparedness and Response Plan Executive Summary The World Health Organization (WHO) and the Centers for

More information

Tarrant County Influenza Surveillance Weekly Report CDC Week 43: Oct 22-28, 2017

Tarrant County Influenza Surveillance Weekly Report CDC Week 43: Oct 22-28, 2017 Tarrant County Public Health Division of Epidemiology and Health Information Tarrant County Influenza Surveillance Weekly Report 43: Oct 22-28, 2017 Influenza Activity Code: County and State Levels Tarrant

More information

A Common-Sense Framework for Assessing Information-Based Counterterrorist Programs

A Common-Sense Framework for Assessing Information-Based Counterterrorist Programs A Common-Sense Framework for Assessing Information-Based Counterterrorist Programs Fred H. Cate Distinguished Professor and Director Center for Applied Cybersecurity Research, Indiana University Herbert

More information

Tarrant County Influenza Surveillance Weekly Report CDC Week 17: April 22-28, 2018

Tarrant County Influenza Surveillance Weekly Report CDC Week 17: April 22-28, 2018 Tarrant County Public Health Division of Epidemiology and Health Information Tarrant County Influenza Surveillance Weekly Report 17: April 22-28, 2018 Influenza Activity Code: County and State Levels Tarrant

More information

Tarrant County Influenza Surveillance Weekly Report CDC Week 51: Dec 17-23, 2017

Tarrant County Influenza Surveillance Weekly Report CDC Week 51: Dec 17-23, 2017 Tarrant County Public Health Division of Epidemiology and Health Information Tarrant County Influenza Surveillance Weekly Report 51: Dec 17-23, 2017 Influenza Activity Code: County and State Levels Tarrant

More information

Tarrant County Influenza Surveillance Weekly Report CDC Week 4: Jan 21-27, 2018

Tarrant County Influenza Surveillance Weekly Report CDC Week 4: Jan 21-27, 2018 Tarrant County Public Health Division of Epidemiology and Health Information Tarrant County Influenza Surveillance Weekly Report 4: Jan 21-27, 2018 Influenza Activity Code: County and State Levels Tarrant

More information

From Farm to Fork: How Spatial-Temporal Data can Accelerate Foodborne Illness Investigation in a Global Food Supply Chain

From Farm to Fork: How Spatial-Temporal Data can Accelerate Foodborne Illness Investigation in a Global Food Supply Chain From Farm to Fork: How Spatial-Temporal Data can Accelerate Foodborne Illness Investigation in a Global Food Supply Chain Kun Hu 1, Stefan Edlund 1, Matthew Davis 1, James Kaufman 1 1 Accelerate Discovery

More information

Enhanced Surveillance Methods and Applications: A Local Perspective

Enhanced Surveillance Methods and Applications: A Local Perspective Enhanced Surveillance Methods and Applications: A Local Perspective Dani Arnold, M.S. Bioterrorism/Infectious Disease Epidemiologist Winnebago County Health Department What is Syndromic Surveillance? The

More information

PANDEMIC INFLUENZA PLAN

PANDEMIC INFLUENZA PLAN PANDEMIC INFLUENZA PLAN August 13, 2009 Credits: We wish to acknowledge and thank Saskatoon Public Schools for their willingness to share information which served as the basis for this document. 1 Pandemic

More information

Visual and Decision Informatics (CVDI)

Visual and Decision Informatics (CVDI) University of Louisiana at Lafayette, Vijay V Raghavan, 337.482.6603, raghavan@louisiana.edu Drexel University, Xiaohua (Tony) Hu, 215.895.0551, xh29@drexel.edu Tampere University (Finland), Moncef Gabbouj,

More information

Centers for Disease Control and Prevention (CDC) FY 2009 Budget Request Summary

Centers for Disease Control and Prevention (CDC) FY 2009 Budget Request Summary Centers for Disease Control and Prevention (CDC) FY 2009 Budget Request Summary The President s FY 2009 Budget Request for the Centers for Disease Control and Prevention (CDC) discretionary funding is

More information

Westchester County Community Health Electronic Syndromic Surveillance (CHESS)

Westchester County Community Health Electronic Syndromic Surveillance (CHESS) Andrew J. Spano, Westchester County Executive Westchester County Community Health Electronic Syndromic Surveillance (CHESS) October 17, 2006 DEPARTMENT OF HEALTH Joshua Lipsman, M.D., M.P.H., Commissioner

More information

Tarrant County Influenza Surveillance Weekly Report CDC Week 06: February 2-8, 2014

Tarrant County Influenza Surveillance Weekly Report CDC Week 06: February 2-8, 2014 Tarrant County Public Health Division of Epidemiology and Health Information Tarrant County Influenza Surveillance Weekly Report 06: February 2-8, 2014 Influenza Activity Code, County and State Levels

More information

Mahoning County Public Health. Epidemiology Response Annex

Mahoning County Public Health. Epidemiology Response Annex Mahoning County Public Health Epidemiology Response Annex Created: May 2006 Updated: February 2015 Mahoning County Public Health Epidemiology Response Annex Table of Contents Epidemiology Response Document

More information

Detecting Anomalous Patterns of Care Using Health Insurance Claims

Detecting Anomalous Patterns of Care Using Health Insurance Claims Partially funded by National Science Foundation grants IIS-0916345, IIS-0911032, and IIS-0953330, and funding from Disruptive Health Technology Institute. We are also grateful to Highmark Health for providing

More information

Public Safety and Health Cooperation from the Canadian Perspective

Public Safety and Health Cooperation from the Canadian Perspective 1 2 Public Safety and Health Cooperation from the Canadian Perspective Presentation by: Dr. Rainer Engelhardt Assistant Deputy Minister Infectious Disease Prevention and Control Public Health Agency of

More information

Tarrant County Influenza Surveillance Weekly Report CDC Week 11: Mar 10-16, 2019

Tarrant County Influenza Surveillance Weekly Report CDC Week 11: Mar 10-16, 2019 Tarrant County Public Health Division of Epidemiology and Health Information Tarrant County Influenza Surveillance Weekly Report 11: Mar 10-16, 2019 Influenza Activity Code: County and State Levels Tarrant

More information

CHINESE INFORMATION SYSTEM FOR INFECTIOUS DISEASES CONTROL AND PREVENTION. Center for Public Health Surveillance and Information Services, China CDC

CHINESE INFORMATION SYSTEM FOR INFECTIOUS DISEASES CONTROL AND PREVENTION. Center for Public Health Surveillance and Information Services, China CDC CHINESE INFORMATION SYSTEM FOR INFECTIOUS DISEASES CONTROL AND PREVENTION Center for Public Health Surveillance and Information Services, China CDC PREFACE 2003 SARS (VPN) In 2003, a precipitate disaster

More information

Mobile Health Application for Early Disease Outbreak-Period Detection

Mobile Health Application for Early Disease Outbreak-Period Detection Mobile Health Application for Early Disease Outbreak-Period Detection Preetika Rani preetika125@gmail.com Vaskar Raychoudhury vaskar@ieee.org Sandeep Singh Sandha sandha.iitr@gmail.com Dhaval Patel patelfec@iitr.ac.in

More information

Business Continuity and Crisis Management. Cardinal Health s Approach

Business Continuity and Crisis Management. Cardinal Health s Approach Business Continuity and Crisis Management Cardinal Health s Approach Welcome We don t have ALL the answers Opportunity to share ideas Discussion around how we can work together to help prepare our communities,

More information

Laboratory diagnosis Surveillance and outbreak detection Outbreak investigation

Laboratory diagnosis Surveillance and outbreak detection Outbreak investigation Foodborne Infections Network in Taiwan CDC Laboratory diagnosis Surveillance and outbreak detection Outbreak investigation Foodborne Disease Surveillance and Outbreak Detection in Taiwan Yu-Lun Liu Epidemic

More information

Basic Models for Mapping Prescription Drug Data

Basic Models for Mapping Prescription Drug Data Basic Models for Mapping Prescription Drug Data Kennon R. Copeland and A. Elizabeth Allen IMS Health, 66 W. Germantown Pike, Plymouth Meeting, PA 19462 Abstract Geographic patterns of diseases across time

More information

CONFRONTING THE OPIOID EPIDEMIC. e-book: Introducing OptumRx Opioid Risk Management

CONFRONTING THE OPIOID EPIDEMIC. e-book: Introducing OptumRx Opioid Risk Management CONFRONTING THE OPIOID EPIDEMIC 2 0 1 8 OPIOID ABUSE IS A CRISIS IN THE U.S. OptumRx Opioid Risk Management attacks this complex, deeply embedded problem with a comprehensive approach featuring five interrelated

More information

AN INFORMATION VISUALIZATION APPROACH TO CLASSIFICATION AND ASSESSMENT OF DIABETES RISK IN PRIMARY CARE

AN INFORMATION VISUALIZATION APPROACH TO CLASSIFICATION AND ASSESSMENT OF DIABETES RISK IN PRIMARY CARE Proceedings of the 3rd INFORMS Workshop on Data Mining and Health Informatics (DM-HI 2008) J. Li, D. Aleman, R. Sikora, eds. AN INFORMATION VISUALIZATION APPROACH TO CLASSIFICATION AND ASSESSMENT OF DIABETES

More information

Tarrant County Influenza Surveillance Weekly Report CDC Week 39: Sept 23-29, 2018

Tarrant County Influenza Surveillance Weekly Report CDC Week 39: Sept 23-29, 2018 Tarrant County Public Health Division of Epidemiology and Health Information Tarrant County Influenza Surveillance Weekly Report 39: Sept 23-29, 2018 Influenza Activity Code: County and State Levels Tarrant

More information

H1N1 Vaccine Based on CDCs ACIP Meeting, July 29, 2009

H1N1 Vaccine Based on CDCs ACIP Meeting, July 29, 2009 August 6, 2009 H1N1 Vaccine Based on CDCs ACIP Meeting, July 29, 2009 CDC s Advisory Committee on Immunization Practices (ACIP), a panel made up of medical and public health experts, met July 29, 2009,

More information

A conversation with Michael Osterholm on July 30, 2013 about pandemics

A conversation with Michael Osterholm on July 30, 2013 about pandemics A conversation with Michael Osterholm on July 30, 2013 about pandemics Participants Michael Osterholm Director, Center for Infectious Disease Research and Policy (CIDRAP), University of Minnesota Alexander

More information

National FMD Response Planning

National FMD Response Planning National FMD Response Planning Proactive Risk Assessment to Support and Managed Preparedness Movement of Livestock and Poultry Timothy J. Goldsmith DVM, MPH, DACVPM Center for Animal Health and Food Safety

More information

INFLUENZA FACTS AND RESOURCES

INFLUENZA FACTS AND RESOURCES U.S. HOUSE OF REPRESENTATIVES COMMITTEE ON HOMELAND SECURITY CHAIRMAN BENNIE G. THOMPSON (D-MS) INFLUENZA FACTS AND RESOURCES BACKGROUND The illness caused by the Influenza A/H1N1 virus has been called

More information

Tarrant County Influenza Surveillance Weekly Report CDC Week 10: March 2-8, 2014

Tarrant County Influenza Surveillance Weekly Report CDC Week 10: March 2-8, 2014 Tarrant County Public Health Division of Epidemiology and Health Information Tarrant County Influenza Surveillance Weekly Report 10: March 2-8, 2014 Influenza Activity Code, County and State Levels Tarrant

More information

Statistical Methods for Improving Biosurveillance System Performance

Statistical Methods for Improving Biosurveillance System Performance Statistical Methods for Improving Biosurveillance System Performance Associate Professor Ron Fricker Naval Postgraduate School Army Conference on Applied Statistics October 17, 27 1 The New Status Quo?

More information

Surveillance for Early Event Detection with BioSense (Visualization Context #3)

Surveillance for Early Event Detection with BioSense (Visualization Context #3) Surveillance for Early Event Detection with BioSense (Visualization Context #3) Henry Rolka National Academy of Sciences Workshop Toward Improved Visualization of Uncertain Information Washington, D.C.

More information

WGS Works! Shared Mission Different Roles APPLICATIONS SEQUENCING (WGS) Non-regulatory. Regulatory CDC. FDA and USDA. Peter Gerner-Smidt, MD ScD

WGS Works! Shared Mission Different Roles APPLICATIONS SEQUENCING (WGS) Non-regulatory. Regulatory CDC. FDA and USDA. Peter Gerner-Smidt, MD ScD PUBLIC HEALTH FOOD SAFETY APPLICATIONS FOR WHOLE GENOME SEQUENCING (WGS) Peter Gerner-Smidt, MD ScD Chief, Enteric Diseases Laboratory Branch 4 th Asia-Pacific International Food Safety Conference, Penang,

More information

IS THE UK WELL PREPARED FOR A REPEAT OF THE 1918 INFLUENZA PANDEMIC?

IS THE UK WELL PREPARED FOR A REPEAT OF THE 1918 INFLUENZA PANDEMIC? Cambridge Judge Business School Centre for Risk Studies IS THE UK WELL PREPARED FOR A REPEAT OF THE 1918 INFLUENZA PANDEMIC? Dr Andrew Coburn Chief Scientist Cambridge Centre for Risk Studies 5 December

More information

SURVEILLANCE & EPIDEMIOLOGIC INVESTIGATION NC Department of Health and Human Services, Division of Public Health

SURVEILLANCE & EPIDEMIOLOGIC INVESTIGATION NC Department of Health and Human Services, Division of Public Health Part B. SURVEILLANCE & EPIDEMIOLOGIC INVESTIGATION NC Department of Health and Human Services, Division of Public Health The NC Division of Public Health (NC DPH) conducts routine influenza surveillance

More information

Risk Assessment in the context of Bio-risk Management

Risk Assessment in the context of Bio-risk Management Risk Assessment in the context of Bio-risk Management 1 Some preliminary information 2 Hazard 3 Hazard It is a qualitative notion It is a biological, chemical or physical agent that may have adverse health

More information

Peterborough County-City Health Unit Pandemic Influenza Plan Section 1: Background

Peterborough County-City Health Unit Pandemic Influenza Plan Section 1: Background 1. Background Every expert on influenza agrees that the ability of the influenza virus to re-assort genes means that another influenza pandemic not only can happen, it almost certainly will happen Influenza

More information

Nova Scotia s Response to H1N1. Summary Report

Nova Scotia s Response to H1N1. Summary Report Nova Scotia s Response to H1N1 Summary Report December 2010 H1N1 Summary Report l 1 Introduction In April 2009, an outbreak of a new virus called H1N1 influenza was identified in Veracruz, Mexico. As the

More information

Global Challenges of Pandemic and Avian Influenza. 19 December 2006 Keiji Fukuda Global influenza Programme

Global Challenges of Pandemic and Avian Influenza. 19 December 2006 Keiji Fukuda Global influenza Programme Global Challenges of Pandemic and Avian Influenza 19 December 2006 Keiji Fukuda Global influenza Programme Summary of Current H5N1 Situation 1997 First known outbreak infecting humans 18 people hospitalized

More information

APril PUlseNet

APril PUlseNet Issues in Brief Pulsenet: A Critical Food Safety Surveillance System Association of Public Health Laboratories APril 2010 PUlseNet A Critical Food Safety Surveillance System Public health laboratorians

More information

Tarrant County Influenza Surveillance Weekly Report CDC Week 40: Oct 2-8, 2016

Tarrant County Influenza Surveillance Weekly Report CDC Week 40: Oct 2-8, 2016 Tarrant County Public Health Division of Epidemiology and Health Information Tarrant County Influenza Surveillance Weekly Report 40: Oct 2-8, 2016 Influenza Activity Code, County and State Levels Tarrant

More information

IPAC PANA April 28, Sandra Callery RN MHSc CIC

IPAC PANA April 28, Sandra Callery RN MHSc CIC IPAC PANA April 28, 2015 Sandra Callery RN MHSc CIC World Youth Day - Toronto 2002 World Youth Day Downsview Park 2002 #1 issue =Heat-related illness. A rehydration ward was established on-site (300 beds)

More information

Biological Preparedness and Responses in New York City: Information-Sharing During Emergencies

Biological Preparedness and Responses in New York City: Information-Sharing During Emergencies Biological Preparedness and Responses in New York City: Information-Sharing During Emergencies Joel Ackelsberg, MD, MPH NYC Department of Health and Mental Hygiene Bureau of Communicable Diseases Private

More information

Jukti Kumar Kalita, PhD Business Analytics and Insights Pfizer Presented at:

Jukti Kumar Kalita, PhD Business Analytics and Insights Pfizer Presented at: Hospital to Retail Spillover Analysis and Its Impact on Commercial Decision Making Jukti Kumar Kalita, PhD Business Analytics and Insights Pfizer Presented at: 1 Disclaimer The information provided and

More information

2009 / 2010 H1N1 FAQs

2009 / 2010 H1N1 FAQs The information contained within this document was compiled from sources that include the Center for Disease Control and Prevention (CDC), U.S. Department of Health and Human Services, and the Oregon Department

More information

Influenza Pandemic Planning in Ontario Ontario School Boards Insurance Exchange

Influenza Pandemic Planning in Ontario Ontario School Boards Insurance Exchange Influenza Pandemic Planning in Ontario Ontario School Boards Insurance Exchange Mark Breen Emergency Management Unit November 2, 2006 Influenza 101 2 Characteristics of an Influenza Pandemic Requirements:

More information

Statement of research interest

Statement of research interest Statement of research interest Milos Hauskrecht My primary field of research interest is Artificial Intelligence (AI). Within AI, I am interested in problems related to probabilistic modeling, machine

More information

Influenza RN.ORG, S.A., RN.ORG, LLC

Influenza RN.ORG, S.A., RN.ORG, LLC Influenza WWW.RN.ORG Reviewed May, 2017, Expires May, 2019 Provider Information and Specifics available on our Website Unauthorized Distribution Prohibited 2017 RN.ORG, S.A., RN.ORG, LLC PURPOSE: This

More information

FOOD SCIENCE: AN ECOLOGICAL APPROACH Special Topic: Food Safety & Bioterrorism Jill M. Merrigan

FOOD SCIENCE: AN ECOLOGICAL APPROACH Special Topic: Food Safety & Bioterrorism Jill M. Merrigan FOOD SCIENCE: AN ECOLOGICAL APPROACH Special Topic: Food Safety & Bioterrorism Jill M. Merrigan The CDC, Center for Disease Control and Prevention states that food-related diseases affect tens of millions

More information

Preparing For Pandemic Influenza: What the CDC and HHS Recommend You Can Do

Preparing For Pandemic Influenza: What the CDC and HHS Recommend You Can Do Preparing For Pandemic Influenza: What the CDC and HHS Recommend You Can Do Based on current data and information from the Centers for Disease Control (CDC) and the U.S. Department Health and Human Services

More information

Influenza Vaccine Fact Sheet 2010/2011

Influenza Vaccine Fact Sheet 2010/2011 Influenza Vaccine Fact Sheet 2010/2011 This fact sheet provides basic information only. It must not take the place of medical advice, diagnosis or treatment. Always talk to a healthcare professional about

More information

Linking Pandemic Influenza Preparedness with Bioterrorism Vaccination Planning

Linking Pandemic Influenza Preparedness with Bioterrorism Vaccination Planning Linking Pandemic Influenza Preparedness with Bioterrorism Vaccination Planning APHA Annual Meeting San Francisco, California Lara Misegades, MS Director of Infectious Disease Policy November 18, 2003 Overview

More information

Core 3: Epidemiology and Risk Analysis

Core 3: Epidemiology and Risk Analysis Core 3: Epidemiology and Risk Analysis Aron J. Hall, DVM, MSPH, DACVPM CDC Viral Gastroenteritis Team NoroCORE Full Collaborative Meeting, Atlanta, GA November 7, 2012 Core 3: Purpose and Personnel * Purpose:

More information

The Division of Food, Drug and Radiation Safety (DFDRS)

The Division of Food, Drug and Radiation Safety (DFDRS) California Department of Public Health The Division of Food, Drug and Radiation Safety (DFDRS) Protecting Public Health Every Day Stephen Woods, Chief DFDRS Bob Moezzi, Food and Drug Laboratory Branch

More information

Building Capacity for the Identification of Emerging Food Safety Risks

Building Capacity for the Identification of Emerging Food Safety Risks Building Capacity for the Identification of Emerging Food Safety Risks David P. Goldman, MD, MPH Assistant Administrator Office of Public Health Science APEC FSCF PTIN Food Safety Incident Management Workshop

More information

Texting4Health Conference February 29, InSTEDD Proprietary Level I

Texting4Health Conference February 29, InSTEDD Proprietary Level I Texting4Health Conference February 29, 2008 InSTEDD Proprietary Level I that you will help build a global system to detect each new disease or disaster as quickly as it emerges Specificity Urge frequent

More information

Tarrant County Influenza Surveillance Weekly Report CDC Week 20: May 11-17, 2014

Tarrant County Influenza Surveillance Weekly Report CDC Week 20: May 11-17, 2014 Tarrant County Public Health Division of Epidemiology and Health Information Tarrant County Influenza Surveillance Weekly Report 20: May 11-17, 2014 Influenza Activity Code, County and State Levels Tarrant

More information

Using administrative medical claims data to estimate underreporting of infectious zoonotic diseases

Using administrative medical claims data to estimate underreporting of infectious zoonotic diseases 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 40% Percentage of Yearly Cases 30% 25% 20% 15% 10% 5% 0% January Februar March April May June July August Septem October Novem Decem January Februar March

More information

Infectious Diseases - Foodborne, Tennessee Department of Health, Communicable and Environmental Disease Services Assignment Description

Infectious Diseases - Foodborne, Tennessee Department of Health, Communicable and Environmental Disease Services Assignment Description Infectious Diseases - Foodborne, Tennessee Department of Health, Communicable and Environmental Disease Services Nashville, Tennessee Assignment Description The CSTE fellow will be fully integrated into

More information

Module 1 : Influenza - what is it and how do you get it?

Module 1 : Influenza - what is it and how do you get it? Module 1 : Influenza - what is it and how do you get it? Responsible/facilitators General Objective Specific Objectives Methodology Agency medical coordinator Understand the mechanism how influenza is

More information

Evaluation of Real-time Outbreak and Disease Surveillance (RODS) system in Taiwan

Evaluation of Real-time Outbreak and Disease Surveillance (RODS) system in Taiwan Evaluation of Real-time Outbreak and Disease Surveillance (RODS) system in Taiwan Yi-Chen Tsai EIC / FETP Taiwan CDC October 25, 2014 Real-time Outbreak and Disease Surveillance (RODS) system An automated

More information

New York City Mental Health Syndromic Surveillance System

New York City Mental Health Syndromic Surveillance System New York City Mental Health Syndromic Surveillance System Angeline Protacio, MPH Surveillance Data Lead, Bureau of Mental Health NYC Department of Health and Mental Hygiene OUTLINE What is syndromic surveillance?

More information

Human infection with pandemic (H1N1) 2009 virus: updated interim WHO guidance on global surveillance

Human infection with pandemic (H1N1) 2009 virus: updated interim WHO guidance on global surveillance Human infection with pandemic (H1N1) 2009 virus: updated interim WHO guidance on global surveillance 10 July 2009 Background This document updates the interim WHO guidance on global surveillance of pandemic

More information

Chapter 3: Roles and Responsibilities

Chapter 3: Roles and Responsibilities Chapter 3: Roles and Responsibilities Chapter 3: Roles and Responsibilities Page 3-1 Chapter 3: Roles and Responsibilities Table of Contents 1.0 Introduction 2.0 International World Health Organization

More information

Ongoing Circulation of Swine-Origin Influenza A/H1N1 in BC

Ongoing Circulation of Swine-Origin Influenza A/H1N1 in BC Travis Hottes, Naveed Janjua, & Danuta Skowronski Number 23: Weeks 2-22 BCCDC Influenza & Emerging Respiratory Pathogens Team May 17 June 6, 29 Ongoing Circulation of Swine-Origin Influenza A/H1N1 in BC

More information

Association of Public Health Laboratories

Association of Public Health Laboratories STATEMENT BY DR. Peter A. Shult ON BEHALF OF THE ASSOCIATION OF PUBLIC HEALTH LABORATORIES DIRECTOR OF THE COMMUNICABLE DISEASES DIVISION OF THE WISCONSIN STATE LABORATORY OF HYGIENE ON Beyond the Checklist:

More information

Predictive Diagnosis. Clustering to Better Predict Heart Attacks x The Analytics Edge

Predictive Diagnosis. Clustering to Better Predict Heart Attacks x The Analytics Edge Predictive Diagnosis Clustering to Better Predict Heart Attacks 15.071x The Analytics Edge Heart Attacks Heart attack is a common complication of coronary heart disease resulting from the interruption

More information

GENERAL SAFETY ISSUES September 18, 2009

GENERAL SAFETY ISSUES September 18, 2009 Is the 2009 H1N1 influenza vaccine safe? GENERAL SAFETY ISSUES September 18, 2009 We expect the 2009 H1N1 influenza vaccine to have a similar safety profile as seasonal flu vaccines, which have a very

More information

Tarrant County Influenza Surveillance Weekly Report CDC Week 5, Jan 29 Feb 4, 2017

Tarrant County Influenza Surveillance Weekly Report CDC Week 5, Jan 29 Feb 4, 2017 Tarrant County Public Health Division of Epidemiology and Health Information Tarrant County Influenza Surveillance Weekly Report 5, Jan 29 Feb, 2017 Influenza Activity Code, County and State Levels Tarrant

More information