Improving Health Records Search Using Multiple Query Expansion Collections

Size: px
Start display at page:

Download "Improving Health Records Search Using Multiple Query Expansion Collections"

Transcription

1 Improving Health Records Search Using Multiple Query Expansion Collections Dongqing Zhu and Ben Carterette Information Retrieval Lab University of Delaware

2 Outline Introduction Retrieval Task & Data Retrieval Models Results & Analysis Conclusion

3 Introduction Medical Record A longitudinal record of patient health information generated by one or more encounters in any care delivery setting. Adoption of EMR < 10% of hospitals as of 2006 had a fully integrated system. However, the CDC reported that the EMR adoption rate had steadily risen to 48.3 percent at the end of 2009.

4 Electronic Medical Records Applications Support clinical studies & improve quality of care Examples To assess the efficacy of antidepressants in treating back pain in adults To examine the benefits and harms of aspirin chemoprevention To study the relationship between HCV and kidney disease Need to gather evidence from a sample group of patients that all have a particular condition. information retrieval, natural language processing, etc. There are a few challenges though.

5 Challenges Clinical Narratives Full of synonymy Epigastric pain after eating & postprandial stomach discomfort tobacco user & smoker Abbreviation PCP stand for the drug phencyclidine, the disease Pneumocystis carinii pneumonia, or an individual, the primary care physician Usage of words Yang et al. [1] analyzed a query log of EMERSE over the course of 4 years, and found that the coverage of EHR query terms by a meta-dictionary is much lower than the usual 85-90% coverage of Web queries by English dictionaries. Thus, they suggested seeking beyond the use of medical ontologies to enhance medical information retrieval. [1] L. Yang, Q. Mei, K. Zheng, and D. Hanauer, Query log analysis of an electronic health record search engine, in AMIA Annual Symposium Proceedings, 2011, pp

6 Information Retrieval for EMR search Medical records track Organized at the 2011 & 2012 Text REtrieval Conference (TREC) which is co-sponsored by National Institute of Standards and Technology (NIST) and US Depart. of Defense (DoD) Goal: to foster research on providing content-based access to the free-text fields of electronic medical records Task: ad hoc search task for retrieving relevant patient visits to the hospital, which models the real-world task of finding a population over which comparative effectiveness studies can be done

7 Data TREC official test collection Corpus > 100,000 reports from ~18,000 patient hospital visits collected over a month From the Univ. of Pitts BLULab NLP Repository Topics 35 topics (i.e., queries) developed by physicians Sample topics Patients with ductal carcinoma in situ (DCIS) Adults who received a coronary stent during an admission Women with osteopenia Relevance Judgments Collected from physicians

8 A Sample EMR Radiology History and Physical Consults Emergency Room Progress Notes Discharge Summaries Operative Reports Surgical Pathology Reports Cardiology Reports CONTUSION OF HIP OTHER PERSISTENT MENTAL DISORDERS DUE TO CONDITIONS CLASSIFIED ELSEWHERE This is a **AGE[50]-year-old male patient. EXAMINATION PERFORMED: PELVIS AP VIEW ONLY **DATAE[Feb 04 07] 1343 HOURS CLINICAL HISTORY: Fall. FINDINGS: Frontal views of the pelvis and specific oblique views of the right hip show no fractures of dislocations. There is a protrusio acetabulum on the right with chronic deformity of the acetabular margin and adjacent femoral head with joint space narrowing. Vessel calcification is evident. He has had no fever or chills His My signature below is attestation that I have interpreted this/these examination(s) and agree with the findings as noted above.... Three Medical Features 1. Code Expansion 2. Negation Removal 3. Age/Gender Filtering

9 Retrieval Models Our focus -- statistical IR models Query likelihood model (baseline) Relevance model Mixture of relevance models Two novel weighting methods Medical thesaurus-based expansion Adaptive collection weighting method

10 Retrieval Models Baseline model Query likelihood model with Dirichlet Smoothing Full independence between query terms D q 1 q 2 q 3 Q : hearing loss q1: hearing, q2: loss D (hearing, p = ) (loss, p = ) (health, p = ) (temperature, p = 0.002) Document: states that they did have a Miracle Ear representative check into the hearing aids who was

11 Retrieval Models Lavrenko s relevance model w 1 w 2 w 3 R Original query terms: hearing, loss Expansion query terms: Cochlear, ear, deaf, noise, sensorineural, fechter, binaural, efferent, monaural, loud, coch, Expansion Collection C Maximum Likelihood Estimation

12 Retrieval Models Mixture of relevance model Using multiple collections for constructing the relevance models Linear interpolating it with Maximum-likelihood query estimate Maximum Likelihood Estimation weighted relevance models

13 Retrieval Models Expansion Collections Used for building relevance models 13

14 Retrieval Models Expansion Collections MeSH --- a medical thesaurus containing relations between medical concepts represented in a tree structure Other collections contain full-text articles/webpages Expansion Methods Medical thesaurus-based expansion General expansion 14

15 Medical Thesaurus-based Expansion Four steps Concept identification: use PubMed e-utility to identify MeSH concepts in the query Concept expansion: expand a detected MeSH concept by its entry terms and decedent nodes down level l in the MeSH trees Concept weighting: for each MeSH concept, estimate weight p for e using a PubMed query log Concepts aggregation: merge lists of expansion terms for each concept into one final expansion list

16 Medical Thesaurus-based Expansion Concept expansion & weighting Deafness Deaf-Blind Disorders Hearing Loss Entry terms Hearing Loss, High-Frequency Presbycusis Hypoacusis Hearing Impairment Hearing Loss, Sensorineural Usher Syndromes # of users whose queries contain e_i in query log G [2] Modeling term proximity: #uw16(#1(hearing loss) sensorineual) Phrasal expansion term: #1(usher syndromes) [2] J. R. Herskovic, L. Y. Tanaka, W. R. Hersh, and E. V. Bernstam, A day in the life of PubMed: Analysis of a typical day s query log. JAMIA, vol. 14, no. 2, pp , 2007.

17 Three Steps General Expansion Initial retrieval in an expansion collection using original Q Take the k top-ranked documents Select m good terms for query expansion Expanded query example

18 Query Expansion Adaptive Collection Weighting Estimate the effectiveness of an expansion collection by measuring the similarity between Q E and Q Q (the smoothed unigram language models built for expansion query E and original query Q respectively based top retrieved documents from the target collection) Jensen-Shanon divergence (JSD) for similarity measure

19 Summary of Retrieval Models Three statistical IR models Query likelihood model (baseline) Relevance model Mixture of relevance models Two novel weighting methods Medical thesaurus-based expansion Adaptive collection weighting method

20 Evaluation Measures P10 precision at rank 10, which measures the proportion of relevant documents among the top 10 retrieved MAP mean average precision, which provides a single-figure measure of quality across recall levels bpref computes a preference relation of whether judged relevant documents are retrieved ahead of judged irrelevant documents

21 Results and Analysis MeSH expansion Single expansion Multiple expansion

22 MeSH Expansion 5 fold cross validation results Summary Our expansion term weighting method brings significant improvement over all other unweighted versions as well as the baseline: we see nearly 12% improvement over the baseline, and 5-7% over the unweighted version. Increasing expansion level l only slightly improves the retrieval effectiveness.

23 Single Expansion 5 fold cross validation results Collection size: ImageCLEF < Medical < Genomics < Wikipedia < ClueWeb09

24 Single Expansion Summary Significantly better than baseline Expansion effectiveness Quality (i.e., content similarity to the target collection) Collection size MeSH expansion Relies on a controlled vocabulary Expansion terms derived are not as diversified as those from a general expansion collection However, it rarely introduce bad expansion terms

25 Multiple Expansion 5 fold cross validation results Summary Using multiple expansion collections > using just a single collection adaptive collection weighting method significantly improves the MAP score

26 Cross Validation Results Overall performance Systems MAP P10 bpref Baseline MedSearch (WMP+3 medical features) (+30%) NLMManual Summary MedSearch improves the baseline by about 30% on MAP Performance close to a manual system

27 Conclusions Two novel weighting methods Medical concept weighting Expansion collection weighting Both significantly improve retrieval effectiveness Expansion collections Comparison & Analysis Insights on selecting good expansion collections A health record search system Improves a strong baseline by about 30% on MAP Presents a promising overall performance when compared with a manual system doing the same task

28 Q & A Thanks!

Barriers to Retrieving Patient Information from Electronic Health Record Data: Failure Analysis from the TREC Medical Records Track

Barriers to Retrieving Patient Information from Electronic Health Record Data: Failure Analysis from the TREC Medical Records Track Barriers to Retrieving Patient Information from Electronic Health Record Data: Failure Analysis from the TREC Medical Records Track Tracy Edinger, ND, Aaron M. Cohen, MD, MS, Steven Bedrick, PhD, Kyle

More information

Query Log Analysis of an Electronic Health Record Search Engine

Query Log Analysis of an Electronic Health Record Search Engine Query Log Analysis of an Electronic Health Record Search Engine Lei Yang 1, Qiaozhu Mei 1,2, Kai Zheng 1,3, David A. Hanauer 4,5 1, School of Information 2. Department of EECS 3. School of Public Health

More information

Travis Goodwin & Sanda Harabagiu

Travis Goodwin & Sanda Harabagiu Automatic Generation of a Qualified Medical Knowledge Graph and its Usage for Retrieving Patient Cohorts from Electronic Medical Records Travis Goodwin & Sanda Harabagiu Human Language Technology Research

More information

BiTeM group report for TREC Medical Records Track 2011

BiTeM group report for TREC Medical Records Track 2011 BiTeM group report for TREC Medical Records Track 2011 J. Gobeill a, A. Gaudinat a, E. Pasche b, D. Teodoro b, D. Vishnyakova b, P. Ruch a a BiTeM group, University of Applied Sciences, Information Studies,

More information

Identifying Patients for Clinical Studies from Electronic Health Records: TREC Medical Records Track at OHSU

Identifying Patients for Clinical Studies from Electronic Health Records: TREC Medical Records Track at OHSU Identifying Patients for Clinical Studies from Electronic Health Records: TREC Medical Records Track at OHSU Steven Bedrick 1, Kyle Ambert 2, Aaron Cohen 2, William Hersh 2 1: Center for Spoken Language

More information

Using Discharge Summaries to Improve Information Retrieval in Clinical Domain

Using Discharge Summaries to Improve Information Retrieval in Clinical Domain Using Discharge Summaries to Improve Information Retrieval in Clinical Domain Dongqing Zhu 1, Wu Stephen 2, Masanz James 2, Ben Carterette 1, and Hongfang Liu 2 1 University of Delaware, 101 Smith Hall,

More information

Overview of the TREC 2012 Medical Records Track

Overview of the TREC 2012 Medical Records Track Overview of the TREC 2012 Medical Records Track Ellen M. Voorhees National Institute of Standards and Technology William Hersh Oregon Health & Science University Abstract The TREC Medical Records track

More information

LABERINTO at ImageCLEF 2011 Medical Image Retrieval Task

LABERINTO at ImageCLEF 2011 Medical Image Retrieval Task LABERINTO at ImageCLEF 2011 Medical Image Retrieval Task Jacinto Mata, Mariano Crespo, Manuel J. Maña Dpto. de Tecnologías de la Información. Universidad de Huelva Ctra. Huelva - Palos de la Frontera s/n.

More information

Retrieving Medical Literature for Clinical Decision Support

Retrieving Medical Literature for Clinical Decision Support Retrieving Medical Literature for Clinical Decision Support Luca Soldaini, Arman Cohan, Andrew Yates, Nazli Goharian, and Ophir Frieder Information Retrieval Lab, Georgetown University {luca, arman, andrew,

More information

Making Sense of Physician Notes: A Big Data Approach. Anupam Joshi UMBC joshi@umbc.edu Joint work with students, UBMC Colleagues, and UMMS Colleagues

Making Sense of Physician Notes: A Big Data Approach. Anupam Joshi UMBC joshi@umbc.edu Joint work with students, UBMC Colleagues, and UMMS Colleagues Making Sense of Physician Notes: A Big Data Approach Anupam Joshi UMBC joshi@umbc.edu Joint work with students, UBMC Colleagues, and UMMS Colleagues Where we are Significant progress in applying NLP and

More information

ProteinQuest user guide

ProteinQuest user guide ProteinQuest user guide 1. Introduction... 3 1.1 With ProteinQuest you can... 3 1.2 ProteinQuest basic version 4 1.3 ProteinQuest extended version... 5 2. ProteinQuest dictionaries... 6 3. Directions for

More information

Term extraction for user profiling: evaluation by the user

Term extraction for user profiling: evaluation by the user Term extraction for user profiling: evaluation by the user Suzan Verberne 1, Maya Sappelli 1,2, Wessel Kraaij 1,2 1 Institute for Computing and Information Sciences, Radboud University Nijmegen 2 TNO,

More information

Wikipedia and Web document based Query Translation and Expansion for Cross-language IR

Wikipedia and Web document based Query Translation and Expansion for Cross-language IR Wikipedia and Web document based Query Translation and Expansion for Cross-language IR Ling-Xiang Tang 1, Andrew Trotman 2, Shlomo Geva 1, Yue Xu 1 1Faculty of Science and Technology, Queensland University

More information

Using Health Information Technology to Improve Quality of Care: Clinical Decision Support

Using Health Information Technology to Improve Quality of Care: Clinical Decision Support Using Health Information Technology to Improve Quality of Care: Clinical Decision Support Vince Fonseca, MD, MPH Director of Medical Informatics Intellica Corporation Objectives Describe the 5 health priorities

More information

Medical-Miner at TREC 2011 Medical Records Track

Medical-Miner at TREC 2011 Medical Records Track Medical-Miner at TREC 2011 Medical Records Track 1 J.M. Córdoba, 1 M.J. Maña, 1 N.P. Cruz, 1 J. Mata, 2 F. Aparicio, 2 M. Buenaga, 3 D. Glez-Peña, 3 F. Fdez-Riverola 1 Universidad de Huelva 2 Universidad

More information

Improving Web Page Retrieval using Search Context from Clicked Domain Names

Improving Web Page Retrieval using Search Context from Clicked Domain Names Improving Web Page Retrieval using Search Context from Clicked Domain Names Rongmei Li School of Electrical, Mathematics, and Computer Science University of Twente P.O.Box 217, 7500 AE, Enschede, the Netherlands

More information

Ancillary Comparison Charts

Ancillary Comparison Charts Ancillary Comparison Charts ACCIDENT PLANS Accident Plans (Page 1 of 3) STANDARD LIFE AND ACCIDENT Accident Plan Freedom Accidental Death Fraxure Care AME ASSURANT Acci Fixed-Benefit Issue Age 18-74 18-79

More information

39. Supplemental Data

39. Supplemental Data General Guideline 39 1 39. Data uses may help determine: may not be used to determine: To supplement claims for calculating HEDIS measures, organizations may use sources other than claims and encounters

More information

How to stop looking in the wrong place? Use PubMed!

How to stop looking in the wrong place? Use PubMed! How to stop looking in the wrong place? Use PubMed! 1 Why not just use? Plus s Fast! Easy to remember web address Its huge - you always find something It includes PubMed citations Downside Is simply finding

More information

MIRACLE at VideoCLEF 2008: Classification of Multilingual Speech Transcripts

MIRACLE at VideoCLEF 2008: Classification of Multilingual Speech Transcripts MIRACLE at VideoCLEF 2008: Classification of Multilingual Speech Transcripts Julio Villena-Román 1,3, Sara Lana-Serrano 2,3 1 Universidad Carlos III de Madrid 2 Universidad Politécnica de Madrid 3 DAEDALUS

More information

Approaches of Using a Word-Image Ontology and an Annotated Image Corpus as Intermedia for Cross-Language Image Retrieval

Approaches of Using a Word-Image Ontology and an Annotated Image Corpus as Intermedia for Cross-Language Image Retrieval Approaches of Using a Word-Image Ontology and an Annotated Image Corpus as Intermedia for Cross-Language Image Retrieval Yih-Chen Chang and Hsin-Hsi Chen Department of Computer Science and Information

More information

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

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

More information

Medicare 2015 QI Program Evaluation

Medicare 2015 QI Program Evaluation Color Code: Red does not meet 5 star threshold, or target. Green meets or exceeds 5 star threshold/target. Improving or Maintaining Physical Health (HOS) Improving or Maintaining Mental Health (HOS) Diabetes

More information

How To Retrieve Similar Cases From A Medical Record

How To Retrieve Similar Cases From A Medical Record Retrieval of Similar Electronic Health Records Using UMLS Concept Graphs Laura Plaza and Alberto Díaz Universidad Complutense de Madrid C/Profesor José García Santesmases, s/n, Madrid 28040, Spain {lplazam,albertodiaz}@fdi.ucm.es

More information

Electronic Health Record (EHR) Data Analysis Capabilities

Electronic Health Record (EHR) Data Analysis Capabilities Electronic Health Record (EHR) Data Analysis Capabilities January 2014 Boston Strategic Partners, Inc. 4 Wellington St. Suite 3 Boston, MA 02118 www.bostonsp.com Boston Strategic Partners is uniquely positioned

More information

Incorporating Window-Based Passage-Level Evidence in Document Retrieval

Incorporating Window-Based Passage-Level Evidence in Document Retrieval Incorporating -Based Passage-Level Evidence in Document Retrieval Wensi Xi, Richard Xu-Rong, Christopher S.G. Khoo Center for Advanced Information Systems School of Applied Science Nanyang Technological

More information

Intelligent Search for Answering Clinical Questions Coronado Group, Ltd. Innovation Initiatives

Intelligent Search for Answering Clinical Questions Coronado Group, Ltd. Innovation Initiatives Intelligent Search for Answering Clinical Questions Coronado Group, Ltd. Innovation Initiatives Search The Way You Think Copyright 2009 Coronado, Ltd. All rights reserved. All other product names and logos

More information

Secondary Use of Clinical Data from Electronic Health Records: The TREC Medical Records Track

Secondary Use of Clinical Data from Electronic Health Records: The TREC Medical Records Track Secondary Use of Clinical Data from Electronic Health Records: The TREC Medical Records Track William Hersh, MD Professor and Chair Department of Medical Informatics & Clinical Epidemiology School of Medicine

More information

UMass at TREC WEB 2014: Entity Query Feature Expansion using Knowledge Base Links

UMass at TREC WEB 2014: Entity Query Feature Expansion using Knowledge Base Links UMass at TREC WEB 2014: Entity Query Feature Expansion using Knowledge Base Links Laura Dietz and Patrick Verga University of Massachusetts Amherst, MA, U.S.A. {dietz,pat}@cs.umass.edu Abstract Entity

More information

Anterior Hip Replacement

Anterior Hip Replacement Disclaimer This movie is an educational resource only and should not be used to manage Orthopaedic health. All decisions about the management of hip replacement and arthritis management must be made in

More information

DURATION OF HEARING LOSS

DURATION OF HEARING LOSS When your child is diagnosed with a hearing loss, it may be very overwhelming. This may be a difficult time for you and your family. However, gaining a greater knowledge in this area is crucial in helping

More information

Introduction to Public Health Informatics

Introduction to Public Health Informatics Introduction to Public Health Informatics Definitions, Approach, and Analysis Janise Richards, MS, MPH, PhD jrichards@cdc.gov Public Health Informatics: What is it? A Definition: Public health informatics

More information

Find the signal in the noise

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

More information

Evaluation of Retrieval Systems

Evaluation of Retrieval Systems Performance Criteria Evaluation of Retrieval Systems 1 1. Expressiveness of query language Can query language capture information needs? 2. Quality of search results Relevance to users information needs

More information

HCIM ICD-10 Training Online Course Catalog August 2015

HCIM ICD-10 Training Online Course Catalog August 2015 HCIM ICD-10 Training Online Course Catalog August 2015 Course/Content Duration Quiz Duration CME Credits Assessments: Assessment: Provider - Baseline - E/M Emergency Department 45 5/1/2015 Assessment:

More information

Results from the Commonwealth Fund s State Scorecard on Health System Performance Kansas in comparison to Iowa

Results from the Commonwealth Fund s State Scorecard on Health System Performance Kansas in comparison to Iowa Results from the Commonwealth Fund s State Scorecard on Health System Performance Kansas in comparison to Iowa Aiming Higher: Results from a State Scorecard on Health System Performance, published by the

More information

HIEs as an ACO Infrastructure & Results ICA has Experienced in HIE Deployment

HIEs as an ACO Infrastructure & Results ICA has Experienced in HIE Deployment HIEs as an ACO Infrastructure & Results ICA has Experienced in HIE Deployment Agenda Health Information Exchange in ACOs Why The Needs What Meeting the Needs A Platform Overview A view of the HIE landscape

More information

Y O U R S U R G E O N S. choice of. implants F O R Y O U R S U R G E R Y

Y O U R S U R G E O N S. choice of. implants F O R Y O U R S U R G E R Y Y O U R S U R G E O N S choice of implants F O R Y O U R S U R G E R Y Y O U R S U R G E O N S choice of implants F O R Y O U R S U R G E R Y Your Surgeon Has Chosen the C 2 a-taper Acetabular System The

More information

Disease/Illness GUIDE TO ASBESTOS LUNG CANCER. What Is Asbestos Lung Cancer? www.simpsonmillar.co.uk Telephone 0844 858 3200

Disease/Illness GUIDE TO ASBESTOS LUNG CANCER. What Is Asbestos Lung Cancer? www.simpsonmillar.co.uk Telephone 0844 858 3200 GUIDE TO ASBESTOS LUNG CANCER What Is Asbestos Lung Cancer? Like tobacco smoking, exposure to asbestos can result in the development of lung cancer. Similarly, the risk of developing asbestos induced lung

More information

PATIENT CONSENT TO PROCEDURE - ROUX-EN-Y GASTRIC BYPASS

PATIENT CONSENT TO PROCEDURE - ROUX-EN-Y GASTRIC BYPASS As a patient you must be adequately informed about your condition and the recommended surgical procedure. Please read this document carefully and ask about anything you do not understand. Please initial

More information

Using Exploration and Learning for Medical Records Search: An Experiment in Identifying Cohorts for Comparative Effectiveness Research.

Using Exploration and Learning for Medical Records Search: An Experiment in Identifying Cohorts for Comparative Effectiveness Research. Using Exploration and Learning for Medical Records Search: An Experiment in Identifying Cohorts for Comparative Effectiveness Research By Harvey Hyman, PhD University of South Florida HymanPhD@gmail.com

More information

TEMPER : A Temporal Relevance Feedback Method

TEMPER : A Temporal Relevance Feedback Method TEMPER : A Temporal Relevance Feedback Method Mostafa Keikha, Shima Gerani and Fabio Crestani {mostafa.keikha, shima.gerani, fabio.crestani}@usi.ch University of Lugano, Lugano, Switzerland Abstract. The

More information

How To Write A Grant For A Health Information Technology Program

How To Write A Grant For A Health Information Technology Program HealthInfoNet s Maine State Innovation Model Testing Model Grant Request for Proposals (RFP) for Behavioral Health Information Technology (HIT) Reimbursement Date of call: February 7, 2014 Questions are

More information

See page 331 of HEDIS 2013 Tech Specs Vol 2. HEDIS specs apply to plans. RARE applies to hospitals. Plan All-Cause Readmissions (PCR) *++

See page 331 of HEDIS 2013 Tech Specs Vol 2. HEDIS specs apply to plans. RARE applies to hospitals. Plan All-Cause Readmissions (PCR) *++ Hospitalizations Inpatient Utilization General Hospital/Acute Care (IPU) * This measure summarizes utilization of acute inpatient care and services in the following categories: Total inpatient. Medicine.

More information

Using Big Data to Advance Healthcare Gregory J. Moore MD, PhD February 4, 2014

Using Big Data to Advance Healthcare Gregory J. Moore MD, PhD February 4, 2014 Using Big Data to Advance Healthcare Gregory J. Moore MD, PhD February 4, 2014 Sequencing Technology - Hype Cycle (Gartner) Gartner - Hype Cycle for Healthcare Provider Applications, Analytics and Systems,

More information

Application For Admission To The Non-Surgical Spinal Decompression Program At The Spinal Decompression Center of Long Beach

Application For Admission To The Non-Surgical Spinal Decompression Program At The Spinal Decompression Center of Long Beach Application For Admission To The Non-Surgical Spinal Decompression Program At The Spinal Decompression Center of Long Beach If you are reading this form, you have qualified for a consultation with Dr.

More information

SGRP 113 Objective: Use clinical decision support to improve performance on high priority health conditions

SGRP 113 Objective: Use clinical decision support to improve performance on high priority health conditions January 14, 2013 Department of Heath and Human Services Office of the National Coordinator for Health Information Technology RE: Health Information Technology (HIT) Policy Committee Request for Comment

More information

Liver Disease & Hepatitis Program Providers: Brian McMahon, MD, Steve Livingston, MD, Lisa Townshend, ANP. Primary Care Provider:

Liver Disease & Hepatitis Program Providers: Brian McMahon, MD, Steve Livingston, MD, Lisa Townshend, ANP. Primary Care Provider: Liver Disease & Hepatitis Program Providers: Brian McMahon, MD, Steve Livingston, MD, Lisa Townshend, ANP Primary Care Provider: If you are considering hepatitis C treatment, please read this treatment

More information

ICD-10 Codes Utilized by Audiologists

ICD-10 Codes Utilized by Audiologists ICD-10 Codes Utilized by Audiologists Introduction Beginning with the first claim filed to all payers on or after October 1, 2015, the ICD-10 codes must be utilized in box 21 A-L on the CMS 1500 claim

More information

ICD-10 Coding for Audiology

ICD-10 Coding for Audiology ICD-10 Coding for Audiology Mary Sue Fino-Szumski, Ph.D., M.B.A. Vanderbilt University School of Medicine Vanderbilt Bill Wilkerson Center Department of Hearing and Speech Sciences Disclosure Financial

More information

2. SYSTEM ARCHITECTURE CLINICAL DECISION SUPPORT TRACK 1. INTRODUCTION

2. SYSTEM ARCHITECTURE CLINICAL DECISION SUPPORT TRACK 1. INTRODUCTION San Francisco State University at TREC 2014: Clinical Decision Support Track and Microblog Track Aayush Bhandari, James Klinkhammer, and Anagha Kulkarni Department of Computer Science, San Francisco State

More information

Query term suggestion in academic search

Query term suggestion in academic search Query term suggestion in academic search Suzan Verberne 1, Maya Sappelli 1,2, and Wessel Kraaij 2,1 1. Institute for Computing and Information Sciences, Radboud University Nijmegen 2. TNO, Delft Abstract.

More information

Big Data Analytics- Innovations at the Edge

Big Data Analytics- Innovations at the Edge Big Data Analytics- Innovations at the Edge Brian Reed Chief Technologist Healthcare Four Dimensions of Big Data 2 The changing Big Data landscape Annual Growth ~100% Machine Data 90% of Information Human

More information

Your Practice Online

Your Practice Online P R E S E N T S Your Practice Online Disclaimer This information is an educational resource only and should not be used to make a decision on Revision Hip Replacement or arthritis management. All decisions

More information

1MFBTF GJMM PVU GPSNT BOE GBY 'PSNT XJMM CF TJHOFE BU ZPVS BQQPJOUNFOU

1MFBTF GJMM PVU GPSNT BOE GBY 'PSNT XJMM CF TJHOFE BU ZPVS BQQPJOUNFOU CELL PHONE: PATIENT HISTORY FORM - CONFIDENTIAL DATE: PATIENT: (LAST NAME) (FIRST NAME) (Ml) (NICKNAME) DOB: Primary Physician/ Family Doctor: Phone: Past Medical History (Click all that apply) High blood

More information

Integrating Public and Private Medical Texts for Patient De-Identification with Apache ctakes

Integrating Public and Private Medical Texts for Patient De-Identification with Apache ctakes Integrating Public and Private Medical Texts for Patient De-Identification with Apache ctakes Presented By: Andrew McMurry & Britt Fitch (Apache ctakes committers) Co-authors: Guergana Savova, Ben Reis,

More information

Find your future in the history

Find your future in the history Find your future in the history Is your radiology practice ready for the future? Demands are extremely high as radiology practices move from a fee-for-service model to an outcomes-based model centered

More information

Hearing Loss in Geriatric Primary Care Mary Ann Forciea MD Josh Uy MD

Hearing Loss in Geriatric Primary Care Mary Ann Forciea MD Josh Uy MD Hearing Loss in Geriatric Primary Care Mary Ann Forciea MD Josh Uy MD Q: In my office practice, I screen for hearing loss with A Level of difficulty in office conversation Questionnaire Hand held hldaudiometer

More information

The Electronic Health Record as a Clinical Study Information Hub

The Electronic Health Record as a Clinical Study Information Hub The Electronic Health Record as a Clinical Study Information Hub Naoto Kume EHR Research Unit, Department of Social Informatics, Graduate School of Informatics, Kyoto University kume@kuhp.kyoto-u.ac.jp

More information

Information Discovery on Electronic Medical Records

Information Discovery on Electronic Medical Records Information Discovery on Electronic Medical Records Vagelis Hristidis, Fernando Farfán, Redmond P. Burke, MD Anthony F. Rossi, MD Jeffrey A. White, FIU FIU Miami Children s Hospital Miami Children s Hospital

More information

Introduction to ICD-10-CM. An Introduction to the Transition from ICD-9-CM to ICD-10-CM

Introduction to ICD-10-CM. An Introduction to the Transition from ICD-9-CM to ICD-10-CM Introduction to ICD-10-CM An Introduction to the Transition from ICD-9-CM to ICD-10-CM 1 Purpose Explain why the transition from ICD-9-CM to ICD- 10-CM is needed Describe the differences between ICD-9-CM

More information

By H.S. Hyman, JD, MBA, of University of South Florida, IS/DS Department, and Warren Fridy III of Nova Southeastern University

By H.S. Hyman, JD, MBA, of University of South Florida, IS/DS Department, and Warren Fridy III of Nova Southeastern University Using Bag of Words (BOW) and Standard Deviations to Represent Expected Structures for Document Retrieval: A Way of Thinking that Leads to Method Choices Abstract/Summary By H.S. Hyman, JD, MBA, of University

More information

Dental Admission Form

Dental Admission Form Dental Admission Form PERSONAL HISTORY All of the information which you provide on this form will be held in the strictest confidence. Although some questions may seem unimportant at the time, they may

More information

YOUR GUIDE TO TOTAL HIP REPLACEMENT

YOUR GUIDE TO TOTAL HIP REPLACEMENT A Partnership for Better Healthcare A Partnership for Better Healthcare YOUR GUIDE TO TOTAL HIP REPLACEMENT PEI Limited M50 Business Park Ballymount Road Upper Ballymount Dublin 12 Tel: 01-419 6900 Fax:

More information

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

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

More information

WPS Medicare Part B - Quarterly CERT Error Findings Report ~ MICHIGAN ~

WPS Medicare Part B - Quarterly CERT Error Findings Report ~ MICHIGAN ~ WPS Medicare Part B - Quarterly CERT Error Findings Report ~ MICHIGAN ~ This report provides details of Comprehensive Error Rate Testing (CERT) errors assessed April 2015 through June 2015 for Michigan

More information

Atigeo at TREC 2014 Clinical Decision Support Task

Atigeo at TREC 2014 Clinical Decision Support Task Atigeo at TREC 2014 Clinical Decision Support Task Yishul Wei*, ChenChieh Hsu*, Alex Thomas, Joseph F. McCarthy Atigeo, LLC 800 Bellevue Way NE, Suite 600 Bellevue, WA 98004 USA joe.mccarthy@atigeo.com

More information

Elsevier ClinicalKey TM FAQs

Elsevier ClinicalKey TM FAQs Elsevier ClinicalKey TM FAQs Table of Contents What is ClinicalKey? Where can I access ClinicalKey? What medical specialties are covered in ClinicalKey? What information is available through ClinicalKey?

More information

Atigeo at TREC 2012 Medical Records Track: ICD-9 Code Description Injection to Enhance Electronic Medical Record Search Accuracy

Atigeo at TREC 2012 Medical Records Track: ICD-9 Code Description Injection to Enhance Electronic Medical Record Search Accuracy Atigeo at TREC 2012 Medical Records Track: ICD-9 Code Description Injection to Enhance Electronic Medical Record Search Accuracy Bryan Tinsley, Alex Thomas, Joseph F. McCarthy, Mike Lazarus Atigeo, LLC

More information

Search and Information Retrieval

Search and Information Retrieval Search and Information Retrieval Search on the Web 1 is a daily activity for many people throughout the world Search and communication are most popular uses of the computer Applications involving search

More information

6/14/2010. Clinical Decision Support: Applied Decision Aids in the Electronic Medical Record. Addressing high risk practices

6/14/2010. Clinical Decision Support: Applied Decision Aids in the Electronic Medical Record. Addressing high risk practices Clinical Decision Making in Emergency Medicine Ponte Vedra 2010 Evidence based decision support Clinical Decision Support: Applied Decision Aids in the Electronic Medical Record The ED as a high risk settings

More information

Author Gender Identification of English Novels

Author Gender Identification of English Novels Author Gender Identification of English Novels Joseph Baena and Catherine Chen December 13, 2013 1 Introduction Machine learning algorithms have long been used in studies of authorship, particularly in

More information

How To Determine Pad

How To Determine Pad Process Representation #1 : The PAD algorithm as a sequential flow thru all sections An exploded version of the above scoped section flow is shown below. Notes: The flow presupposes existing services (

More information

Health Information Form for Adults

Health Information Form for Adults A. Identification B. Emergency Contacts Name (Last) (First) (Middle) Maiden Name In Case of Emergency, Notify: Primary Contact Name (Last) (First) (Middle) Primary Alternate Relationship Home Work Home

More information

A Patient s Guide to Primary and Secondary Prevention of Cardiovascular Disease Using Blood-Thinning (Anticoagulant) Drugs

A Patient s Guide to Primary and Secondary Prevention of Cardiovascular Disease Using Blood-Thinning (Anticoagulant) Drugs A Patient s Guide to Primary and Secondary Prevention of PATIENT EDUCATION GUIDE What Is Cardiovascular Disease? Cardiovascular disease (CVD) is a broad term that covers any disease of the heart and circulatory

More information

The What, When, Where and How of Natural Language Processing

The What, When, Where and How of Natural Language Processing The What, When, Where and How of Natural Language Processing There s a mystique that surrounds natural language processing (NLP) technology, regarding how it works, and what it can and cannot do. Although

More information

Medical Information-Retrieval Systems. Dong Peng Medical Informatics Group

Medical Information-Retrieval Systems. Dong Peng Medical Informatics Group Medical Information-Retrieval Systems Dong Peng Medical Informatics Group Outline Evolution of medical Information-Retrieval (IR). The information retrieval process. The trend of medical information retrieval

More information

A Semantic Platform for Information Retrieval from E-Health Records

A Semantic Platform for Information Retrieval from E-Health Records A Semantic Platform for Information Retrieval from E-Health Records Harsha Gurulingappa 1,2, Bernd Müller 1, Martin Hofmann-Apitius 1,2, and Juliane Fluck 1 1 Fraunhofer Institute for Algorithms and Scientific

More information

Article details. Abstract. Version 1

Article details. Abstract. Version 1 Article details Title Authors Abstract Version 1 Osteoarthritis in Family Physician Practices in Canada: A Report of the Canadian Primary Care Sentinel Surveillance Network (CPCSSN) Morkem, Rachael; Birtwhistle,

More information

HIE Ready 2.0 SPECIFICATIONS MATRIX. Product Name: Version Number: Preferred Message and Trigger

HIE Ready 2.0 SPECIFICATIONS MATRIX. Product Name: Version Number: Preferred Message and Trigger HIE Ready 2.0 SPECIFICATIONS MATRIX Entity Name: Street Address: City, State, Zip: Point of Contact Name: E-mail & Phone: Alternate Contact Name: Alternate E-mail & Phone: Product Name: Version Number:

More information

Hearing Loss A growing problem that affects quality of life

Hearing Loss A growing problem that affects quality of life Hearing Loss A growing problem that affects quality of life Hearing loss is highly associated with aging Number December 1999 NATIONAL ACADEMY ON AN AGING SOCIETY Twenty-two million Americans about 8 percent

More information

Predictive Coding Defensibility and the Transparent Predictive Coding Workflow

Predictive Coding Defensibility and the Transparent Predictive Coding Workflow Predictive Coding Defensibility and the Transparent Predictive Coding Workflow Who should read this paper Predictive coding is one of the most promising technologies to reduce the high cost of review by

More information

2FORMATS AND CONVENTIONS

2FORMATS AND CONVENTIONS 2FORMATS AND CONVENTIONS OF DIAGNOSIS CODING SYSTEMS Learning Outcomes After completing this chapter, students should be able to 2.1 Explain the layout of the ICD-9-CM and ICD-10-CM manuals. 2.2 Differentiate

More information

Technology Assisting Cancer Outcomes: Automated Biomarker Abstraction Overcoming Textual Data-Silos

Technology Assisting Cancer Outcomes: Automated Biomarker Abstraction Overcoming Textual Data-Silos Technology Assisting Cancer Outcomes: Automated Biomarker Abstraction Overcoming Textual Data-Silos Patrick Mergler, MBA PMP CPHIMS DISCLAIMER: The views and opinions expressed in this presentation are

More information

Population Health Management A Key Addition to Your Electronic Health Record

Population Health Management A Key Addition to Your Electronic Health Record Population Health Management A Key Addition to Your Electronic Health Record Rosemarie Nelson, MS Principal Consultant, MGMA Sponsored by: 1 Contents Introduction... 3 Managing Populations of Patients...

More information

Advance Notification Requirements for New York Effective June 1, 2015

Advance Notification Requirements for New York Effective June 1, 2015 Advance Notification Requirements for New York Effective June 1, 2015 General Information This list represents our prior authorization review requirements for UnitedHealthcare Community Plan of New York.

More information

CENG 734 Advanced Topics in Bioinformatics

CENG 734 Advanced Topics in Bioinformatics CENG 734 Advanced Topics in Bioinformatics Week 9 Text Mining for Bioinformatics: BioCreative II.5 Fall 2010-2011 Quiz #7 1. Draw the decompressed graph for the following graph summary 2. Describe the

More information

HEDIS/CAHPS 101. August 13, 2012 Minnesota Measurement and Reporting Workgroup

HEDIS/CAHPS 101. August 13, 2012 Minnesota Measurement and Reporting Workgroup HEDIS/CAHPS 101 Minnesota Measurement and Reporting Workgroup Objectives Provide introduction to NCQA Identify HEDIS/CAHPS basics Discuss various components related to HEDIS/CAHPS usage, including State

More information

The Independent Order Of Foresters ( Foresters ) Critical Illness Rider (Accelerated Death Benefit) Disclosure at the Time of Application

The Independent Order Of Foresters ( Foresters ) Critical Illness Rider (Accelerated Death Benefit) Disclosure at the Time of Application The Independent Order of Foresters ( Foresters ) - A Fraternal Benefit Society. 789 Don Mills Road, Toronto, Canada M3C 1T9 U.S. Mailing Address: P.O. Box 179 Buffalo, NY 14201-0179 T. 800 828 1540 foresters.com

More information

Query Log Analysis of an Electronic Health Record Search Engine

Query Log Analysis of an Electronic Health Record Search Engine Query Log Analysis of an Electronic Health Record Search Engine Lei Yang, MS, ME 1, Qiaozhu Mei, PhD 1,2, Kai Zheng, PhD 1,3, David A. Hanauer, MD, MS 4,5 1 School of Information; 2 Department of EECS;

More information

NCQA Health Insurance Plan Ratings Methodology March 2015

NCQA Health Insurance Plan Ratings Methodology March 2015 NCQA Health Insurance Plan Ratings Methodology March 205 REVISION CHART Date Published March 205 Description Final version (next update will be based on the 50% measure exclusion rule) TABLE OF CONTENTS

More information

APPENDIX I-A: INFORMED CONSENT BB IND 11184 Protocol CDC IRB #4167

APPENDIX I-A: INFORMED CONSENT BB IND 11184 Protocol CDC IRB #4167 APPENDIX I-A: INFORMED CONSENT BB IND 11184 Protocol CDC IRB #4167 INFORMED CONSENT FOR USE OF DIPHTHERIA ANTITOXIN (DAT) FOR SUSPECTED DIPHTHERIA CASES Investigational New Drug (IND) BB 11184 Protocol

More information

Predictive Coding Defensibility and the Transparent Predictive Coding Workflow

Predictive Coding Defensibility and the Transparent Predictive Coding Workflow WHITE PAPER: PREDICTIVE CODING DEFENSIBILITY........................................ Predictive Coding Defensibility and the Transparent Predictive Coding Workflow Who should read this paper Predictive

More information

What You Need to Know About Behavioral Health Care Services

What You Need to Know About Behavioral Health Care Services Member Messenger 2016 This Issue: Page 1-2 Annual Behavior Health Quality Management Guide Page 3 Member Satisfaction Survey Page 4 Achieve Solutions Self Help Screening Tools Available Page 5-6 Behavioral

More information

SOCIAL WORK RESEARCH ON INTERVENTIONS FOR ADOLESCENT SUBSTANCE MISUSE: A SYSTEMATIC REVIEW OF THE LITERATURE

SOCIAL WORK RESEARCH ON INTERVENTIONS FOR ADOLESCENT SUBSTANCE MISUSE: A SYSTEMATIC REVIEW OF THE LITERATURE SOCIAL WORK RESEARCH ON INTERVENTIONS FOR ADOLESCENT SUBSTANCE MISUSE: A SYSTEMATIC REVIEW OF THE LITERATURE By: Christine Kim Cal State University, Long Beach May 2014 INTRODUCTION Substance use among

More information

IMS Allergy & Immunology New Patient Registration Sheet. Personal Information

IMS Allergy & Immunology New Patient Registration Sheet. Personal Information Personal Information Today s : Patient First Name: Initial: Last Name: DOB: Age: Social Security #: E-mail: Address: City: State: Zip: Home Phone: Work Phone: Cell Phone: Gender: M F Language: ENGLISH

More information

CHAPTER 2. Neoplasms (C00-D49) March 2014. 2014 MVP Health Care, Inc.

CHAPTER 2. Neoplasms (C00-D49) March 2014. 2014 MVP Health Care, Inc. Neoplasms (C00-D49) March 2014 2014 MVP Health Care, Inc. CHAPTER SPECIFIC CATEGORY CODE BLOCKS C00-C14 Malignant neoplasms of lip, oral cavity and pharynx C15-C26 Malignant neoplasms of digestive organs

More information

What is Medical Informatics? Sanda Harabagiu Human Language Technology Research Institute DEPARTMENT OF Computer Science sanda@hlt.utdallas.

What is Medical Informatics? Sanda Harabagiu Human Language Technology Research Institute DEPARTMENT OF Computer Science sanda@hlt.utdallas. What is Medical Informatics? Sanda Harabagiu Human Language Technology Research Institute DEPARTMENT OF Computer Science sanda@hlt.utdallas.edu Erroneous opinions and misconceptions There is great confusion

More information

Butler Memorial Hospital Community Health Needs Assessment 2013

Butler Memorial Hospital Community Health Needs Assessment 2013 Butler Memorial Hospital Community Health Needs Assessment 2013 Butler County best represents the community that Butler Memorial Hospital serves. Butler Memorial Hospital (BMH) has conducted community

More information

Patient Registration Form

Patient Registration Form PATIENT INFORMATION Patient Registration Form (Please Print) Dr. Miss Mr. Mrs. Ms. Sir Jr. Sr. Patient s Name (Last) (First) (MI) Previous Name Mailing Address City, State, ZIP (+4) Physical Address City,

More information