Efficient Use of EHR Data for Translational Research

Size: px
Start display at page:

Download "Efficient Use of EHR Data for Translational Research"

Transcription

1 Efficient Use of EHR Data for Translational Research Tianxi Cai Department of Biostatistics, Harvard T.H. Chan School of Public Health Department of Biomedical Informatics, Harvard Medical School Harvard Catalyst, 2018

2 Acknowledgment Jessica Gronsbell (Stanford) Hong Chuan (Harvard) Sheng Yu (Tsinghua University) David Cheng (Harvard) Abhishek Chakrabortty (Upenn) Issac Kohane (Harvard) Vivian Gainer (Partner s Healthchare) Victor Castro (Partner s Healthcare) Shawn Murphy (Partner s Healthcare) Ashwin Ananthakrishnan (MGH) Katherine Liao (BWH) NIH BD2K grant (Harvard Catalyst, 2018) EHR Research 2 / 18

3 Outline Opportunities & Challenges in using EHR for research Phenomewide Association Study (PheWAS) Genetic Risk Prediction Comparative Effectiveness Research/Causal Inference Efficient Phenotyping via Semi-supervised Learning (SSL) SSL Approach to Genetic Risk Modeling Remarks (Harvard Catalyst, 2018) EHR Research 3 / 18

4 Background EHR adoption rate Rich resource for research detailed longitudinal patient level data a wide range of disease conditions enables large scale genomic & comparative effectiveness studies Source: CDC NCHS Data Brief (2014) (Harvard Catalyst, 2018) EHR Research 4 / 18

5 EHR Data structured data: ICD9 billing codes; lab results etc unstructured text data: extracted via natural language processing (NLP) clinical term concept unique identifiers (CUI) [Liao et al, 2015] (Harvard Catalyst, 2018) EHR Research 5 / 18

6 Integrative Analysis of Electronic Medical Records (EMR) Data EHR linked with bio-respository PheWAS Bio-repository Genomic Risk Prediction of Disease EMR Comparative Effective Research Pharmacogenomics (Harvard Catalyst, 2018) EHR Research 6 / 18

7 Integrative Analysis of Electronic Medical Records (EMR) Data EHR linked with bio-respository PheWAS Bio-repository Genomic Risk Prediction of Disease EMR Comparative Effective Research Pharmacogenomics A Major Challenge Precise info on phenotype/treatment response not readily available ICD9 billing codes sometimes provide inaccurate approximations power loss PPV 0.70, NPV 0.95 power 45% vs 80% w/ gold standard labels (Harvard Catalyst, 2018) EHR Research 6 / 18

8 EHR Phenotyping Challenge: Who has what disease phenotype/outcome? Solution: build algorithms to predict phenotype (Harvard Catalyst, 2018) EHR Research 7 / 18

9 EHR Phenotyping Challenge: Who has what disease phenotype/outcome? Solution: build algorithms to predict phenotype Algorithm Development Major Steps: 1 identify features (Z) relevant to the phenotype 2 gold standard labels (Y) obtained via chart review (Harvard Catalyst, 2018) EHR Research 7 / 18

10 EHR Phenotyping Challenge: Who has what disease phenotype/outcome? Solution: build algorithms to predict phenotype Algorithm Development Major Steps: 1 identify features (Z) relevant to the phenotype 2 gold standard labels (Y) obtained via chart review 3 regression modeling Y g(x; θ) Ŷ (X) = g(x; θ) 4 prediction performance evaluation 5 apply the algorithm to the EMR to predict phenotype (Harvard Catalyst, 2018) EHR Research 7 / 18

11 Rheumatoid Arthritis (RA) Algorithm Development Partners Healthcare EMR Data Mart (N=29,432) at least 1 ICD9 code for RA or tested for anti-ccp Features (p 100): curated by domain experts codified variables (e.g. ICD9 billing codes, lab test results, medication prescription) NLP variables (e.g. NLP mention of symptoms, diseases, medication) Training set: n = 500 (chart reviewed) Algorithm developed via regularized estimation adaptive LASSO (Harvard Catalyst, 2018) EHR Research 8 / 18

12 RA Algorithm Development Partner s EMR AUC: 0.95; PPV: 0.94; vitual cohort size n = 4453 ( 15%) [Liao et al, 2010] Portability to other EMR AUC: 0.92 at Northwestern; 0.95 at Vanderbilt [Carroll et al, 2012] (Harvard Catalyst, 2018) EHR Research 9 / 18

13 Bottlenecks: Labor/Resource Intensive Algorithm development: costly in time and resource 1 identifying features: manual creation w/ clinical + NLP expert Solution: unsupervised feature selection leveraging online knowledge sources [Yu et al, 2015, 2016] 2 gold standard label chart review: clinical expert Solution: semi-supervised learning to improve estimation efficiency and hence reduce # of labels needed (Harvard Catalyst, 2018) EHR Research 10 / 18

14 Identifying Features: Automation Term Detection Concept Mapping Drug Grouping Frequency Control Automated Feature Extraction for Phenotyping Junk Filtering RankCor Control [Sheng et al, 2015,2016] online knowledge sources candidate features surrogate phenotypes data driven feature selection (Harvard Catalyst, 2018) EHR Research 11 / 18

15 Identifying Features: Automation Term Detection Concept Mapping Drug Grouping Frequency Control Automated Feature Extraction for Phenotyping Junk Filtering RankCor Control [Sheng et al, 2015,2016] online knowledge sources candidate features surrogate phenotypes data driven feature selection Results for RA classification with Partner s EMR candidate features: rheumatoid arthritis, morning stiffness, methotraxate, TNF, CRP classification accuracy: AUC = 0.95 (Harvard Catalyst, 2018) EHR Research 11 / 18

16 Bottlenecks: Labor/Resource Intensive Algorithm development: costly in time and resource 1 identifying features 2 gold standard label chart review: clinical expert Solution: semi-supervised learning to improve estimation efficiency and hence reduce # of labels needed (Harvard Catalyst, 2018) EHR Research 12 / 18

17 Semi-Supervised Setting: Nature of the Data Unlabeled data: feature distribution (P X ) Question: Can we use unlabeled data to get a more efficient SSL procedure? Missing data problem? % missing in the outcome: 100% (Harvard Catalyst, 2018) EHR Research 13 / 18

18 Semi-supervised Learning (SSL) SSL procedure: Step I: learn a relationship beween Y and X using labeled data (L) Step II: impute the missing Y for the unlabeled data (U) Step III: regress the imputed outcome against X SSL estimator can be substantially more efficient than the supervised estimator under certain scenarios A robust combination procedure to guarantee that the SSL procedure will always be at least as efficient as the supervised. (Harvard Catalyst, 2018) EHR Research 14 / 18

19 Example: EHR Algorithm for Classifying Rheumatoid Arthritis n = 500 labeled observations N = 29, 000 unlabeled observations Features: ICD9 codes of rheumatoid arthritis and competing diagnosis, NLP mentions of clinical conditions/signs/symptoms medication prescription, lab results Results: Efficiency of SSL relative to supervised SSL 20% 380% times more efficient for regression coefficients SSL 50% 670% times more efficient for accuracy parameters such as sensitivity, specificity and AUC. (Harvard Catalyst, 2018) EHR Research 15 / 18

20 Genetic Risk Prediction Goal: predict the risk of Y = 1 using genetic marker G under P(Y = 1 G) = g(β 0 + β T G) Challenges: Y only available on a small set Algorithm scores S = (S 1,..., S k ) T for predicting Y are available on all patients, but they may not be entirely accurate or fully validated Question: how to efficiently estimate β evaluate the prediction performance of S k for Y (Harvard Catalyst, 2018) EHR Research 16 / 18

21 Genetic Risk Prediction Goal: predict the risk of Y = 1 using genetic marker G under P(Y = 1 G) = g(β 0 + β T G) Challenges: Y only available on a small set Algorithm scores S = (S 1,..., S k ) T for predicting Y are available on all patients, but they may not be entirely accurate or fully validated Question: how to efficiently estimate β evaluate the prediction performance of S k for Y Approach: Assumption: S relate to G only through Y, i.e. S G Y maximizing a composite non-parametric likelihood P(S k s Y ) and β. (Harvard Catalyst, 2018) EHR Research 16 / 18

22 Genetic Risk Prediction of CAD in RA Patients Goal: comparing genetic risk model estimating for CAD among RA patients via supervised methods with a full sample of 950 patients versus SSL with a subsample of 200 labels on CAD leveraging three phenotype algorithms S = (S ICD, S NLP, S Curated ) T. Full Data n = 200 Labels Variable β(se) p-value β(se) p-value age 0.09(0.01) (0.01) 0.00 sex 1.21(0.27) (0.31) 0.00 rs (0.26) (0.30) 0.06 rs (0.36) (0.37) 0.04 rs (0.71) (0.55) 0.00 AUC Sensitivity ICD NLP ICD+NLP ICD NLP ICD+NLP 200 SL.93(.071).98(.020).99(.012).84(.142).80(.161).92(.093) SSL.97(.017).98(.005).99(.002).86(.062).86(.068).97(.017) Full SL.94(.015).98(.004).99(.002).86(.041).85(.039).97(.013) (Harvard Catalyst, 2018) EHR Research 17 / 18

23 Remarks EHR Data provides: Opportunities for novel big-data-analytics development optimal sampling design for chart review or marker measurement Unsupervised learning: Automated Feature Selection Automated Phenotype Prediction/Annotation Opportunities to improve in clinical practice and discovery research precision medicine: who should be treated by what more accurate diagnosis/prognosis capture the disease early longitudinal information enables dynamic prediction (Harvard Catalyst, 2018) EHR Research 18 / 18

Big Data & Clinical Informatics

Big Data & Clinical Informatics Big Data & Clinical Informatics Client Overview A leading clinical intelligence company that powers healthcare providers, life sciences and research organizations to make better-informed, more confident

More information

Predictive Genomics for Prevention, Interception and Cure Health Datapalooza

Predictive Genomics for Prevention, Interception and Cure Health Datapalooza Predictive Genomics for Prevention, Interception and Cure Health Datapalooza Emma Huang Population Analytics 27 April 2017 1 Looking to the future, our goal is to leverage the unprecedented advances in

More information

Transformational Data-Driven Solutions for Healthcare

Transformational Data-Driven Solutions for Healthcare Transformational Data-Driven Solutions for Healthcare Transformational Data-Driven Solutions for Healthcare Today s healthcare providers face increasing pressure to improve operational performance while

More information

Bridging the Genomics-Health IT Gap for Precision Medicine

Bridging the Genomics-Health IT Gap for Precision Medicine Domain Monitor: Analytics Bridging the Genomics-Health IT Gap for Precision Medicine By Jody Ranck The Reality of Precision Medicine Since the White House launched its Precision Medicine initiative in

More information

Is Your Healthcare Analytics System Missing the Gold in Your EHRs? A Special Report for Healthcare Executives

Is Your Healthcare Analytics System Missing the Gold in Your EHRs? A Special Report for Healthcare Executives Is Your Healthcare Analytics System Missing the Gold in Your EHRs? A Special Report for Healthcare Executives Contents Executive Summary 3 Checklist: Are You Mining All the Gold in Your EHRs? 4 What s

More information

TOTAL CANCER CARE: CREATING PARTNERSHIPS TO ADDRESS PATIENT NEEDS

TOTAL CANCER CARE: CREATING PARTNERSHIPS TO ADDRESS PATIENT NEEDS TOTAL CANCER CARE: CREATING PARTNERSHIPS TO ADDRESS PATIENT NEEDS William S. Dalton, PhD, MD CEO, M2Gen & Director, Personalized Medicine Institute, Moffitt Cancer Center JULY 15, 2013 MOFFITT CANCER CENTER

More information

emerge-ii site report Vanderbilt

emerge-ii site report Vanderbilt emerge-ii site report Vanderbilt 29 June 2015 Vanderbilt activities emerge II PGx implementation locally and emerge-pgx SCN5A/KCNH2 project provider attitudes Phenotype contributions Methods development

More information

Human Genomics, Precision Medicine, and Advancing Human Health. The Human Genome. The Origin of Genomics : 1987

Human Genomics, Precision Medicine, and Advancing Human Health. The Human Genome. The Origin of Genomics : 1987 Human Genomics, Precision Medicine, and Advancing Human Health Eric Green, M.D., Ph.D. Director, NHGRI The Human Genome Cells Nucleus Chromosome DNA Human Genome: 3 Billion Bases (letters) The Origin of

More information

Application of Deep Learning to Drug Discovery

Application of Deep Learning to Drug Discovery Application of Deep Learning to Drug Discovery Hase T, Tsuji S, Shimokawa K, Tanaka H Tohoku Medical Megabank Organization, Tohoku University Current Situation of Drug Discovery Rapid increase of R&D expenditure

More information

Optum Performance Analytics

Optum Performance Analytics Optum Performance Analytics A unified health care data and analytics platform Photo to come Optum Performance Analytics Position your organization for success with Optum Performance Analytics Dynamic health

More information

Personalized Medicine

Personalized Medicine Personalized Medicine Dr. Pablo Mentzinis, Director Government Relations, SAP SE Courtesy by Dominik Bertram, Marc von der Linden, Péter Adorján, SAP June 2016 1. Traditional medicine vs. personalized

More information

Reimagining Life Sciences With AI-Enabled Digital Transformation. Abstract

Reimagining Life Sciences With AI-Enabled Digital Transformation. Abstract Reimagining Life Sciences With AI-Enabled Digital Transformation Abstract Technological, regulatory and environmental changes, along with an increasingly active involvement of patients in their treatment

More information

Technology Trends and Impacts on CDI Programs. Tim Minnich, Solution Sales Executive, Mobile:

Technology Trends and Impacts on CDI Programs. Tim Minnich, Solution Sales Executive, Mobile: Technology Trends and Impacts on CDI Programs Tim Minnich, Solution Sales Executive, Tim.minnich@optum.com Mobile: 610-587-7366 Computer Assisted Coding & NLP The use of computer software that automatically

More information

Introducing a Highly Integrated Approach to Translational Research: Biomarker Data Management, Data Integration, and Collaboration

Introducing a Highly Integrated Approach to Translational Research: Biomarker Data Management, Data Integration, and Collaboration Introducing a Highly Integrated Approach to Translational Research: Biomarker Data Management, Data Integration, and Collaboration 1 2 Translational Informatics Overview Precision s suite of services is

More information

The Future of HealthCare Information Technology

The Future of HealthCare Information Technology HST.921 / HST.922 Information Technology in the Health Care System of the Future, Spring 2009 Harvard-MIT Division of Health Sciences and Technology Course Directors: Dr. Steven Locke, Dr. Bryan Bergeron,

More information

PREDICTING PREVENTABLE ADVERSE EVENTS USING INTEGRATED SYSTEMS PHARMACOLOGY

PREDICTING PREVENTABLE ADVERSE EVENTS USING INTEGRATED SYSTEMS PHARMACOLOGY PREDICTING PREVENTABLE ADVERSE EVENTS USING INTEGRATED SYSTEMS PHARMACOLOGY GUY HASKIN FERNALD 1, DORNA KASHEF 2, NICHOLAS P. TATONETTI 1 Center for Biomedical Informatics Research 1, Department of Computer

More information

Epidemiology in the era of digital data. Andrew Roddam September 2017

Epidemiology in the era of digital data. Andrew Roddam September 2017 Epidemiology in the era of digital data Andrew Roddam September 2017 There are four big decisions in making medicines Molecule Target Clinical biological experiment Demonstration of clinical effect and

More information

SEMANTIC DATA PLATFORM FOR HEALTHCARE. Dr. Philipp Daumke

SEMANTIC DATA PLATFORM FOR HEALTHCARE. Dr. Philipp Daumke SEMANTIC DATA PLATFORM FOR HEALTHCARE Dr. Philipp Daumke ABOUT AVERBIS Founded: 2007 Location: Team: Focus: Current Sectors: Freiburg, Germany Domain & IT-Experts Leverage structured & unstructured information

More information

Application of Deep Learning to Drug Discovery

Application of Deep Learning to Drug Discovery Application of Deep Learning to Drug Discovery Hiroshi Tanaka Tohoku Medical Megabank Orga nization, Tohoku University Current Situation of Drug Discovery Rapid increase of R&D expenditure More than 1B

More information

Optum Labs: A Center for Collaborative Healthcare Research and Innovation

Optum Labs: A Center for Collaborative Healthcare Research and Innovation Optum Labs: A Center for Collaborative Healthcare Research and Innovation Paul Bleicher, MD PhD CEO, Optum Labs October 16, 2013 What s Missing in Healthcare Research and Innovation? Collaboration across

More information

Pharmacovigilance & Signal Detection

Pharmacovigilance & Signal Detection Pharmacovigilance & Signal Detection 30 th International Conference on Pharmacoepidemiology & Therapeutic Risk Management Pre-conference educational session Thursday, October 23, 2014; 2:00-6:00pm Semi-automated,

More information

New Frontiers in Personalized Medicine

New Frontiers in Personalized Medicine New Frontiers in Personalized Medicine Oracle Open World Shanghai 2013 Neil de Crescenzo SVP and GM 1 Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

Should IGRAs replace the TST?

Should IGRAs replace the TST? Should IGRAs replace the TST? Jim Rothel Melbourne, Australia Disclaimer: I am a consultant to Cellestis, a QIAGEN company Presentation Outline Comparative performance of QFT and the TST Is the TST / QFT

More information

The Four Eras of Analytics. Thomas H. Davenport

The Four Eras of Analytics. Thomas H. Davenport SESSION #2 The Four Eras of Analytics Thomas H. Davenport Babson/MIT/Deloitte/International Institute for Analytics Four Eras of Analytics Thomas H. Davenport Babson/MIT/Deloitte/International Institute

More information

Semantic Enrichment and the Information Manager

Semantic Enrichment and the Information Manager WHITEPAPER Semantic Enrichment and the Information Manager Turning Content into Insight It is more resource intensive to bring a drug to market than ever before: Pharmaceutical companies spend an average

More information

Automated Coding Software:

Automated Coding Software: Automated Coding Software: Development and Use to Enhance Anti Fraud Activities Contract Number: HHSP23320054100EC July 11, 2005 Submitted by: Foundation of Research and Education American Health Information

More information

Dana-Farber Cancer Institute Speeds Medical Research with Advanced Data Warehouse

Dana-Farber Cancer Institute Speeds Medical Research with Advanced Data Warehouse Dana-Farber Cancer Institute Speeds Medical Research with Advanced Data Warehouse Dana-Farber Cancer Institute Boston, MA www.dana-farber.org Industry: Healthcare Annual Revenue: US$665.7 million Employees:

More information

QIAN ZHU. Department of Health Sciences Research, Mayo Clinic, Rochester, MN 55905, USA CUI TAO

QIAN ZHU. Department of Health Sciences Research, Mayo Clinic, Rochester, MN 55905, USA   CUI TAO EXPLORING THE PHARMACOGENOMICS KNOWLEDGE BASE (PHARMGKB) FOR REPOSITIONING BREAST CANCER DRUGS BY LEVERAGING WEB ONTOLOGY LANGUAGE (OWL) AND CHEMINFORMATICS APPROACHES * QIAN ZHU Department of Health Sciences

More information

Analytics in Healthcare. Preparing for advance healthcare analytics

Analytics in Healthcare. Preparing for advance healthcare analytics Analytics in Healthcare Preparing for advance healthcare analytics Connected Health From devices to data to patients and caregivers through to data analysis that addresses actionable insight, you need

More information

PREDICTING EMPLOYEE ATTRITION THROUGH DATA MINING

PREDICTING EMPLOYEE ATTRITION THROUGH DATA MINING PREDICTING EMPLOYEE ATTRITION THROUGH DATA MINING Abbas Heiat, College of Business, Montana State University, Billings, MT 59102, aheiat@msubillings.edu ABSTRACT The purpose of this study is to investigate

More information

UTILIZING REAL WORLD BIG DATA AND VISUAL ANALYTICS TO EXAMINE THE PATIENT JOURNEY

UTILIZING REAL WORLD BIG DATA AND VISUAL ANALYTICS TO EXAMINE THE PATIENT JOURNEY UTILIZING REAL WORLD BIG DATA AND VISUAL ANALYTICS TO EXAMINE THE PATIENT JOURNEY Sergio Eslava, MD, MMI Assoc Dir Medical Informatics Celgene Corporation CBI Real World Evidence Philadelphia, September

More information

Types of Databases - By Scope

Types of Databases - By Scope Biological Databases Bioinformatics Workshop 2009 Chi-Cheng Lin, Ph.D. Department of Computer Science Winona State University clin@winona.edu Biological Databases Data Domains - By Scope - By Level of

More information

APIXIO HCC PROFILER Reimagining Risk Adjustment

APIXIO HCC PROFILER Reimagining Risk Adjustment APIXIO HCC PROFILER Reimagining Risk Adjustment Traditional Risk Adjustment Methods Aren t Enough Traditionally, risk adjustment has used manual, low-tech methods of identifying, obtaining, and individually

More information

Healthcare Transformation 2016 ACO Summit Charlie Lougheed President & Cofounder, Explorys, an IBM Company.

Healthcare Transformation 2016 ACO Summit Charlie Lougheed President & Cofounder, Explorys, an IBM Company. Healthcare Transformation 2016 ACO Summit Charlie Lougheed President & Cofounder, Explorys, an IBM Company charlielougheed@us.ibm.com A Frightening Journey For Healthcare Systems Value Capable + Risk Capable

More information

Developing Data Models and Standards to Support Use Cases

Developing Data Models and Standards to Support Use Cases Developing Data Models and Standards to Support Use Cases Robert R. Freimuth, PhD ClinGen/DECIPHER Meeting May 27, 2015 2014 MFMER slide-1 Interoperability Semantic Requires a common understanding of the

More information

DESIGN OF COPD BIGDATA HEALTHCARE SYSTEM THROUGH MEDICAL IMAGE ANALYSIS USING IMAGE PROCESSING TECHNIQUES

DESIGN OF COPD BIGDATA HEALTHCARE SYSTEM THROUGH MEDICAL IMAGE ANALYSIS USING IMAGE PROCESSING TECHNIQUES DESIGN OF COPD BIGDATA HEALTHCARE SYSTEM THROUGH MEDICAL IMAGE ANALYSIS USING IMAGE PROCESSING TECHNIQUES B.Srinivas Raja 1, Ch.Chandrasekhar Reddy 2 1 Research Scholar, Department of ECE, Acharya Nagarjuna

More information

Personalized. Health in Canada

Personalized. Health in Canada Personalized Health in Canada Canadian Institutes of Health Research Personalized Medicine Signature Initiative 2010-2013 0 Dr. Morag Park CIHR Institute of Cancer Research Dr. Paul Lasko CIHR Institute

More information

2017 Precision Medicine Study

2017 Precision Medicine Study 2017 Precision Medicine Study www.himssanalytics.com Enabling better health through information technology. Precision Medicine Study Introduction DNA genetic testing companies such as Ancestry.com and

More information

Centricity * Precision Reporting

Centricity * Precision Reporting GE Healthcare Centricity * Precision Reporting A more intelligent approach to diagnostic reporting. Healthcare IT Re-Imagined 1 1 1 0 0 1 0 1 0 0 0 0 *Trademark of General Electric Company. Imagine being

More information

Making the Case for a New Approach to Managing Quality and Risk: Intelligence Automation in the Ambulatory Care Setting

Making the Case for a New Approach to Managing Quality and Risk: Intelligence Automation in the Ambulatory Care Setting Making the Case for a New Approach to Managing Quality and Risk: Intelligence Automation in the Ambulatory Care Setting Tuesday, January 30, 2018 12:00-1:00 PM CT Jeremiah M. Rothschild, PMP Sr. Director

More information

Leveraging Data Analytics for Customer Support Efficiency

Leveraging Data Analytics for Customer Support Efficiency Leveraging Data Analytics for Customer Support Efficiency October 6, 2016 Kelly Hoopes Senior Consultant Service Strategies Overview Discussion Topics Types of Data Structured vs. Unstructured Reporting

More information

Comments on Use of Databases for Establishing the Clinical Relevance of Human Genetic Variants

Comments on Use of Databases for Establishing the Clinical Relevance of Human Genetic Variants Division of Dockets Management (HFA-305) Food and Drug Administration 5630 Fishers Lane, Rm. 1061 Rockville, MD 20852 The American Society of Human Genetics 9650 Rockville Pike Bethesda, MD 20814 24 December

More information

Research Opportunities at NIGMS. Stephen Marcus, Ph.D.

Research Opportunities at NIGMS. Stephen Marcus, Ph.D. Research Opportunities at NIGMS Stephen Marcus, Ph.D. Mission Statement of the NIGMS The National Institute of General Medical Sciences supports basic research that increases understanding of biological

More information

Controversy In Pharmacogenomics

Controversy In Pharmacogenomics Controversy In Pharmacogenomics Alejandra M. De Jesús-Soto, Mark R. Ruprecht, Patricia Vera-González Principal Investigator: Rafael Irizarry, PhD Graduate Assistant: William Townes, MS Harvard T.H. Chan

More information

Clinical Applications of Big Data

Clinical Applications of Big Data Clinical Applications of Big Data Michael A. Grasso, MD, PhD, FACP Assistant Professor Internal Medicine, Emergency Medicine, Computer Science University of Maryland School of Medicine Director University

More information

State of the Art in Data Management for Precision Medicine & Genomics. March 8, pm 3 pm ET

State of the Art in Data Management for Precision Medicine & Genomics. March 8, pm 3 pm ET State of the Art in Data Management for Precision Medicine & Genomics March 8, 2017 2 pm 3 pm ET Housekeeping Issues All participants are muted To ask a question or make a comment, please submit via the

More information

VITERA (GREENWAY) INTERGY 9.0 MEDICAL REVIEW

VITERA (GREENWAY) INTERGY 9.0 MEDICAL REVIEW 1 VITERA (GREENWAY) INTERGY 9.0 MEDICAL REVIEW Corporate Background Vitera Intergy is a veteran Practice Management and EMR/EHR product that has changed hands and names a number of times. Though most users

More information

Powering the Connected Healthcare Ecosystem

Powering the Connected Healthcare Ecosystem Powering the Connected Healthcare Ecosystem Mark Leenay MS, MD Chief Medical Officer and Senior Vice President -Performance Assessment - Managing Populations and Processes Optum: The Industry Leader in

More information

Testimony of Christopher Newton-Cheh, MD, MPH Volunteer for the American Heart Association

Testimony of Christopher Newton-Cheh, MD, MPH Volunteer for the American Heart Association Testimony of Christopher Newton-Cheh, MD, MPH Volunteer for the American Heart Association Before the House Energy and Commerce Subcommittee on Health 21st Century Cures: Examining the Regulation of Laboratory

More information

Privacy Preserving Data Mining in Application

Privacy Preserving Data Mining in Application Brookings Institution Expert Workshop on Statistical & Epidemiological Issues in Active Medical Product Surveillance A Brief Introduction to Privacy Enhancing Technologies for Surveillance Purposes Bradley

More information

Machine Learning in Computational Biology CSC 2431

Machine Learning in Computational Biology CSC 2431 Machine Learning in Computational Biology CSC 2431 Lecture 9: Combining biological datasets Instructor: Anna Goldenberg What kind of data integration is there? What kind of data integration is there? SNPs

More information

Increased competitive advantage and enhanced overall revenue through automated data collection and user-friendly reporting tools

Increased competitive advantage and enhanced overall revenue through automated data collection and user-friendly reporting tools Patient care is easier and more efficient with NextGen EHR. I enter the notes in real time, eliminating the time and costs of transcription. Dr. James Nieto Director ofneurosurgery Hospitalof Queens You

More information

NEXT GENERATION PREDICATIVE ANALYTICS USING HP DISTRIBUTED R

NEXT GENERATION PREDICATIVE ANALYTICS USING HP DISTRIBUTED R 1 A SOLUTION IS NEEDED THAT NOT ONLY HANDLES THE VOLUME OF BIG DATA OR HUGE DATA EASILY, BUT ALSO PRODUCES INSIGHTS INTO THIS DATA QUICKLY NEXT GENERATION PREDICATIVE ANALYTICS USING HP DISTRIBUTED R A

More information

Big Data. Methodological issues in using Big Data for Official Statistics

Big Data. Methodological issues in using Big Data for Official Statistics Giulio Barcaroli Istat (barcarol@istat.it) Big Data Effective Processing and Analysis of Very Large and Unstructured data for Official Statistics. Methodological issues in using Big Data for Official Statistics

More information

Pathway to Meaningful Use: Unlocking Valuable Information in Unstructured Documents

Pathway to Meaningful Use: Unlocking Valuable Information in Unstructured Documents Pathway to Meaningful Use: Unlocking Valuable Information in Unstructured Documents Kim Stavrinaki Liora Alschuler Co-Founder, Health s Story Project CEO, Lantana Consulting Group HIMSS Virtual Briefing

More information

Informatics of Clinical Genomics

Informatics of Clinical Genomics Informatics of Clinical Genomics Lynn Bry, MD, PhD. Director, Center for Clinical and Translational Metagenomics Associate Pathologist, Center for Advanced Molecular Diagnostics Dept. Pathology, Brigham

More information

Leveraging the Electronic Health Record for Population Decision Support and Quality Measurement. Jonathan S. Einbinder, MD, MPH

Leveraging the Electronic Health Record for Population Decision Support and Quality Measurement. Jonathan S. Einbinder, MD, MPH Leveraging the Electronic Health Record for Population Decision Support and Quality Measurement Jonathan S. Einbinder, MD, MPH Eighth National Quality Colloquium August 18, 2009 1 Objective Develop awareness

More information

MEDHOST Emergency Department Information System

MEDHOST Emergency Department Information System EDIS includes intuitive, graphical floor plans of your ED that enhance staff communication and workflow. MEDHOST Emergency Department Information System Emergency departments are the front door to America

More information

UltiPro Perception Collect and understand employee feedback with surveys and sentiment analysis

UltiPro Perception Collect and understand employee feedback with surveys and sentiment analysis UltiPro Perception Collect and understand employee feedback with surveys and sentiment analysis UltiPro Perception offers a modern way for collecting and understanding employee feedback providing a rich,

More information

The IBM Reference Architecture for Healthcare and Life Sciences

The IBM Reference Architecture for Healthcare and Life Sciences The IBM Reference Architecture for Healthcare and Life Sciences Janis Landry-Lane IBM Systems Group World Wide Program Director janisll@us.ibm.com Doing It Right SYMPOSIUM March 23-24, 2017 Big Data Symposium

More information

A Non-Actuarial Look at Predictive Analytics in Health Insurance Past, Present and Future. November 2016 Rajiv Sood

A Non-Actuarial Look at Predictive Analytics in Health Insurance Past, Present and Future. November 2016 Rajiv Sood A Non-Actuarial Look at Predictive Analytics in Health Insurance Past, Present and Future November 2016 Rajiv Sood Predictive Analytics Definition Predictive analytics is the practice of extracting information

More information

Approaching an Analytical Project. Tuba Islam, Analytics CoE, SAS UK

Approaching an Analytical Project. Tuba Islam, Analytics CoE, SAS UK Approaching an Analytical Project Tuba Islam, Analytics CoE, SAS UK Approaching an Analytical Project Starting with questions.. What is the problem you would like to solve? Why do you need analytics? Which

More information

Short Course: Adaptive Clinical Trials

Short Course: Adaptive Clinical Trials Short Course: Adaptive Clinical Trials Presented at the 2 Annual Meeting of the Society for Clinical Trials Vancouver, Canada Roger J. Lewis, MD, PhD Department of Emergency Medicine Harbor-UCLA Medical

More information

GeriMedProfiles. Consultant Pharmacist Software

GeriMedProfiles. Consultant Pharmacist Software GeriMedProfiles Consultant Pharmacist Software Features GerimedProfiles TM is a comprehensive medical database for clinical pharmacists Utilizes Microsoft Access as the core database allowing the end-user

More information

Terminology for personalized medicine

Terminology for personalized medicine Terminology for personalized medicine Sarah Ali-Khan 1 PhD, Stephanie Kowal 2, Westerly Luth 2, Richard Gold 1 SJD, and Tania Bubela 2 PhD JD 1. Centre for Intellectual Property Policy (CIPP), Faculty

More information

PAREXEL GENOMIC MEDICINE SERVICES. Applying genomics to enhance your drug development journey

PAREXEL GENOMIC MEDICINE SERVICES. Applying genomics to enhance your drug development journey PAREXEL GENOMIC MEDICINE SERVICES Applying genomics to enhance your drug development journey YOUR JOURNEY. OUR MISSION. Genomic expertise to simplify the route to product approval and maximize patient

More information

Flexible NLP for Varied Applications and Data Sources. David Milward, PhD CTO, Linguamatics

Flexible NLP for Varied Applications and Data Sources. David Milward, PhD CTO, Linguamatics Flexible NLP for Varied Applications and Data Sources David Milward, PhD CTO, Linguamatics Overview Using NLP to find, normalize and summarize information Applications: bench to bedside genotype-phenotype

More information

Forecasting Capabilities

Forecasting Capabilities Forecasting Capabilities Epicenter Consulting LLC Dr. P. Mueller Epicenter Consulting LLC 2011 Forecasting Capabilities Table of Contents Mission The 4 Basic Forecasting Approaches Key Criteria for the

More information

SAS Business Knowledge Series

SAS Business Knowledge Series 2014 SAS Business Knowledge Series A unique collaboration between SAS and a global network of industry experts who deliver the most current information on business practices, concepts, methodology and

More information

Data Collection and Aggregation: Making It Work for Your P4P Program

Data Collection and Aggregation: Making It Work for Your P4P Program Data Collection and Aggregation: Making It Work for Your P4P Program Dolores Yanagihara, MPH Integrated Healthcare Association February 27, 2008 National P4P Summit Overview The Data Problem Data Sources

More information

Predictive Modeling using SAS. Principles and Best Practices CAROLYN OLSEN & DANIEL FUHRMANN

Predictive Modeling using SAS. Principles and Best Practices CAROLYN OLSEN & DANIEL FUHRMANN Predictive Modeling using SAS Enterprise Miner and SAS/STAT : Principles and Best Practices CAROLYN OLSEN & DANIEL FUHRMANN 1 Overview This presentation will: Provide a brief introduction of how to set

More information

Translational Research

Translational Research Translational Research Paddy Johnston Chair, MRC Translational Research Overview Group October 2012 Translational Research Strategy and its delivery To accelerate patient benefit and increase economic

More information

Genomic Research: Issues to Consider. IRB Brown Bag August 28, 2014 Sharon Aufox, MS, LGC

Genomic Research: Issues to Consider. IRB Brown Bag August 28, 2014 Sharon Aufox, MS, LGC Genomic Research: Issues to Consider IRB Brown Bag August 28, 2014 Sharon Aufox, MS, LGC Outline Key genomic terms and concepts Issues in genomic research Consent models Types of findings Returning results

More information

ELE4120 Bioinformatics. Tutorial 5

ELE4120 Bioinformatics. Tutorial 5 ELE4120 Bioinformatics Tutorial 5 1 1. Database Content GenBank RefSeq TPA UniProt 2. Database Searches 2 Databases A common situation for alignment is to search through a database to retrieve the similar

More information

Value of. Clinical and Business Data Analytics for. Healthcare Payers NOUS INFOSYSTEMS LEVERAGING INTELLECT

Value of. Clinical and Business Data Analytics for. Healthcare Payers NOUS INFOSYSTEMS LEVERAGING INTELLECT Value of Clinical and Business Data Analytics for Healthcare Payers NOUS INFOSYSTEMS LEVERAGING INTELLECT Abstract As there is a growing need for analysis, be it for meeting complex regulatory requirements,

More information

SMEs in IMI2 Calls for Proposals

SMEs in IMI2 Calls for Proposals SMEs in IMI2 Calls for Proposals Why should an SME participate in an IMI project IMI projects are focused on translating excellent research into real world outcomes an opportunity for SMEs Unique collaborative

More information

MDM offers healthcare organizations an agile, affordable solution To deliver high quality patient care and better outcomes

MDM offers healthcare organizations an agile, affordable solution To deliver high quality patient care and better outcomes MDM offers healthcare organizations an agile, affordable solution To deliver high quality patient care and better outcomes Many healthcare organizations are struggling with rising costs and inconsistent

More information

Enterprise Data An Untapped Asset for Succeeding as Healthcare Changes

Enterprise Data An Untapped Asset for Succeeding as Healthcare Changes Enterprise Data An Untapped Asset for Succeeding as Healthcare Changes 1 2014 Encore, A Quintiles Company. No unauthorized copying or distribution permitted. What We ll Cover It s all about the data Why

More information

Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license.

Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license. Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license. Johns Hopkins University. Welcome to Health Management Information Systems,

More information

Big Data for Government Symposium

Big Data for Government Symposium Big Data for Government Symposium http://www.ttcus.com @TECHTrain Linkedin/Groups: Technology Training Corporation ONC Opportunities in Health IT and Big Data June 18, 2014 Stay connected, communicate,

More information

Emerging Impacts on Artificial Intelligence on Healthcare IT Session 300, February 20, 2017 James Golden, Ph.D., Christopher Ross, MBA

Emerging Impacts on Artificial Intelligence on Healthcare IT Session 300, February 20, 2017 James Golden, Ph.D., Christopher Ross, MBA Emerging Impacts on Artificial Intelligence on Healthcare IT Session 300, February 20, 2017 James Golden, Ph.D., Christopher Ross, MBA 1 STEPS This presentation will meet all of the HIMSS IT Value STEPS.

More information

CDISC Tech Webinar Leveraging CDISC Standards to Drive Crosstrial Analytics; Graph Technology and A3 Informatics 26 OCT 2017

CDISC Tech Webinar Leveraging CDISC Standards to Drive Crosstrial Analytics; Graph Technology and A3 Informatics 26 OCT 2017 CDISC Tech Webinar Leveraging CDISC Standards to Drive Crosstrial Analytics; Graph Technology and A3 Informatics 26 OCT 2017 CDISC 2017 1 Panelists Jim LaPointe Managing Director, Cambridge Semantics Patrick

More information

Stefano Monti. Workshop Format

Stefano Monti. Workshop Format Gad Getz Stefano Monti Michael Reich {gadgetz,smonti,mreich}@broad.mit.edu http://www.broad.mit.edu/~smonti/aws Broad Institute of MIT & Harvard October 18-20, 2006 Cambridge, MA Workshop Format Morning

More information

NHS ENGLAND BOARD PAPER

NHS ENGLAND BOARD PAPER NHS ENGLAND BOARD PAPER Paper: PB.30.03.2017/06 Title: Creating a genomic medicine service to lay the foundations to deliver personalised interventions and treatments Lead Director: Professor Sir Bruce

More information

Innovations in Clinical

Innovations in Clinical Innovations in Clinical Accelerating Insights & Data-Driven Decisions Masha Hoffey Director, Clinical Analytics 15 September 2016 HUMAN HEALTH ENVIRONMENTAL HEALTH 2014 PerkinElmer Contents Introduction

More information

Optum. One. Award-winning intelligent health analytics platform

Optum. One. Award-winning intelligent health analytics platform One Award-winning intelligent health analytics platform The One intelligent health platform enables health care providers to manage patient populations in a valuebased world. The platform combines the

More information

Overview of Health Informatics. ITI BMI-Dept

Overview of Health Informatics. ITI BMI-Dept Overview of Health Informatics ITI BMI-Dept Fellowship Week 5 Overview of Health Informatics ITI, BMI-Dept Day 10 7/5/2010 2 Agenda 1-Bioinformatics Definitions 2-System Biology 3-Bioinformatics vs Computational

More information

Health Story Project: Making the Move to the EHR How to Cut the Paper Clutter

Health Story Project: Making the Move to the EHR How to Cut the Paper Clutter Health Story Project: Making the Move to the EHR How to Cut the Paper Clutter Kim Stavrinaki Liora Alschuler Co-Founder, Health s Story Project CEO, Lantana Consulting Group Health Data Management Wednesday,

More information

HL 7 FHIR and the Future of Interoperability. January 25, pm 3pm ET

HL 7 FHIR and the Future of Interoperability. January 25, pm 3pm ET HL 7 FHIR and the Future of Interoperability January 25, 2017 2pm 3pm ET Housekeeping Issues All participants are muted To ask a question or make a comment, please submit via the chat feature and we will

More information

The MSO (Management Services Organization) Concept

The MSO (Management Services Organization) Concept The MSO (Management Services Organization) Concept August 2010 Presented By: Ken Welch, Hawaiian HealthCare Consultant MSO, A Definition A Management Services Organization is an organization that can provide

More information

Machine learning applications in genomics: practical issues & challenges. Yuzhen Ye School of Informatics and Computing, Indiana University

Machine learning applications in genomics: practical issues & challenges. Yuzhen Ye School of Informatics and Computing, Indiana University Machine learning applications in genomics: practical issues & challenges Yuzhen Ye School of Informatics and Computing, Indiana University Reference Machine learning applications in genetics and genomics

More information

Clinical trial information leaflet and consent

Clinical trial information leaflet and consent Informed consent 1(7) Clinical trial information leaflet and consent General You must provide sufficient information on the rights of clinical trial subjects, the purpose and nature of the trial, the methodologies

More information

Analytics of Biomedical Data INFO B585

Analytics of Biomedical Data INFO B585 Analytics of Biomedical Data INFO B585 Course Info Location Prerequisites: 3 Credit hours Online None COURSE DESCRIPTION This introductory course teaches students how to apply biomedical analytics methods

More information

ICH Topic E16 Genomic Biomarkers Related to Drug Response: Context, Structure and Format of Qualification Submissions. Step 3

ICH Topic E16 Genomic Biomarkers Related to Drug Response: Context, Structure and Format of Qualification Submissions. Step 3 European Medicines Agency June 2009 EMEA/CHMP/ICH/380636/2009 ICH Topic E16 Genomic Biomarkers Related to Drug Response: Context, Structure and Format of Qualification Submissions Step 3 NOTE FOR GUIDANCE

More information

Machine Learning in Pharmaceutical Research

Machine Learning in Pharmaceutical Research Machine Learning in Pharmaceutical Research Dr James Weatherall Global Director of Biomedical & Clinical Informatics AstraZeneca Research & Development October 2011 Overview Background: Pharmaceutical

More information

Content Areas of the Pharmacy Curriculum Outcomes Assessment (PCOA )

Content Areas of the Pharmacy Curriculum Outcomes Assessment (PCOA ) Content Areas of the Pharmacy Curriculum Outcomes Assessment (PCOA ) Area 1.0 Basic Biomedical Sciences (10%) Area 2.0 Pharmaceutical Sciences (33%) Area 3.0 Social/Behavioral/Administrative Sciences (22%)

More information

Moving UDI from Regulation to Value Within Hospitals and Beyond

Moving UDI from Regulation to Value Within Hospitals and Beyond Moving UDI from Regulation to Value Within Hospitals and Beyond Karen Conway Executive Director, Industry Relations, GHX Terrie Reed, MDEpiNet Coordinating Center Duke Clinical Research Institute Slide

More information