Clinical decision support

Size: px
Start display at page:

Download "Clinical decision support"

Transcription

1 Clinical decision support Klaus-Peter Adlassnig Section for Medical Expert and Knowledge-Based Systems Center for Medical Statistics, Informatics, and Intelligent Systems Medical University of Vienna Spitalgasse 23, A-1090 Vienna Einführung in die Medizinische Informatik, WS 2015/16, 04. November 2015

2 Computers in clinical medicine steps of natural progression step 1: patient administration admission, transfer, discharge, and billing step 2: documentation of patients medical data electronic health record: all media, distributed, life-long (partially fulfilled) step 3: patient and hospital analytics data warehouses, quality measures, reporting and research databases, patient recruitment population-specific step 4: clinical decision support (applying knowledge to data) safety net, quality assurance, evidence-based patient-specific

3 Medical research medical knowledge factual/causal, definitional, statistical, and heuristic knowledge facts consensus generalization molecular biomedicine evidence-based medicine medical studies biomolecular research medical statistics clustering and classification data and knowledge mining consensus conferences

4 Patient care human-to-human patientphysician encounter clinical decision support decision-oriented analysis and interpretation of patient data human-to-human patientphysician follow-up medical knowledge modules factual/causal, definitional, statistical, and heuristic knowledge medical knowledge

5 Medical information and knowledge-based systems patient s medical data medical statistics clustering & classification data & knowledge mining machine learning physician s medical knowledge symptoms signs test results clinical findings biosignals images diagnoses therapies nursing data standardization telecommunication chip cards information systems single patient many patients induction clinical decision support medical expert systems deduction general knowledge general knowledge diagnosis therapy prognosis management anatomy biochemistry physiology pathophysiology pathology nosology therapeutic knowledge disease management subjective experience intuition knowledge-based systems telemedicine integration telemedicine

6 Clinical medicine medication history symptomatic therapy history data patient symptoms signs laboratory test results biosignals images genetic data laboratory diagnosis radiological diagnosis symptoms signs test results findings differential diagnosis differential therapy prognosis patient medical guidelines examination subspecialities clinic

7 Clinical medicine medication history symptomatic therapy history data patient symptoms signs MYCIN laboratory laboratory test results diagnosis biosignalsanns QMR DxPlain symptoms CADIAG signs test results findings + differential diagnosis differential therapy prognosis patient images SVMs radiological diagnosis genetic data personalized medicine + medical guidelines examination subspecialities clinic

8 Clinical medicine: high complexity sources of medical knowledge factual/causal definitional statistical heuristic layers of medical knowledge observational and measurement level interpretation, abstraction, aggregation, summation pathophysiological states diseases/diagnoses, therapies, prognoses, management decisions imprecision, uncertainty, and incompleteness imprecision (=fuzziness) of medical concepts * due to the unsharpness of boundaries of linguistic concepts uncertainty of medical conclusions * due to the uncertainty of the occurrence and co-occurrence of imprecise medical concepts incompleteness of medical data and medical theory * due to only partially known data and partially known explanations for medical phenomena gigantic amount of medical data and medical knowledge patient history, physical examination, laboratory test results, clinical findings symptom-disease relationships, disease-therapy relationships, terminologies, ontologies: SNOMED CT, LOINC, UMLS, specialization, teamwork, quality management, computer support

9 Clinical medicine: Hidden challenges holistic diagnosis logical conclusions, evidence-based knowledge, and practical experience intuition and pattern matching patient s non-formalizable/non-digitizable data probable vs. possible diagnoses suspected diagnosis, clinical diagnosis, pathological diagnosis most probable diagnosis vs. possible diagnoses limits of investigation, invasiveness, costliness terminology in context not every diagnostic term is a diagnosis surveillance vs. alert vs. clinical diagnosis clinical diagnosis vs. discharge diagnosis

10 Clinical decision support: Definitions Foundational: Key origin of field of biomedical informatics AIM = artificial intelligence in medicine computer-based diagnosis in the heyday of AI Now: Intelligent assistant support/assist human decision makers, not supplant them Core: Applying knowledge to data Miller RA. Medical diagnostic decision support systems past, present and future: a threaded bibliography and brief commentary. Journal of the American Medical Informatics Association 1994;1:8-27.

11 studies in Colorado and Utah and in New York (1997) errors in the delivery of health care leading to the death of as many as 98,000 US citizens annually causes of errors error or delay in diagnosis failureerrors to employ indicated tests use of outmoded tests or therapy failure to act on results of testing or monitoring error in the performance of a test, procedure, or operation error in administering the treatment error in the dose or method of using a drug avoidable delay in treatment or in responding to an abnormal test inappropriate (not indicated) care prevention failure of communication equipment failure prevention of errors we must systematically design safety into processes of care

12

13 Clinical decision support for patient safety and quality assurance patients structured medical data: EHRs (local, national), Apps, diagnostic support alerts, reminders, to-do lists clinical interpretation, (tele)monitoring differential diagnostics rare diseases, rare syndromes further or redundant examinations diagnostic completeness (multi-morbidity) consensus-criteria-based evaluations disease classification and surveillance criteria prognostic prediction illness severity scores, prediction rules trend detection and visualization therapy advice drug alerts, reminders, calculations indication, contraindications, redundant medications, substitutions dosage calculations, drug-drug interactions, adverse drug events management of antimicrobial therapies, susceptibility and resistance rates open- and closed-loop control systems hospital management and quality benchmarking evidence-based reminders and processes computerized clinical guidelines, protocols, standard operating procedures healthcare-associated infection surveillance structured medical knowledge: rules, tables, trees, guidelines, scores, algorithms, T

14 Clinical decision support: Five rights Framework for approaching & configuring CDS interventions Rights right information delivered to the right person in the right intervention format through the right channel at the right point in workflow

15 Interpretation of hepatitis serology test results

16 test results interpretation

17 ORBIS Experter: Interpretation of hepatitis serology test results

18 Automated interpretation of hepatitis serology test results includes frequent, rare, as well as inconsistent combinations complete coverage of the problem domains e.g., hepatitis B serology: about 150 rules in 3 layers for more than 61,000 possible combinations

19

20 Differentialdiagnose rheumatischer Erkrankungen

21

22 Computergestützte Entwöhnung vom Respirator

23

24 University of Colorado Health with Epic EMR Heart failure readmission risk score (HFRRS) Input: vital signs lab data demographics ATD info ICD codes 2014 Epic Systems Corporation. Used with permission. Example of from HFRRS MLM to HF nurse practitioners: patient follow-up and authorization of additional inpatient services (e.g., occupational and physical therapy)

25 Integration into i.s.h.med at the Vienna General Hospital SOP checking in melanoma patients receiving chemotherapy

26 ArdenSuite integration with ICM by Dräger Data-, time-, and usercontrolled execution of MLMs Application-specific viewer by Stefan Kraus

27 by Stefan Kraus

28 Use Case: Hypoglycemia DATA: LET glucose BE READ { glucose }; LET physician_dect BE DESTINATION {sms:26789}; LOGIC: IF LATEST glucose IS LESS THAN 50 THEN CONCLUDE true; ENDIF; CONCLUDE TRUE Do something ACTION: WRITE Warning AT physician_dect; by Stefan Kraus

29 Hypoglycemia alert via DECT cordless telecommunications Event monitors are tireless observers, constantly monitoring clinical events George Hripcsak by Stefan Kraus

30 Arden Syntax: HL7- and ANSI-approved A standard language for writing situation-action rules, procedures, or knowledge bases that compute results based on clinical events detected in patient data continuous development since 1989 Each module, referred to as a medical logic module (MLM), contains sufficient knowledge to make a single decision Medical knowledge packages (MKPs) consist of interconnected MLMs for complex clinical decision support The Health Level Seven Arden Syntax for Medical Logic Systems, version 2.9 including fuzzy methodologies was approved by Health Level Seven (HL7) International and the American National Standards Institute (ANSI) in 2013 Version 2.10 including ArdenML, an XML-based representation of Arden Syntax MLMs was approved in 2014 healthcare industry and academic users

31 General MLM Layout Maintenance Category Library Category Knowledge Category Resources Category Identify an MLM Data Types Operators Basic Operators Curly Braces List Operators Logical Operators Comparison Operators String Operators Arithmetic Operators Other Operators Control Statements Call/Write Statements and Trigger

32 Sample MLM (excerpt)

33 ArdenSuite: Arden-Syntax-based genuine technology platform for clinical decision support (CDS) Interface possibilities: 1) Web services for MLM calling and for data transfer 2) Web services for MLM calling and server/database connector for data access 3) Data warehouse + ArdenSuite server = autonomous CDS system

34 ArdenSuite server and software components ArdenSuite integrated development and test environment (IDE) including Medical logic module (MLM) editor and authoring tool ArdenSuite compiler (syntax versions 2.1, 2.5, 2.6, 2.7, 2.8, 2.9, and 2.10) ArdenSuite engine MLM test environment MLM export component command-line ArdenSuite compiler data warehouse selected data and results, e.g., ICU & NICU, microbiology, MONI reporting, quality measures, and benchmarking study support and recruitment App docking station (e.g., through FHIR server) data and knowledge mining (big data) web-services-based ArdenSuite server including ArdenSuite engine MLM manager XML-protocol-based interfaces, e.g., SOAP, REST, and HL7 a project-specific data and knowledge services center Java libraries ArdenSuite compiler ArdenSuite engine

35 Fuzzy Arden Syntax: Modeling uncertainty in medicine linguistic uncertainty due to the unsharpness (fuzziness) of boundaries of linguistic concepts; gradual transition from one concept to another modeled by fuzzy sets (e.g., fever, increased glucose level, hypoxemia) propositional uncertainty due to the incompleteness of medical conclusions; uncertainty in definitional, causal, statistical, and heuristic relationships here: modeled by truth values between zero and one (e.g., 0.6, 0.9)

36 Crisp sets vs. fuzzy sets χ Y young threshold age arbitrary yes/no decisions cause of unfruitful discussions often simply wrong µ Y young 1 intuitive gradual transitions 0 0 threshold age

37 Examples of fuzzy sets as they are applied in Moni-ICU DoC fever ºC 37.9 DoC 1.0 leukopenia leukocytosis DoC 1.0 shock present ,000 5,000 11,000 12,000 WBC/mm 3 11, shock index = systolic blood pressure/ 0.9 heart rate

38 Clinical concepts and relationships between them truth value ( ) t S S S D 1 2 degree of compatibility 3

39 Uncertainty in conclusions I: through linguistic uncertainty in premises Example: SS 1 SS 2 SS 3 SS 4 SS SS6 is true is 0.8. degree of compatibility fever SS 1 : fever SS 2 : hypotension SS 3 : leukopenia SS 4 : leukocytosis SS 5 : increased CRP SS 6 : inflammatory signs (with sepsis) C

40 Uncertainty in conclusions II: through uncertainty in propositions Example 1: 0.8 SS 1 DD1 SS 1 : highly increased amylase DD 1 : acute pancreatitis Example 2: 0.8 II 1 SS1 II 1 : thermoregulation (cooling) SS 1 : fever Example 3: at least 4/11: SS 1 SS DD1 SS 1 : morning stiffness lasting at least one hour SS 5 : symmetric joint involvement SS 9 : positive serum rheumatoid factor DD 1 : rheumatoid arthritis

41 Two different hyperglycemia definitions Hyperglycemia (surveillance) is true is Hyperglycemia (alerting) is true is 0.75.

42 Towards a science of clinical medicine patient s medical data and healthcare processes for human processing patient s medical data and healthcare processes for machine processing observations measurements e.g., temperature chart e.g., CRP skin color (jaundice, livid, ) color measurement Measure what is measurable, and make measurable what is not so. Crucial point in clinical medicine: Digitize what is digitizable, and make digitizable what is not so. Galileo Galilei Klaus-Peter Adlassnig

43 Challenges to clinical decision support (CDS) mental necessity or imperative not recognized (fatalistic attitude towards risk/suffering) factual incomprehension (don t understand it) emotional refusal (don t want it) insufficient endorsement (don t do it) clinical too simplistic or insufficient quality (lack of content quality) lack in workflow integration (lack of process quality) technical lack in structured patient data (documentation) insufficient data/semantic interoperability (data and terminology standards) financial insufficient funds (often not true!) How to overcome these barriers? By clinically useful solutions.

44 Literature on Clinical Decision Support : 36,211 publications Max Plischke,

45 Challenge for CDS: Explosion in data + knowledge Stead WW, Searle JR, Fessler HE et al. Biomedical informatics: Changing What Physicians Need to Know and How They Learn. Academic Medicine 2011; 86(4):

46 A holy grail of clinical informatics is scalable, interoperable clinical decision support. according to Kensaku Kawamoto HL7 Work Group Meeting, San Diego, CA, September 2011

47 Clinical decision support: Ten commandments Speed is everything Anticipate needs & deliver in real time (alert) Fit into user workflow (five rights) Little things make a big difference (e.g., screen design, used terms) Recognize that MDs will resist stopping (e.g., medication) Changing direction is easier than stopping (e.g., dosing) Simple interventions work best Ask for information only if you really need it (avoid additional data input) Monitor impact, get feedback and respond (keep the user informed) Manage & maintain your KBS (continues improvement) Bates DW, Kuperman GJ, Wang S et al. Ten Commandments for Effective Clinical Decision Support: Making the Practice of Evidence- Based Medicine a Reality. Journal of the American Medical Informatics Association 2003;10:

48 Regulatory framework for clinical decision support software: Present uncertainty and prospective proposition From Y. Tony Yang and Bradley Merrill Thompson (2015) Journal of the American College of Radiology.

Artificial-intelligence-augmented clinical medicine

Artificial-intelligence-augmented clinical medicine Artificial-intelligence-augmented clinical medicine Klaus-Peter Adlassnig Section for Medical Expert and Knowledge-Based Systems Center for Medical Statistics, Informatics, and Intelligent Systems Medical

More information

Artificial-intelligence-augmented clinical medicine

Artificial-intelligence-augmented clinical medicine Artificial-intelligence-augmented clinical medicine Klaus-Peter Adlassnig Section for Medical Expert and Knowledge-Based Systems Center for Medical Statistics, Informatics, and Intelligent Systems Medical

More information

Artificial-intelligence-augmented clinical medicine

Artificial-intelligence-augmented clinical medicine Artificial-intelligence-augmented clinical medicine Klaus-Peter Adlassnig Section for Medical Expert and Knowledge-Based Systems Center for Medical Statistics, Informatics, and Intelligent Systems Medical

More information

Clinical decision support (CDS) and Arden Syntax

Clinical decision support (CDS) and Arden Syntax Clinical decision support (CDS) and Arden Syntax Educational material, part 1 Medexter Healthcare Borschkegasse 7/5 A-1090 Vienna www.medexter.com www.meduniwien.ac.at/kpa (academic) Better care, patient

More information

A FRAMEWORK FOR CLINICAL DECISION SUPPORT IN INTERNAL MEDICINE A PRELIMINARY VIEW Kopecky D 1, Adlassnig K-P 1

A FRAMEWORK FOR CLINICAL DECISION SUPPORT IN INTERNAL MEDICINE A PRELIMINARY VIEW Kopecky D 1, Adlassnig K-P 1 A FRAMEWORK FOR CLINICAL DECISION SUPPORT IN INTERNAL MEDICINE A PRELIMINARY VIEW Kopecky D 1, Adlassnig K-P 1 Abstract MedFrame provides a medical institution with a set of software tools for developing

More information

Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework

Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework Thomas E. Rothenfluh 1, Karl Bögl 2, and Klaus-Peter Adlassnig 2 1 Department of Psychology University of Zurich, Zürichbergstraße

More information

Clinical Decision Support Systems. 朱爱玲 Medical Informatics Group 24 Jan,2003

Clinical Decision Support Systems. 朱爱玲 Medical Informatics Group 24 Jan,2003 Clinical Decision Support Systems 朱爱玲 Medical Informatics Group 24 Jan,2003 Outline Introduction Medical decision making What are clinical decision support systems (CDSSs)? Historical perspective Abdominal

More information

SAGE. Nick Beard Vice President, IDX Systems Corp.

SAGE. Nick Beard Vice President, IDX Systems Corp. SAGE Nick Beard Vice President, IDX Systems Corp. Sharable Active Guideline Environment An R&D consortium to develop the technology infrastructure to enable computable clinical guidelines, that will be

More information

Semantic Alignment between ICD-11 and SNOMED-CT. By Marcie Wright RHIA, CHDA, CCS

Semantic Alignment between ICD-11 and SNOMED-CT. By Marcie Wright RHIA, CHDA, CCS Semantic Alignment between ICD-11 and SNOMED-CT By Marcie Wright RHIA, CHDA, CCS World Health Organization (WHO) owns and publishes the International Classification of Diseases (ICD) WHO was entrusted

More information

Artificial Intelligence For Homeopathic Remedy Selection

Artificial Intelligence For Homeopathic Remedy Selection Artificial Intelligence For Homeopathic Remedy Selection A. R. Pawar, amrut.pawar@yahoo.co.in, S. N. Kini, snkini@gmail.com, M. R. More mangeshmore88@gmail.com Department of Computer Science and Engineering,

More information

Moving Family Health History & Genetic Test Result Data into the Electronic Health Record for Clinical Decision Support

Moving Family Health History & Genetic Test Result Data into the Electronic Health Record for Clinical Decision Support Moving Family Health History & Genetic Test Result Data into the Electronic Health Record for Clinical Decision Support HL7 30 Years of Standards Development HIMSS February 21, 2017 Grant M. Wood Intermountain

More information

Kaiser Permanente Convergent Medical Terminology (CMT)

Kaiser Permanente Convergent Medical Terminology (CMT) Kaiser Permanente Convergent Medical Terminology (CMT) Using Oxford RDFox and SNOMED for Quality Measures Peter Hendler, MD Alan Abilla, RN, MS About Kaiser Permanente Largest health maintenance organization

More information

How Doctors Feel About Electronic Health Records. National Physician Poll by The Harris Poll

How Doctors Feel About Electronic Health Records. National Physician Poll by The Harris Poll How Doctors Feel About Electronic Health Records National Physician Poll by The Harris Poll 1 Background, Objectives, and Methodology New research from Stanford Medicine, conducted with The Harris Poll

More information

Use of GELLO v.1.x, GLIF 3.5, SNOMED CT and EN archetypes

Use of GELLO v.1.x, GLIF 3.5, SNOMED CT and EN archetypes Use of GELLO v.1.x, GLIF 3.5, SNOMED CT and EN 13606 archetypes Peter Scott Andrew McIntyre Jared Davision Peter Tattam www.medical objects.com.au peter@medical objects.com.au Some main points 1. Standards

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

Building a Diseases Symptoms Ontology for Medical Diagnosis: An Integrative Approach

Building a Diseases Symptoms Ontology for Medical Diagnosis: An Integrative Approach Building a Diseases Symptoms Ontology for Medical Diagnosis: An Integrative Approach Osama Mohammed, Rachid Benlamri and Simon Fong* Department of Software Engineering, Lakehead University, Ontario, Canada

More information

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany High-level Vision Bernd Neumann Slides for the course in WS 2004/05 Faculty of Informatics Hamburg University Germany neumann@informatik.uni-hamburg.de http://kogs-www.informatik.uni-hamburg.de 1 Contents

More information

An Oncology Digital Companion for Patient-Reported Outcomes with Electronic Health Record Integration. Dr Zachary Tan

An Oncology Digital Companion for Patient-Reported Outcomes with Electronic Health Record Integration. Dr Zachary Tan An Oncology Digital Companion for Patient-Reported Outcomes with Electronic Health Record Integration Dr Zachary Tan A Diagnosis Of Cancer Is Devastating Shocked Confused Disorganized Alone The Digital

More information

402 Intro to Clinical Thinking, Winter 2010 Final Group Presentation, Group 1

402 Intro to Clinical Thinking, Winter 2010 Final Group Presentation, Group 1 402 Intro to Clinical Thinking, Winter 2010 Final Group Presentation, Group 1 Group 1, Members Michael Aguilar Hugo Fernandes Charles Kitzman Biljana Spasic Clinical Case Single visit There are prior visits

More information

The Potential of SNOMED CT to Improve Patient Care. Dec 2015

The Potential of SNOMED CT to Improve Patient Care. Dec 2015 The Potential of SNOMED CT to Improve Patient Care stephen.spencer@nhs.net stephen.spencer@nhs.net Dec 2015 What is SNOMED CT SNOMED CT: Is the most comprehensive, multilingual clinical healthcare terminology

More information

Enhanced Asthma Management with Mobile Communication

Enhanced Asthma Management with Mobile Communication Enhanced Asthma Management with Mobile Communication P.S. Ngai, S. Chan, C.T. Lau, K.M. Lau Abstract In this paper, we propose a prototype system to enhance the management of asthma condition in patients

More information

Design Issues for Electronics Health Records Using Cloud Computing Technologies

Design Issues for Electronics Health Records Using Cloud Computing Technologies IEEE Conference on Professional Development & Latest Trends in Emerging Topics for Practicing Engineers Nov. 8-9, Indianapolis Marriott East Organized by IEEE Central Indiana Section/Computer Society Chapter

More information

Chapter 12 Conclusions and Outlook

Chapter 12 Conclusions and Outlook Chapter 12 Conclusions and Outlook In this book research in clinical text mining from the early days in 1970 up to now (2017) has been compiled. This book provided information on paper based patient record

More information

Using Big Data to Prevent Infections

Using Big Data to Prevent Infections Using Big Data to Prevent Infections A thought paper by Scalable Health Big Data Analytics Reduces Infections in Hospitals Healthcare Associated Infections (HAIs) are developed while patients are receiving

More information

CLINICIAN-LED E-HEALTH RECORDS. (AKA GETTING THE LITTLE DATA RIGHT) Dr Heather Leslie Ocean Informatics/openEHR Foundation

CLINICIAN-LED E-HEALTH RECORDS. (AKA GETTING THE LITTLE DATA RIGHT) Dr Heather Leslie Ocean Informatics/openEHR Foundation CLINICIAN-LED E-HEALTH RECORDS (AKA GETTING THE LITTLE DATA RIGHT) Dr Heather Leslie Ocean Informatics/openEHR Foundation An ongoing issue In attempting to arrive at the truth, I have applied everywhere

More information

Complex just became comfortable.

Complex just became comfortable. Complex just became comfortable. DENTRIX ENTERPRISE Work Well With Others To serve your community, your clinic must work well with others other providers, other clinics, other organizations. To be effective,

More information

Detecting Patient Complexity from Free Text Notes Using a Hybrid AI Approach

Detecting Patient Complexity from Free Text Notes Using a Hybrid AI Approach Detecting Patient Complexity from Free Text Notes Using a Hybrid AI Approach Malcolm Pradhan, CMO MBBS, PhD, FACHI Daniel Padilla, ML Engineer BEng,, PhD Alcidion Corporation Overview Alcidion s Natural

More information

Phone Number:

Phone Number: International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 1589 Multi-Agent based Diagnostic Model for Diabetes 1 A. A. Obiniyi and 2 M. K. Ahmed 1 Department of Mathematic,

More information

The openehr approach. Background. Approach. Heather Leslie, July 17, 2014

The openehr approach. Background. Approach. Heather Leslie, July 17, 2014 Heather Leslie, July 17, 2014 The openehr approach Background The open source openehr 1 architecture specifications 2 have evolved as the result of over 20 years of research and international implementations,

More information

Pilot Study: Clinical Trial Task Ontology Development. A prototype ontology of common participant-oriented clinical research tasks and

Pilot Study: Clinical Trial Task Ontology Development. A prototype ontology of common participant-oriented clinical research tasks and Pilot Study: Clinical Trial Task Ontology Development Introduction A prototype ontology of common participant-oriented clinical research tasks and events was developed using a multi-step process as summarized

More information

Data Management for EHDI: Helpful Friend, Not Dreaded Foe

Data Management for EHDI: Helpful Friend, Not Dreaded Foe Data Management for EHDI: Helpful Friend, Not Dreaded Foe John Eichwald, Team Lead Early Hearing Detection and Intervention (EHDI) IFSC/Pediatric Audiology Symposium/SE Regional EHDI Conference October,

More information

Echocardiography A powerful module of MediConnect

Echocardiography A powerful module of MediConnect Echocardiography A powerful module of MediConnect WHERE IT ALL COMES TOGETHER MEDICONNECT AN OVERVIEW Integrating the latest IT technologies with medical expertise within an existing clinical infrastructure

More information

Electronic Support for Public Health Vaccine Adverse Event Reporting System (ESP:VAERS)

Electronic Support for Public Health Vaccine Adverse Event Reporting System (ESP:VAERS) Grant Final Report Grant ID: R18 HS 017045 Electronic Support for Public Health Vaccine Adverse Event Reporting System (ESP:VAERS) Inclusive dates: 12/01/07-09/30/10 Principal Investigator: Lazarus, Ross,

More information

Text mining for lung cancer cases over large patient admission data. David Martinez, Lawrence Cavedon, Zaf Alam, Christopher Bain, Karin Verspoor

Text mining for lung cancer cases over large patient admission data. David Martinez, Lawrence Cavedon, Zaf Alam, Christopher Bain, Karin Verspoor Text mining for lung cancer cases over large patient admission data David Martinez, Lawrence Cavedon, Zaf Alam, Christopher Bain, Karin Verspoor Opportunities for Biomedical Informatics Increasing roll-out

More information

Senior Project Proposal Abby Conn October 23, 2018

Senior Project Proposal Abby Conn October 23, 2018 Senior Project Proposal Abby Conn October 23, 2018 I. Title of Project: Designing an Early Warning System for Pediatric Sepsis Detection at Northern Arizona Healthcare (NAH) II. Statement of Purpose: Sepsis

More information

Andrew Heed, B. Pharm. CPIO, Integration Architect. The Newcastle upon Tyne Hospitals NHS Foundation Trust.

Andrew Heed, B. Pharm. CPIO, Integration Architect. The Newcastle upon Tyne Hospitals NHS Foundation Trust. Andrew Heed, B. Pharm. CPIO, Integration Architect. The Newcastle upon Tyne Hospitals NHS Foundation Trust. Afroze Mobasher, Pharm. D Analyst Configurer Imperial College Healthcare NHS Trust Local reflection

More information

Decision Support in Radiation Therapy. Summary. Clinical Decision Support 8/2/2012. Overview of Clinical Decision Support

Decision Support in Radiation Therapy. Summary. Clinical Decision Support 8/2/2012. Overview of Clinical Decision Support Decision Support in Radiation Therapy August 1, 2012 Yaorong Ge Wake Forest University Health Sciences Summary Overview of Clinical Decision Support Decision support for radiation therapy Introduction

More information

GLOOKO DREAMED FOR ANDROID USER GUIDE

GLOOKO DREAMED FOR ANDROID USER GUIDE GLOOKO DREAMED FOR ANDROID USER GUIDE November 2018 IFU-0017 02 TABLE OF CONTENTS TABLE OF CONTENTS GENERAL INFORMATION... 2 Product Description... 2 Glooko Intended Use... 2 Dreamed Intended Use... 2

More information

Clinical Decision Support Technologies for Oncologic Imaging

Clinical Decision Support Technologies for Oncologic Imaging Clinical Decision Support Technologies for Oncologic Imaging Ramin Khorasani, MD, MPH Professor of Radiology Harvard Medical School Distinguished Chair, Medical Informatics Vice Chair, Department of Radiology

More information

Risk Classification Modeling to Combat Opioid Abuse

Risk Classification Modeling to Combat Opioid Abuse Risk Classification Modeling to Combat Opioid Abuse Improve Data Sharing to Identify High-Risk Prescribers of Opioids Christopher Sterling Chief Statistician NCI, Inc. www.nciinc.com 11730 Plaza America

More information

Using Health IT to Support Oral Health Integration: Dealing with Common Barriers. Jeff Hummel, MD, MPH Qualis Health November 5, 2015

Using Health IT to Support Oral Health Integration: Dealing with Common Barriers. Jeff Hummel, MD, MPH Qualis Health November 5, 2015 Using Health IT to Support Oral Health Integration: Dealing with Common Barriers Jeff Hummel, MD, MPH Qualis Health November 5, 2015 Goals for this Session Understand 3 aspects of oral health information

More information

Innovative Risk and Quality Solutions for Value-Based Care. Company Overview

Innovative Risk and Quality Solutions for Value-Based Care. Company Overview Innovative Risk and Quality Solutions for Value-Based Care Company Overview Meet Talix Talix provides risk and quality solutions to help providers, payers and accountable care organizations address the

More information

ARTIFICIAL INTELLIGENCE FOR PREDICTION OF SEPSIS IN VERY LOW BIRTH WEIGHT INFANTS

ARTIFICIAL INTELLIGENCE FOR PREDICTION OF SEPSIS IN VERY LOW BIRTH WEIGHT INFANTS ARTIFICIAL INTELLIGENCE FOR PREDICTION OF SEPSIS IN VERY LOW BIRTH WEIGHT INFANTS Markus Leskinen MD PhD, Neonatologist Children s Hospital, University of Helsinki and Helsinki University Hospital The

More information

ORC: an Ontology Reasoning Component for Diabetes

ORC: an Ontology Reasoning Component for Diabetes ORC: an Ontology Reasoning Component for Diabetes Özgür Kafalı 1, Michal Sindlar 2, Tom van der Weide 2 and Kostas Stathis 1 1 Department of Computer Science Royal Holloway, University of London, UK {ozgur.kafali,kostas.stathis}@rhul.ac.uk

More information

C. Martin Harris, M.D., M.B.A. Holly D. Miller, M.D., M.B.A.

C. Martin Harris, M.D., M.B.A. Holly D. Miller, M.D., M.B.A. C. Martin Harris, M.D., M.B.A. Holly D. Miller, M.D., M.B.A. HIMSS 2003 Who We Are C. Martin Harris, M.D., M.B.A. Chief Information Officer Executive Director of e-cleveland Clinic Holly D. Miller, M.D.,

More information

Note: This is an authorized excerpt from 2016 Healthcare Benchmarks: Digital Health To download the entire report, go to

Note: This is an authorized excerpt from 2016 Healthcare Benchmarks: Digital Health To download the entire report, go to Note: This is an authorized excerpt from 2016 Healthcare Benchmarks: Digital Health To download the entire report, go to http://store.hin.com/product.asp?itemid=5126 or call 888-446-3530. 2016 Healthcare

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

Clinical Decision Support for Immunizations as a Community-drive, Standards-based Activity

Clinical Decision Support for Immunizations as a Community-drive, Standards-based Activity Clinical Decision Support for Immunizations as a Community-drive, Standards-based Activity 2018 CDC Public Health Informatics Conference Atlanta, GA August 22, 2018 Noam H. Arzt, PhD, FHIMSS Stuart Myerburg,

More information

IT Foundation Application Map

IT Foundation Application Map IT Foundation Application Map IT vs. IS vs. CS IT = Information Technology CS = Computer Science IS = Information System IS Manage effective and efficient collaboration between CS and IT Industrial Engineering

More information

emeasure Title emeasure Identifier (Measure Authoring Tool) 621 emeasure Version number

emeasure Title emeasure Identifier (Measure Authoring Tool) 621 emeasure Version number emeasure Title emeasure Identifier (Measure Authoring Tool) Measurement That Matters 621 emeasure Version number 0.0.013 NQF Number GUID a81691e2-4be1-4725-b279- a07448a74bcd Measurement Period Measure

More information

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Peiqin Gu College of Computer Science, Zhejiang University, P.R.China gupeiqin@zju.edu.cn Abstract. Unlike Western Medicine, those

More information

Clinical Decision Support: a 25 Year Retrospective and a 25 Year Vision

Clinical Decision Support: a 25 Year Retrospective and a 25 Year Vision S103 2016 IMIA and Schattauer GmbH Clinical Decision Support: a 25 Year Retrospective and a 25 Year Vision B. Middleton 1, 2, D. F. Sittig 3, A. Wright 4 1 Apervita, Inc., Chicago, IL, USA 2 Harvard T.H.

More information

From Guidelines To Decision Support A Systematic and Replicable Approach To Guideline Knowledge Transformation

From Guidelines To Decision Support A Systematic and Replicable Approach To Guideline Knowledge Transformation From Guidelines To Decision Support A Systematic and Replicable Approach To Guideline Knowledge Transformation GLIDES PROJECT GuideLines Into DEcision Support sponsored by the Agency for HealthCare Research

More information

Not all NLP is Created Equal:

Not all NLP is Created Equal: Not all NLP is Created Equal: CAC Technology Underpinnings that Drive Accuracy, Experience and Overall Revenue Performance Page 1 Performance Perspectives Health care financial leaders and health information

More information

Models for Inexact Reasoning. Imprecision and Approximate Reasoning. Miguel García Remesal Department of Artificial Intelligence

Models for Inexact Reasoning. Imprecision and Approximate Reasoning. Miguel García Remesal Department of Artificial Intelligence Models for Inexact Reasoning Introduction to Uncertainty, Imprecision and Approximate Reasoning Miguel García Remesal Department of Artificial Intelligence mgremesal@fi.upm.es Uncertainty and Imprecision

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

Reducing Readmissions and Improving Outcomes at OhioHealth Mansfield Hospital:

Reducing Readmissions and Improving Outcomes at OhioHealth Mansfield Hospital: Reducing Readmissions and Improving Outcomes at OhioHealth Mansfield Hospital: Eugenio H. Zabaleta, Ph.D. Clinical Chemist OhioHealth Mansfield Hospital Reducing Readmissions and Improving Outcomes at

More information

Pharmacotherapy selection system supports shared clinician-patient decision-making in diabetes treatment

Pharmacotherapy selection system supports shared clinician-patient decision-making in diabetes treatment FOR IMMEDIATE RELEASE Pharmacotherapy selection system supports shared clinician-patient decision-making in diabetes treatment Electronic health record-based comparative display of pharmaceutical options

More information

Health informatics Digital imaging and communication in medicine (DICOM) including workflow and data management

Health informatics Digital imaging and communication in medicine (DICOM) including workflow and data management INTERNATIONAL STANDARD ISO 12052 Second edition 2017-08 Health informatics Digital imaging and communication in medicine (DICOM) including workflow and data management Informatique de santé Imagerie numérique

More information

IBM Patient Care and Insights: Utilizing Analytics to Deliver Impactful Care Management

IBM Patient Care and Insights: Utilizing Analytics to Deliver Impactful Care Management IBM Patient Care and Insights: Utilizing Analytics to Deliver Impactful Care Management Healthcare Transformation: A Work in Progress 1st US rank in Healthcare spending 1 8.0 Hours each day an average

More information

FOR THE HEALTHCARE PROFESSIONALS

FOR THE HEALTHCARE PROFESSIONALS FOR THE HEALTHCARE PROFESSIONALS WHEN DRUG SAFETY IS YOUR CONCERN EVIDENCE BASED DECISION SUPPORT FOR DRUG THERAPY MEDBASE LTD PRODUCES MEDICAL DATABASES FOR HEALTHCARE PROFESSIONALS AND PATIENTS TO EN-

More information

Inferencing in Artificial Intelligence and Computational Linguistics

Inferencing in Artificial Intelligence and Computational Linguistics Inferencing in Artificial Intelligence and Computational Linguistics (http://www.dfki.de/~horacek/infer-ai-cl.html) no classes on 28.5., 18.6., 25.6. 2-3 extra lectures will be scheduled Helmut Horacek

More information

Artificially Intelligent Primary Medical Aid for Patients Residing in Remote areas using Fuzzy Logic

Artificially Intelligent Primary Medical Aid for Patients Residing in Remote areas using Fuzzy Logic Artificially Intelligent Primary Medical Aid for Patients Residing in Remote areas using Fuzzy Logic Ravinkal Kaur 1, Virat Rehani 2 1M.tech Student, Dept. of CSE, CT Institute of Technology & Research,

More information

Collaborative Project of the 7th Framework Programme. WP6: Tools for bio-researchers and clinicians

Collaborative Project of the 7th Framework Programme. WP6: Tools for bio-researchers and clinicians G.A. nº 270086 Collaborative Project of the 7th Framework Programme WP6: Tools for bio-researchers and clinicians Deliverable 6.1: Design of Inference Engine v.1.0 31/10/2011 www.synergy-copd.eu Document

More information

What Is A Knowledge Representation? Lecture 13

What Is A Knowledge Representation? Lecture 13 What Is A Knowledge Representation? 6.871 - Lecture 13 Outline What Is A Representation? Five Roles What Should A Representation Be? What Consequences Does This View Have For Research And Practice? One

More information

Clinical Observation Modeling

Clinical Observation Modeling Clinical Observation Modeling VA Informatics Architecture SOLOR Meeting Walter Sujansky January 31, 2013 Goals of Clinical Observation Modeling Create conceptual-level models of the discrete statements

More information

The Logic of Categorization

The Logic of Categorization From: FLAIRS-02 Proceedings. Copyright 2002, AAAI (www.aaai.org). All rights reserved. The Logic of Categorization Pei Wang Department of Computer and Information Sciences, Temple University Philadelphia,

More information

Expert Systems. Artificial Intelligence. Lecture 4 Karim Bouzoubaa

Expert Systems. Artificial Intelligence. Lecture 4 Karim Bouzoubaa Expert Systems Artificial Intelligence Lecture 4 Karim Bouzoubaa Artificial Intelligence Copyright Karim Bouzoubaa 2 Introduction ES: Capture, represent, store and apply human K using a machine Practical

More information

How Virtual Health Assistants Engage Patients and Transform Behavior

How Virtual Health Assistants Engage Patients and Transform Behavior How Virtual Health Assistants Engage Patients and Transform Behavior A more strategic and comprehensive approach to mhealth and successful behavior change Thomas Morrow MD Chief Medical Officer Next IT

More information

An Ontology Ecosystem Approach to Electronic Health Record Interoperability. Barry Smith Ontology Summit April 7, 2016

An Ontology Ecosystem Approach to Electronic Health Record Interoperability. Barry Smith Ontology Summit April 7, 2016 An Ontology Ecosystem Approach to Electronic Health Record Interoperability Barry Smith Ontology Summit April 7, 2016 1 Electronic Health Records pro no more redundant tests continuity of care improved

More information

CHAPTER 6 DESIGN AND ARCHITECTURE OF REAL TIME WEB-CENTRIC TELEHEALTH DIABETES DIAGNOSIS EXPERT SYSTEM

CHAPTER 6 DESIGN AND ARCHITECTURE OF REAL TIME WEB-CENTRIC TELEHEALTH DIABETES DIAGNOSIS EXPERT SYSTEM 87 CHAPTER 6 DESIGN AND ARCHITECTURE OF REAL TIME WEB-CENTRIC TELEHEALTH DIABETES DIAGNOSIS EXPERT SYSTEM 6.1 INTRODUCTION This chapter presents the design and architecture of real time Web centric telehealth

More information

QUALITY IMPROVEMENT TOOLS

QUALITY IMPROVEMENT TOOLS QUALITY IMPROVEMENT TOOLS QUALITY IMPROVEMENT TOOLS The goal of this section is to build the capacity of quality improvement staff to implement proven strategies and techniques within their health care

More information

1st Turku Traumatic Brain Injury Symposium Turku, Finland, January 2014

1st Turku Traumatic Brain Injury Symposium Turku, Finland, January 2014 The TBIcare decision support tool aid for the clinician Jyrki Lötjönen & Jussi Mattila, VTT Technical Research Centre of Finland Validation of the decision support tool Ari Katila University of Turku 1st

More information

SAP Hybris Academy. Public. February March 2017

SAP Hybris Academy. Public. February March 2017 SAP Hybris Academy Public February March 2017 Agenda Introduction SAP Hybris Academy Overview Java Knowledge Needed for SAP Hybris Development HY200 SAP Hybris Commerce Functional Analyst: Course Content

More information

Implementation of Inference Engine in Adaptive Neuro Fuzzy Inference System to Predict and Control the Sugar Level in Diabetic Patient

Implementation of Inference Engine in Adaptive Neuro Fuzzy Inference System to Predict and Control the Sugar Level in Diabetic Patient , ISSN (Print) : 319-8613 Implementation of Inference Engine in Adaptive Neuro Fuzzy Inference System to Predict and Control the Sugar Level in Diabetic Patient M. Mayilvaganan # 1 R. Deepa * # Associate

More information

EHR SOFTWARE COMPARISON

EHR SOFTWARE COMPARISON EHR SOFTWARE COMPARISON C M CONVERTED MEDIA WHY NOT CREATE YOUR OWN COMPARISON? With our free comparison engine you can build your own side-by-side comparison of leading EHR solutions. Narrow down your

More information

The Architecture of Performance Measurement

The Architecture of Performance Measurement The Architecture of Performance Measurement Jason Oliveira Managing Director, Health Systems Consulting September 19 th, 2012 Copyright 2010 Recombinant Data Corp. All rights reserved. 1 Today s speaker

More information

Patient Status Engine AI based on Vital Signs StartUp- und Digitalisierungspreis der ENTSCHEIDERFABRIK Medica Isansys Lifecare Europe GmbH

Patient Status Engine AI based on Vital Signs StartUp- und Digitalisierungspreis der ENTSCHEIDERFABRIK Medica Isansys Lifecare Europe GmbH Patient Status Engine AI based on Vital Signs StartUp- und Digitalisierungspreis der ENTSCHEIDERFABRIK Medica 2018 Isansys Lifecare Europe GmbH Digital Health? Digitisation of Process and Information Hospital

More information

Social Determinants of Health

Social Determinants of Health FORECAST HEALTH WHITE PAPER SERIES Social Determinants of Health And Predictive Modeling SOHAYLA PRUITT Director Product Management Health systems must devise new ways to adapt to an aggressively changing

More information

Tyra Bryant-Stephens, MD Director, Community Asthma Prevention Program The Children s Hospital of Philadelphia Clinical Associate Professor of

Tyra Bryant-Stephens, MD Director, Community Asthma Prevention Program The Children s Hospital of Philadelphia Clinical Associate Professor of Tyra Bryant-Stephens, MD Director, Community Asthma Prevention Program The Children s Hospital of Philadelphia Clinical Associate Professor of Pediatrics The University of Pennsylvania School of Medicine

More information

Dexcom: CGM technology, IoT connectivity, and the drive to insight delivery in diabetes care

Dexcom: CGM technology, IoT connectivity, and the drive to insight delivery in diabetes care Data @ Dexcom: CGM technology, IoT connectivity, and the drive to insight delivery in diabetes care Nate Heintzman, PhD Sr. Manager, Data Partnerships 20161130 MILLIONS 700 Diabetes is a global crisis

More information

Sanofi Press Breakfast on Behavioral Science. Friday 22 September 2017

Sanofi Press Breakfast on Behavioral Science. Friday 22 September 2017 Sanofi Press Breakfast on Behavioral Science Friday 22 September 2017 Agenda WHY UNDERSTANDING BEHAVIORS CAN UNLOCK CARE SUCCESS 8.45-9.00 Welcome coffee 9.00 Kick-off 9.00-9.10 Introduction by Alexandra

More information

Multi Parametric Approach Using Fuzzification On Heart Disease Analysis Upasana Juneja #1, Deepti #2 *

Multi Parametric Approach Using Fuzzification On Heart Disease Analysis Upasana Juneja #1, Deepti #2 * Multi Parametric Approach Using Fuzzification On Heart Disease Analysis Upasana Juneja #1, Deepti #2 * Department of CSE, Kurukshetra University, India 1 upasana_jdkps@yahoo.com Abstract : The aim of this

More information

Wason's Cards: What is Wrong?

Wason's Cards: What is Wrong? Wason's Cards: What is Wrong? Pei Wang Computer and Information Sciences, Temple University This paper proposes a new interpretation

More information

Performance Dashboard for the Substance Abuse Treatment System in Los Angeles

Performance Dashboard for the Substance Abuse Treatment System in Los Angeles Performance Dashboard for the Substance Abuse Treatment System in Los Angeles Abdullah Alibrahim, Shinyi Wu, PhD and Erick Guerrero PhD Epstein Industrial and Systems Engineering University of Southern

More information

Detection of Informative Disjunctive Patterns in Support of Clinical

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

More information

Improved Intelligent Classification Technique Based On Support Vector Machines

Improved Intelligent Classification Technique Based On Support Vector Machines Improved Intelligent Classification Technique Based On Support Vector Machines V.Vani Asst.Professor,Department of Computer Science,JJ College of Arts and Science,Pudukkottai. Abstract:An abnormal growth

More information

Keep Your Eyes on the Prize: Health Literacy Research as a Means to an End. Cindy Brach Center for Delivery, Organization, and Markets

Keep Your Eyes on the Prize: Health Literacy Research as a Means to an End. Cindy Brach Center for Delivery, Organization, and Markets Keep Your Eyes on the Prize: Health Literacy Research as a Means to an End Cindy Brach Center for Delivery, Organization, and Markets Disclosures I work for the Agency for Healthcare Research and Quality

More information

Sepsis Denials. Presented by James Donaher, RHIA, CDIP, CCS, CCS-P

Sepsis Denials. Presented by James Donaher, RHIA, CDIP, CCS, CCS-P Sepsis Denials Presented by James Donaher, RHIA, CDIP, CCS, CCS-P Sepsis-1 2 From the first Sepsis Definition Conference in 1991 Defined sepsis as systemic response syndrome (SIRS) due to infection SIRS

More information

Statement of research interest

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

More information

Quality requirements for EHR Archetypes

Quality requirements for EHR Archetypes Quality requirements for EHR Archetypes Dr Archana Tapuria, UCL Dr Tony Austin, UCL Prof Dipak Kalra, UCL, EuroRec Prof Georges De Moor, Univ. Gent, EuroRec MIE 2012, Pisa What is an Electronic Health

More information

The Human Behaviour-Change Project

The Human Behaviour-Change Project The Human Behaviour-Change Project Participating organisations A Collaborative Award funded by the www.humanbehaviourchange.org @HBCProject This evening Opening remarks from the chair Mary de Silva, The

More information

Test-Driven Development Exposed Growing Complex Software One Test at a Time

Test-Driven Development Exposed Growing Complex Software One Test at a Time Test-Driven Development Exposed Growing Complex Software One Test at a Time Introduction Software engineering has seen its share of controversies, fads, and techniques recently One technique that has stirred

More information

Pragmatic Sepsis Care For Providers: Aligning evidence, guidelines, mandates and policy to inform your daily practice.

Pragmatic Sepsis Care For Providers: Aligning evidence, guidelines, mandates and policy to inform your daily practice. Sepsis: Acute Care Part 2 Pragmatic Sepsis Care For Providers: Aligning evidence, guidelines, mandates and policy to inform your daily practice. June 15, 2017 Webinar Month 103 For resource downloads go

More information

Free ecosystem for medical imaging

Free ecosystem for medical imaging Free ecosystem for medical imaging 1 2 Worldwide explosion of medical images Belgium (2013): 33 millions of imaging studies for 11 millions of people CT + MRI + PET-CT Reason: Multimodal and longitudinal

More information

Background Information

Background Information Background Information Erlangen, November 26, 2017 RSNA 2017 in Chicago: South Building, Hall A, Booth 1937 Artificial intelligence: Transforming data into knowledge for better care Inspired by neural

More information

An introduction to case finding and outcomes

An introduction to case finding and outcomes An introduction to case finding and outcomes Dr Harshana Liyanage Department of Clinical & Experimental Medicine University of Surrey Wednesday, 25 January 2017 1 Objectives Problems with routine data

More information

CHAPTER - 7 FUZZY LOGIC IN DATA MINING

CHAPTER - 7 FUZZY LOGIC IN DATA MINING CHAPTER - 7 FUZZY LOGIC IN DATA MINING 7.1. INTRODUCTION Fuzzy logic is an approach of data mining that involves computing the data based on the probable predictions and clustering as opposed to the traditional

More information

Predictive Analytics and machine learning in clinical decision systems: simplified medical management decision making for health practitioners

Predictive Analytics and machine learning in clinical decision systems: simplified medical management decision making for health practitioners Predictive Analytics and machine learning in clinical decision systems: simplified medical management decision making for health practitioners Mohamed Yassine, MD Vice President, Head of US Medical Affairs

More information

Knowledge to Practice; Applying New Skills

Knowledge to Practice; Applying New Skills Knowledge to Practice; Applying New Skills Linda R. Greene, RN, BS, MPS,CIC UR Highland Hospital Rochester, NY linda_greene@urmc.rochester.edu Kim M. Delahanty, RN, BSN, PHN,MBA/HCM,CIC UCSD Health System

More information