integration of health information resources into electronic health records using hl7 guilherme del...

30
Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University of Utah Intermountain Healthcare, Salt Lake City, UT James J. Cimino, MD Department of Biomedical Informatics, Columbia University, New York, NY Saverio Maviglia, MD, MSc Partners Healthcare System, Boston, MA

Post on 20-Dec-2015

217 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Integration of Health Information Resources into Electronic Health

Records Using HL7

Guilherme Del Fiol, MD, MSBiomedical Informatics Department, University of Utah

Intermountain Healthcare, Salt Lake City, UT

James J. Cimino, MD Department of Biomedical Informatics, Columbia

University, New York, NY 

Saverio Maviglia, MD, MScPartners Healthcare System, Boston, MA

Page 2: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Outline

• Background• HL7 infobutton standard• Demonstration participants

– Infobutton Managers– Information resource providers

• Live demonstration

Page 3: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Infobuttons

Background

Page 4: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

?MRSA

Information for Decision-Making

Page 5: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Addressing Information Needs with Infobuttons

• Clinical information systems evoke information needs

• Clinician’s computer has access to resources

• Context can be used to predict need• Context can be used to automate

retrieval

Page 6: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Context-Dependent Information Needs

Age Sex TrainingRole DataTask

Context

? !

Institution

Page 7: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University
Page 8: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University
Page 9: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University
Page 10: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Infobuttons vs. Infobutton Manager

Pageof

Hyperlinks

InfobuttonClinical System Resourc

e

InfobuttonManager

ContextQuery

KnowledgeBase

s

Page 11: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Overview

Infobutton standard

Page 12: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Why do we need a standard?

• There is not a common integration language– Parameter names– Terminologies used for content

search retrieval

• Hundreds of resources available– Not designed for infobutton

integration: suboptimal results– Labor intensive integration: just a few

are actually used

Page 13: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

http://resource1.com/search = “azithromycin AND dose”

What is the dose of azithromycin ?i

Multiple ways of “asking” the same question

http://resource3.com/

searchConcept = 3333 ^ azithromycin

filter = 11 ^ dosage

http://resource2.com/

query = "azithromycin"[MeSH Terms] AND dose[All Fields]

Page 14: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Resource 3

Resource 1

Resource 2InfobuttonManager

API

API

API

API

No standard in place

Clinical Information

System i

http://resource1.com/search.cgi? search = “azithromycin AND dose”

http://www.resource3.com/search.cgi? searchConcept = 3333 ^ azithromycin filter = 11 ^ dosage

http://resource2.com/

query = "azithromycin"[MeSH Terms] AND dose[All Fields]

Page 15: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

ElectronicHealthRecord i

Resource 3

Resource 1

Resource 2

HL7

HL7

HL7

HL7

Standard-based integration

Intermountain

Columbia

Partners

HL7

HL7

HL7

Page 16: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Key points

• XML and URL-based syntax• Recommends adoption of a set of

standard terminologies (e.g., RxNorm, LOINC, SNOMED-CT, MeSH)– Aligned with national initiatives

• Flexible requirements to allow faster adoption

Page 17: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Example

• The user is looking at a problem list of a female, 94 years-old patient with Heart Failure. The user clicks on an infobutton that presents a series of questions. The user selects “How do I treat Heart Failure?”

Page 18: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

<informationRecipient><patient> <language code=“eng"/><patient>

<informationRecipient>

<gender code=“F" displayName=“Female"/>

<age value=“94" unit=“a"/>

<taskContext code=“PROBLISTREV"/>

<mainSearchCriteria code="428“ codeSystem="2.16.840.1.113883.6.103"

displayName=“Heart Failure"/><subTopic code="Q000628"codeSystem="2.16.840.1.113883.6.177" displayName="therapy"/>

<mainSearchCriteria code="428“ codeSystem="2.16.840.1.113883.6.103"

displayName=“Heart Failure"/>

Page 19: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

<patientContext> <gender code=“F" displayName=“Female"/> <age value=“94" unit=“a"/> <taskContext code=“PROBLISTREV"/>

<mainSearchCriteria code="428" codeSystem="2.16.840.1.113883.6.103" displayName=“Heart Failure"/><subTopic code="Q000628" codeSystem="2.16.840.1.113883.6.177" displayName="therapy"/>

Page 20: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

URL-based message

• Simpler implementation– Support industry backwards

compatibility– Faster adoption

• Rules for automated conversion– URL can be automatically derived

from XML model

Page 21: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

taskContext.c.c=LABRREV

mainSearchCriteria.c.c=2823-3mainSearchCriteria.c.cs=2.16.840.1.113883.6.1mainSearchCriteria.c.dn=Serum potassiummainSearchCriteria.c.ot=K

interpretationCode.c.c=L

administrativeGenderCode.c=F

age.v=56age.u=a

Page 22: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

http://www.e-resource.com/api?patientPerson.administrativeGenderCode.c=Fage.v=56&age.u=a

taskContext.c=LABRREV

mainSearchCriteria.c=2823-3mainSearchCriteria.cs=2.16.840.1.113883.6.1mainSearchCriteria.dn=Serum potassiummainSearchCriteria.c.ot=K

Page 23: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Demonstration

Participants

Page 24: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Content providers

• ACP PIER• Clin-eguide (Wolters Kluwer Health)• Dynamed (Ebsco)• Lexicomp• Micromedex (Thomson Healthcare)• UpToDate

Page 25: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Infobutton Managers

• Intermountain Healthcare– First production version in 2001– Infobutton Manager since 2005– Medication order entry, problem list,

lab results– 1,000+ users per month– Knowledge base: resources and

questions configured in XML files

Page 26: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Infobutton Managers

• Columbia University– Concept of interest translated into

controlled terminology– Related concepts identified– Topics/questions matched to concept

classes and other context parameters– XML table of topics (along with

javascript) returned to the user– Links are initiated from user’s browser

Page 27: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Infobutton Managers• Columbia University – usage

– Infobuttons available since 1996– Infobutton manager version 1 2002– Available in:

• WebCIS: lab results, micro results, sensitivity results, inpatient drugs, outpatient drugs, problem list

• Eclipsys: lab orders, drug orders, nursing orders• Regenstrief Medical Records System: drug orders• NY State Psych Institute: drug orders• NextGen: lab results

– 700+ users per month– 2100+ uses per month

Page 28: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Infobutton Managers

• Columbia University – benefits– Easy to use: 92%– Question on list >50% of time: 89%– Answered question: 69%– Useful: 77%– Helpful >50% of time: 90%– Positive effect on care: 74%

Page 29: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

Infobutton Managers

• Partners Healthcare– Live since 2002– Medication order entry, problem list,

lab results (8 clinical apps)– Federated search engine for 2 library portals– 50K sessions by 5K unique users per month

• 60% RN, 15% MD, 11% PharmD• 1-50% of patient encounters• 90% medication queries• Median session duration under 15 seconds!• 85-90% success rate

– Resources and context triggers configured in SQL/Access – no terminology or lexical analysis

Page 30: Integration of Health Information Resources into Electronic Health Records Using HL7 Guilherme Del Fiol, MD, MS Biomedical Informatics Department, University

http://www.hl7.org/v3ballot/html/welcome/environment/index.htm