Challenges and opportunities of combining linked primary and secondary care data from EHR into i2b2

Size: px
Start display at page:

Download "Challenges and opportunities of combining linked primary and secondary care data from EHR into i2b2"

Transcription

1 Challenges and opportunities of combining linked primary and secondary care data from EHR into i2b2 Harry Boutselakis October 2015

2 Outline Farr London linked EHR dataset CALIBER data warehouse and research portal Why and how i2b2 experience Next steps and challenges

3 Linked Data Sources Clinical Practice research database (CPRD) Myocardial Infraction National Audit Project(MINAP) Demographics, Diagnoses, Symptoms, Referrals, Investigations, prescriptions and health behaviours (READ codes) For Acute Coronary Syndromes : EGG findings, troponins (MINAP), Quantitative measurements CALIBER Discharge Diagnoses, procedures, (ICD, OPCS codes), admission and discharge dates Cause- specific mortality and social deprivation data Hospital Episode Statistics (HES) Office For National Statistics(ONS)

4 CALIBER Data Warehouse Unified relational data model Structured and unstructured data > 5m patients > 700 expert curated variables 350m diagnoses 400m prescriptions 250m tests 28m hospitalizations 12m procedures

5 CALIBER Portal Denaxas S. et al (UCL, Farr London)

6 Patient journey through the EHR landscape Healthy, GP registration Stable angina Pneumonia hospitalization Myocardial infarction hospitalization See GP for follow- up Death Patient s experience Primary care New patient check: blood pressure, smoking status, alcohol use etc. Diagnosis of stable angina. Blood tests (e.g. cholesterol). Prescription of aspirin, nitrates etc. Diagnosis of myocardial infarction Blood tests, blood pressure. Prescriptions of beta blocker, statin, etc. Time Sudden death Hospitalization (HES) Admit / discharge dates. Primary diagnosis: Viral pneumonia, not elsewhere classified Admit / discharge dates. Primary diagnosis: Acute myocardial infarction Procedure: Percutaneous coronary intervention Disease Registry (MINAP) ECG, cardiac markers. Diagnosis: STEMI Death Census (ONS) Date of death. Cause: 1) Rupture of abdominal aortic aneurysm 2) Old myocardial infarction Denaxas et al, CALIBER, Intl J Epidemiology, 2012;41(6):

7 Why i2b2? Overcome data silos but maintain data security Shorter translational journey and lower costs Rapid identification of large patient cohorts by researchers Elicit new research questions as the diversity of linked data sources and types increases Acceleration of analytical proposal development Large community adoption - transmart

8 Data Source and Destination Source schema > 300 tables i2b2 schema 5 tables SQL I2B2DEMODATA.MODIFIER_DIMENSION * P MODIFIER_PATH VARCHAR2 (700 BYTE) * MODIFIER_CD VARCHAR2 (50 BYTE) NAME_CHAR VARCHAR2 (2000 BYTE) MODIFIER_BLOB CLOB UPDATE_DATE DATE DOWNLOAD_DATE DATE IMPORT_DATE DATE SOURCESYSTEM_CD VARCHAR2 (50 BYTE) UPLOAD_ID NUMBER (38) MODIFIER_DIMENSION_PK (MODIFIER_PATH) MODIFIER_DIMENSION_PK (MODIFIER_PATH) MD_IDX_UPLOADID (UPLOAD_ID) I2B2DEMODATA.CONCEPT_DIMENSION * CONCEPT_PATH VARCHAR2 (700 BYTE) * CONCEPT_CD VARCHAR2 (50 BYTE) * NAME_CHAR VARCHAR2 (2000 BYTE) CONCEPT_BLOB CLOB UPDATE_DATE DATE DOWNLOAD_DATE DATE IMPORT_DATE DATE SOURCESYSTEM_CD VARCHAR2 (50 BYTE) UPLOAD_ID NUMBER (38) CD_UPLOADID_IDX (UPLOAD_ID) I2B2DEMODATA.VISIT_DIMENSION * P ENCOUNTER_NUM NUMBER (38) * P PATIENT_NUM NUMBER (38) ACTIVE_STATUS_CD VARCHAR2 (50 BYTE) START_DATE DATE END_DATE DATE INOUT_CD VARCHAR2 (50 BYTE) LOCATION_CD VARCHAR2 (50 BYTE) LOCATION_PATH VARCHAR2 (900 BYTE) LENGTH_OF_STAY NUMBER (38) VISIT_BLOB CLOB UPDATE_DATE DATE DOWNLOAD_DATE DATE IMPORT_DATE DATE SOURCESYSTEM_CD VARCHAR2 (50 BYTE) UPLOAD_ID NUMBER (38) VISIT_DIMENSION_PK (ENCOUNTER_NUM, PATIENT_NUM) I2B2DEMODATA.OBSERVATION_FACT * P ENCOUNTER_NUM NUMBER (38) * PATIENT_NUM NUMBER (38) P * CONCEPT_CD VARCHAR2 (50 BYTE) P * PROVIDER_ID VARCHAR2 (50 BYTE) P * START_DATE DATE P * MODIFIER_CD VARCHAR2 (100 BYTE) P * INSTANCE_NUM NUMBER (18) VALTYPE_CD VARCHAR2 (50 BYTE) TVAL_CHAR VARCHAR2 (255 BYTE) NVAL_NUM NUMBER (18,5) VALUEFLAG_CD VARCHAR2 (50 BYTE) QUANTITY_NUM NUMBER (18,5) UNITS_CD VARCHAR2 (50 BYTE) END_DATE DATE LOCATION_CD VARCHAR2 (50 BYTE) OBSERVATION_BLOB CLOB CONFIDENCE_NUM NUMBER (18,5) UPDATE_DATE DATE DOWNLOAD_DATE DATE IMPORT_DATE DATE SOURCESYSTEM_CD VARCHAR2 (50 BYTE) UPLOAD_ID NUMBER (38) I2B2DEMODATA.PROVIDER_DIMENSION * P PROVIDER_ID VARCHAR2 (50 BYTE) * PROVIDER_PATH VARCHAR2 (700 BYTE) NAME_CHAR VARCHAR2 (850 BYTE) PROVIDER_BLOB CLOB UPDATE_DATE DATE DOWNLOAD_DATE DATE IMPORT_DATE DATE SOURCESYSTEM_CD VARCHAR2 (50 BYTE) UPLOAD_ID NUMBER (38) PROVIDER_DIMENSION_PK (PROVIDER_ID) PD_IDX_NAME_CHAR (PROVIDER_ID, NAME_CHAR) PROD_UPLOADID_IDX (UPLOAD_ID) VISIT_DIMENSION_PK (ENCOUNTER_NUM, PATIENT_NUM) VD_UPLOADID_IDX (UPLOAD_ID) VISITDIM_EN_PN_LP_IO_SD_IDX (ENCOUNTER_NUM, PATIENT_NUM, LOCATION_PATH, INOUT_CD, START_DATE, END_DATE, LENGTH_OF_STAY) VISITDIM_STD_EDD_IDX (START_DATE, END_DATE) I2B2DEMODATA.PATIENT_DIMENSION * P PATIENT_NUM NUMBER (38) VITAL_STATUS_CD VARCHAR2 (50 BYTE) BIRTH_DATE DATE DEATH_DATE DATE SEX_CD VARCHAR2 (50 BYTE) AGE_IN_YEARS_NUM NUMBER (38) LANGUAGE_CD VARCHAR2 (50 BYTE) RACE_CD VARCHAR2 (50 BYTE) MARITAL_STATUS_CD VARCHAR2 (50 BYTE) RELIGION_CD VARCHAR2 (50 BYTE) ZIP_CD VARCHAR2 (10 BYTE) STATECITYZIP_PATH VARCHAR2 (700 BYTE) INCOME_CD VARCHAR2 (50 BYTE) PATIENT_BLOB CLOB UPDATE_DATE DATE DOWNLOAD_DATE DATE IMPORT_DATE DATE SOURCESYSTEM_CD VARCHAR2 (50 BYTE) UPLOAD_ID NUMBER (38) PATIENT_DIMENSION_PK (PATIENT_NUM) PD_IDX_DATES (PATIENT_NUM, VITAL_STATUS_CD, BIRTH_DATE, DEATH_DA PD_IDX_ALLPATIENTDIM (PATIENT_NUM, VITAL_STATUS_CD, BIRTH_DATE, D PD_IDX_STATECITYZIP (STATECITYZIP_PATH, PATIENT_NUM) PATD_UPLOADID_IDX (UPLOAD_ID) PATIENT_DIMENSION_PK (PATIENT_NUM) OBSERVATION_FACT_PK (ENCOUNTER_NUM, CONCEPT_CD, PROVIDER_ID, START_DATE, MODIFIER_CD, INSTANCE_NUM) OF_CTX_BLOB (OBSERVATION_BLOB) OBSERVATION_FACT_PK (ENCOUNTER_NUM, CONCEPT_CD, PROVIDER_ID, START_DATE, MODIFIER_CD, INSTANCE_NUM) FACT_NOLOB (PATIENT_NUM, START_DATE, CONCEPT_CD, ENCOUNTER_NUM, INSTANCE_NUM, NVAL_NUM, TVAL_CHAR, VALTYPE_CD, MODIF FACT_CNPT_PAT_ENCT_IDX (CONCEPT_CD, INSTANCE_NUM, PATIENT_NUM, ENCOUNTER_NUM) FACT_PATCON_DATE_PRVD_IDX (PATIENT_NUM, CONCEPT_CD, START_DATE, END_DATE, ENCOUNTER_NUM, INSTANCE_NUM, PROVIDER_ID, N

9 Schema and application re- deployment workflow Add farr project in i2b2hive schema Run the DDL scripts for each farr schema Configure workbench for new project Add farr user in i2b2pm And set the roles for the farr user Edit the configuration files for the application to include the new project and re- deploy Test everything works even though there is no data yet Create schemas farr_data farr_meta Farr_work Add the farr service to the webclient index file Ready to load the farr training data

10 Farr i2b2 schemas Load lookup tables and ontologies DICTIONARY_DRUG DICTIONARY_READ DEATH_CODES (ICD10) PRACTICE_CODES MINAP_CODES PROVIDERS (HES, GP, MINAP) DICTIONARY ICD10 (FROM I2B2) farr_meta Load the star schema Patients to patient_dimension Ontology columns to concept_dimension Ontology to modifier_dimension Providers (HES, GP, MINAP) to provider_dimension Each event of prescription, diagnosis, visit, therapy, death, spell, episode to visit_dimension Finally the the observation fact is loaded from the facts of the source tables and joins of the dimension tables farr_data Existing DDL from i2b2workdata Provides functionality for the drag and drop saving of cohorts for future use farr_work

11 Loading Workflow patient_dimension from patients Create provider (source) Ontology farr_meta provider_dimension custom DML visit_dimension Readcodes menu (ontology) farr_meta ont - > concept_dimension observation_fact joining dimension tables + raw facts from farr_fake

12 System Overview Data Architect/Managers/Developers Researchers/Clinicians/Managers emedlab and/or UCL Safe Haven Staging TransMart Genomics I2b2 ETL Standardise Clean Complete Link Annotate webserver app server analytic nodes analytic nodes analytic nodes Sources Primary Care Hospital Episodes NHIC Genomic Bespoke Studies UK Biobank transmart ONS

13 Next steps and challenges SDLC in a safe haven environment. Continuous integration of ever increasing heterogeneous data sources. Omic data integration Standardising ontology and look up entities. standardised phenotypic metamodel to exchange, validate and improve research quality computable phenotypes Standardised EHR data model

14 Acknowledgements Data Lab Team Farr London- UCL IHI Dr. Spiros Denaxas Dr. Kenan Direk Natalie Fitzpatrick Dr. Arturo González- Izquierdo Christiana McMahon Harry Boutselakis Data Architect Farr London / UCL

15 Thank you Questions?

The i2b2 Hive and the Clinical Research Chart

The i2b2 Hive and the Clinical Research Chart The i2b2 Hive and the Clinical Research Chart Henry Chueh Shawn Murphy The i2b2 Hive is centered around two concepts. The first concept is the existence of services provided by applications that are wrapped

More information

Instrumenting the Healthcare Enterprise for Big Data Research. Shawn Murphy MD, Ph.D. Leicester, October 6 2015

Instrumenting the Healthcare Enterprise for Big Data Research. Shawn Murphy MD, Ph.D. Leicester, October 6 2015 Instrumenting the Healthcare Enterprise for Big Data Research Shawn Murphy MD, Ph.D. Leicester, October 6 2015 Informatics for Integrating Biology and the Bedside (i2b2) Software for explicitly integrating

More information

Opportunities and Limitations of Big Data to Address Diversity. Shawn Murphy MD, Ph.D.

Opportunities and Limitations of Big Data to Address Diversity. Shawn Murphy MD, Ph.D. Opportunities and Limitations of Big Data to Address Diversity Shawn Murphy MD, Ph.D. The Research Data Warehouse at Partners Healthcare Partners Enterprise Research Patient Data Registry Multiple Systems

More information

Big data and connected challenges in cardiovascular health

Big data and connected challenges in cardiovascular health Big data and connected challenges in cardiovascular health Harry Hemingway FFPH, FRCP Professor of Clinical Epidemiology Director Institute of Health Informatics, UCL Director Farr Institute, London IUCL

More information

Informatics for Integrating Biology and the Bedside. i2b2 User Guide. Import Data View. Document Version: 1.5.1 I2b2 Software Release: 1.

Informatics for Integrating Biology and the Bedside. i2b2 User Guide. Import Data View. Document Version: 1.5.1 I2b2 Software Release: 1. Informatics for Integrating Biology and the Bedside i2b2 User Guide Import Data View Document Version: 1.5.1 I2b2 Software Release: 1.5 Table of Contents INTRODUCTION...3 LAYOUT OF THE IMPORT WIZARD TAB...3

More information

Prognosis research: new opportunities in linked electronic health records

Prognosis research: new opportunities in linked electronic health records Prognosis research: new opportunities in linked electronic health records Harry Hemingway BA, MB BChir, MSc, FFPH, FRCP Professor of Clinical Epidemiology Director, Farr Institute for Health Informatics

More information

Big data and cardiovascular disease research: opportunities in the Farr Institute

Big data and cardiovascular disease research: opportunities in the Farr Institute Big data and cardiovascular disease research: opportunities in the Farr Institute The Henderson Lecture Welsh Cardiovascular Society Cardiff 15 May 2014 Harry Hemingway FFPH, FRCP Professor of Clinical

More information

Employing SNOMED CT and LOINC to make EHR data sensible and interoperable for clinical research

Employing SNOMED CT and LOINC to make EHR data sensible and interoperable for clinical research Employing SNOMED CT and LOINC to make EHR data sensible and interoperable for clinical research James R. Campbell MD W. Scott Campbell PhD Hubert Hickman MS James McClay MD Implementation Showcase October

More information

Introduction to i2b2 Software Platform

Introduction to i2b2 Software Platform Introduction to i2b2 Software Platform Shawn Murphy MD, Ph.D. Griffin Weber MD, Ph.D. Michael Mendis Vivian Gainer MS Andrew McMurry MS Lori Phillips MS Rajesh Kuttan Wensong Pan MS Nick Benik Janice Donahue

More information

i2b2 Clinical Research Chart (CRC) Design Document

i2b2 Clinical Research Chart (CRC) Design Document Informatics for Integrating Biology and the Bedside i2b2 Clinical Research Chart (CRC) Design Document Document Version: 1.0 I2b2 Software Release: 1.3 Table of Contents 1. INTRODUCTION...............

More information

The National Service Framework for Cardiac Disease: Strategic Aims and Implementation A Cardiac Work Programme for Wales

The National Service Framework for Cardiac Disease: Strategic Aims and Implementation A Cardiac Work Programme for Wales The National Service Framework for Disease: Strategic Aims and A Work Programme for Wales Disease Strategic Framework 2008-11 1 CONTENTS Page 1. Introduction 3 2. Part 1 Strategic Aims 3 3. Part 2 Standard

More information

Big health data: perspectives across the patient journey from linking multiple record sources

Big health data: perspectives across the patient journey from linking multiple record sources Big health data: perspectives across the patient journey from linking multiple record sources Harry Hemingway FFPH, FRCP Professor of Clinical Epidemiology Director, Farr Institute of Health Informatics

More information

Big data, e health and the Farr Institute

Big data, e health and the Farr Institute Big data, e health and the Farr Institute Liam Smeeth London School of Hygiene and Tropical Medicine Thanks to: Harry Hemingway, Emily Herrett, Harriet Forbes, Ian Douglas, Krishnan Bhaskaran, Tjeerd van

More information

Understanding Diagnosis Assignment from Billing Systems Relative to Electronic Health Records for Clinical Research Cohort Identification

Understanding Diagnosis Assignment from Billing Systems Relative to Electronic Health Records for Clinical Research Cohort Identification Understanding Diagnosis Assignment from Billing Systems Relative to Electronic Health Records for Clinical Research Cohort Identification Russ Waitman Kelly Gerard Daniel W. Connolly Gregory A. Ator Division

More information

Ontology Management (ONT) Cell

Ontology Management (ONT) Cell Informatics for Integrating Biology and the Bedside i2b2 Software Architecture Ontology Management (ONT) Cell Document Version: 1.7.1 i2b2 Software Version: 1.7 Table of Contents Document Management 4

More information

Meaningful Use: Registration, Attestation, Workflow Tips and Tricks

Meaningful Use: Registration, Attestation, Workflow Tips and Tricks Meaningful Use: Registration, Attestation, Workflow Tips and Tricks Allison L. Weathers, MD Medical Director, Information Services Rush University Medical Center Gregory J. Esper, MD, MBA Vice Chair, Neurology

More information

6/5/2014. Objectives. Acute Coronary Syndromes. Epidemiology. Epidemiology. Epidemiology and Health Care Impact Pathophysiology

6/5/2014. Objectives. Acute Coronary Syndromes. Epidemiology. Epidemiology. Epidemiology and Health Care Impact Pathophysiology Objectives Acute Coronary Syndromes Epidemiology and Health Care Impact Pathophysiology Unstable Angina NSTEMI STEMI Clinical Clues Pre-hospital Spokane County EMS Epidemiology About 600,000 people die

More information

URN: Family name: Given name(s): Address:

URN: Family name: Given name(s): Address: State of Queensland (Queensland Health) 2015 Licensed under: http://creativecommons.org/licenses/by-nc-nd/3.0/au/deed.en Contact: Clinical_Pathways_Program@health.qld.gov.au Facility:... Clinical pathways

More information

A PATIENT S GUIDE TO SECONDARY PREVENTION IN ACUTE CORONARY SYNDROME (ACS)

A PATIENT S GUIDE TO SECONDARY PREVENTION IN ACUTE CORONARY SYNDROME (ACS) A PATIENT S GUIDE TO SECONDARY PREVENTION IN ACUTE CORONARY SYNDROME (ACS) This medicine is subject to additional monitoring. This will allow quick identification of new safety information. If you get

More information

DISCLOSURES RISK ASSESSMENT. Stroke and Heart Disease -Is there a Link Beyond Risk Factors? Daniel Lackland, MD

DISCLOSURES RISK ASSESSMENT. Stroke and Heart Disease -Is there a Link Beyond Risk Factors? Daniel Lackland, MD STROKE AND HEART DISEASE IS THERE A LINK BEYOND RISK FACTORS? D AN IE L T. L AC K L AN D DISCLOSURES Member of NHLBI Risk Assessment Workgroup RISK ASSESSMENT Count major risk factors For patients with

More information

Post discharge tariffs in the English NHS

Post discharge tariffs in the English NHS Post discharge tariffs in the English NHS Martin Campbell Department of Health 4th June 2013 Contents Rationale and objectives Non payment for avoidable readmissions Development of post discharge tariffs

More information

Coronary Artery Disease leading cause of morbidity & mortality in industrialised nations.

Coronary Artery Disease leading cause of morbidity & mortality in industrialised nations. INTRODUCTION Coronary Artery Disease leading cause of morbidity & mortality in industrialised nations. Although decrease in cardiovascular mortality still major cause of morbidity & burden of disease.

More information

An EVIDENCE-ENHANCED HEALTHCARE ECOSYSTEM for Cancer: I/T perspectives

An EVIDENCE-ENHANCED HEALTHCARE ECOSYSTEM for Cancer: I/T perspectives An EVIDENCE-ENHANCED HEALTHCARE ECOSYSTEM for Cancer: I/T perspectives Chalapathy Neti, Ph.D. Associate Director, Healthcare Transformation, Shahram Ebadollahi, Ph.D. Research Staff Memeber IBM Research,

More information

Performance Measurement for the Medicare and Medicaid Eligible (MME) Population in Connecticut Survey Analysis

Performance Measurement for the Medicare and Medicaid Eligible (MME) Population in Connecticut Survey Analysis Performance Measurement for the Medicare and Medicaid Eligible (MME) Population in Connecticut Survey Analysis Methodology: 8 respondents The measures are incorporated into one of four sections: Highly

More information

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing

More information

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER MODULE 1: INTRODUCTION TO DATA WAREHOUSING This module provides an introduction to the key components of a data warehousing

More information

HES: Deaths within 30 days of a hospital procedure or of an emergency admission to hospital - Financial year 2010-2011

HES: Deaths within 30 days of a hospital procedure or of an emergency admission to hospital - Financial year 2010-2011 HES: Deaths within 30 days of a hospital procedure or of an emergency admission to hospital - Financial year 2010-2011 Copyright 2013, The Health and Social Care Information Centre. All Rights Reserved.

More information

Meaningful Use Stage 2 Certification: A Guide for EHR Product Managers

Meaningful Use Stage 2 Certification: A Guide for EHR Product Managers Meaningful Use Stage 2 Certification: A Guide for EHR Product Managers Terminology Management is a foundational element to satisfying the Meaningful Use Stage 2 criteria and due to its complexity, and

More information

Priority setting for research in healthcare: an application of value of. information analysis to glycoprotein IIb/IIIa antagonists in non-st elevation

Priority setting for research in healthcare: an application of value of. information analysis to glycoprotein IIb/IIIa antagonists in non-st elevation Priority setting for research in healthcare: an application of value of information analysis to glycoprotein IIb/IIIa antagonists in non-st elevation acute coronary syndrome. Further information 1. The

More information

GENERAL HEART DISEASE KNOW THE FACTS

GENERAL HEART DISEASE KNOW THE FACTS GENERAL HEART DISEASE KNOW THE FACTS WHAT IS Heart disease is a broad term meaning any disease affecting the heart. It is commonly used to refer to coronary heart disease (CHD), a more specific term to

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Implementing a Data Warehouse with Microsoft SQL Server 2012 Module 1: Introduction to Data Warehousing Describe data warehouse concepts and architecture considerations Considerations for a Data Warehouse

More information

4/7/2015. Cardiac Rehabilitation: From the other side of the glass door. Chicago, circa 1999. Objectives. No disclosures, no conflicts

4/7/2015. Cardiac Rehabilitation: From the other side of the glass door. Chicago, circa 1999. Objectives. No disclosures, no conflicts Cardiac Rehabilitation: From the other side of the glass door No disclosures, no conflicts Charles X. Kim, MD, FACC, ABVM Objectives 1. Illustrate common CV benefits of CV rehab in real world practice.

More information

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server 2014 Delivery Method : Instructor-led

More information

SOUTH EAST WALES CARDIAC NETWORK INTEGRATED CARE PATHWAY CARDIAC REHABILITATION MAY 2005

SOUTH EAST WALES CARDIAC NETWORK INTEGRATED CARE PATHWAY CARDIAC REHABILITATION MAY 2005 Name Address SOUTH EAST WALES CARDIAC NETWORK INTEGRATED CARE PATHWAY CARDIAC REHABILITATION MAY 2005 Ms / Miss / Mr / Mrs Addressograph Known as Telephone Number of Birth Hospital No. NHS No. Cardiac

More information

Automatic External Defibrillators

Automatic External Defibrillators Last Review Date: May 27, 2016 Number: MG.MM.DM.10dC2 Medical Guideline Disclaimer Property of EmblemHealth. All rights reserved. The treating physician or primary care provider must submit to EmblemHealth

More information

EMR Tutorial Acute Coronary Syndrome

EMR Tutorial Acute Coronary Syndrome EMR Tutorial Acute Coronary Syndrome How to find the Acute Coronary Syndrome AAA Home Page 1 of 26 Master Tool Bar Icon When the Template button is clicked you will be presented with the preference list.

More information

Clinical Audit in Hospital Authority. Dr Betty Young Convenor for Clinical Audit, Hospital Authority

Clinical Audit in Hospital Authority. Dr Betty Young Convenor for Clinical Audit, Hospital Authority Clinical Audit in Hospital Authority Dr Betty Young Convenor for Clinical Audit, Hospital Authority Background 1990 1992 1996 1998 2005 Establishment of the Hospital Authority Quality Assurance Subcommittee

More information

UK Biobank. Integrating electronic health records into the UK Biobank Resource. Version 1.0. http://www.ukbiobank.ac.

UK Biobank. Integrating electronic health records into the UK Biobank Resource. Version 1.0. http://www.ukbiobank.ac. UK Biobank Integrating electronic health records into the UK Biobank Resource Version 1.0 http://www.ukbiobank.ac.uk/ January 2014 This document provides details on the procedures involved in processing

More information

Course Outline. Module 1: Introduction to Data Warehousing

Course Outline. Module 1: Introduction to Data Warehousing Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing solution and the highlevel considerations you must take into account

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse 2014, implement ETL with SQL Server Integration Services, and

More information

KIH Cardiac Rehabilitation Program

KIH Cardiac Rehabilitation Program KIH Cardiac Rehabilitation Program For any further information Contact: +92-51-2870361-3, 2271154 Feedback@kih.com.pk What is Cardiac Rehabilitation Cardiac rehabilitation describes all measures used to

More information

Mission: Lifeline Recommendations for Criteria for STEMI Systems of Care

Mission: Lifeline Recommendations for Criteria for STEMI Systems of Care Mission: Lifeline Recommendations for Criteria for STEMI Systems of Care The Mission: Lifeline Certification Program will acknowledge STEMI Systems, EMS, Non-PCI/STEMI Referral Centers and PCI/STEMI Receiving

More information

Table 1 Performance Measures. Quality Monitoring P4P Yr1 Yr2 Yr3. Specification Source. # Category Performance Measure

Table 1 Performance Measures. Quality Monitoring P4P Yr1 Yr2 Yr3. Specification Source. # Category Performance Measure Table 1 Performance Measures # Category Performance Measure 1 Behavioral Health Risk Assessment and Follow-up 1) Behavioral Screening/ Assessment within 60 days of enrollment New Enrollees who completed

More information

Redefining the NSTEACS pathway in London

Redefining the NSTEACS pathway in London Redefining the NSTEACS pathway in London Sotiris Antoniou Consultant Pharmacist, Cardiovascular Medicine, Barts and The London NHS Trust and Project Lead, North East London Cardiovascular and Stroke Network

More information

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER Page 1 of 8 ABOUT THIS COURSE This 5 day course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL Server

More information

Post-MI Cardiac Rehabilitation. Mark Mason Consultant Cardiologist Harefield Hospital Royal Brompton and Harefield NHS Foundation Trust

Post-MI Cardiac Rehabilitation. Mark Mason Consultant Cardiologist Harefield Hospital Royal Brompton and Harefield NHS Foundation Trust Post-MI Cardiac Rehabilitation Mark Mason Consultant Cardiologist Harefield Hospital Royal Brompton and Harefield NHS Foundation Trust 'the sum of activities required to influence favourably the underlying

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Page 1 of 7 Overview This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL 2014, implement ETL

More information

Supplementary Table 1. Cohort (shaded) who have at least one emergency. admission for injury between 10 and 19 years old in 1998-2011 (N = 402,916)

Supplementary Table 1. Cohort (shaded) who have at least one emergency. admission for injury between 10 and 19 years old in 1998-2011 (N = 402,916) Supplementary Tables Supplementary Table 1. Cohort (shaded) who have at least one emergency admission for injury between 10 and 19 years old in 1998-2011 (N = 402,916) 1998 1999 2000 2001 2002 2007 2008

More information

Medicare & Medicaid EHR Incentive Program Meaningful Use Stage 1 Requirements Summary. http://www.cms.gov/ehrincentiveprograms/

Medicare & Medicaid EHR Incentive Program Meaningful Use Stage 1 Requirements Summary. http://www.cms.gov/ehrincentiveprograms/ Medicare & Medicaid EHR Incentive Program Meaningful Use Stage 1 Requirements Summary 2010 What are the Requirements of Stage 1 Meaningful Use? Basic Overview of Stage 1 Meaningful Use: Reporting period

More information

PROGRAM ASSISTANCE LETTER

PROGRAM ASSISTANCE LETTER PROGRAM ASSISTANCE LETTER DOCUMENT NUMBER: PAL 2012-03 DATE: April 11, 2012 DOCUMENT TITLE: Approved Uniform Data System Changes for 2012 TO: Health Center Program Grantees Primary Care Associations Primary

More information

EMR Name/ Model. meridianemr 4.2 CCHIT 2011 certified

EMR Name/ Model. meridianemr 4.2 CCHIT 2011 certified EMR Name/ Model EMR Vendor meridianemr 4.2 CCHIT 2011 certified meridianemr, Inc Core Set of Measures Objective Stage 1 Objectives Stage 1 Measures EMR Module/ Feature 1 Use CPOE for medication orders

More information

HSCIC Statistical Publications

HSCIC Statistical Publications Author Julie Stroud Date 31 March 2015 1 Copyright 2015, Health and Social Care Information Centre. Contents Contents 2 Purpose 3 Background to HSCIC Official Statistics 3 Forthcoming Publications 3 Official

More information

Data Analysis - A Brief Overview

Data Analysis - A Brief Overview From Data Discoverability to Data Navigability Tito Castillo Application Architect, University College London Hospitals NHS Foundation Trust Founder & Managing Director, Xperimint Ltd Arofan Gregory Open

More information

Technical Issues in Aggregating and Analyzing Data from Heterogeneous EHR Systems

Technical Issues in Aggregating and Analyzing Data from Heterogeneous EHR Systems Technical Issues in Aggregating and Analyzing Data from Heterogeneous EHR Systems Josh Denny, MD, MS josh.denny@vanderbilt.edu Vanderbilt University, Nashville, Tennessee, USA 2/12/2015 EHR data are dense

More information

Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning

Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning Course Outline: Course: Implementing a Data with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This 5-day instructor-led course describes

More information

LifeLines Cohort Study. Salome Scholtens, Manager Research Office

LifeLines Cohort Study. Salome Scholtens, Manager Research Office LifeLines Cohort Study Salome Scholtens, Manager Research Office What is LifeLines? Biobank» LifeLines Cohort & Biorepository 165,000 participants at least 30 years follow-up Three generation design Northern

More information

Chest Pain. Acute Myocardial Infarction: Differential Diagnosis and Patient Management. Common complaint in ED. Wide range of etiologies

Chest Pain. Acute Myocardial Infarction: Differential Diagnosis and Patient Management. Common complaint in ED. Wide range of etiologies Acute Myocardial Infarction: Differential Diagnosis and Patient Management Presented By: Barbara Furry, RN-BC, MS, CCRN, FAHA Director The Center of Excellence in Education Director of HERO Chest Pain

More information

AVAILABILITY AND ACCESSIBILITY OF CARDIAC REHABILITATION SERVICES IN LOW- AND MIDDLE-INCOME COUNTRIES QUESTIONNAIRE

AVAILABILITY AND ACCESSIBILITY OF CARDIAC REHABILITATION SERVICES IN LOW- AND MIDDLE-INCOME COUNTRIES QUESTIONNAIRE AVAILABILITY AND ACCESSIBILITY OF CARDIAC REHABILITATION SERVICES IN LOW- AND MIDDLE-INCOME COUNTRIES QUESTIONNAIRE To be completed by Staff Cardiologists at an adult cardiac institute/department. INSTRUCTIONS:

More information

Radiology Business Management Association Technology Task Force. Sample Request for Proposal

Radiology Business Management Association Technology Task Force. Sample Request for Proposal Technology Task Force Sample Request for Proposal This document has been created by the RBMA s Technology Task Force as a guideline for use by RBMA members working with potential suppliers of Electronic

More information

Future National Clinical Priorities for Ambulance Services in England

Future National Clinical Priorities for Ambulance Services in England Background Future National Clinical Priorities for Ambulance Services in England National Ambulance Service Medical Directors (NASMeD) April 2014 Ambulance services have delivered significant improvements

More information

RISK STRATIFICATION for Acute Coronary Syndrome in the Emergency Department

RISK STRATIFICATION for Acute Coronary Syndrome in the Emergency Department RISK STRATIFICATION for Acute Coronary Syndrome in the Emergency Department Sohil Pothiawala FAMS (EM), MRCSEd (A&E), M.Med (EM), MBBS Consultant Dept. of Emergency Medicine Singapore General Hospital

More information

MISSING DATA ANALYSIS AMONG PATIENTS IN THE PINNACLE REGISTRY

MISSING DATA ANALYSIS AMONG PATIENTS IN THE PINNACLE REGISTRY MISSING DATA ANALYSIS AMONG PATIENTS IN THE PINNACLE REGISTRY In order to improve the efficiency of PINNACLE Registry data analytics, a missing data analysis has been conducted on PINNACLE Registry data

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Course Code: M20463 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Implementing a Data Warehouse with Microsoft SQL Server Overview This course describes how to implement a data warehouse platform

More information

NAME OF THE HOSPITAL: 1. Coronary Balloon Angioplasty: M7F1.1/ Angioplasty with Stent(PTCA with Stent): M7F1.3

NAME OF THE HOSPITAL: 1. Coronary Balloon Angioplasty: M7F1.1/ Angioplasty with Stent(PTCA with Stent): M7F1.3 1. Coronary Balloon Angioplasty: M7F1.1/ Angioplasty with Stent(PTCA with Stent): M7F1.3 1. Name of the Procedure: Coronary Balloon Angioplasty 2. Select the Indication from the drop down of various indications

More information

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042 Course 20467A: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Length: 5 Days Published: December 21, 2012 Language(s): English Audience(s): IT Professionals Overview Level: 300

More information

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Course

More information

Environmental Health Science. Brian S. Schwartz, MD, MS

Environmental Health Science. Brian S. Schwartz, MD, MS Environmental Health Science Data Streams Health Data Brian S. Schwartz, MD, MS January 10, 2013 When is a data stream not a data stream? When it is health data. EHR data = PHI of health system Data stream

More information

How To Improve Cardiac Rehabilitation

How To Improve Cardiac Rehabilitation 1 2 About Heart UK HEART UK is the nation s cholesterol charity and aims to prevent premature deaths caused by high cholesterol and cardiovascular disease. The charity works to raise awareness of the risks

More information

How To Analyze Health Data

How To Analyze Health Data POPULATION HEALTH ANALYTICS ANALYTICALLY-DRIVEN INSIGHTS FOR POPULATION HEALTH LAURIE ROSE, PRINCIPAL CONSULTANT HEALTH CARE GLOBAL PRACTICE DISCUSSION TOPICS Population Health: What & Why Now? Population

More information

CARDIAC REHABILITATION

CARDIAC REHABILITATION Paul Peacock Cardiac Rehabilitation Nurse Friday, 4 August 2006 1 The rehab Team Chris Murphy Kate O Reilly Paul Peacock Increased to 2 FTEs March 06 Wellington & Kapiti Coast MDT involvement Friday, 4

More information

Stage 1 Meaningful Use for Specialists. NYC REACH Primary Care Information Project NYC Department of Health & Mental Hygiene

Stage 1 Meaningful Use for Specialists. NYC REACH Primary Care Information Project NYC Department of Health & Mental Hygiene Stage 1 Meaningful Use for Specialists NYC REACH Primary Care Information Project NYC Department of Health & Mental Hygiene 1 Today s Agenda Meaningful Use Overview Meaningful Use Measures Resources Primary

More information

Big Data for Population Health

Big Data for Population Health Big Data for Population Health Prof Martin Landray Nuffield Department of Population Health Deputy Director, Big Data Institute, Li Ka Shing Centre for Health Information and Discovery University of Oxford

More information

I n t e r S y S t e m S W h I t e P a P e r F O R H E A L T H C A R E IT E X E C U T I V E S. In accountable care

I n t e r S y S t e m S W h I t e P a P e r F O R H E A L T H C A R E IT E X E C U T I V E S. In accountable care I n t e r S y S t e m S W h I t e P a P e r F O R H E A L T H C A R E IT E X E C U T I V E S The Role of healthcare InfoRmaTIcs In accountable care I n t e r S y S t e m S W h I t e P a P e r F OR H E

More information

From Fishing to Attracting Chicks

From Fishing to Attracting Chicks The Greater Plains Collaborative: a PCORNet Clinical Data Research Network s Strategies for Creating an Interoperable Architecture From Fishing to Attracting Chicks Russ Waitman, PhD Associate Professor,

More information

East Asia Network Sdn Bhd

East Asia Network Sdn Bhd Course: Analyzing, Designing, and Implementing a Data Warehouse with Microsoft SQL Server 2014 Elements of this syllabus may be change to cater to the participants background & knowledge. This course describes

More information

TABLE 4: STAGE 2 MEANINGFUL USE OBJECTIVES AND ASSOCIATED MEASURES SORTED BY CORE AND MENU SET

TABLE 4: STAGE 2 MEANINGFUL USE OBJECTIVES AND ASSOCIATED MEASURES SORTED BY CORE AND MENU SET CMS-0044-P 156 TABLE 4: STAGE 2 MEANINGFUL USE OBJECTIVES AND ASSOCIATED MEASURES SORTED BY CORE AND MENU SET Improving quality, safety, efficiency, and reducing health disparities Use computerized provider

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Implementing a Data Warehouse with Microsoft SQL Server 2012 Course ID MSS300 Course Description Ace your preparation for Microsoft Certification Exam 70-463 with this course Maximize your performance

More information

CLINICAL QUALITY MEASURES FINALIZED FOR ELIGIBLE HOSPITALS AND CRITICAL ACCESS HOSPITALS BEGINNING WITH FY 2014

CLINICAL QUALITY MEASURES FINALIZED FOR ELIGIBLE HOSPITALS AND CRITICAL ACCESS HOSPITALS BEGINNING WITH FY 2014 CLINICAL QUALITY MEASURES FINALIZED FOR ELIGIBLE HOSPITALS AND CRITICAL ACCESS HOSPITALS BEGINNING WITH FY 2014 e 55 0495 2 Emergency Department (ED)- 1 Emergency Department Throughput Median time from

More information

Duration of Dual Antiplatelet Therapy After Coronary Stenting

Duration of Dual Antiplatelet Therapy After Coronary Stenting Duration of Dual Antiplatelet Therapy After Coronary Stenting C. DEAN KATSAMAKIS, DO, FACC, FSCAI INTERVENTIONAL CARDIOLOGIST ADVOCATE LUTHERAN GENERAL HOSPITAL INTRODUCTION Coronary artery stents are

More information

EHR Meaningful Use 2014 (Stage 1 & 2) DR Reporting Strategies

EHR Meaningful Use 2014 (Stage 1 & 2) DR Reporting Strategies EHR Meaningful Use 2014 (Stage 1 & 2) DR Reporting Strategies International MUSE Conference 2013 Educational Session: #1179 Date: Friday May 31 at 3:30 pm Presenter: Glen D Abate Session Agenda CMS EHR

More information

Find the signal in the noise

Find the signal in the noise Find the signal in the noise Electronic Health Records: The challenge The adoption of Electronic Health Records (EHRs) in the USA is rapidly increasing, due to the Health Information Technology and Clinical

More information

Dr Alexander Henzing

Dr Alexander Henzing Horizon 2020 Health, Demographic Change & Wellbeing EU funding, research and collaboration opportunities for 2016/17 Innovate UK funding opportunities in omics, bridging health and life sciences Dr Alexander

More information

Consultation Draft: Clinical Care Standard for Acute Coronary Syndrome December 2013

Consultation Draft: Clinical Care Standard for Acute Coronary Syndrome December 2013 TRIM: 90512 Consultation Draft: Clinical Care Standard for Acute Coronary Syndrome December 2013 Commonwealth of Australia 2013 This work is copyright. It may be reproduced in whole or in part for study

More information

Achieving Value from Diverse Healthcare Data

Achieving Value from Diverse Healthcare Data Achieving Value from Diverse Healthcare Data Paul Bleicher, MD, PhD Chief Medical Officer Humedica Boston MA The Information Environment in Healthcare Pharma, Biotech, Devices Hospitals Physicians Pharmacies

More information

ADULT HEALTH AND WELLBEING LONG-TERM NEUROLOGICAL CONDITIONS

ADULT HEALTH AND WELLBEING LONG-TERM NEUROLOGICAL CONDITIONS ADULT HEALTH AND WELLBEING LONG-TERM NEUROLOGICAL CONDITIONS i. Summary The National Service Framework for long-term neurological conditions categorises neurological conditions as: Sudden-onset conditions

More information

SNOMED CT. The Language of Electronic Health Records

SNOMED CT. The Language of Electronic Health Records SNOMED CT The Language of Electronic Health Records Contents SNOMED CT: An overview page 02 What is a Clinical Terminology? What is SNOMED CT? The International Health Terminology Standards Development

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463)

Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463) Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463) Course Description Data warehousing is a solution organizations use to centralize business data for reporting and analysis. This five-day

More information

Research Skills for Non-Researchers: Using Electronic Health Data and Other Existing Data Resources

Research Skills for Non-Researchers: Using Electronic Health Data and Other Existing Data Resources Research Skills for Non-Researchers: Using Electronic Health Data and Other Existing Data Resources James Floyd, MD, MS Sep 17, 2015 UW Hospital Medicine Faculty Development Program Objectives Become more

More information

SAP Healthcare Analytics Solutions Provide physicians and researchers access to patient data from various systems in realtime

SAP Healthcare Analytics Solutions Provide physicians and researchers access to patient data from various systems in realtime SAP Healthcare Analytics Solutions Provide physicians and researchers access to patient data from various systems in realtime Stephan Schindewolf, SAP SE, July 13, 2015 Facts per Decision Need Decision

More information

Appendix i. All-Wales Cardiac Rehabilitation Pathway. All-Wales Cardiac Rehabilitation Group 2009

Appendix i. All-Wales Cardiac Rehabilitation Pathway. All-Wales Cardiac Rehabilitation Group 2009 Appendix i All-Wales Cardiac Rehabilitation Pathway All-Wales Cardiac Rehabilitation Group 2009 Cardiac Rehabilitation Pathway Written by the All Wales Cardiac Rehabilitation Working Group 2010 Simplified

More information

Stage 1 vs. Stage 2 Comparison Table for Eligible Hospitals and CAHs Last Updated: August, 2012

Stage 1 vs. Stage 2 Comparison Table for Eligible Hospitals and CAHs Last Updated: August, 2012 CORE OBJECTIVES (16 total) Stage 1 vs. Stage 2 Comparison Table for Eligible Hospitals and CAHs Last Updated: August, 2012 Stage 1 Objective Use CPOE for medication orders directly entered by any licensed

More information

CHAPTER 9 DISEASES OF THE CIRCULATORY SYSTEM (I00-I99)

CHAPTER 9 DISEASES OF THE CIRCULATORY SYSTEM (I00-I99) CHAPTER 9 DISEASES OF THE CIRCULATORY SYSTEM (I00-I99) March 2014 2014 MVP Health Care, Inc. CHAPTER 9 CHAPTER SPECIFIC CATEGORY CODE BLOCKS I00-I02 Acute rheumatic fever I05-I09 Chronic rheumatic heart

More information

STAGE 2 MEANINGFUL USE FOR ELIGIBLE HOSPITALS AND CRITICAL ACCESS HOSPITALS (CAHS)

STAGE 2 MEANINGFUL USE FOR ELIGIBLE HOSPITALS AND CRITICAL ACCESS HOSPITALS (CAHS) STAGE 2 MEANINGFUL USE FOR ELIGIBLE HOSPITALS AND CRITICAL ACCESS HOSPITALS (CAHS) CORE MEASURES must meet all CPOE for Medication, Laboratory and Radiology Orders Objective: Use computerized provider

More information

Stage 1 measures. The EP/eligible hospital has enabled this functionality

Stage 1 measures. The EP/eligible hospital has enabled this functionality EMR Name/Model Ingenix CareTracker - version 7 EMR Vendor Ingenix CareTracker Stage 1 objectives Use CPOE Use of CPOE for orders (any type) directly entered by authorizing provider (for example, MD, DO,

More information

The EP/eligible hospital has enabled this functionality

The EP/eligible hospital has enabled this functionality EMR Name/Model Amazing Charts Version 5 EMR Vendor Amazing Charts Please note: All of our answers refer to use for an Eligible Professional. Amazing Charts is not Stage 1 objectives Use CPOE Use of CPOE

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing

More information

What you should know about Data Quality. A guide for health and social care staff

What you should know about Data Quality. A guide for health and social care staff What you should know about Data Quality A guide for health and social care staff Please note the scope of this document is to provide a broad overview of data quality issues around personal health information

More information

i2b2 Roadmap June 18, 2013

i2b2 Roadmap June 18, 2013 i2b2 Roadmap June 18, 2013 Shawn Murphy MD, Ph.D. Michael Mendis Nich Wattanasin MS Lori Phillips MS Wensong Pan MS Janice Donahoe Susanne Churchill Ph.D. Isaac Kohane MD, Ph.D. I2b2 Roadmap 1 Supporting

More information

Predictive Analytics and Risk Models to Prevent Sepsis, Patient Falls, and Readmissions

Predictive Analytics and Risk Models to Prevent Sepsis, Patient Falls, and Readmissions Predictive Analytics and Risk Models to Prevent Sepsis, Patient Falls, and Readmissions Today s Agenda: Provide an overview of Mount Sinai s end-to-end informatics and clinical data analytics approach

More information

Kawasaki Disease Complicated by Coronary Artery Aneurysms: Mortality and 40-year Outcomes

Kawasaki Disease Complicated by Coronary Artery Aneurysms: Mortality and 40-year Outcomes Kawasaki Disease Complicated by Coronary Artery Aneurysms: Mortality and 40-year Outcomes C. Manlhiot, A. Crean, N. Fernandopulle, B. Lew, N. Chahal, B.W. McCrindle Division of Cardiology, Department of

More information