Smarter Big Data for a Healthy Pennsylvania: Changing the Paradigm of Healthcare

Size: px
Start display at page:

Download "Smarter Big Data for a Healthy Pennsylvania: Changing the Paradigm of Healthcare"

Transcription

1 Smarter Big Data for a Healthy Pennsylvania: Changing the Paradigm of Healthcare By: Alejandro Borgonovo Mentor: Dr. Amol Navathe

2 Outline Project Overview Project Significance Objectives Methods About the Data Machine Learning Techniques Results Limitations

3 Project Overview There are three different aims in this project all with the goal of improving the health of Pennsylvanians In hospital At home In the community

4 Aim 1: In Hospital To develop prediction models for the dynamic and timely prediction of in-hospital post-surgical complications There are surgical risk calculators out there already that predict risk of patients with certain preoperative characteristics The difference is that this prediction model will add prospective examination of vital sign, radiology, medication and lab trends to the static models

5 Project Significance The current healthcare system is focused on treating clinical events after they occur Rise in amount of data collected Most risk prediction models for hospital readmission perform poorly and do not provide timely and actionable information Opportunity to shift the healthcare system away from being reactive to predicting the onset of adverse clinical events

6 ACS NSQIP Surgical Risk Calculator American College of Surgeons (ACS) National Surgical Quality Improvement Program (NSQIP) Developed a universal risk calculator based on clinical data it collects from U.S. hospitals Predicts probability that patient will develop a complication within 30 days of the operation Intended to aid communication between surgeons and patients about specific risks of the intended surgery

7 ACS NSQIP Surgical Risk Calculator

8 Objectives Replicate the NSQIP surgical risk calculator using Penn EHR and claims data Create a model that will accurately predict risk of patient developing a complication Find importance of variables with most predictive power Set the stage for next steps--incorporating real time data from EMR for dynamic risk prediction

9 Methods: Conceptual Approach Hypothesis: Available UPHS EMR data can be modeled on NSQIP calculator to predict postoperative complications with low misclassification rate Data coding and analysis performed using Python libraries Pandas (database manipulation) and scikitlearn (machine learning)

10 About the Data Data was extracted from Penn Data Store (PDS) Data is stored in many different systems and is plagued by differences in data type, measurement, labeling, etc Pulls data from multiple systems and consolidates it into a single queryable model Key categories include patient demographics, medical history, coded procedures, medication administration, microbiology, pathology, surgery, lab results, vital signs, etc.

11 About the Data continued Setting: Hospital of the University of Pennsylvania (HUP), Pennsylvania Hospital (PAH), and Penn Presbyterian Medical Center (PMC) Sample: 7860 inpatients who either had colorectal or gastrointestinal (GI) surgery identified through ICD-9 or CPT codes. Must have been older than 18 years old at time of surgery Data: ranges from 2008 to 2016, although ASA class is only availabe from 2013 onwards (1877)

12 Data Cleaning & Creating Input Variables Converted data into binary input variables Each variable had a yes or no answer For Age, BMI, and ASA class we created categories to accommodate yes or no answers Used cross-validation to determine accuracy of methods

13 Key Terms Cross Validation: the data set is split before hand into a training set and test set. Model is then estimated using the training set and its accuracy is measured by how well it predicts the output values of the test set Supervised: The learner receives a set of labeled examples ( Correct answers) as training data and creates a function to map new examples. Used for classification, regression, and ranking problems Unsupervised: The data that the learner receives is not labeled, instead it gathers/clusters the data Used for clustering problems

14 K Nearest Neighbors (KNN) A non-parametric method used for classification and regression Identifies K amount of points in the data set that are closest to a test observation KNN then classifies the test observation according to the classification of its nearest neighbors Regression used when output is quantitative

15

16 Logistic Regression Models the probability that a response belongs to a particular category Typically used for classification that has a binary response although it is possible to have greater than two responses Can calculate probability with multiple predictors NSQIP used this method with feature selection

17 Results Outcome variable was whether patient had any complication Variables Used Method Used Number of patients Accuracy Score All variables Logistic Regression (Emergency, Diabetes, ASA 5) Logistic Regression with feature selection (same as above, with ASA 1 and 2) Logistic Regression with feature selection All variables (without ASA) Logistic Regression (Emergency, Diabetes, Heart Failure) Logistic Regression with feature selection (Emergency, Heart Failure, Diabetes, types of procedures Logistic Regression with feature selection ( same as above, with ascites, COPD) Logistic Regression with feature selection

18 Limitations Time constraint to develop a model Recreating certain variables specific to NSQIP such as Dyspnea and Functional Status Determining whether variable was a complication of a surgery or whether it developed before surgery Kidney failure, Sepsis, Ventilator dependence Measuring how accurate model is in predicting relative risk of individuals

19 Conclusions Feature selection may improve accuracy scoreà reduces overfitting, especially with small amount of data that was available Big opportunity for improvement Identifying variables with the help of labs Larger data set will be available Addition of vital signs, medical and lab trends may greatly increase prediction accuracy

20 References James, Gareth, Daniela Witten, Trevor Hastie, and Robert Tibshirani. An Introduction to Statistical Learning: With Applications in R. N.p.: n.p., n.d. Web. Kansagara, Devan, Honora Englander, Amanda Salanitro, David Kagen, Cecelia Theobald, Michele Freeman, and Sunil Kripalani. "Risk Prediction Models for Hospital Readmission." Jama (2011): Web. Mohri, Mehryar, Afshin Rostamizadeh, and Ameet Talwalkar. Foundations of Machine Learning. Cambridge, MA: MIT, Web. Raschka, Sebastian, and Randal S. Olson. Python Machine Learning: Unlock Deeper Insights into Machine Learning with This Vital Guide to Cutting-edge Predictive Analytics. Birmingham: Packt, Print.

21 Questions?

The PREDICT Trial. Prediction using a Randomized Evaluation of Data collection Integrated through Connected Technologies

The PREDICT Trial. Prediction using a Randomized Evaluation of Data collection Integrated through Connected Technologies The PREDICT Trial Prediction using a Randomized Evaluation of Data collection Integrated through Connected Technologies Ogochukwu Ufio Advisors: Mitesh Patel MD, MBA, MS Caroline Carney, BA Table of Contents

More information

Hospital Readmission Ratio

Hospital Readmission Ratio Methodological paper Hospital Readmission Ratio Methodological report of 2015 model 2017 Jan van der Laan Corine Penning Agnes de Bruin CBS Methodological paper 2017 1 Index 1. Introduction 3 1.1 Indicators

More information

Outcomes of Patients with Preoperative Weight Loss following Colorectal Surgery

Outcomes of Patients with Preoperative Weight Loss following Colorectal Surgery Outcomes of Patients with Preoperative Weight Loss following Colorectal Surgery Zhobin Moghadamyeghaneh MD 1, Michael J. Stamos MD 1 1 Department of Surgery, University of California, Irvine Nothing to

More information

Cigdem Benlice, Ipek Sapci, T. Bora Cengiz, Luca Stocchi, Michael Valente, Tracy Hull, Scott R. Steele, Emre Gorgun 07/23/2018

Cigdem Benlice, Ipek Sapci, T. Bora Cengiz, Luca Stocchi, Michael Valente, Tracy Hull, Scott R. Steele, Emre Gorgun 07/23/2018 Does preoperative oral antibiotic or mechanical bowel preparation increase Clostridium difficile colitis after colon surgery? An assessment from ACS-NSQIP procedure-targeted database Cigdem Benlice, Ipek

More information

MAKING THE NSQIP PARTICIPANT USE DATA FILE (PUF) WORK FOR YOU

MAKING THE NSQIP PARTICIPANT USE DATA FILE (PUF) WORK FOR YOU MAKING THE NSQIP PARTICIPANT USE DATA FILE (PUF) WORK FOR YOU Hani Tamim, PhD Clinical Research Institute Department of Internal Medicine American University of Beirut Medical Center Beirut - Lebanon Participant

More information

Application of AI in Healthcare. Alistair Erskine MD MBA Chief Informatics Officer

Application of AI in Healthcare. Alistair Erskine MD MBA Chief Informatics Officer Application of AI in Healthcare Alistair Erskine MD MBA Chief Informatics Officer 1 Overview Why AI in Healthcare topic matters Is AI just another shiny objects? Geisinger AI collaborations Categories

More information

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Midterm, 2016

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Midterm, 2016 UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Midterm, 2016 Exam policy: This exam allows one one-page, two-sided cheat sheet; No other materials. Time: 80 minutes. Be sure to write your name and

More information

Predicting Short Term Morbidity following Revision Hip and Knee Arthroplasty

Predicting Short Term Morbidity following Revision Hip and Knee Arthroplasty Predicting Short Term Morbidity following Revision Hip and Knee Arthroplasty A Review of ACS-NSQIP 2006-2012 Arjun Sebastian, M.D., Stephanie Polites, M.D., Kristine Thomsen, B.S., Elizabeth Habermann,

More information

OBSERVATIONAL MEDICAL OUTCOMES PARTNERSHIP

OBSERVATIONAL MEDICAL OUTCOMES PARTNERSHIP OBSERVATIONAL Patient-centered observational analytics: New directions toward studying the effects of medical products Patrick Ryan on behalf of OMOP Research Team May 22, 2012 Observational Medical Outcomes

More information

Response to Mease and Wyner, Evidence Contrary to the Statistical View of Boosting, JMLR 9:1 26, 2008

Response to Mease and Wyner, Evidence Contrary to the Statistical View of Boosting, JMLR 9:1 26, 2008 Journal of Machine Learning Research 9 (2008) 59-64 Published 1/08 Response to Mease and Wyner, Evidence Contrary to the Statistical View of Boosting, JMLR 9:1 26, 2008 Jerome Friedman Trevor Hastie Robert

More information

Comparison of Risk Factors for Unplanned Conversion from Laparoscopic and Robotic to Open Colorectal Surgery

Comparison of Risk Factors for Unplanned Conversion from Laparoscopic and Robotic to Open Colorectal Surgery Comparison of Risk Factors for Unplanned Conversion from Laparoscopic and Robotic to Open Colorectal Surgery Abdullah Wafa, M.D. General Surgery Resident, PGY2 St. Joseph Mercy Health System Ann Arbor

More information

Practical Predictive Analytics. John Cuddeback, MD, PhD AMA IPPS November 11, 2016

Practical Predictive Analytics. John Cuddeback, MD, PhD AMA IPPS November 11, 2016 Practical Predictive Analytics John Cuddeback, MD, PhD AMA IPPS November 11, 2016 AMGA s Work in Analytics Advocacy: Align payment incentives around population health Programs: Help members redesign delivery

More information

Model-free machine learning methods for personalized breast cancer risk prediction -SWISS PROMPT

Model-free machine learning methods for personalized breast cancer risk prediction -SWISS PROMPT Model-free machine learning methods for personalized breast cancer risk prediction -SWISS PROMPT Chang Ming, 22.11.2017 University of Basel Swiss Public Health Conference 2017 Breast Cancer & personalized

More information

Validating Population-Level Data Sources for Social Determinants of Health: A Three-Part Research Gap Analysis

Validating Population-Level Data Sources for Social Determinants of Health: A Three-Part Research Gap Analysis Validating Population-Level Data Sources for Social Determinants of Health: A Three-Part Research Gap Analysis 4/23/2018 Sarah Gensheimer, MD/PhD Student Julia Burgdorf, PhD Student Zachary Predmore, PhD

More information

The Patient List. Methods of Making Patient Lists More Like Facility Boards. Marc Palter, MD, CMIO

The Patient List. Methods of Making Patient Lists More Like Facility Boards. Marc Palter, MD, CMIO The Patient List Methods of Making Patient Lists More Like Facility Boards. Marc Palter, MD, CMIO Gordon Tait, Application Architect January 6, 2012 Hartford Healthcare Acute Care Hartford Hospital Hospital

More information

Introduction to Machine Learning. Katherine Heller Deep Learning Summer School 2018

Introduction to Machine Learning. Katherine Heller Deep Learning Summer School 2018 Introduction to Machine Learning Katherine Heller Deep Learning Summer School 2018 Outline Kinds of machine learning Linear regression Regularization Bayesian methods Logistic Regression Why we do this

More information

Can Big Data Drive Better Care for AKI? What is Big Data and How Can the EMR Work For You?

Can Big Data Drive Better Care for AKI? What is Big Data and How Can the EMR Work For You? Can Big Data Drive Better Care for AKI? What is Big Data and How Can the EMR Work For You? AKI & CRRT 2018, March 8, 2018 Scott Sutherland Sean Bagshaw Perry Wilson Overview Introduction to Big Data as

More information

None of the authors has any disclosures or conflicts of interest to report

None of the authors has any disclosures or conflicts of interest to report None of the authors has any disclosures or conflicts of interest to report The Effect OF PATOS (Present At the Time Of Surgery) On The Calculation of SSI Rates for Appendectomy and Colectomy: Is PATOS

More information

Measure #164 (NQF 0129): Coronary Artery Bypass Graft (CABG): Prolonged Intubation National Quality Strategy Domain: Effective Clinical Care

Measure #164 (NQF 0129): Coronary Artery Bypass Graft (CABG): Prolonged Intubation National Quality Strategy Domain: Effective Clinical Care Measure #164 (NQF 0129): Coronary Artery Bypass Graft (CABG): Prolonged Intubation National Quality Strategy Domain: Effective Clinical Care 2016 PQRS OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY DESCRIPTION:

More information

WHEN IS PREDICTIVE MODELING APPROPRIATE?

WHEN IS PREDICTIVE MODELING APPROPRIATE? HEALTH IssueBRIEF CHECKLIST Is a predictive model an appropriate tool? Do you have a measureable outcome that you are trying to achieve? Do you have an intervention that can help achieve this outcome?

More information

The Good News. More storage capacity allows information to be saved Economic and social forces creating more aggregation of data

The Good News. More storage capacity allows information to be saved Economic and social forces creating more aggregation of data The Good News Capacity to gather medically significant data growing quickly Better instrumentation (e.g., MRI machines, ambulatory monitors, cameras) generates more information/patient More storage capacity

More information

EECS 433 Statistical Pattern Recognition

EECS 433 Statistical Pattern Recognition EECS 433 Statistical Pattern Recognition Ying Wu Electrical Engineering and Computer Science Northwestern University Evanston, IL 60208 http://www.eecs.northwestern.edu/~yingwu 1 / 19 Outline What is Pattern

More information

8/24/2011. Study Goal. Study Design. Patient Attributes Influencing Pain and Pain Management in Postoperative Total Knee Arthroplasty Patients

8/24/2011. Study Goal. Study Design. Patient Attributes Influencing Pain and Pain Management in Postoperative Total Knee Arthroplasty Patients Patient Attributes Influencing Pain and Pain Management in Postoperative Total Knee Arthroplasty Patients Concurrent Session 1F Deborah L. Gentile, PhD, RN-BC Research Scientist Aurora Health Care Milwaukee,

More information

Predicting Diabetes and Heart Disease Using Features Resulting from KMeans and GMM Clustering

Predicting Diabetes and Heart Disease Using Features Resulting from KMeans and GMM Clustering Predicting Diabetes and Heart Disease Using Features Resulting from KMeans and GMM Clustering Kunal Sharma CS 4641 Machine Learning Abstract Clustering is a technique that is commonly used in unsupervised

More information

Impact of Preoperative Bowel Preparation on the Risk of Clostridium Difficile after Colorectal Surgery: A Propensity Weighted Analysis

Impact of Preoperative Bowel Preparation on the Risk of Clostridium Difficile after Colorectal Surgery: A Propensity Weighted Analysis Impact of Preoperative Bowel Preparation on the Risk of Clostridium Difficile after Colorectal Surgery: A Propensity Weighted Analysis Ebram Salama, MD PGY-3 General Surgery Sir Mortimer B. Davis Jewish

More information

The Pennsylvania State University. The Graduate School. Department of Public Health Sciences

The Pennsylvania State University. The Graduate School. Department of Public Health Sciences The Pennsylvania State University The Graduate School Department of Public Health Sciences THE LENGTH OF STAY AND READMISSIONS IN MASTECTOMY PATIENTS A Thesis in Public Health Sciences by Susie Sun 2015

More information

Does Machine Learning. In a Learning Health System?

Does Machine Learning. In a Learning Health System? Does Machine Learning Have a Place In a Learning Health System? Grand Rounds: Rethinking Clinical Research Friday, December 15, 2017 Michael J. Pencina, PhD Professor of Biostatistics and Bioinformatics,

More information

Panel: Machine Learning in Surgery and Cancer

Panel: Machine Learning in Surgery and Cancer Panel: Machine Learning in Surgery and Cancer Professor Dimitris Bertsimas, SM 87, PhD 88, Boeing Leaders for Global Operations Professor of Management; Professor of Operations Research; Co-Director, Operations

More information

Visualizing Data for Hypothesis Generation Using Large-Volume Health care Claims Data

Visualizing Data for Hypothesis Generation Using Large-Volume Health care Claims Data Visualizing Data for Hypothesis Generation Using Large-Volume Health care Claims Data Eberechukwu Onukwugha PhD, School of Pharmacy, UMB Margret Bjarnadottir PhD, Smith School of Business, UMCP Shujia

More information

TOTAL HIP AND KNEE REPLACEMENTS. FISCAL YEAR 2002 DATA July 1, 2001 through June 30, 2002 TECHNICAL NOTES

TOTAL HIP AND KNEE REPLACEMENTS. FISCAL YEAR 2002 DATA July 1, 2001 through June 30, 2002 TECHNICAL NOTES TOTAL HIP AND KNEE REPLACEMENTS FISCAL YEAR 2002 DATA July 1, 2001 through June 30, 2002 TECHNICAL NOTES The Pennsylvania Health Care Cost Containment Council April 2005 Preface This document serves as

More information

2018 OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY. MEASURE TYPE: Process

2018 OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY. MEASURE TYPE: Process Quality ID #358: Patient-Centered Surgical Risk Assessment and Communication National Quality Strategy Domain: Person and Caregiver-Centered Experience and Outcomes 2018 OPTIONS FOR INDIVIDUAL MEASURES:

More information

Predictive Models: Current and Future. November 9, Steve Wickstrom Vice President, Research and Methods OptumInsight

Predictive Models: Current and Future. November 9, Steve Wickstrom Vice President, Research and Methods OptumInsight Predictive Models: Current and Future November 9, 2011 Steve Wickstrom Vice President, Research and Methods OptumInsight Steven.wickstrom@optum.com OptumInsight Predictive Solutions: Overview OptumInsight

More information

REDUCING CLINICAL NOISE FOR BODY

REDUCING CLINICAL NOISE FOR BODY REDUCING CLINICAL NOISE FOR BODY MASS INDEX MEASURES DUE TO UNIT AND TRANSCRIPTION ERRORS IN THE ELECTRONIC HEALTH RECORD March 28, 2017 Dana C. Crawford, PhD Associate Professor Epidemiology and Biostatistics

More information

Malignant Tumor Detection Using Machine Learning through Scikit-learn

Malignant Tumor Detection Using Machine Learning through Scikit-learn Volume 119 No. 15 2018, 2863-2874 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ Malignant Tumor Detection Using Machine Learning through Scikit-learn Arushi

More information

Wan-Ting, Lin 2017/11/21. JAMA Intern Med. doi: /jamainternmed Published online August 21, 2017.

Wan-Ting, Lin 2017/11/21. JAMA Intern Med. doi: /jamainternmed Published online August 21, 2017. Development and Validation of a Tool to Identify Patients With Type 2 Diabetes at High Risk of Hypoglycemia-Related Emergency Department or Hospital Use Andrew J. Karter, PhD; E. Margaret Warton, MPH;

More information

Loss of Independence is associated with readmission and delayed death in older surgical patients

Loss of Independence is associated with readmission and delayed death in older surgical patients Loss of Independence is associated with readmission and delayed death in older surgical patients @BerianJulia July 18, 2016 ACS NSQIP 2016 Annual Meeting Julia R. Berian MD,MS; Clifford Y. Ko MD,MS,MSHS;

More information

Designing an Electronic Medical Record-based Clinical Decision Support Tool to Improve CVD Screening in Rheumatoid Arthritis Patients

Designing an Electronic Medical Record-based Clinical Decision Support Tool to Improve CVD Screening in Rheumatoid Arthritis Patients Designing an Electronic Medical Record-based Clinical Decision Support Tool to Improve CVD Screening in Rheumatoid Arthritis Patients Provided and Certified By Grant Award # 045604 Report Date: March 29,

More information

THE FUTURE OF OR. Dimitris Bertsimas MIT

THE FUTURE OF OR. Dimitris Bertsimas MIT THE FUTURE OF OR Dimitris Bertsimas MIT The future of OR Optimization Power Improvements in Software and hardware have accelerated Mixed Integer Optimization 2.2 Trillion times! This forces to rethink

More information

Supporting Information Identification of Amino Acids with Sensitive Nanoporous MoS 2 : Towards Machine Learning-Based Prediction

Supporting Information Identification of Amino Acids with Sensitive Nanoporous MoS 2 : Towards Machine Learning-Based Prediction Supporting Information Identification of Amino Acids with Sensitive Nanoporous MoS 2 : Towards Machine Learning-Based Prediction Amir Barati Farimani, Mohammad Heiranian, Narayana R. Aluru 1 Department

More information

Upstate New York Surgical Quality Initiative

Upstate New York Surgical Quality Initiative Upstate New York Surgical Quality Initiative 30-Day Readmissions: A Snapshot of Regional Practice Experience in Colorectal Surgery ACS NSQIP National Conference 10 th Annual Meeting, July 27 th, 2015 Bradley

More information

Article from. Forecasting and Futurism. Month Year July 2015 Issue Number 11

Article from. Forecasting and Futurism. Month Year July 2015 Issue Number 11 Article from Forecasting and Futurism Month Year July 2015 Issue Number 11 Calibrating Risk Score Model with Partial Credibility By Shea Parkes and Brad Armstrong Risk adjustment models are commonly used

More information

How to Address an Inappropriately high Mortality Rate? Joe Sharma, MD Associate Professor of Surgery NSQIP Surgical Champion

How to Address an Inappropriately high Mortality Rate? Joe Sharma, MD Associate Professor of Surgery NSQIP Surgical Champion How to Address an Inappropriately high Mortality Rate? Joe Sharma, MD Associate Professor of Surgery NSQIP Surgical Champion Disclosure Slide No COI and no disclosures. Hospital Mortality rate : is it

More information

The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters.

The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters. Higher Rates of Packed Red Blood Cell and Fresh Frozen Plasma Transfusion are Associated with Increased Death and Complication in Non-Massively Transfused Patients: An Explanation for the Increased Burden

More information

A Prospective Comparison of Two Commercially Available Hospital Admission Risk Scores

A Prospective Comparison of Two Commercially Available Hospital Admission Risk Scores A Prospective Comparison of Two Commercially Available Hospital Admission Risk Scores Dale Eric Green, MD MHA FCCP: Chief Medical Information Officer, Cornerstone Health Care AMGA April, 2014 Disclosure

More information

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014 UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014 Exam policy: This exam allows two one-page, two-sided cheat sheets (i.e. 4 sides); No other materials. Time: 2 hours. Be sure to write

More information

None. O u t l i n e. Conflict Of Interests. Reengineering in Surgical Paradigm. Patient Selection Influences Perioperative Outcome

None. O u t l i n e. Conflict Of Interests. Reengineering in Surgical Paradigm. Patient Selection Influences Perioperative Outcome THE UNIVERSITY OF TEXAS Conflict Of Interests SOUTHWESTERN MEDICAL CENTER AT DALLAS ne Patient Selection For : Can Any Patient Be an Outpatient? Girish P Joshi, MB, BS, MD, FFARCSI Professor of Anesthesiology

More information

Predictive Models for Healthcare Analytics

Predictive Models for Healthcare Analytics Predictive Models for Healthcare Analytics A Case on Retrospective Clinical Study Mengling Mornin Feng mfeng@mit.edu mornin@gmail.com 1 Learning Objectives After the lecture, students should be able to:

More information

Sepsis 3.0: The Impact on Quality Improvement Programs

Sepsis 3.0: The Impact on Quality Improvement Programs Sepsis 3.0: The Impact on Quality Improvement Programs Mitchell M. Levy MD, MCCM Professor of Medicine Chief, Division of Pulmonary, Sleep, and Critical Care Warren Alpert Medical School of Brown University

More information

Using Analytics for Value-Based Care

Using Analytics for Value-Based Care Using Analytics for Value-Based Care John Cuddeback, MD, PhD Elizabeth Ciemins, PhD, MPH, MA AMGA Northwest Regional Meeting February 3, 2017 Seattle A Fundamental Change Is Underway Fee for Service MIPS

More information

NoCVA Preventing Avoidable Readmissions Collaborative. Pre-work: Assessing Risk April 21, 2014

NoCVA Preventing Avoidable Readmissions Collaborative. Pre-work: Assessing Risk April 21, 2014 NoCVA Preventing Avoidable Readmissions Collaborative Pre-work: Assessing Risk April 21, 2014 Agenda Context Collaborative Overview Setting up to succeed Why assess risk of readmission Methods to assess

More information

Lead the Way with Advanced Care Management. Workbook

Lead the Way with Advanced Care Management. Workbook Lead the Way with Advanced Care Management Workbook TPCA Training 10.2018 Section 1: Using i2itracks for Chronic Disease Management Chronic Disease Tracking in 2018 Disease Management Definition A system

More information

Technical Notes for PHC4 s Report on CABG and Valve Surgery Calendar Year 2005

Technical Notes for PHC4 s Report on CABG and Valve Surgery Calendar Year 2005 Technical Notes for PHC4 s Report on CABG and Valve Surgery Calendar Year 2005 The Pennsylvania Health Care Cost Containment Council April 2007 Preface This document serves as a technical supplement to

More information

Risk Adjustment and Hierarchical Condition Category Coding

Risk Adjustment and Hierarchical Condition Category Coding Risk Adjustment 101 Agenda Risk Adjustment Model Hierarchical Condition Categories (HCC) Patient Example Documentation MEAT Documentation Guidance Chronic Conditions Risk Score Calculations Steps for Physician

More information

Journal of Biomedical Informatics

Journal of Biomedical Informatics Journal of Biomedical Informatics 56 (2015) 229 238 Contents lists available at ScienceDirect Journal of Biomedical Informatics journal homepage: www.elsevier.com/locate/yjbin A comparison of models for

More information

Supplementary Online Content

Supplementary Online Content Supplementary Online Content Won EJ, Lehman EB, Geletzke AK, et al. Association of postoperative hyperglycemia with outcomes among patients with complex ventral hernia repair. JAMA Surg. Published online

More information

Real World Patients: The Intersection of Real World Evidence and Episode of Care Analytics

Real World Patients: The Intersection of Real World Evidence and Episode of Care Analytics PharmaSUG 2018 - Paper RW-05 Real World Patients: The Intersection of Real World Evidence and Episode of Care Analytics David Olaleye and Youngjin Park, SAS Institute Inc. ABSTRACT SAS Institute recently

More information

Patient characteristics associated with venous thromboembolic events: a cohort study using pooled electronic health record data

Patient characteristics associated with venous thromboembolic events: a cohort study using pooled electronic health record data Patient characteristics associated with venous thromboembolic events: a cohort study using pooled electronic health record data Kaelber, et al, JAMIA, 3 July 2012 David C Kaelber, MD, PhD, MPH, FAAP, FACP

More information

Compliance with SCIP core measures and the Impact on Surgical Site Infections

Compliance with SCIP core measures and the Impact on Surgical Site Infections Compliance with SCIP core measures and the Impact on Surgical Site Infections Using NSQIP to Evaluate Patient Outcomes and Reimbursement Guidelines Rickesha L. Wilson, MD July 28, 2014 2014 ACS NSQIP National

More information

EPO-144 Patients with Morbid Obesity and Congestive Heart Failure Have Longer Operative Time and Room Time in Total Hip Arthroplasty

EPO-144 Patients with Morbid Obesity and Congestive Heart Failure Have Longer Operative Time and Room Time in Total Hip Arthroplasty SESUG 2016 EPO-144 Patients with Morbid Obesity and Congestive Heart Failure Have Longer Operative Time and Room Time in Total Hip Arthroplasty ABSTRACT Yubo Gao, University of Iowa Hospitals and Clinics,

More information

INTRODUCTION TO MACHINE LEARNING. Decision tree learning

INTRODUCTION TO MACHINE LEARNING. Decision tree learning INTRODUCTION TO MACHINE LEARNING Decision tree learning Task of classification Automatically assign class to observations with features Observation: vector of features, with a class Automatically assign

More information

Updating immunization schedules to reflect GSK vaccines

Updating immunization schedules to reflect GSK vaccines in Professional EHR Manually updating immunization schedules in Professional Updating immunization schedules to reflect GSK vaccines E-Prescribing vaccines in Epic EHR The Centers for Disease Control and

More information

Machine Learning for Predicting Delayed Onset Trauma Following Ischemic Stroke

Machine Learning for Predicting Delayed Onset Trauma Following Ischemic Stroke Machine Learning for Predicting Delayed Onset Trauma Following Ischemic Stroke Anthony Ma 1, Gus Liu 1 Department of Computer Science, Stanford University, Stanford, CA 94305 Stroke is currently the third

More information

Augmented Medical Decisions

Augmented Medical Decisions Machine Learning Applied to Biomedical Challenges 2016 Rulex, Inc. Intelligible Rules for Reliable Diagnostics Rulex is a predictive analytics platform able to manage and to analyze big amounts of heterogeneous

More information

Preoperative Biliary Drainage Among Patients With Resectable Hepatobiliary Malignancy: Does Technique Matter?

Preoperative Biliary Drainage Among Patients With Resectable Hepatobiliary Malignancy: Does Technique Matter? Preoperative Biliary Drainage Among Patients With Resectable Hepatobiliary Malignancy: Does Technique Matter? Q. Lina Hu, MD; Jason B. Liu, MD, MS; Ryan J. Ellis, MD, MS; Jessica Y. Liu, MD, MS; Anthony

More information

Personalized predictions and clinical support tools based on big data: Development and implementation

Personalized predictions and clinical support tools based on big data: Development and implementation Personalized predictions and clinical support tools based on big data: Development and implementation Brian Schwartz & Wolfgang Lutz University of Trier Big Data in Psychology 2018 Trier, June 2018 1 Introduction

More information

THE NATIONAL QUALITY FORUM

THE NATIONAL QUALITY FORUM THE NATIONAL QUALITY FORUM National Voluntary Consensus Standards for Patient Outcomes Table of Measures Submitted-Phase 1 As of March 5, 2010 Note: This information is for personal and noncommercial use

More information

TENNCARE Bundled Payment Initiative: Description of Bundle Risk Adjustment for Wave 2 Episodes

TENNCARE Bundled Payment Initiative: Description of Bundle Risk Adjustment for Wave 2 Episodes TENNCARE Bundled Payment Initiative: Description of Bundle Risk Adjustment for Wave 2 Episodes Acute COPD exacerbation (COPD); Screening and surveillance colonoscopy (COL); and Outpatient and non-acute

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

NSQIP-P for the comparative analysis of resource utilization and disease-specific outcomes:

NSQIP-P for the comparative analysis of resource utilization and disease-specific outcomes: NSQIP-P for the comparative analysis of resource utilization and disease-specific outcomes: Implications for Benchmarking and Collaborative Quality Improvement Shawn J. Rangel, MD, MSCE ACS NSQIP Conference

More information

Measure the Quality of Robot-Assisted Surgery

Measure the Quality of Robot-Assisted Surgery Transcript Details This is a transcript of a continuing medical education (CME) activity accessible on the ReachMD network. Additional media formats for the activity and full activity details (including

More information

Improving Colectomy Outcomes in the Enhanced Recovery In NSQIP (ERIN) Pilot

Improving Colectomy Outcomes in the Enhanced Recovery In NSQIP (ERIN) Pilot Improving Colectomy Outcomes in the Enhanced Recovery In NSQIP (ERIN) Pilot Julia R. BerianMD; Kristen A. Ban MD; Sanjay MohantyMD,MS; Jennifer L. ParuchMD,MS; Clifford Y. KoMD,MS,MSHS; Julie K. Thacker

More information

Association of a Modified Frailty Index with Postoperative Outcomes after Ankle Fractures in Patients Aged 55 and Older

Association of a Modified Frailty Index with Postoperative Outcomes after Ankle Fractures in Patients Aged 55 and Older Association of a Modified Frailty Index with Postoperative Outcomes after Ankle Fractures in Patients Aged 55 and Older Rishin J. Kadakia MD; Cathy Vu MD; Andrew Pao MD; Shay Tenenbaum MD, Jason T. Bariteau

More information

Midterm project (Part 2) Due: Monday, November 5, 2018

Midterm project (Part 2) Due: Monday, November 5, 2018 University of Pittsburgh CS3750 Advanced Topics in Machine Learning Professor Milos Hauskrecht Midterm project (Part 2) Due: Monday, November 5, 2018 The objective of the midterm project is to gain experience

More information

Data Fusion: Integrating patientreported survey data and EHR data for health outcomes research

Data Fusion: Integrating patientreported survey data and EHR data for health outcomes research Data Fusion: Integrating patientreported survey data and EHR data for health outcomes research Lulu K. Lee, PhD Director, Health Outcomes Research Our Development Journey Research Goals Data Sources and

More information

Feature selection methods for early predictive biomarker discovery using untargeted metabolomic data

Feature selection methods for early predictive biomarker discovery using untargeted metabolomic data Feature selection methods for early predictive biomarker discovery using untargeted metabolomic data Dhouha Grissa, Mélanie Pétéra, Marion Brandolini, Amedeo Napoli, Blandine Comte and Estelle Pujos-Guillot

More information

Predictive Models for Making Patient Screening Decisions

Predictive Models for Making Patient Screening Decisions Predictive Models for Making Patient Screening Decisions MICHAEL HAHSLER 1, VISHAL AHUJA 1, MICHAEL BOWEN 2, AND FARZAD KAMALZADEH 1 1 Southern Methodist University, 2 UT Southwestern Medical Center and

More information

Team-Based Decision Support in Diabetes Outcomes and Costs

Team-Based Decision Support in Diabetes Outcomes and Costs Team-Based Decision Support in Diabetes Outcomes and Costs Session 89, 8:30 a.m. February 13, 2019 Gary Ozanich, Ph.D. - College of Informatics, Northern Kentucky University 1 Conflict of Interest Gary

More information

Behind the Cascade: Analyzing Spatial Patterns Along the HIV Care Continuum

Behind the Cascade: Analyzing Spatial Patterns Along the HIV Care Continuum Behind the Cascade: Analyzing Spatial Patterns Along the HIV Care Continuum Kathleen Brady 1,2, M. Eberhart 1, A. Hillier 2, C. Voytek 2, M. Blank 2, I. Frank 2, D. Metzger, 2 B. Yehia 2 1 Philadelphia

More information

A Comparison of Collaborative Filtering Methods for Medication Reconciliation

A Comparison of Collaborative Filtering Methods for Medication Reconciliation A Comparison of Collaborative Filtering Methods for Medication Reconciliation Huanian Zheng, Rema Padman, Daniel B. Neill The H. John Heinz III College, Carnegie Mellon University, Pittsburgh, PA, 15213,

More information

Introduction to Discrimination in Microarray Data Analysis

Introduction to Discrimination in Microarray Data Analysis Introduction to Discrimination in Microarray Data Analysis Jane Fridlyand CBMB University of California, San Francisco Genentech Hall Auditorium, Mission Bay, UCSF October 23, 2004 1 Case Study: Van t

More information

Using Natural Language Processing To Analyze Electronic Health Records. Philip Poon PhD Data Scientist

Using Natural Language Processing To Analyze Electronic Health Records. Philip Poon PhD Data Scientist Using Natural Language Processing To Analyze Electronic Health Records Philip Poon PhD Data Scientist Agenda Overview of UnityPoint Health and Electronic Health Record Natural Language Processing development

More information

ICU Admission Improves Pneumonia Outcomes

ICU Admission Improves Pneumonia Outcomes ICU Admission Improves Pneumonia Outcomes 1 Colin R. Cooke, MD, MSc, MS Assistant Professor of Medicine Pulmonary & Critical Care Medicine, Center for Healthcare Outcomes & Policy, Institute for Healthcare

More information

CSE 258 Lecture 2. Web Mining and Recommender Systems. Supervised learning Regression

CSE 258 Lecture 2. Web Mining and Recommender Systems. Supervised learning Regression CSE 258 Lecture 2 Web Mining and Recommender Systems Supervised learning Regression Supervised versus unsupervised learning Learning approaches attempt to model data in order to solve a problem Unsupervised

More information

Validation of Clinical Outcomes in Electronic Data Sources

Validation of Clinical Outcomes in Electronic Data Sources Validation of Clinical Outcomes in Electronic Data Sources Vincent Lo Re, MD, MSCE Assistant Professor of Medicine and Epidemiology Center for Clinical Epidemiology and Biostatistics Center for Pharmacoepidemiology

More information

The Artificial Intelligence Clinician learns optimal treatment strategies for sepsis in intensive care

The Artificial Intelligence Clinician learns optimal treatment strategies for sepsis in intensive care SUPPLEMENTARY INFORMATION Articles https://doi.org/10.1038/s41591-018-0213-5 In the format provided by the authors and unedited. The Artificial Intelligence Clinician learns optimal treatment strategies

More information

Comparison of discrimination methods for the classification of tumors using gene expression data

Comparison of discrimination methods for the classification of tumors using gene expression data Comparison of discrimination methods for the classification of tumors using gene expression data Sandrine Dudoit, Jane Fridlyand 2 and Terry Speed 2,. Mathematical Sciences Research Institute, Berkeley

More information

Predictive and Similarity Analytics for Healthcare

Predictive and Similarity Analytics for Healthcare Predictive and Similarity Analytics for Healthcare Paul Hake, MSPA IBM Smarter Care Analytics 1 Disease Progression & Cost of Care Health Status Health care spending Healthy / Low Risk At Risk High Risk

More information

Best Practices for Fast Track in Bariatric Surgery: Enhanced Recovery After Bariatric Surgery

Best Practices for Fast Track in Bariatric Surgery: Enhanced Recovery After Bariatric Surgery Best Practices for Fast Track in Bariatric Surgery: Enhanced Recovery After Bariatric Surgery Abdelrahman Nimeri, MBBCh, FACS, FASMBS ACS NSQIP Surgeon Champion Chief of General, Thoracic & Vascular Surgery

More information

Reducing the incidence of surgical site infection: A personal story in three acts

Reducing the incidence of surgical site infection: A personal story in three acts Reducing the incidence of surgical site infection: A personal story in three acts Robert G. Sawyer, M.D. Professor of Surgery and Public Health Sciences At the Midpoint of the Odyssey Defining the real

More information

Following the health of half a million participants

Following the health of half a million participants Following the health of half a million participants Cathie Sudlow UK Biobank Scientific Conference London, June 2018 Follow-up of participants in very large prospective cohorts Aim: identify a wide range

More information

Understanding Readmissions in Pediatric Surgery

Understanding Readmissions in Pediatric Surgery Understanding Readmissions in Pediatric Surgery Afif Kulaylat MD MSc, Anthony Tsai MD, Dorothy Rocourt MD, Kathryn Martin MD, Brett Engbrecht MD MPH, Mary Santos MD MEd, Robert Cilley MD, Christopher Hollenbeak

More information

Understanding and Reducing Clinical Data Biases. Daniel Fort

Understanding and Reducing Clinical Data Biases. Daniel Fort Understanding and Reducing Clinical Data Biases Daniel Fort Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy under the Executive Committee of the Graduate School

More information

White Paper Estimating Complex Phenotype Prevalence Using Predictive Models

White Paper Estimating Complex Phenotype Prevalence Using Predictive Models White Paper 23-12 Estimating Complex Phenotype Prevalence Using Predictive Models Authors: Nicholas A. Furlotte Aaron Kleinman Robin Smith David Hinds Created: September 25 th, 2015 September 25th, 2015

More information

The Role of HMOs in Managing Diabetes Technical Notes

The Role of HMOs in Managing Diabetes Technical Notes The Role of HMOs in Managing Diabetes Technical Notes The 225 Market Street, Suite 400 Harrisburg, PA 17101 (717) 232-6787 www.phc4.org Foreword These Technical Notes are intended to accompany the public

More information

Legislative Report: 5010/ICD-10 --------------------------------- WEDI EHR Work Group: Electronic Health Record Product and Vendor Profile Site (Draft) Robert M. Tennant MGMA Co-chair, WEDI EHR WG HR 4157

More information

ACS-NSQIP 2015 Julietta Chang MD, Ali Aminian MD, Stacy A Brethauer MD, Philip R Schauer MD Bariatric and Metabolic Institute

ACS-NSQIP 2015 Julietta Chang MD, Ali Aminian MD, Stacy A Brethauer MD, Philip R Schauer MD Bariatric and Metabolic Institute ACS-NSQIP 2015 Julietta Chang MD, Ali Aminian MD, Stacy A Brethauer MD, Philip R Schauer MD Bariatric and Metabolic Institute Disclosures Authors: No disclosures ACS-NSQIP Disclaimer: The American College

More information

3/20/2013. "ICD-10 Update Understanding and Analyzing GEMs" March 10, 2013

3/20/2013. ICD-10 Update Understanding and Analyzing GEMs March 10, 2013 "ICD-10 Update Understanding and Analyzing GEMs" March 10, 2013 1 Leola Burke MHSA, CCS AHIMA-approved ICD-10-CM/PCS Trainer Independent Coding Consultant & ICD-10-CM/PCS Expert, Raleigh, NC & Jacksonville,

More information

Predictive Analytics for Retention in HIV Care

Predictive Analytics for Retention in HIV Care Predictive Analytics for Retention in HIV Care Jessica Ridgway, MD, MS; Arthi Ramachandran, PhD; Hannes Koenig, MS; Avishek Kumar, PhD; Joseph Walsh, PhD; Christina Sung; Rayid Ghani, MS; John A. Schneider,

More information