122
Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

  • View
    222

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Cornerstone I: Representing Knowledge

From Data to Knowledge Through Concept-Oriented Terminologies

James J. Cimino

Page 2: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

The first step on the path to knowledge is getting things by their right names.

-Chinese saying

Page 3: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Overview

• What is “data to knowledge”?

• Knowledge representation choices

• Knowledge-based terminology efforts

• Medical Entities Dictionary

• Proof of concepts

Page 4: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

What is “data to knowledge”?

• Start with patient data in the medical record

• Enhance knowledge by:

– gaining a better understanding of the patient

– learning relevant knowledge

– bringing smart systems to bear to apply knowledge

– discovering new knowledge from health data

Page 5: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge Representation

• Terminology for representing symbols

• Format for arranging the symbols

Page 6: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge Representation Choices

• Guideline implementation

Page 7: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Guideline Implementation

• Starren and Xie, SCAMC, 1994

• National Cholesterol Education Panel Guideline

Page 8: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

National Cholesterol Education Panel Guideline

Measure Cholesterol& Assess Risk Factors

Cholesterol 200 to 239Cholesterol <200 Cholesterol >239

HDL >35, <2 Risks HDL <35 or 2 Risks

Provide dietary informationReevaluate in 2 years

Cholesterol 200 to 239

HDL >35, <2 Risks

Page 9: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Guideline Implementation

• Starren and Xie, SCAMC, 1994

• National Cholesterol Education Panel Guideline• Three representations:

– PROLOG (first-order logic)

Page 10: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

NCEP Guideline in PROLOG

rule_j(PID):-

check_lab(PID,hdl,HDL,_),!,

HDL >= 35,

total_risk(PID,Risk),!,

Risk < 2,

check_lab(PID,cholesterol), C,_),

C >= 200,

C =< 239,

print_rule_j.

Page 11: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Guideline Implementation

• Starren and Xie, SCAMC, 1994

• National Cholesterol Education Panel Guideline

• Three representations:– PROLOG (first-order logic)– CLASSIC (frames)

Page 12: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

NCEP Guideline in CLASSIC

(CL-DEFINE-CONCEPT ‘C-PATIENT

‘(AND

(ALL CHOL

(AND INTEGER

(MIN 200) (MAX 239)))))

(CL-DEFINE-CONCEPT ‘G-PATIENT

‘(AND C-PATIENT LOW-RISK-PATIENT

(ALL HDL (AND INTEGER (MIN 35)))))

Page 13: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Guideline Implementation

• Starren and Xie, SCAMC, 1994

• National Cholesterol Education Panel Guideline

• Three representations:– PROLOG (first-order logic)– CLASSIC (frames)– CLIPS (production rules)

Page 14: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

NCEP Guideline in CLIPS

(defrule C2G2J “Rules to reach box J”

?f1 <- (calculated-patient (state c)

(done no) (hdl ?hdl) (name ?name)

(test (>= ?hdl 35))

=>

(printout “Patient “ ?name “needs treatment”)

Page 15: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Guideline Implementation

• Starren and Xie, SCAMC, 1994

• National Cholesterol Education Panel Guideline

• Three representations:– PROLOG (first-order logic)– CLASSIC (frames)– CLIPS (production rules)

• “All three representations proved adequate for encoding the guideline”

Page 16: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge Representation Choices

• Guideline implementation

• Terminologic knowledge

Page 17: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Terminology Representation Choices

• Frame-based

Page 18: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Frame-Based Representation

Serum Glucose Test

is-a: Lab Test

Measures: Glucose

Specimen: Serum

Units: “mg/dl”

Page 19: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Terminology Representation Choices

• Frame-based

Terminology Representation Choices

• Semantic network

Page 20: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Semantic Network Representation

SerumGlucose

Test

Chemical

is-a

Lab Test

is-a

Body Substance

is-a

SerumGlucose

Page 21: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Terminology Representation Choices

• Frame-based

• Semantic network

Terminology Representation Choices

• Conceptual graphs

Page 22: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Conceptual Graph Representation

[Serum Glucose Test] -

(is-a) -> [Lab Test]

(measures) -> [Glucose]

(specimen) -> [Serum]

Page 23: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Terminology Representation Choices

• Frame-based

• Semantic network

• Conceptual graphs

Terminology Representation Choices

Page 24: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge Representation Choices

• Guideline implementation

• Terminologic knowledge

Page 25: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge Representation

• Terminology for representing symbols

• Format for arranging the symbols

• Terminology and format for representing terminologic knowledge

Page 26: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge-Based Terminology Efforts

• Jochen Bernauer, SCAMC, 1991

Page 27: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Jochen Bernauer, SCAMC, 1991

• Conceptual graphs to model findings

increased_uptake site femur site_attr right

during

bone_phase

Page 28: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge-Based Terminology Efforts

• Jochen Bernauer, SCAMC, 1991• Rector, Nolan and Glowinski, SCAMC, 1993

Page 29: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Rector, Nolan and Glowinski, SCAMC, 1993

•GALEN project

conditions grammatically haveLocation bodyparts

fractures sensibly haveLocation bones

femurs sensiblyAndNecessarily haveDivision neck

Page 30: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge-Based Terminology Efforts

• Jochen Bernauer, SCAMC, 1991• Rector, Nolan and Glowinski, SCAMC, 1993• Campbell and Musen, SCAMC, 1993

Page 31: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Campbell and Musen, SCAMC, 1993

• Conceptual graphs and SNOMED

• Pain + Chest + Radiation to + Left + Arm

(located in) -> [Chest](radiating to) -> [Arm]

-> (with laterality) -> [Left]

[Pain] -

Page 32: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge-Based Terminology Efforts

• Jochen Bernauer, SCAMC, 1991• Rector, Nolan and Glowinski, SCAMC, 1993• Campbell and Musen, SCAMC, 1993• Lindberg, Humphreys, McCray, Methods 1993

Page 33: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Lindberg, Humphreys, McCray, Methods 1993

• Unified Medical Language System

Lexical groupString

String

Concept

String

String

Lexical group

Page 34: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge-Based Terminology Efforts

• Jochen Bernauer, SCAMC, 1991• Rector, Nolan and Glowinski, SCAMC, 1993• Campbell and Musen, SCAMC, 1993• Lindberg, Humphreys, McCray, Methods 1993• Rocha, Huff, et al., CBM, 1994

Page 35: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Rocha, Huff, et al., CBM, 1994

• VOSER

• A server architecture for managing terminologic knowledege

Page 36: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge-Based Terminology Efforts

• Jochen Bernauer, SCAMC, 1991• Rector, Nolan and Glowinski, SCAMC, 1993• Campbell and Musen, SCAMC, 1993• Lindberg, Humphreys, McCray, Methods 1993• Rocha, Huff, et al., CBM, 1994• Campbell, Cohn, Chute, et al., SCAMC 1996

Page 37: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Campbell, Cohn, Chute, et al., SCAMC 1996

• Convergent Medical Terminology

• SNOMED/Kaiser/Mayo

• Galapagos

Page 38: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge-Based Terminology Efforts

• Jochen Bernauer, SCAMC, 1991• Rector, Nolan and Glowinski, SCAMC, 1993• Campbell and Musen, SCAMC, 1993• Lindberg, Humphreys, McCray, Methods 1993• Rocha, Huff, et al., CBM, 1994• Campbell, Cohn, Chute, et al., SCAMC 1996• Brown, O’Neil and Price, Methods, 1997

Page 39: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Brown, O’Neil and Price, Methods, 1997

• Read Codes

• Representation with GALEN model

Page 40: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge-Based Terminology Efforts

• Jochen Bernauer, SCAMC, 1991• Rector, Nolan and Glowinski, SCAMC, 1993• Campbell and Musen, SCAMC, 1993• Lindberg, Humphreys, McCray, Methods 1993• Rocha, Huff, et al., CBM, 1994• Campbell, Cohn, Chute, et al., SCAMC 1996• Brown, O’Neil and Price, Methods, 1997• Spackman, Campbell, and Côte, SCAMC 1997

Page 41: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Spackman, Campbell, and Côte, SCAMC 1997

• SNOMED RT (Reference Terminology)

• Convergent Medical Terminology

• Description Logic Format

Page 42: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge-Based Terminology Efforts

• Jochen Bernauer, SCAMC, 1991• Rector, Nolan and Glowinski, SCAMC, 1993• Campbell and Musen, SCAMC, 1993• Lindberg, Humphreys, McCray, Methods 1993• Rocha, Huff, et al., CBM, 1994• Campbell, Cohn, Chute, et al., SCAMC 1996• Brown, O’Neil and Price, Methods, 1997• Spackman, Campbell, and Côte, SCAMC 1997• Huff, Rocha, McDonald, et al., JAMIA 1998

Page 43: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Huff, Rocha, McDonald, et al., JAMIA 1998

• Logical Observations, Identfiers, Names and Codes (LOINC)

4764-5 | GLUCOSE^3H POST 100 G GLUCOSE PO | SCNC | PT | SER/PLAS | QN|

Page 44: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge-Based Terminology Efforts

• Jochen Bernauer, SCAMC, 1991• Rector, Nolan and Glowinski, SCAMC, 1993• Campbell and Musen, SCAMC, 1993• Lindberg, Humphreys, McCray, Methods 1993• Rocha, Huff, et al., CBM, 1994• Campbell, Cohn, Chute, et al., SCAMC 1996• Brown, O’Neil and Price, Methods, 1997• Spackman, Campbell, and Côte, SCAMC 1997• Huff, Rocha, McDonald, et al., JAMIA 1998• Pharmacy system knowledge base vendors

Page 45: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Pharmacy System Knowledge Base Vendors

Manufactured Components

Country-Specific Packaged Product

Ingredient

Ingredient Class

is-a

Drug Class

is-a

Not-Fully-Specified Drug

is-a

Clinical Drug

is-a

Trademark Drug

is-a

International Package Identifiers

is-a

is-a

Composite Trademark Drug

Composite Clinical Drug

is-a

Page 46: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Knowledge-Based Terminology Efforts

• Jochen Bernauer, SCAMC, 1991• Rector, Nolan and Glowinski, SCAMC, 1993• Campbell and Musen, SCAMC, 1993• Lindberg, Humphreys, McCray, Methods 1993• Rocha, Huff, et al., CBM, 1994• Campbell, Cohn, Chute, et al., SCAMC 1996• Brown, O’Neil and Price, Methods, 1997• Spackman, Campbell, and Côte, SCAMC 1997• Huff, Rocha, McDonald, et al., JAMIA 1998• Pharmacy system knowledge base vendors

Page 47: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Medical Entities Dictionary (MED)

• New York Presbyterian Hospital• 60,000 concepts (procs, results, drugs, probs)• 208,242 synonyms• 84,677 hierarchical links• 113,906 semantic links• 238,040 other attributes• 66,404 translations (ICD9-CM, LOINC, MeSH,

UMLS)

Page 48: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Central Controlled Terminology

Page 49: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

MED Data Structures

• Semantic network

Page 50: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

MED Semantic Network

MedicalEntity

PlasmaGlucose

LaboratorySpecimen

PlasmaSpecimen

AnatomicSubstance

Plasma Substance

Sampled

Part of

Has S

pecimen

Substance Measured

LaboratoryProcedure

CHEM-7

LaboratoryTest

Event

DiagnosticProcedure

Substance

BioactiveSubstance

Glucose

Chemical

Carbo-hydrate

Page 51: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

MED Data Structures

• Semantic network

• MUMPS global

Page 52: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

MED MUMPS Global^med(1600) <SERUM GLUCOSE MEASUREMENT>^med(1600,1) <C0202041> . . ,4) <32703,50000> . . ,5) <> . . ,6) <Serum Glucose Measurement> . . ,7) <> . . ,8) <1724> . . ,12) <GLUC> . . ,14) <169> . . ,16) <31987> . . ,17) <mg/dl> . . ,20) <C000006> . . ,23) <1178> . . ,50) <Serum Glucose> . . ,138) <40444,40445,40446,59165> . . ,156) <MCNC> . . ,161) <QN>

Page 53: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

MED Data Structures

• Semantic network

• MUMPS global

• DB2

Page 54: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

MED DB2 Tables

1234

Entities

10 Name 20 UMLS 30 Part-of

40 Specimen

Slots

1 102 102 202 30

Entity-Slots1 10 Entity2 10 C00012 40 12342 50 mg/dl

Entity/Slot/Values1 11 21 32 3

Ancestry

Page 55: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

MED Data Structures

• Semantic network

• MUMPS global

• DB2

• Unix

Page 56: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

MED UNIX Data Structure

1600|SERUM GLUCOSE MEASUREMENT |1|C020241|4|32703|4|50000|12|GLUC|17|mg/dl|........

Page 57: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

MED Data Structures

• Semantic network

• MUMPS global

• DB2

• UNIX

Page 58: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Proof of Concepts

• Merging data and application knowledge

Page 59: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Merging Data and Application Knowledge

Plasma Glucose Test

Serum Glucose TestFingerstick Glucose Test

Lab Test

Intravascular Glucose Test Chem20 Display

Lab Display

• Class-based, reusable lab summaries

Page 60: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

DOP Summary

Page 61: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

WebCIS Summary

Page 62: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Merging Data and Application Knowledge

Plasma Glucose Test

Serum Glucose TestFingerstick Glucose Test

Lab Test

Intravascular Glucose Test Chem20 Display

Lab Display

• Class-based, reusable lab summaries

• Expert system for application maintenance

Page 63: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Proof of Concepts

• Merging data and application knowledge• Smarter retrievals from the record

Page 64: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Smarter Retrievals from the Record

• Repository stores events and results

• Clinical problems at a different level of granularity

• Re-use knowledge to map from problems to clinical data

• Produce problem-specific views of the medical record

Page 65: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Chest X rayCongestive

Heart Failure

Intravascular CK Test

CreatineKinase

Chest X ray 2 View

Cardiac Enzyme

Angina

Lab :1/1/99 Lab :1/1/99 Cardiac Enzyme TestCardiac Enzyme Test

Radiology :2/23/99 Radiology :2/23/99 Chest X RayChest X Ray

Radiology :2/28/96 Radiology :2/28/96 Head CTHead CT

Lab :12/28/96 Lab :12/28/96 Sickle Cell TestSickle Cell Test

Admission :3/14/96 Admission :3/14/96 StrokeStroke

Admission :2/14/98Admission :2/14/98AnginaAngina

Lab :1/1/99 Lab :1/1/99 Blood Type TestBlood Type Test

Radiology :2/1/97 Radiology :2/1/97 Knee X RayKnee X Ray

Concept-oriented(Heart)

Heart Disease

Chest

Discharge :1/15/99Discharge :1/15/99 CHFCHF

Discharge :1/15/99Discharge :1/15/99 CHFCHF

Admission :2/14/98Admission :2/14/98AnginaAngina

Lab :1/1/99 Lab :1/1/99 Cardiac Enzyme TestCardiac Enzyme Test

Radiology :2/23/99 Radiology :2/23/99 Chest X RayChest X Ray

Page 66: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 67: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 68: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 69: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 70: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Proof of Concepts

• Merging data and application knowledge

• Smarter retrievals from the record• “Just-in-Time” education

Page 71: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

“Just-in-time” Education

• Medline button

• Infobuttons

Page 72: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 73: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 74: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 75: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 76: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 77: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 78: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 79: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 80: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 81: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 82: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

“Just-in-time” Education

• Medline button

• Infobuttons

• Text-to-Web

Page 83: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 84: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 85: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 86: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 87: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 88: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 89: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 90: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 91: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 92: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 93: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

• Medline button

• Infobuttons

• Text-to-Web

“Just-in-time” EducationDXplain

Medline

CholesterolGuideline

DietaryInteractions

PDR

Micromedex

Clinical InfoSystem

Webpath

CHORUS

Radiol Museumof South Bank

LaboratoryTest Results

MedicationOrders

X-rayReports

ICD9

Page 94: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Proof of Concepts

• Merging data and application knowledge

• Smarter retrievals from the record

• “Just-in-Time” education• Expert systems

Page 95: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Expert Systems

• Hripcsak, et al., Ann. Int. Med., 1995

Page 96: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Hripcsak, et al., Ann. Int. Med., 1995

• Identify chest x-ray reports suspicious for 6 clinical conditions to trigger alerts

Method Sens SpecLaypersons 22-47% 97-99%Radiologists 73-98% 96-99%Internists 68-98% 97-99%Keyword 51-79% 79-92%NLP/MED/Rule-based 81% 98%

Page 97: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Expert Systems

• Hripcsak, et al., Ann. Int. Med., 1995

• Clinical decision support system

Page 98: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Clinical Decision Support System

• Data monitor runs rules against incoming reports

• Tuberculosis cultures come back 4-8 weeks later

• One day, hundreds of TB alerts came in

Page 99: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

What Happened to the Tuberculosis Alert?

No Growth

Medical Logic Module

No Growth to Date

Page 100: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

No Growth after ...

How We Outsmarted the Lab

No Growth

No Growth after 48 Hours

No Growth after 72 Hours

“No Growth” Results

No Growth after 24 Hours

No Growth to Date

Medical Logic Module

Page 101: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Expert Systems

• Hripcsak, et al., Ann. Int. Med., 1995

• Clinical decision support system

• DXplain Button

Page 102: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

DXplain Button

• Elhanan, et al., SCAMC 1997

• Convert of test results to clinical findings

• Pass findings to DXplain

CholesterolHypercholesterolemia

Abnormalities ofSerum Cholesterol

Serum

Serum Specimen

Serum Cholesterol Test

Page 103: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 104: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 105: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 106: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino
Page 107: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Expert Systems

• Hripcsak, et al., Ann. Int. Med., 1995

• Clinical decision support system

• DXplain Button

Page 108: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Proof of Concepts

• Merging data and application knowledge

• Smarter retrievals from the record

• “Just-in-Time” education

• Expert systems• Data mining

Page 109: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Data Mining

• Wilcox and Hripcsak, SCAMC 1997

Page 110: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Wilcox and Hripcsak, SCAMC 1997

Page 111: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Data Mining

• Wilcox and Hripcsak, SCAMC 1997

• Wilcox and Hripcsak, SCAMC 1998

Page 112: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

• Compare traditional coding methods with NLP to identify conditions in a set of patient records (x-ray reports)

Method Sens SpecLaypersons 36% 86%Expert-coded cases 27-37% 95-98%ICD-9-coded cases 12-29% 86-90%Physicians 85% 98%NLP/MED/Rule-based 81% 98%

Wilcox and Hripcsak, SCAMC 1998

Page 113: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Data Mining

• Wilcox and Hripcsak, SCAMC 1997

• Wilcox and Hripcsak, SCAMC 1998

Page 114: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Proof of Concepts

• Merging data and application knowledge

• Smarter retrievals from the record

• “Just-in-Time” education

• Expert systems

• Data mining• Database maintenance and use

Page 115: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Database Maintenance and Use

• Tables, columns, events all modeled in the MED

• Allows linkage of data model to controlled terminology

• Terminologies can be reused

• Impact of terminology changes on data model can be tracked

Page 116: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Proof of Concepts

• Merging data and application knowledge

• Smarter retrievals from the record

• “Just-in-Time” education

• Expert systems

• Data mining

• Database maintenance and use• Terminology maintenance and use

Page 117: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Terminology Maintenance and Use

• Integrating terminologies from merging hospitals

• Automated update of medication terminology

• Detection of errors and inconsistencies

Page 118: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Proof of Concepts

• Merging data and application knowledge

• Smarter retrievals from the record

• “Just-in-Time” education

• Expert systems

• Data mining

• Database maintenance and use

• Terminology maintenance and use

Page 119: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Is it Worth the Trouble?

Meed:

• noun

• 1 archaic : an earned reward or wage

• 2 : a fitting return or recompense

• Date: before 12th century

• Etymology: from Old English:

MED

Page 120: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Summary

• Putting knowledge in your terminology gets you:– Better ways to get knowledge out of your EMR– Better ways to get knowledge out of resources– Better ways to use other knowledge bases– Bettter ways to use terminology– Better ways to manage applications– Better ways to manage data and terminology

• Representation scheme is less important

• Desiderata for controlled terminology

Page 121: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Desiderata

•Desirable qualities for terminology

Page 122: Cornerstone I: Representing Knowledge From Data to Knowledge Through Concept-Oriented Terminologies James J. Cimino

Desiderata

•Desirable qualities for terminology

“Go placidly amid the noise and haste, and remember what peace there may be in silence.”

“I’d rather be sailing”