Medical Expert Systems Eddie Lai. History  1950s – scientists tried to use computers for “probabilistic reasoning and statistical pattern recognition”

Slides:



Advertisements
Similar presentations
Decision Support Capability Breast Cancer Scenarios
Advertisements

Expert Systems Reasonable Reasoning An Ad Hoc approach.
Expert Systems Reasonable Reasoning An Ad Hoc approach.
CS 484 – Artificial Intelligence1 Announcements Choose Research Topic by today Project 1 is due Thursday, October 11 Midterm is Thursday, October 18 Book.
Inferences The Reasoning Power of Expert Systems.
ICT and medicine IT & C Department AP - Secretariat.
1 MYCIN cs538 Spring 2004 Jason Walonoski. 2 Presentation Outline ► History and Overview ► MYCIN Architecture ► Consultation System  Knowledge Representation.
Consent for Research Study A study for patients newly diagnosed with advanced glioblastoma (brain cancer): Learning whether a PET scan with F-fluoromisonidazole.
Predicting Readmissions (and other outcomes) Doesn’t Take a PhD John Showalter, MD MSIS Chief Health Information Officer University of Mississippi Medical.
Dealing with Uncertainty  The need to deal with uncertainty arose in “expert systems”  Code expertise into a computer system Example:  Medical diagnosis:
Informatics And The New Healthcare System Information Technology Will Provide the Platform for Quality Improvement in Healthcare for the 21 st Century.
Diagnosing – Critical Activity HINF Medical Methodologies Session 7.
Getting the Most from Clinical Data through Physiological Modelling & Medical Decision Support Bram Smith Stephen Rees, Toke Christensen, Dan Karbing,
Selection of Clinical Trials: Knowledge Representation and Acquisition Committee: Eugene Fink Lawrence O. Hall Dmitry B. Goldgof Savvas Nikiforou.
Coding of Selection Criteria for Cancer Treatment Plans Savvas Nikiforou.
1 Chapter 9 Rules and Expert Systems. 2 Chapter 9 Contents (1) l Rules for Knowledge Representation l Rule Based Production Systems l Forward Chaining.
Rules and Expert Systems
A Cost-Effective Agent for Clinical Trial Assignment Princeton K. Kokku Lawrence O. Hall Dmitry B. Goldgof Eugene Fink Jeffrey P. Krischer.
Building Knowledge-Driven DSS and Mining Data
EXCRETORY DISEASES IN HUMAN BEINGS.
19 April, 2017 Knowledge and image processing algorithms for real-life applications. Dr. Maria Athelogou Principal Scientist & Scientific Liaison Manager.
A Career in Oncology Dr H.K.Lord Consultant Clinical Oncologist.
Rule-Based/Expert Systems Catie Welsh CSE 435 – IDSS October 13, 2006.
Temporal Reasoning and Planning in Medicine Temporal Reasoning In Medical Information Systems (I) Yuval Shahar M.D., Ph.D.
Expert Systems Infsy 540 Dr. Ocker. Expert Systems n computer systems which try to mimic human expertise n produce a decision that does not require judgment.
METU Informatics Institute Min720 Pattern Classification with Bio-Medical Applications Lecture Notes by Neşe Yalabık Spring 2011.
1 Backward-Chaining Rule-Based Systems Elnaz Nouri December 2007.
COM362 Knowledge Engineering Classic Case Studies 1 John MacIntyre
Clinical Trials. What is a clinical trial? Clinical trials are research studies involving people Used to find better ways to prevent, detect, and treat.
TRANSLATING VISITS INTO PATIENTS USING AMBULATORY VISIT DATA (Hypertensive patient case study) by Esther Hing, M.P.H. and Julia Holmes, Ph.D U.S. DEPARTMENT.
PREVENTING SEPSIS: ARTIFICIAL INTELLIGENCE, KNOWLEDGE DISCOVERY, & VISUALIZATION Phillip Chang, MD (Dept of Surgery) Judy Goldsmith, PhD (Dept of Computer.
 Identify different options of cancer therapy.  Most cancers are treated with a combination of approaches.
Artificial Intelligence
IENG 423 Design of Decision Support Systems Decision Support System Concepts.
School of Computer Science and Technology, Tianjin University
Knowledge based Humans use heuristics a great deal in their problem solving. Of course, if the heuristic does fail, it is necessary for the problem solver.
Expert Systems An Introduction to Expert Systems and CLIPS by Charles Weddle.
Learn to Speak Doctor Translating Your Medical Tests into Results Joseph Chan, J. Ozymandias Fallick, Emily Jones & Ahmad Rana ter.ps/medicaltests {
Chapter 9: Rules and Expert Systems Lora Streeter.
CSE (c) S. Tanimoto, 2002 Expert Systems 1 Expert Systems Outline: Various Objectives in Creating Expert Systems Integration of AI Techniques into.
Health Management Information Systems
Overview Of Expert System Tools Expert System Tools : are all designed to support prototyping. Prototype : is a working model that is functionally equivalent.
Impact of ICT on Society – Part the first ICT 1_6.
Course Instructor: K ashif I hsan 1. Chapter # 3 Kashif Ihsan, Lecturer CS, MIHE2.
Consent for Research Study A study for patients newly diagnosed with advanced glioblastoma (brain cancer): Learning whether a PET scan with F-fluoromisonidazole.
3. Results (continued) Of single fraction regimens, 87% prescribed ≥16 Gy. Single fraction treatments were constrained by maximum spinal cord doses of.
Diagnostic Systems (I): Rule-Based Expert Systems and the MYCIN Project.
Inferencing in rule-based systems: forward and backward chaining.
PREDICTIVE TOOLS FOR CLINICAL DECISION SUPPORT 09BMD024 M.H.BINDU.
Clinical Decision Support 1 Historical Perspectives.
Use of Expert Systems for Application Systems Development.
Clinical Decision Support Systems Dimitar Hristovski, Ph.D. Institute of Biomedical.
Artificial Intelligence
Artificial Intelligence, simulation and modelling.
Artificial Intelligence: Applications
EXPERT SYSTEMS BY MEHWISH MANZER (63) MEER SADAF NAEEM (58) DUR-E-MALIKA (55)
Conference on Medical Thinking University College London June 23, 2006 Medical Thinking: What Should We Do? Edward H. Shortliffe, MD, PhD Department of.
Programming Paradigms, Software Architectural Patterns, and MVC CS 378 – Mobile Computing for iOS Dr. William C. Bulko.
Tumor markers 1111.
KNOWLEDGE REPRESENTATION
Expert Systems Directors : Prof. Zixing Cai &Miss WenSha
Introduction to Expert Systems Bai Xiao
Component 11: Configuring EHRs
Special Topics in Vendor-Specific Systems
Lesson Objectives 12/10/14 Today’s Objective:
Oncology Tru Miller White 2.
Applying Genomics to Daily Clinical Practice Current Status and Major Challenges Michael Seiden M.D. Ph.D.
MYCIN  MYCIN was an early backward chaining expert system that used artificial intelligence to identify bacteria causing severe infections, such as bacteremia.
Rule-Based Expert Systems: Suitable Domains
Special Topics in Vendor-Specific Systems
Presentation transcript:

Medical Expert Systems Eddie Lai

History  1950s – scientists tried to use computers for “probabilistic reasoning and statistical pattern recognition”  1970s – realized that physicians do not make decisions based on probability or patterns  Several expert systems a.k.a knowledge based systems were released shortly after  MYCIN  ONCOCIN

MYCIN  Expert system to identify bacteria that was causing infections and then prescribe antibiotics  Developed in early 1970s  Written in LISP  Only used as research, never in practice  Found that MYCIN gave acceptable conclusions more often than disease experts  Beginning of expert systems; many other expert systems were released after this

What is ONCOCIN?  Medical expert system written in LISP  Developed in Stanford’s School of Medicine in 1979  Intended for use by oncologists  Used at Stanford’s Oncology Clinic  Used for managing patients already diagnosed with cancer and being treated with chemotherapy  Alter/delay treatment based on condition after certain treatment  Thousands of possibilities given the side effects of chemotherapy

ONCOCIN  Composed of two systems  Reasoner – knowledge base and logic  Interviewer – interface between ONCOCIN and user (oncologist)  Each runs on parallel processors to not slow each other  User enters information about patient (rather than what he used to do)  Reasoner returns conclusions for current visit and recommendations for next visit  User can choose what to pass on to patient

Knowledge Base Representation  Contexts  Organizing the knowledge base:“disease”, “protocol”, “chemotherapy”  Protocol – set of treatments to treat a certain tumor  Parameters  Patient attributes: blood cell count, test results, etc.  Used to determine next step  Rules  Data driven (forward chaining) or goal-driven (backward chaining)  Recommendations on dosages  Control blocks  Steps of performing treatment, dosages.  Calculating dosage

Sample rules

Heirarchy

Inputting data  Lots of information about cancer and treatments released constantly  Too much to frequently release new systems  Solution: must allow oncologists to input data  OPAL – graphical program used to add/modify a chemotherapy protocol  Add new flow chart  Create tree to follow a treatment

References  age=1 age=1 Medical Expert Systems—Knowledge Tools for Physicians by Edward H. Shortliffe, MD, PhD  ONCOCIN: AN EXPERT SYSTEM FOR ONCOLOGY PROTOCOL MANAGEMENT Edward H. Shortliffe, A. Carlisle Scott, Miriam B. Bischoff, A. Bruce Campbell, William Van Melle, 

Questions?