DOWNLOAD EASYCIE AND DATASET

Size: px
Start display at page:

Download "DOWNLOAD EASYCIE AND DATASET"

Transcription

1 DOWNLOAD EASYCIE AND DATASET

2 EASYCIE: A DEVELOPMENT PLATFORM TO SUPPORT QUICK AND EASY, RULE-BASED CLINICAL INFORMATION EXTRACTION JIANLIN SHI, MS MD DANIELLE MOWERY MS PHD FIFTH IEEE INTERNATIONAL CONFERENCE ON HEALTHCARE INFORMATICS 2017 TUTORIAL

3 WHAT IS NATURAL LANGUAGE PROCESSING (NLP)? Natural language processing Structured data (machine interpretable) Classify Extract Clinical Texts Summarize

4 WHAT IS NATURAL LANGUAGE PROCESSING (NLP)? Classify patients for stroke Extract Summarize Mowery D, Hill B, Chapman W, Cannon-Albright Lisa, Majersik J. Development of a knowledge base to support the automatic classification of a computable ischemic stroke phenotype from electronic medical records. Neurology: Genetics; PubMed PMID: ; PubMed Central PMCID: PMC

5 WHAT IS NATURAL LANGUAGE PROCESSING (NLP)? Classify Extract identify ejection fractions Summarize The left ventricular cavity size and wall thickness appear normal. The wall motion and left ventricular systolic function appears hyperdynamic with estimated ejection fraction of 70%. There is near-cavity obliteration seen. ejection fraction = 70 percent Garvin JH, DuVall SL, South BR, et al. Automated extraction of ejection fraction for quality measurement using regular expressions in Unstructured Information Management Architecture (UIMA) for heart failure. Journal of the American Medical Informatics Association : JAMIA. 2012;19(5):

6 WHAT IS NATURAL LANGUAGE PROCESSING (NLP)? Classify Diagnosis: myocardial infarction (MI).. Extract Summarize create an active problem list Mowery DL, Jordan P, Wiebe J, Harkema H, Dowling J, Chapman WW. Semantic Annotation of Clinical Events for Generating a Problem List. AMIA Annual Symposium Proceedings. 2013;2013:

7 WHY IS NLP SO DIFFICULT? Synonyms coughs cough burning up fever short of breath dyspnea Abbreviations/Acronyms feb febrile or february? n/v nausea/vomiting sob shortness of breath Truncations poss possible Concatenations blurredvision burred vision flus sxs flu symptoms Misspellings & typographic errors nausa nausea diahrea diarrhea Quantifications BP 140/90 hypertension Contextual descriptors no cough cough_negated childhood cough cough_historical brother has cough cough_not_patient return if cough cough_hypothetical Discourse sentences sections notes visits

8 HOW IS NLP USED IN THE CLINICAL DOMAIN? Clinical Decision Support Identifying Medline articles to support clinician information needs (Zhang et al. 2013) Quality Improvement Measuring quality of colonoscopy procedures (Harkema et al. 2011) Hospital Operations Automating the coding of medicall billing codes (Stanfill et al. 2010) Genetic Studies Supporting high throughput phenotyping (Pathak et al. 2013) Biosurvelliance Detecting Influenza from emergency department visits (Ye et al. 2014)

9 USE CASES: CONTRACEPTIVE METHODS Motivation Automatically identifying high-risk women not using contraceptive methods (e.g., intrauterine device) for counseling and reproductive planning could mitigate adverse outcomes. Lori Gawron MD MPH Needs Assessment Extract mentions of contraceptive methods and their contexts from clinical texts Shi J, Mowery D, Chapman WW, Zhang M, Sanders J, Gawron L. Extracting Intrauterine Device Usage from Clinical Texts using Natural Language Processing. ICHI (in press).

10 USE CASES: CONTRACEPTIVE METHODS Learn more about EASYCIE applied to this use case: August 25, :05pm-6:30pm Poster Session 2: #21 Jianlin Shi MD MS Shi J, Mowery D, Chapman WW, Zhang M, Sanders J, Gawron L. Extracting Intrauterine Device Usage from Clinical Texts using Natural Language Processing. ICHI (in press).

11 USE CASES: PNEUMONIA DIAGNOSIS Motivation Diagnosing patients with pneumonia can be difficult due to presentation of non-specific signs and symptoms and elusive pathogen discovery Needs Assessment Extract variables (e.g., fever, rales, worsening cough) associated with pneumonia to improve diagnostic accuracy and reduce cognitive biases. Barbara Jones MD, MSCI South BR, Mowery DL, Kramer H, Jones B, Castine M, Hillert D, Sibitsky M, Chapman WW. Assessing Visualization and Semantic Priming on Classifying Supporting, Refuting, or Uncertain Evidence for Suspected Pneumonia Case Review. (under review)

12 ROADMAP Getting back to the basics Collecting ingredients and reading the recipes Cooking with the easy button ; Multi-tasking in the kitchen Hands on exercise Borrowing a cup of sugar CONFIDENTIAL

13 Getting back to the basics CONFIDENTIAL

14 NLP PIPELINE Sentence Segmentation Tokenization Term Normalization Part-of-Speech Tagging Shallow Parsing Named Entity Recognition Assertion Classification FHx: Sister had childhood fevers. FHx : Sister had childhood fevers. Family History : Sister had childhood fever. Family History : Sister had childhood fever. JJ NN NN VBD JJ NN. Family History : Sister had childhood fever. [ NP ] : [ NP ] [ VP ]. Family History : Sister had childhood fever. UMLS code: Fever- C Family History : Sister had childhood fever. temporality = historical experiencer = nonpatient negation = affirmed

15 NLP PIPELINE Sentence Segmentation Tokenization Term Normalization Part-of-Speech Tagging Shallow Parsing Named Entity Recognition Assertion Classification FHx: Sister had childhood fevers. FHx : Sister had childhood fevers. Family History : Sister had childhood fever. Family History : Sister had childhood fever. JJ NN NN VBD JJ NN. Family History : Sister had childhood fever. [ NP ] : [ NP ] [ VP ]. Family History : Sister had childhood fever. UMLS code: Fever- C EasyCIE processed on backend Family History : Sister had childhood fever. temporality = historical experiencer = nonpatient negation = affirmed

16 USE CASE: PNEUMONIA INDICATORS

17 IDENTIFYING FEVER EXPRESSIONS FROM CLINICAL TEXT Lay terms

18 IDENTIFYING FEVER EXPRESSIONS FROM CLINICAL TEXT Morphology afebrile: a = without febrile = fever

19 IDENTIFYING FEVER EXPRESSIONS FROM CLINICAL TEXT Quantifications Units Celsius Fahrenheit Numbers Whole Decimal

20 IDENTIFYING FEVER EXPRESSIONS FROM CLINICAL TEXT Other contexts Course fever abated Hypothetical return if fever

21 Collecting ingredients and reading the recipe CONFIDENTIAL

22 ROADMAP Input corpus Define rule files Apply the rules Compare outputs POS_DOC NEG_DOC Update rule files

23 ROADMAP POS_DOC NEG_DOC One or more positive mentions of pneumonia indicators No positive mentions of pneumonia indicators

24 ROADMAP Input corpus Define rule files POS_DOC NEG_DOC

25 DEFINE MENTION ANNOTATION LOGIC Inclusionary mention (+) Exclusionary mention (-) Assertions Negation: Affirmed/Certain complains of shortness of breath cannot rule out pneumonia likely pna Temporality: Present dx of bacter. pneumonia return if worsening fever Experiencer: Patient Pt has worsening cough Patient is febrile Value in abnormal range high fever: Temp > F low oxygen saturation: O2 saturation less than 90% Assertions Negation: Negated/Uncertain denies shortness of breath rule out pneumonia unlikely pna Temporality: Historical/Hypothetical history of bacter. pneumonia return if fever Experiencer: Non-patient brother has worsening cough roommate is febrile Value in normal range Normal or low fever: Temp <101.3 F low oxygen saturation: O2 saturation under 90% CONFIDENTIAL

26 IDENTIFY TARGETS AND MODIFIERS Finding (target): Negation(modifier): cough negated Finding (target): Negation(modifier): headache (default) affirmed scope Patient denies cough but complains of headache. trigger term termination term NegEx algorithm Courtesy: Wendy Chapman

27 IDENTIFY FEVER AND MODIFIERS Finding (target): Negation(modifier): Uncertain (modifier): Temporality (modifier): Experiencer (modifier): fever (default) affirmed (default) certain (default) present (default) patient She stated she was burning up..

28 IDENTIFY FEVER AND MODIFIERS Finding (target): Negation(modifier): Uncertain (modifier): Temporality (modifier): Experiencer (modifier): fever negated (default) certain (default) present (default) patient fever had abated..

29 IDENTIFY FEVER AND MODIFIERS Finding (target): Finding Negation(modifier): (target): Negation(modifier): Uncertain Temporality (modifier): Experiencer (modifier): fever (default) affirmed fever (default) affirmed certain (default) present (default) patient temperature of 38C..

30 IDENTIFY FEVER AND MODIFIERS Finding (target): Negation(modifier): Uncertain (modifier): Temporality (modifier): Experiencer (modifier): fever negated (default) certain (default) present (default) patient She improved and became afebrile..

31 ROADMAP Input corpus Define rule files Apply the rules POS_DOC NEG_DOC

32 DEFINE TASK LOGIC AKA THE RECIPE Is this mention an indicator of pneumonia? Is the mention inclusionary (+)? Is the mention exclusionary (-)? Mark mention Ignore mention Is there one mention of a pneumonia diagnoses? Classify document as POS_DOC Classify document as NEG_DOC Step 1: Classify indicators of pneumonia in document Step 2: Classify whether document contains 1+ indicators CONFIDENTIAL

33 DEFINE MENTION ANNOTATION LOGIC Is this mention an indicator of pneumonia? Is the mention inclusionary (+)? Is the mention exclusionary (-)? Mark mention Ignore mention Patient has fever Patient should return if febrile

34 DEFINE DOCUMENT CLASSIFICATION LOGIC Is there one mention of a pneumonia indicator? Classify document as POS_DOC Classify document as NEG_DOC Patient has PNA Pneumonia unlikely

35 ROADMAP Input corpus Define rule files Apply the rules Compare outputs POS_DOC NEG_DOC

36 HOW WELL DOES NLP DETECT INDICATORS? NLP classified = POS_DOC = NEG_DOC Expert reviewed = POS_DOC True positive False negative = NEG_DOC False positive True negative

37 HOW WELL DOES NLP DETECT INDICATORS? NLP classified = POS_DOC = NEG_DOC Expert reviewed = POS_DOC TP: 4 FN: 3 = NEG_DOC FP: 2 TN: 1 Sensitivity (recall) = TP / TP+FN n = 4 = 57% 4+3

38 HOW WELL DOES NLP DETECT INDICATORS? NLP classified = POS_DOC = NEG_DOC Expert reviewed = POS_DOC TP: 4 FN: 3 = NEG_DOC FP: 2 TN: 1 Positive predictive value (precision) = TP / TP+FP n = 4 = 67% 4+2

39 HOW WELL DOES NLP DETECT INDICATORS? NLP classified = POS_DOC = NEG_DOC Expert reviewed = POS_DOC TP: 4 FN: 3 = NEG_DOC FP: 2 TN: 1 F1-score (harmonic mean of precision and recall) = 2 * (p * r) (p + r) = 2 x (57% x 67%) = 62% (57% + 67%)

40 ROADMAP Input corpus Define rule files Apply the rules Compare outputs POS_DOC NEG_DOC Update rule files

41 Cooking with the easy button & Multi-tasking in the kitchen CONFIDENTIAL

42 ROADMAP Input corpus Define rule files Apply the rules Compare outputs POS_DOC NEG_DOC Easy Clinical Information Extractor Update rule files

43 PREPARE THE PRACTICE DATASET(ALREADY DONE) MIMIC II demo dataset Consist of 4000 deceased ICU patients Select 50 encounters has ICD9 code start with: 480 Viral pneumonia 481 Pneumococcal 482 Other bacterial pneumonia 483 Pneumonia due to other specified organism 484 Pneumonia in infectious diseases classified elsewhere 485 Bronchopneumonia, organism unspecified 486 Pneumonia, organism unspecified And 50 encounters that do not have any ICD9 code above

44 PREPARE THE PRACTICE DATASET(ALREADY DONE) For demonstration purpose, sampled: 70 radiology reports, 20 discharge summaries 10 nursing notes

45 GOAL: Identify any indication of pneumonia Including signs and symptoms Diagnoses Lab tests CT findings Not include treatments (narrow the scope) Conclude whether a document has any indication or not

46 PREPARE THE GOLD STANDARD(ALREADY DONE) Two clinical annotators The 3 rd annotator solves the disagreement Split the dataset to 60 for training, 40 for testing.

47 ANNOTATION SCHEMA IND_PNEUMONIA: for any mention that indicate pneumonia Pos_Doc: for the documents that have any indication of pneumonia Neg_Doc: for the documents that do not have

48 ROADMAP Input corpus POS_DOC NEG_DOC

49 IMPORT TEXT DOCUMENTS POS_DOC NEG_DOC Click on ImportDocuments

50 IMPORT GOLD ANNOTATIONS POS_DOC NEG_DOC Click on ImportAnnotations

51 ROADMAP Input corpus Define rule files POS_DOC NEG_DOC

52 DEFINING RULES Target rules Context rules Feature inference rules Document inference rules Courtesy: Wendy Chapman

53 DEFINING TARGET RULES Most of concepts have already been included, need improve

54 DEFINE MODIFIER AND TARGET RULES FILES Click on Value to update rules for rulefile and crulefile modifiers = rulefile targets = crulefile

55 DEFINE RULEFILE (MODIFIER RULE FILE) Actual are extracted and classified: high fever Pseudos are ignored: Yellow Fever vaccination clinic Modifiers and their value sets; (d) = default value Negation = {affirmed (d), negated} -- Certainty = {certain (d), uncertain} Temporality = {present (d), historical, hypothetical} Experiencer = {patient (d), nonpatient} Rule file (modifier dictionary given) rule string direction trigger type modifier window size resolved backward actual negation 30 possible forward actual uncertain 8 in the past bidirectional actual temporality 8 mom forward actual experiencer 8 vaccination clinic backward pseudo 8

56 DEFINING CONTEXT RULES Most of concepts have already been included, need improve

57 DEFINING FEATURE INFERENCE RULES To exclude the mentions that you don t want (Done)

58 DEFINING DOCUMENT INFERENCE RULES When conclude "Pos_Doc" (Done)

59 ROADMAP Input corpus Define rule files Apply the rules POS_DOC NEG_DOC Easy Clinical Information Extractor

60 RUN EASYCIE ONE CLICK! Select RunEasyCIE

61 REVIEW AND COMPARE RESULTS ONE CLICK! Select ViewOutputinDB

62 RESULT VIEW

63 ROADMAP Input corpus Define rule files Apply the rules Compare outputs POS_DOC NEG_DOC

64 COMPARE OUTPUTS

65 REVIEW & ANALYZE ERRORS

66 DEBUG ERRORS (1) Use a snippet to test the pipeline

67 DEBUG ERRORS (2) A step by step output display for each component

68 DEBUG ERRORS (3) Details view of all clues for final output

69 ROADMAP Input corpus Define rule files Apply the rules Compare outputs POS_DOC NEG_DOC Easy Clinical Information Extractor Update rule files

70 Hands-on exercise CONFIDENTIAL

71 Borrowing a cup of sugar CONFIDENTIAL

72 REUSE OTHERS WORK

73 AUTOMATE THE REST CONFIGURATION

74 ACKNOWLEDGEMENTS Wendy Chapman Barbara Jones Kelly Peterson

75 T h Cedar Breaks National Park a n k y o u Arches National Park Capitol Reef National Park danielle.mowery@utah.edu

76 PLEASE FILL IN THE SURVEY We highly appreciate your feedbacks: Thank you!

How to Advance Beyond Regular Data with Text Analytics

How to Advance Beyond Regular Data with Text Analytics Session #34 How to Advance Beyond Regular Data with Text Analytics Mike Dow Director, Product Development, Health Catalyst Carolyn Wong Simpkins, MD, PhD Chief Medical Informatics Officer, Health Catalyst

More information

Chapter 12 Conclusions and Outlook

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

More information

A Simple Pipeline Application for Identifying and Negating SNOMED CT in Free Text

A Simple Pipeline Application for Identifying and Negating SNOMED CT in Free Text A Simple Pipeline Application for Identifying and Negating SNOMED CT in Free Text Anthony Nguyen 1, Michael Lawley 1, David Hansen 1, Shoni Colquist 2 1 The Australian e-health Research Centre, CSIRO ICT

More information

Making the Best Use of Textual ED Data for Syndromic Surveillance

Making the Best Use of Textual ED Data for Syndromic Surveillance Making the Best Use of Textual ED Data for Syndromic Surveillance Debbie Travers, PhD, RN, FAEN, CEN Associate Professor, Health Care Systems & Emergency Medicine Faculty, Carolina Health Informatics Program

More information

Evaluation of Clinical Text Segmentation to Facilitate Cohort Retrieval

Evaluation of Clinical Text Segmentation to Facilitate Cohort Retrieval Evaluation of Clinical Text Segmentation to Facilitate Cohort Retrieval Enhanced Cohort Identification and Retrieval S105 Tracy Edinger, ND, MS Oregon Health & Science University Twitter: #AMIA2017 Co-Authors

More information

TeamHCMUS: Analysis of Clinical Text

TeamHCMUS: Analysis of Clinical Text TeamHCMUS: Analysis of Clinical Text Nghia Huynh Faculty of Information Technology University of Science, Ho Chi Minh City, Vietnam huynhnghiavn@gmail.com Quoc Ho Faculty of Information Technology University

More information

Session 35: Text Analytics: You Need More than NLP. Eric Just Senior Vice President Health Catalyst

Session 35: Text Analytics: You Need More than NLP. Eric Just Senior Vice President Health Catalyst Session 35: Text Analytics: You Need More than NLP Eric Just Senior Vice President Health Catalyst Learning Objectives Why text search is an important part of clinical text analytics The fundamentals of

More information

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

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

More information

Annotating Clinical Events in Text Snippets for Phenotype Detection

Annotating Clinical Events in Text Snippets for Phenotype Detection Annotating Clinical Events in Text Snippets for Phenotype Detection Prescott Klassen 1, Fei Xia 1, Lucy Vanderwende 2, and Meliha Yetisgen 1 University of Washington 1, Microsoft Research 2 PO Box 352425,

More information

COMPARISON OF BREAST CANCER STAGING IN NATURAL LANGUAGE TEXT AND SNOMED ANNOTATED TEXT

COMPARISON OF BREAST CANCER STAGING IN NATURAL LANGUAGE TEXT AND SNOMED ANNOTATED TEXT Volume 116 No. 21 2017, 243-249 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu COMPARISON OF BREAST CANCER STAGING IN NATURAL LANGUAGE TEXT AND SNOMED

More information

Retrieving disorders and findings: Results using SNOMED CT and NegEx adapted for Swedish

Retrieving disorders and findings: Results using SNOMED CT and NegEx adapted for Swedish Retrieving disorders and findings: Results using SNOMED CT and NegEx adapted for Swedish Maria Skeppstedt 1,HerculesDalianis 1,andGunnarHNilsson 2 1 Department of Computer and Systems Sciences (DSV)/Stockholm

More information

Extracting geographic locations from the literature for virus phylogeography using supervised and distant supervision methods

Extracting geographic locations from the literature for virus phylogeography using supervised and distant supervision methods Extracting geographic locations from the literature for virus phylogeography using supervised and distant supervision methods D. Weissenbacher 1, A. Sarker 2, T. Tahsin 1, G. Gonzalez 2 and M. Scotch 1

More information

A Method for Analyzing Commonalities in Clinical Trial Target Populations

A Method for Analyzing Commonalities in Clinical Trial Target Populations A Method for Analyzing Commonalities in Clinical Trial Target Populations Zhe (Henry) He 1, Simona Carini 2, Tianyong Hao 1, Ida Sim 2, and Chunhua Weng 1 1 Department of Biomedical Informatics, Columbia

More information

A Study of Abbreviations in Clinical Notes Hua Xu MS, MA 1, Peter D. Stetson, MD, MA 1, 2, Carol Friedman Ph.D. 1

A Study of Abbreviations in Clinical Notes Hua Xu MS, MA 1, Peter D. Stetson, MD, MA 1, 2, Carol Friedman Ph.D. 1 A Study of Abbreviations in Clinical Notes Hua Xu MS, MA 1, Peter D. Stetson, MD, MA 1, 2, Carol Friedman Ph.D. 1 1 Department of Biomedical Informatics, Columbia University, New York, NY, USA 2 Department

More information

Inferring Clinical Correlations from EEG Reports with Deep Neural Learning

Inferring Clinical Correlations from EEG Reports with Deep Neural Learning Inferring Clinical Correlations from EEG Reports with Deep Neural Learning Methods for Identification, Classification, and Association using EHR Data S23 Travis R. Goodwin (Presenter) & Sanda M. Harabagiu

More information

Shades of Certainty Working with Swedish Medical Records and the Stockholm EPR Corpus

Shades of Certainty Working with Swedish Medical Records and the Stockholm EPR Corpus Shades of Certainty Working with Swedish Medical Records and the Stockholm EPR Corpus Sumithra VELUPILLAI, Ph.D. Oslo, May 30 th 2012 Health Care Analytics and Modeling, Dept. of Computer and Systems Sciences

More information

ShARe Guidelines for the Annotation of Modifiers for Disorders in Clinical Notes

ShARe Guidelines for the Annotation of Modifiers for Disorders in Clinical Notes ShARe Guidelines for the Annotation of Modifiers for Disorders in Clinical Notes Latest draft January 24, 2012 Original draft January 2011 Primary Author Noémie Elhadad Participants Guergana Savova, Wendy

More information

On-time clinical phenotype prediction based on narrative reports

On-time clinical phenotype prediction based on narrative reports On-time clinical phenotype prediction based on narrative reports Cosmin A. Bejan, PhD 1, Lucy Vanderwende, PhD 2,1, Heather L. Evans, MD, MS 3, Mark M. Wurfel, MD, PhD 4, Meliha Yetisgen-Yildiz, PhD 1,5

More information

Modeling Annotator Rationales with Application to Pneumonia Classification

Modeling Annotator Rationales with Application to Pneumonia Classification Modeling Annotator Rationales with Application to Pneumonia Classification Michael Tepper 1, Heather L. Evans 3, Fei Xia 1,2, Meliha Yetisgen-Yildiz 2,1 1 Department of Linguistics, 2 Biomedical and Health

More information

General Symptom Extraction from VA Electronic Medical Notes

General Symptom Extraction from VA Electronic Medical Notes General Symptom Extraction from VA Electronic Medical Notes Guy Divita a,b, Gang Luo, PhD c, Le-Thuy T. Tran, PhD a,b, T. Elizabeth Workman, PhD a,b, Adi V. Gundlapalli, MD, PhD a,b, Matthew H. Samore,

More information

Text Mining of Patient Demographics and Diagnoses from Psychiatric Assessments

Text Mining of Patient Demographics and Diagnoses from Psychiatric Assessments University of Wisconsin Milwaukee UWM Digital Commons Theses and Dissertations December 2014 Text Mining of Patient Demographics and Diagnoses from Psychiatric Assessments Eric James Klosterman University

More information

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

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

More information

Query Refinement: Negation Detection and Proximity Learning Georgetown at TREC 2014 Clinical Decision Support Track

Query Refinement: Negation Detection and Proximity Learning Georgetown at TREC 2014 Clinical Decision Support Track Query Refinement: Negation Detection and Proximity Learning Georgetown at TREC 2014 Clinical Decision Support Track Christopher Wing and Hui Yang Department of Computer Science, Georgetown University,

More information

Pneumonia identification using statistical feature selection

Pneumonia identification using statistical feature selection Pneumonia identification using statistical feature selection Research and applications Cosmin Adrian Bejan, 1 Fei Xia, 1,2 Lucy Vanderwende, 1,3 Mark M Wurfel, 4 Meliha Yetisgen-Yildiz 1,2 < An additional

More information

Christina Martin Kazi Russell MED INF 406 INFERENCING Session 8 Group Project November 15, 2014

Christina Martin Kazi Russell MED INF 406 INFERENCING Session 8 Group Project November 15, 2014 INFERENCING (HW 8) 1 Christina Martin Kazi Russell MED INF 406 INFERENCING Session 8 Group Project November 15, 2014 Page 2 The Clinical Decision Support System designed to utilize the Training Set data

More information

An Intelligent Writing Assistant Module for Narrative Clinical Records based on Named Entity Recognition and Similarity Computation

An Intelligent Writing Assistant Module for Narrative Clinical Records based on Named Entity Recognition and Similarity Computation An Intelligent Writing Assistant Module for Narrative Clinical Records based on Named Entity Recognition and Similarity Computation 1,2,3 EMR and Intelligent Expert System Engineering Research Center of

More information

Using Natural Language Processing To Analyze Electronic Health Records. Philip Poon PhD Data Scientist

Using Natural Language Processing To Analyze Electronic Health Records. Philip Poon PhD Data Scientist Using Natural Language Processing To Analyze Electronic Health Records Philip Poon PhD Data Scientist Agenda Overview of UnityPoint Health and Electronic Health Record Natural Language Processing development

More information

FDA Workshop NLP to Extract Information from Clinical Text

FDA Workshop NLP to Extract Information from Clinical Text FDA Workshop NLP to Extract Information from Clinical Text Murthy Devarakonda, Ph.D. Distinguished Research Staff Member PI for Watson Patient Records Analytics Project IBM Research mdev@us.ibm.com *This

More information

Comparing ICD9-Encoded Diagnoses and NLP-Processed Discharge Summaries for Clinical Trials Pre-Screening: A Case Study

Comparing ICD9-Encoded Diagnoses and NLP-Processed Discharge Summaries for Clinical Trials Pre-Screening: A Case Study Comparing ICD9-Encoded Diagnoses and NLP-Processed Discharge Summaries for Clinical Trials Pre-Screening: A Case Study Li Li, MS, Herbert S. Chase, MD, Chintan O. Patel, MS Carol Friedman, PhD, Chunhua

More information

Memory-Augmented Active Deep Learning for Identifying Relations Between Distant Medical Concepts in Electroencephalography Reports

Memory-Augmented Active Deep Learning for Identifying Relations Between Distant Medical Concepts in Electroencephalography Reports Memory-Augmented Active Deep Learning for Identifying Relations Between Distant Medical Concepts in Electroencephalography Reports Ramon Maldonado, BS, Travis Goodwin, PhD Sanda M. Harabagiu, PhD The University

More information

Asthma Surveillance Using Social Media Data

Asthma Surveillance Using Social Media Data Asthma Surveillance Using Social Media Data Wenli Zhang 1, Sudha Ram 1, Mark Burkart 2, Max Williams 2, and Yolande Pengetnze 2 University of Arizona 1, PCCI-Parkland Center for Clinical Innovation 2 {wenlizhang,

More information

LibreHealth EHR Student Exercises

LibreHealth EHR Student Exercises LibreHealth EHR Student Exercises 1. Exercises with Test Patients created by students a. Create a new Encounter using the Bronchitis form (template) i. While your patient s chart is open, go to either

More information

Animal Disease Event Recognition and Classification

Animal Disease Event Recognition and Classification 19th World Wide Web Conference WWW-2010 26-30 April 2010: Raleigh Conference Center, Raleigh, NC, USA Animal Disease Event Recognition and Classification Svitlana Volkova, Doina Caragea, William H. Hsu,

More information

Distillation of Knowledge from the Research Literatures on Alzheimer s Dementia

Distillation of Knowledge from the Research Literatures on Alzheimer s Dementia JSCI 2017 1 Distillation of Knowledge from the Research Literatures on Alzheimer s Dementia Wutthipong Kongburan, Mark Chignell, and Jonathan H. Chan School of Information Technology King Mongkut's University

More information

A review of approaches to identifying patient phenotype cohorts using electronic health records

A review of approaches to identifying patient phenotype cohorts using electronic health records A review of approaches to identifying patient phenotype cohorts using electronic health records Shivade, Raghavan, Fosler-Lussier, Embi, Elhadad, Johnson, Lai Chaitanya Shivade JAMIA Journal Club March

More information

NEW JERSEY 2012 HOSPITAL PERFORMANCE REPORT TECHNICAL REPORT: METHODOLOGY RECOMMENDED CARE (PROCESS OF CARE) MEASURES

NEW JERSEY 2012 HOSPITAL PERFORMANCE REPORT TECHNICAL REPORT: METHODOLOGY RECOMMENDED CARE (PROCESS OF CARE) MEASURES NEW JERSEY 2012 HOSPITAL PERFORMANCE REPORT TECHNICAL REPORT: METHODOLOGY RECOMMENDED CARE (PROCESS OF CARE) MEASURES New Jersey Department of Health Health Care Quality Assessment June 2013 NEW JERSEY

More information

How preferred are preferred terms?

How preferred are preferred terms? How preferred are preferred terms? Gintare Grigonyte 1, Simon Clematide 2, Fabio Rinaldi 2 1 Computational Linguistics Group, Department of Linguistics, Stockholm University Universitetsvagen 10 C SE-106

More information

Copyright 2008 Society of Photo Optical Instrumentation Engineers. This paper was published in Proceedings of SPIE, vol. 6915, Medical Imaging 2008:

Copyright 2008 Society of Photo Optical Instrumentation Engineers. This paper was published in Proceedings of SPIE, vol. 6915, Medical Imaging 2008: Copyright 2008 Society of Photo Optical Instrumentation Engineers. This paper was published in Proceedings of SPIE, vol. 6915, Medical Imaging 2008: Computer Aided Diagnosis and is made available as an

More information

Symbolic rule-based classification of lung cancer stages from free-text pathology reports

Symbolic rule-based classification of lung cancer stages from free-text pathology reports Symbolic rule-based classification of lung cancer stages from free-text pathology reports Anthony N Nguyen, 1 Michael J Lawley, 1 David P Hansen, 1 Rayleen V Bowman, 2 Belinda E Clarke, 3 Edwina E Duhig,

More information

How can Natural Language Processing help MedDRA coding? April Andrew Winter Ph.D., Senior Life Science Specialist, Linguamatics

How can Natural Language Processing help MedDRA coding? April Andrew Winter Ph.D., Senior Life Science Specialist, Linguamatics How can Natural Language Processing help MedDRA coding? April 16 2018 Andrew Winter Ph.D., Senior Life Science Specialist, Linguamatics Summary About NLP and NLP in life sciences Uses of NLP with MedDRA

More information

Automatic Identification of Pneumonia Related Concepts on Chest x-ray Reports

Automatic Identification of Pneumonia Related Concepts on Chest x-ray Reports Automatic Identification of Pneumonia Related Concepts on Chest x-ray Reports Marcelo Fiszman MD, Wendy W. Chapman, Scott R. Evans Ph.D., Peter J. Haug MD Department of Medical Informatics, LDS Hospital,

More information

Mining Electronic Health Records to Extract Patient-Centered Outcomes Following Prostate Cancer Treatment

Mining Electronic Health Records to Extract Patient-Centered Outcomes Following Prostate Cancer Treatment Mining Electronic Health Records to Extract Patient-Centered Outcomes Following Prostate Cancer Treatment Tina Hernandez-Boussard, PhD, Panagiotis D. Kourdis, PhD, Tina Seto, MS, Michelle Ferrari, RN,

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

Automatic Identification & Classification of Surgical Margin Status from Pathology Reports Following Prostate Cancer Surgery

Automatic Identification & Classification of Surgical Margin Status from Pathology Reports Following Prostate Cancer Surgery Automatic Identification & Classification of Surgical Margin Status from Pathology Reports Following Prostate Cancer Surgery Leonard W. D Avolio MS a,b, Mark S. Litwin MD c, Selwyn O. Rogers Jr. MD, MPH

More information

Evidence Based Medicine: Articles of Diagnosis

Evidence Based Medicine: Articles of Diagnosis Evidence Based Medicine: Articles of Diagnosis Duke University School of Medicine EBM Course March 5, 2013 Jamie Fox, MD David Ming, MD Departments of Internal Medicine and Pediatrics Diagnosis Diagnostic

More information

Recommendations on Screening for High Blood Pressure in Canadian Adults 2012

Recommendations on Screening for High Blood Pressure in Canadian Adults 2012 Recommendations on Screening for High Blood Pressure in Canadian Adults 2012 Canadian Task Force on Preventive Health Care (CTFPHC) Putting Prevention into Practice Canadian Task Force on Preventive Health

More information

Semi-Automatic Construction of Thyroid Cancer Intervention Corpus from Biomedical Abstracts

Semi-Automatic Construction of Thyroid Cancer Intervention Corpus from Biomedical Abstracts jsci2016 Semi-Automatic Construction of Thyroid Cancer Intervention Corpus from Biomedical Wutthipong Kongburan, Praisan Padungweang, Worarat Krathu, Jonathan H. Chan School of Information Technology King

More information

IBM Research Report. Automated Problem List Generation from Electronic Medical Records in IBM Watson

IBM Research Report. Automated Problem List Generation from Electronic Medical Records in IBM Watson RC25496 (WAT1409-068) September 24, 2014 Computer Science IBM Research Report Automated Problem List Generation from Electronic Medical Records in IBM Watson Murthy Devarakonda, Ching-Huei Tsou IBM Research

More information

Case-based reasoning using electronic health records efficiently identifies eligible patients for clinical trials

Case-based reasoning using electronic health records efficiently identifies eligible patients for clinical trials Case-based reasoning using electronic health records efficiently identifies eligible patients for clinical trials Riccardo Miotto and Chunhua Weng Department of Biomedical Informatics Columbia University,

More information

WP9: CVD RISK IN OBESE CHILDREN AND ADOLESCENTS

WP9: CVD RISK IN OBESE CHILDREN AND ADOLESCENTS WP9: CVD RISK IN OBESE CHILDREN AND ADOLESCENTS MD-Paedigree EU Review Olivier Pauly, Siemens Healthineers Our vision: a screening approach for identifying obese children with high cardiovascular risk

More information

Annotating Temporal Relations to Determine the Onset of Psychosis Symptoms

Annotating Temporal Relations to Determine the Onset of Psychosis Symptoms Annotating Temporal Relations to Determine the Onset of Psychosis Symptoms Natalia Viani, PhD IoPPN, King s College London Introduction: clinical use-case For patients with schizophrenia, longer durations

More information

Predictive Models for Healthcare Analytics

Predictive Models for Healthcare Analytics Predictive Models for Healthcare Analytics A Case on Retrospective Clinical Study Mengling Mornin Feng mfeng@mit.edu mornin@gmail.com 1 Learning Objectives After the lecture, students should be able to:

More information

Clinical Event Detection with Hybrid Neural Architecture

Clinical Event Detection with Hybrid Neural Architecture Clinical Event Detection with Hybrid Neural Architecture Adyasha Maharana Biomedical and Health Informatics University of Washington, Seattle adyasha@uw.edu Meliha Yetisgen Biomedical and Health Informatics

More information

Automatically extracting, ranking and visually summarizing the treatments for a disease

Automatically extracting, ranking and visually summarizing the treatments for a disease Automatically extracting, ranking and visually summarizing the treatments for a disease Prakash Reddy Putta, B.Tech 1,2, John J. Dzak III, BS 1, Siddhartha R. Jonnalagadda, PhD 1 1 Division of Health and

More information

Cardiovascular and Respiratory Disorders

Cardiovascular and Respiratory Disorders Cardiovascular and Respiratory Disorders Blood Pressure Normal blood pressure is 120/80 mmhg (millimeters of mercury) Hypertension is when the resting blood pressure is too high Systolic BP is 140 mmhg

More information

Erasmus MC at CLEF ehealth 2016: Concept Recognition and Coding in French Texts

Erasmus MC at CLEF ehealth 2016: Concept Recognition and Coding in French Texts Erasmus MC at CLEF ehealth 2016: Concept Recognition and Coding in French Texts Erik M. van Mulligen, Zubair Afzal, Saber A. Akhondi, Dang Vo, and Jan A. Kors Department of Medical Informatics, Erasmus

More information

Heiner Oberkampf. DISSERTATION for the degree of Doctor of Natural Sciences (Dr. rer. nat.)

Heiner Oberkampf. DISSERTATION for the degree of Doctor of Natural Sciences (Dr. rer. nat.) INTEGRATED REPRESENTATION OF CLINICAL DATA AND MEDICAL KNOWLEDGE AN ONTOLOGY-BASED APPROACH FOR THE RADIOLOGY DOMAIN Heiner Oberkampf DISSERTATION for the degree of Doctor of Natural Sciences (Dr. rer.

More information

Delirium in the hospitalized patient

Delirium in the hospitalized patient Delirium in the hospitalized patient Jennifer A. Tarin, M.D. Department of Hospital Medicine Geriatric Health Safety Chair Colorado Permanente Medical Group UCLA Reynolds Scholar Delirium Preventing delirium

More information

SEMANTICS-BASED CALORIE CALCULATOR. A Paper Submitted to the Graduate Faculty of the North Dakota State University of Agriculture and Applied Science

SEMANTICS-BASED CALORIE CALCULATOR. A Paper Submitted to the Graduate Faculty of the North Dakota State University of Agriculture and Applied Science SEMANTICS-BASED CALORIE CALCULATOR A Paper Submitted to the Graduate Faculty of the North Dakota State University of Agriculture and Applied Science By Sravan Raghu Kumar Narra In Partial Fulfillment of

More information

Problem-Oriented Patient Record Summary: An Early Report on a Watson Application

Problem-Oriented Patient Record Summary: An Early Report on a Watson Application Problem-Oriented Patient Record Summary: An Early Report on a Watson Application Murthy Devarakonda, Dongyang Zhang, Ching-Huei Tsou, Mihaela Bornea IBM Research and Watson Group Yorktown Heights, NY Abstract

More information

Specifications Manual Update: Hospital Outpatient Quality Reporting (OQR) Program

Specifications Manual Update: Hospital Outpatient Quality Reporting (OQR) Program Specifications Manual Update: Hospital Outpatient Quality Reporting (OQR) Program Melissa Thompson, RN, BSN Specifications Manual Lead Hospital OQR Program Support Contractor January 23, 2019 Featuring:

More information

Clinician-Driven Automated Classification of Limb Fractures from Free-Text Radiology Reports

Clinician-Driven Automated Classification of Limb Fractures from Free-Text Radiology Reports Clinician-Driven Automated Classification of Limb Fractures from Free-Text Radiology Reports Amol Wagholikar 1, Guido Zuccon 1, Anthony Nguyen 1, Kevin Chu 2, Shane Martin 2, Kim Lai 2, Jaimi Greenslade

More information

Australian mortality coding: history, benefits and future directions

Australian mortality coding: history, benefits and future directions Australian mortality coding: history, benefits and future directions Maryann Wood and Tara Pritchard Introduction The Australian Bureau of Statistics (ABS), Australia s national statistical agency, processes

More information

Kalpana Raja, PhD 1, Andrew J Sauer, MD 2,3, Ravi P Garg, MSc 1, Melanie R Klerer 1, Siddhartha R Jonnalagadda, PhD 1*

Kalpana Raja, PhD 1, Andrew J Sauer, MD 2,3, Ravi P Garg, MSc 1, Melanie R Klerer 1, Siddhartha R Jonnalagadda, PhD 1* A Hybrid Citation Retrieval Algorithm for Evidence-based Clinical Knowledge Summarization: Combining Concept Extraction, Vector Similarity and Query Expansion for High Precision Kalpana Raja, PhD 1, Andrew

More information

Lessons Extracting Diseases from Discharge Summaries

Lessons Extracting Diseases from Discharge Summaries Lessons Extracting Diseases from Discharge Summaries William Long, PhD CSAIL, Massachusetts Institute of Technology, Cambridge, MA, USA Abstract We developed a program to extract diseases and procedures

More information

Warfarin Help Documentation

Warfarin Help Documentation Warfarin Help Documentation Table Of Contents Warfarin Management... 1 iii Warfarin Management Warfarin Management The Warfarin Management module is a powerful tool for monitoring INR results and advising

More information

Boundary identification of events in clinical named entity recognition

Boundary identification of events in clinical named entity recognition Boundary identification of events in clinical named entity recognition Azad Dehghan School of Computer Science The University of Manchester Manchester, UK a.dehghan@cs.man.ac.uk Abstract The problem of

More information

SAGE. Nick Beard Vice President, IDX Systems Corp.

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

More information

Semantic Structure of the Indian Sign Language

Semantic Structure of the Indian Sign Language Semantic Structure of the Indian Sign Language Purushottam Kar and Achla M. Raina Indian Institute of Technology Kanpur 6 January 2008 Overview Indian Sign Language An Introduction Sociolinguistic and

More information

Classification of Smoking Status: The Case of Turkey

Classification of Smoking Status: The Case of Turkey Classification of Smoking Status: The Case of Turkey Zeynep D. U. Durmuşoğlu Department of Industrial Engineering Gaziantep University Gaziantep, Turkey unutmaz@gantep.edu.tr Pınar Kocabey Çiftçi Department

More information

Not all NLP is Created Equal:

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

More information

Clinical terms and ICD 11

Clinical terms and ICD 11 Clinical terms and ICD 11 Family of Classifications Robert Jakob, WHO Detail of health information -> Classification Reality (individual detail) Free Text (medical information) Terminologies / ICD-11 URI

More information

History Form for Exceptional Home-Based Care

History Form for Exceptional Home-Based Care Patient Name: ; Birth date: / / ; Date: / / Person filling out form: ; Relationship: Thank you for taking the time to fill out this valuable information. This allows us to provide the best care possible

More information

arxiv: v1 [stat.ml] 23 Jan 2017

arxiv: v1 [stat.ml] 23 Jan 2017 Learning what to look in chest X-rays with a recurrent visual attention model arxiv:1701.06452v1 [stat.ml] 23 Jan 2017 Petros-Pavlos Ypsilantis Department of Biomedical Engineering King s College London

More information

A Corpus of Clinical Narratives Annotated with Temporal Information

A Corpus of Clinical Narratives Annotated with Temporal Information A Corpus of Clinical Narratives Annotated with Temporal Information Lucian Galescu Nate Blaylock Florida Institute for Human and Machine Cognition (IHMC) Pensacola, Florida, USA {lgalescu, blaylock}@ihmc.us

More information

Evaluating E&M Coding Accuracy of GoCode as Compared to Internal Medicine Physicians and Auditors

Evaluating E&M Coding Accuracy of GoCode as Compared to Internal Medicine Physicians and Auditors Evaluating E&M Coding Accuracy of GoCode as Compared to Internal Medicine Physicians and Auditors Evaluating E&M Coding Accuracy of GoCode as Compared to Internal Medicine Physicians and Auditors by Rhonda

More information

DeepASL: Enabling Ubiquitous and Non-Intrusive Word and Sentence-Level Sign Language Translation

DeepASL: Enabling Ubiquitous and Non-Intrusive Word and Sentence-Level Sign Language Translation DeepASL: Enabling Ubiquitous and Non-Intrusive Word and Sentence-Level Sign Language Translation Biyi Fang Michigan State University ACM SenSys 17 Nov 6 th, 2017 Biyi Fang (MSU) Jillian Co (MSU) Mi Zhang

More information

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

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

More information

WikiWarsDE: A German Corpus of Narratives Annotated with Temporal Expressions

WikiWarsDE: A German Corpus of Narratives Annotated with Temporal Expressions WikiWarsDE: A German Corpus of Narratives Annotated with Temporal Expressions Jannik Strötgen, Michael Gertz Institute of Computer Science, Heidelberg University Im Neuenheimer Feld 348, 69120 Heidelberg,

More information

Introduction to Epidemiology Screening for diseases

Introduction to Epidemiology Screening for diseases Faculty of Medicine Introduction to Community Medicine Course (31505201) Unit 4 Epidemiology Introduction to Epidemiology Screening for diseases By Hatim Jaber MD MPH JBCM PhD 15 +17-11- 2016 1 Introduction

More information

Guide to Use of SimulConsult s Phenome Software

Guide to Use of SimulConsult s Phenome Software Guide to Use of SimulConsult s Phenome Software Page 1 of 52 Table of contents Welcome!... 4 Introduction to a few SimulConsult conventions... 5 Colors and their meaning... 5 Contextual links... 5 Contextual

More information

Schema-Driven Relationship Extraction from Unstructured Text

Schema-Driven Relationship Extraction from Unstructured Text Wright State University CORE Scholar Kno.e.sis Publications The Ohio Center of Excellence in Knowledge- Enabled Computing (Kno.e.sis) 2007 Schema-Driven Relationship Extraction from Unstructured Text Cartic

More information

Running Head: AUTOMATED SCORING OF CONSTRUCTED RESPONSE ITEMS. Contract grant sponsor: National Science Foundation; Contract grant number:

Running Head: AUTOMATED SCORING OF CONSTRUCTED RESPONSE ITEMS. Contract grant sponsor: National Science Foundation; Contract grant number: Running Head: AUTOMATED SCORING OF CONSTRUCTED RESPONSE ITEMS Rutstein, D. W., Niekrasz, J., & Snow, E. (2016, April). Automated scoring of constructed response items measuring computational thinking.

More information

A Predictive Chronological Model of Multiple Clinical Observations T R A V I S G O O D W I N A N D S A N D A M. H A R A B A G I U

A Predictive Chronological Model of Multiple Clinical Observations T R A V I S G O O D W I N A N D S A N D A M. H A R A B A G I U A Predictive Chronological Model of Multiple Clinical Observations T R A V I S G O O D W I N A N D S A N D A M. H A R A B A G I U T H E U N I V E R S I T Y O F T E X A S A T D A L L A S H U M A N L A N

More information

Cardiac Risk Prediction Analysis Using Spark Python (PySpark)

Cardiac Risk Prediction Analysis Using Spark Python (PySpark) Cardiac Prediction Analysis Using Spark Python (PySpark) G.Tirupati, Prof. K.Venkata Rao Abstract-Cardiovascular disease is the acute disorder in the world today. Disease control and early diagnosis of

More information

Diagnosis of Seasonal and Pandemic Influenza. Objectives. Influenza Infections 11/7/2014

Diagnosis of Seasonal and Pandemic Influenza. Objectives. Influenza Infections 11/7/2014 Diagnosis of Seasonal and Pandemic Influenza Michael Klepser, Pharm.D., FCCP Professor Ferris State University College of Pharmacy Objectives Given a patient case, be able to identify signs and symptoms

More information

Sensitivity, Specificity, and Relatives

Sensitivity, Specificity, and Relatives Sensitivity, Specificity, and Relatives Brani Vidakovic ISyE 6421/ BMED 6700 Vidakovic, B. Se Sp and Relatives January 17, 2017 1 / 26 Overview Today: Vidakovic, B. Se Sp and Relatives January 17, 2017

More information

Clinical Quality Measure (CQM) Reporting In PCC EHR. Tim Proctor Users Conference 2017

Clinical Quality Measure (CQM) Reporting In PCC EHR. Tim Proctor Users Conference 2017 Clinical Quality Measure (CQM) Reporting In PCC EHR Tim Proctor (tim@pcc.com) Users Conference 2017 Agenda Uses for CQM Reporting A review of each CQM report How they are calculated Required configuration

More information

Quality Data on Core Measures

Quality Data on Core Measures Quality Data on Core Measures The Centers for Medicare and Medicaid (CMS) have developed several measurements to reflect the quality of care in hospitals. They include pneumonia, surgical care, heart failure

More information

BMC Medical Informatics and Decision Making 2006, 6:30

BMC Medical Informatics and Decision Making 2006, 6:30 BMC Medical Informatics and Decision Making This Provisional PDF corresponds to the article as it appeared upon acceptance. Copyedited and fully formatted PDF and full text (HTML) versions will be made

More information

Improved Intelligent Classification Technique Based On Support Vector Machines

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

More information

Building Evaluation Scales for NLP using Item Response Theory

Building Evaluation Scales for NLP using Item Response Theory Building Evaluation Scales for NLP using Item Response Theory John Lalor CICS, UMass Amherst Joint work with Hao Wu (BC) and Hong Yu (UMMS) Motivation Evaluation metrics for NLP have been mostly unchanged

More information

BlueBayCT - Warfarin User Guide

BlueBayCT - Warfarin User Guide BlueBayCT - Warfarin User Guide December 2012 Help Desk 0845 5211241 Contents Getting Started... 1 Before you start... 1 About this guide... 1 Conventions... 1 Notes... 1 Warfarin Management... 2 New INR/Warfarin

More information

SemEval-2015 Task 14: Analysis of Clinical Text

SemEval-2015 Task 14: Analysis of Clinical Text SemEval-2015 Task 14: Analysis of Clinical Text Noémie Elhadad, Sameer Pradhan, Sharon Lipsky Gorman, Suresh Manandhar, Wendy Chapman, Guergana Savova Columbia University, USA Boston Children s Hospital,

More information

Leveraging Expert Knowledge to Improve Machine-Learned Decision Support Systems

Leveraging Expert Knowledge to Improve Machine-Learned Decision Support Systems Leveraging Expert Knowledge to Improve Machine-Learned Decision Support Systems Finn Kuusisto, MS 1 ; Inês Dutra, PhD 2 ; Mai Elezaby, MD 1 ; Eneida Mendonça, MD, PhD 1 ; Jude Shavlik, PhD 1 ; Elizabeth

More information

Drug side effect extraction from clinical narratives of psychiatry and psychology patients

Drug side effect extraction from clinical narratives of psychiatry and psychology patients Drug side effect extraction from clinical narratives of psychiatry and psychology patients Sunghwan Sohn, 1 Jean-Pierre A Kocher, 1 Christopher G Chute, 1 Guergana K Savova 2 < Additional appendices are

More information

An Expert System for Pneumococcal Prognosis

An Expert System for Pneumococcal Prognosis VOL 2 (2018) NO 3-2 e-issn : 2549-9904 ISSN : 2549-9610 INTERNATIONAL JOURNAL ON INFORMATICS VISUALIZATION An Expert System for Pneumococcal Prognosis Nurnadzirah Othman #, Nureize Arbaiy #, Hamijah Mohd

More information

Wikipedia-Based Automatic Diagnosis Prediction in Clinical Decision Support Systems

Wikipedia-Based Automatic Diagnosis Prediction in Clinical Decision Support Systems Wikipedia-Based Automatic Diagnosis Prediction in Clinical Decision Support Systems Danchen Zhang 1, Daqing He 1, Sanqiang Zhao 1, Lei Li 1 School of Information Sciences, University of Pittsburgh, USA

More information

From Population Health to Precision Health. William J, Kassler, MD, MPH Deputy Chief Health Officer March 28, 2017

From Population Health to Precision Health. William J, Kassler, MD, MPH Deputy Chief Health Officer March 28, 2017 From Population Health to Precision Health William J, Kassler, MD, MPH Deputy Chief Health Officer March 28, 2017 2 The current health system faces serious challenges. 3 A New Era of Personalized Healthcare

More information