Domain Specific Multi-stage Query Language for Medical Document Repositories

Size: px
Start display at page:

Download "Domain Specific Multi-stage Query Language for Medical Document Repositories"

Transcription

1 Domain Specific Multi-stage Query Language for Medical Document Repositories S. Bhalla Model Driven Querying 9/23/2013 VLDB Phd Workshop

2 Specialized Domains Introduction Biomedical, agriculture, medical/healthcare Require Effective search and query mechanisms Insufficient Search-engine like Key-words based searches Medical domain Complex Example, Query Information about general AIDS information medical search tool, such as PubMed Result 1000s of documents Different aspects of AIDS are displayed Such as, treatment, drug therapy, transmission, diagnosis, and history Medical professionals Specific technical articles (particular topic ) General public General information (disease or medicine). How to retrieve medical query related information 9/23/2013 VLDB Phd Workshop

3 Medical Information Introduction (1) Knowledge Evolved over 10s of years Contains Well defined terms and processes Available on the Web Patient Specific Information Knowledge-based Information Web Documents Medical Literature Patient-encounter Recordings 9/23/2013 VLDB Phd Workshop

4 Introduction (2) Complexity Knowledge-based Resources Heterogeneous End-user groups Patients, researchers, doctors and other experts Variation Information Requirements Patient-treatment, self -diagnosis, general health information Structure Medical Documents Scientific papers, encyclopedias and other literature Unique, well-defined 9/23/2013 VLDB Phd Workshop

5 Introduction (3): Specialized Documents Case of medical encyclopedias Comprehensive medical guide Patients and clinicians Authoritative source NLM (National Library of Medicine) Paper based resources Electronic format Frequently referred Medical domain users Example, MedlinePlus, WebMD, ADAMS, Merriam-Webster Medical Dictionary 9/23/2013 VLDB Phd Workshop

6 Introduction (4): Why Query External knowledge base Clinicians Evidence based medicine During different stages of point-of-care Assessment plan of treatment Patient diagnosis Improve Quality of Care Authoritative information required Self Diagnosis During Early appearance of symptoms Personal Knowledge Patients and their relatives 9/23/2013 VLDB Phd Workshop

7 The Hierarchical Structure The Underlying Structure Topic of the Document Subtopics Miscellaneous/Related Content Subtopic 1 Subtopic 2 Subtopic n Content topic 1 Content topic 2 Content topic n Content Content Content Content Content Content Flow of Contents Organized as stages of point-of-care 9/23/2013 VLDB Phd Workshop

8 Introduction (5): The End Users Variable a. Demographical Characteristics b. Tasks/Purpose c. Computer/Domain Expertise Practitioners and Researchers Well-versed Domain knowledge and terminologies Require Precise, complete, accurate and timely results Patients and their relatives NOT Well-versed Domain knowledge and terminologies Require General information Healthcare Workers Specialized Researchers Patients, their relatives 9/23/2013 VLDB Phd Workshop

9 The Medical Queries Evidence-based Queries Intent: Diagnostic Raised by: Clinicians/Experts Target resources: Online Medical Repositories (e.g. medical encyclopedia) Example: Cases where helicobacter bacteria causes peptic ulcer Hypothesis-directed Queries Intent: Non-diagnostic Raised by: Novice users/patients Target resources: Online Medical Repositories (e.g. medical encyclopedia) Example: Treatment in case of high fever and dizziness 9/23/2013 VLDB Phd Workshop

10 The Query Flows Occurrence Evidence-based and hypothesis-directed queries Represent Stages of information seeking Comprise Varying levels of query complexity /23/2013 VLDB Phd Workshop

11 The Research Gap Healthcare Expert Paper-based resources Help Needed Query: Find chances of "Cancer Risk" in patients showing symptom "Sleep Deprivation" and have been exposed to "Radiation" (but not "Environmental Toxins" and does not have "Genetic Disorder"). Results Large in number, irrelevant Failure Keyword search, domain-specific search tools Require Precise and easy-to-use database style query methods Key steps: 1. Schema understandable by users 2. Identify Resources to query 3. Identify Granularity of results 9/23/2013 VLDB Phd Workshop

12 Bridging the Gap Aim: Effective Online Medical Information Transform Document Repository User-Level Schema Enable High-level Query Language Target Audience Skilled and semi-skilled users Utilize Query capabilities of a database query language Assist Domain Experts Using Query language Facilitate In-depth Queries Granular Results 9/23/2013 VLDB Phd Workshop

13 Resource Querying the New Way Results returned - Lack specificity - Long list of full documents - Trustworthiness of resources unknown User-level Schema Resource Search Method High-level Query language Query Method Results returned - Specific, granular - Segments of documents query criteria - Trustworthy/Authoritative sources only Medical Expert Traditional Method Proposed Method 9/23/2013 VLDB Phd Workshop Medical Expert

14 Proposed Approach 9/23/2013 VLDB Phd Workshop

15 Key Features User-Level Schema Universal, concept-level schema Attributes Understandable Domain experts and novice users Query-able Granular results Multi-stage Query Language Map multi-stage diagnostic process Step-by-step Query Flow Interactive Querying View Results Add concept Continuous query refinement Supported Queries Simple, Medium, Complex, Recursive 9/23/2013 VLDB Phd Workshop

16 Outline Two-step framework Offline Process Create User-level schema Online Process Enable Multi-stage Query Language Offline Process Use Web segmentation algorithm, Domain concepts Result Automatic creation of a User-level schema Online Process Enable Multi-stage Query Language Use User-level schema Results Granular, segment-level, context-based 9/23/2013 VLDB Phd Workshop

17 The Method Two-step Framework 9/23/2013 VLDB Phd Workshop

18 Data Model 9/23/2013 VLDB Phd Workshop

19 Data Model Tree Structured Repository H1 f1 f2 Example: MedlinePlus Medical Encyclopedia 9/23/2013 VLDB Phd Workshop

20 Data Model (1) 9/23/2013 VLDB Phd Workshop

21 Data Model (2):The Schema Attributes Diagnostic concepts/terms Understandable by expert and novice users Do not change frequently 9/23/2013 VLDB Phd Workshop

22 Data Model (3): A XML Document Document corresponding to Aarskog Syndrome Title Causes Symptoms Treatment Example: MedlinePlus Medical Encyclopedia 9/23/2013 VLDB Phd Workshop

23 Data Model (4): Query Effort Query: Find if "Oxygen therapy" work for the treatment of "Chronic Respiratory Failure" and symptoms are "Lethargy" OR "Shortness of breath. Not Possible Easy-to-Use Result segment Advanced search: MedlinePlus Proposed Method SELECT attribute = Disease_name WHERE Attribute Disease_name = Chronic Respiratory Failure AND Attribute Treatment = Oxygen therapy AND Attribute Symptoms = Lethargy OR Attribute Symptoms = Shortness of breath Context of user-query 9/23/2013 VLDB Phd Workshop

24 Data Model (5): Granular Results Each result is a segment, combination of Concept/context in query Item of concern (content enclosed in a segment) Context Queried Attributes/Segments Granular Query Results 9/23/2013 VLDB Phd Workshop

25 An Example Query: Find other symptoms where chronic kidney failure is caused by anemia Queried segment Symptoms Segments in Query Causes = anemia and Disease_name = Chronic kidney failure Result Segment Symptoms Context disease_name = chronic kidney failure & causes = anemia (SYMPTOM - segment) 9/23/2013 VLDB Phd Workshop

26 Next Step Multi-stage Query Language 9/23/2013 VLDB Phd Workshop

27 Proposed Query Language (1) XQBE Medical document repositories Create queries Drag and drop interface Query : Find cases where a person is inflicted with peptic ulcer due to helicobacter pylon bacteria Attributes understandable by end users 1. Case = disease_name Value =?? 2. Due to = Causes Value = helicobacter pylon bacteria 3. Inflicted with = Symptoms Value = peptic ulcer Query Effort Minimal learning curve Computer-expertise not required 9/23/2013 VLDB Phd Workshop

28 Proposed Query Language (2) Multi-stage Query-by-Concept Concept Query-able attribute Topic, sub-topic, medical concept Query Effort Dynamic selection of attributes No computer expertise Query Process An Example: Cases where fever is caused due to infliction of Pneumonia and Tuberculosis 9/23/2013 VLDB Phd Workshop

29 Another Example Query: Find cases where 3 clinical concepts ( cough, no sore-throat, and had no sterol injection ) occur in context of symptoms occur along with a concept having sub-key (i.e. non sterol injection at the left side ) Possible XQBE on Specialized Medical Repositories Possible Multi-stage Query-by-concept Query Language 9/23/2013 VLDB Phd Workshop

30 Data Sets Evaluation Plan MedlinePlus document repository Health topics (900+), encyclopedia (4000+), drugs (12000+) Set of Queries 50 test queries (multi-staged) Using diseases and medication etc. Quantitative Studies Evaluation Metrics Accuracy of segment extraction (schema creation) Precision and Recall Reduction in search space Qualitative Studies Usability Studies Actual End-users Query Performance 9/23/2013 VLDB Phd Workshop

31 Initial Achievements HTML XML as per proposed model XQuery on XML Integration with XQBE Query by concept Enumeration using paper and pencil 9/23/2013 VLDB Phd Workshop

32 Challenges Scalability Similarly structured repositories List Query operations needed Implementation Above query operations Query Language User Interface 9/23/2013 VLDB Phd Workshop

33 Related Work Domain-specific Information Retrieval Similarity and popularity based models Insufficient for domain experts Information granulation needs to be considered in huge document repositories Form-based Query Interfaces Easy-to-use Limited access to the database Complex queries large number of forms Varying medical concepts large number of fields in forms Beyond single page web search results Provide granular results for user s search Return segments from multiple or related web documents as results High-level Graphical Query Languages Easy-to-use and understand Little or no programming effort required by the user Common languages QBE, XQBE 9/23/2013 VLDB Phd Workshop

34 Summary and Conclusions Proposed Multi-stage Query Language 1. Aim Effective online medical resources 2. Key feature User-Level Schema 3. Facilitates Granular/Context-based Results 4. Support Healthcare Experts 5. Minimize Learning curve for novice users 6. Reduce Dependency on general-purpose search engines Provide Web user level activity no or little programming effort Healthcare experts 9/23/2013 VLDB Phd Workshop

35 References (1) [1] D. Braga, A. Campi, and S. Ceri. Xqbe (xquery by example): A visual interface to the standard xml query language. ACM Trans. Database Syst., 30(2): , June [2] D. Cai, S. Yu, J.-R. Wen, and W.-Y. Ma. Extracting content structure for web pages based on visual representation. In Proceedings of the 5th APWeb, pages Springer-Verlag, [3] M.-A. Cartright, R. W. White, and E. Horvitz. Intentions and attention in exploratory health search. In Proceedings of the 34th Intl. ACM SIGIR conference, pages 65 74, New York, NY, USA, 2011.ACM. [4] S. Cohen, Y. Kanza, Y. Kogan, W. Nutt, Y. Sagiv, and A. Serebrenik. Equix-a search and query language for xml. Journal of the American Society for Information Science and Technology, 53:2002, [5] S. M. Freire, E. Sundvall, D. Karlsson, and P. Lambrix. Performance of XML Databases for Epidemiological Queries in Archetype-Based EHRs. In Proceedings Scandinavian Conference on Health Informatics 2012, volume 70 of Linkping Electronic Conference Proceedings, pages Linkping University Electronic Press, [6] M. Gschwandtner, M. Kritz, and C. Boyer. Requirements of the health professional research. In Technical Report D Khresmoi Project, [7] A. Hanbury. Medical information retrieval, an instance of domain. In SIGIR'12. ACM, August [8] S. Hunt, J. J. Cimino, and D. E. Koziol. A comparison of clinicians s access to online knowledge resources using two types of information retrieval applications in an academic hospital setting. J Med Libr Assoc, 101(1):26 31, [9] [10] M. Jayapandian and H. V. Jagadish. Automating the design and construction of query forms. ICDE, page 125, [11] F. Li and H. V. Jagadish. Usability, databases, and hci. IEEE Data Eng. Bull., 35(3):37 45, [12] [13] A. Marian and W. Wang. Flexible querying of personal information. IEEE Data Eng. Bull., 32(2):20 27, [14] [15] [16] Choice-OpenEHR-persistence-layer S ?qid=208adbca-fc26-4ada-bf02-7efe5a9e5661&trk=group_most_recent_rich-0-b-ttl&goback=%2Egmr_144276, /23/2013 VLDB Phd Workshop

36 References (2) [17] [18] S. A. Rahman, S. Bhalla, and T. Hashimoto. Query-by-object interface for information requirement elicitation in m-commerce. Int. J. Hum. Comput. Interaction, 20(2): , [19] X. Y. Raymond, Y. Lau, D. Song, X. Li, and J. Ma. Toward a semantic granularity model for domain-specific information retrieval. ACM Trans. On Information Systems., 29(3), July [20] S. Sachdeva and S. Bhalla. Implementing high-level query language interfaces for archetype-based electronic health records database. In COMAD, [21] [22] R. Varadarajan, V. Hristidis, and T. Li. Beyond single-page web search results. IEEE Transactions on Knowledge and Data Engineering, 20(3): , [23] A. Yasir, M. Kumara Swamy, P. Krishna Reddy, and S. Bhalla. Enhanced query-by-object approach for information requirement elicitation in large databases. In Big Data Analytics, volume 7678 of Lecture Notes in Computer Science, pages Springer, /23/2013 VLDB Phd Workshop

37 Questions 9/23/2013 VLDB Phd Workshop

Domain Specific Multi stage Query Language for Medical Document Repositories

Domain Specific Multi stage Query Language for Medical Document Repositories Domain Specific Multi stage Language for Medical Document Repositories ABSTRACT Aastha Madaan Database Systems Laboratory University of Aizu, Aizu Wakamatsu Fukushima, Japan 965 8580 d8131102@u aizu.ac.jp

More information

Relational Database Query Languages for Instances of Medical Information Repositories. Aastha Madaan

Relational Database Query Languages for Instances of Medical Information Repositories. Aastha Madaan Relational Database Query Languages for Instances of Medical Information Repositories Aastha Madaan DISSERTATION SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR DEGREE OF DOCTOR OF PHILOSOPHY

More information

ScienceDirect. Exporting data from an openehr repository to standard formats

ScienceDirect. Exporting data from an openehr repository to standard formats Available online at www.sciencedirect.com ScienceDirect Procedia Technology 16 (2014 ) 1391 1396 CENTERIS 2014 - Conference on ENTERprise Information Systems / ProjMAN 2014 - International Conference on

More information

Data Quality for Semantic Interoperable Electronic Health Records

Data Quality for Semantic Interoperable Electronic Health Records Data Quality for Semantic Interoperable Electronic Health Records Shivani Batra & Shelly Sachdeva Jaypee Institute of Information Technology University, Sector-128, Noida, India Workshop on Quality in

More information

SEMANTIC SUPPORT FOR MEDICAL IMAGE SEARCH AND RETRIEVAL

SEMANTIC SUPPORT FOR MEDICAL IMAGE SEARCH AND RETRIEVAL SEMANTIC SUPPORT FOR MEDICAL IMAGE SEARCH AND RETRIEVAL Wang Wei, Payam M. Barnaghi School of Computer Science and Information Technology The University of Nottingham Malaysia Campus {Kcy3ww, payam.barnaghi}@nottingham.edu.my

More information

Khresmoi Towards improved medical information access. Allan Hanbury Vienna University of Technology, Austria

Khresmoi Towards improved medical information access. Allan Hanbury Vienna University of Technology, Austria Khresmoi Towards improved medical information access Allan Hanbury Vienna University of Technology, Austria Health information search today Knowledge is produced increasingly quickly Medical literature

More information

A Knowledge-Based Approach to Organizing Retrieved Documents

A Knowledge-Based Approach to Organizing Retrieved Documents A Knowledge-Based Approach to Organizing Retrieved Documents Wanda Pratt Information & Computer Science University of California, Irvine Irvine, CA 92697-3425 pratt@ics.uci.edu From: AAAI-99 Proceedings.

More information

Powering Knowledge Discovery. Insights from big data with Linguamatics I2E

Powering Knowledge Discovery. Insights from big data with Linguamatics I2E Powering Knowledge Discovery Insights from big data with Linguamatics I2E Gain actionable insights from unstructured data The world now generates an overwhelming amount of data, most of it written in natural

More information

Clinical Decision Support

Clinical Decision Support Clinical Decision Support W. Ed Hammond, Ph.D. Director, Duke Center for Health Informatics Clinical Decision Support Clinical decision support (CDS) systems apply information technology to address, in

More information

User Profiling for Semantic Browsing in Medical Digital Libraries

User Profiling for Semantic Browsing in Medical Digital Libraries User Profiling for Semantic Browsing in Medical Digital Libraries Patty Kostkova 1,, Gayo Diallo 1 and Gawesh Jawaheer 1 1 City ehalth Research Centre, City University, Northampton Square, London, EC1V

More information

EBSCO Publishing Health Library Editorial Policy

EBSCO Publishing Health Library Editorial Policy EBSCO Publishing Health Library Editorial Policy Introduction EBSCO Publishing is a leader in publishing health and medical information on the Internet. While we make every effort to ensure that our content

More information

CTSI Module 8 Workshop Introduction to Biomedical Informatics, Part V

CTSI Module 8 Workshop Introduction to Biomedical Informatics, Part V CTSI Module 8 Workshop Introduction to Biomedical Informatics, Part V Practical Tools: Data Processing & Analysis William Hsu, PhD Assistant Professor Medical Imaging Informatics Group Dept of Radiological

More information

EBP. Accessing the Biomedical Literature for the Best Evidence

EBP. Accessing the Biomedical Literature for the Best Evidence Accessing the Biomedical Literature for the Best Evidence Structuring the search for information and evidence Basic search resources Starting the search EBP Lab / Practice: Simple searches Using PubMed

More information

FIGURE 1. The updated PubMed format displays the Features bar as file tabs. A default Review limit is applied to all searches of PubMed. Select Englis

FIGURE 1. The updated PubMed format displays the Features bar as file tabs. A default Review limit is applied to all searches of PubMed. Select Englis CONCISE NEW TOOLS AND REVIEW FEATURES OF FOR PUBMED CLINICIANS Clinicians Guide to New Tools and Features of PubMed DENISE M. DUPRAS, MD, PHD, AND JON O. EBBERT, MD, MSC Practicing clinicians need to have

More information

January 16, Re: Request for Comment: Data Access and Data Sharing Policy. Dear Dr. Selby:

January 16, Re: Request for Comment: Data Access and Data Sharing Policy. Dear Dr. Selby: Dr. Joe V. Selby, MD, MPH Executive Director Patient-Centered Outcomes Research Institute 1828 L Street, NW, Suite 900 Washington, DC 20036 Submitted electronically at: http://www.pcori.org/webform/data-access-and-data-sharing-policypublic-comment

More information

Welcome to the Louis Calder Memorial Library NW 10 Ave., Miami, FL 33136

Welcome to the Louis Calder Memorial Library NW 10 Ave., Miami, FL 33136 Welcome to the Louis Calder Memorial Library 1601 NW 10 Ave., Miami, FL 33136 Calder Library Website http://calder.med.miami.edu Forms Quick links: e-books e-db s e-journals Resource Guides usearch Featured

More information

Workshop 2. > Interoperability <

Workshop 2. > Interoperability < Workshop 2 21 / 08 / 2011 > Interoperability < Heiko Zimmermann R&D Engineer, AHI CR Santec Heiko.Zimmermann@tudor.lu Interoperability definition Picture from NCI-Wiki (https://wiki.nci.nih.gov) 2 Interoperability

More information

ICTR UW Institute of Clinical and Translational Research. i2b2 User Guide. Version 1.0 Updated 9/11/2017

ICTR UW Institute of Clinical and Translational Research. i2b2 User Guide. Version 1.0 Updated 9/11/2017 ICTR UW Institute of Clinical and Translational Research i2b2 User Guide Version 1.0 Updated 9/11/2017 Table of Contents Background/Search Criteria... 2 Accessing i2b2... 3 Navigating the Workbench...

More information

Searching PubMed. Enter your concepts into the search box and click Search. Your results are displayed below the search box.

Searching PubMed. Enter your concepts into the search box and click Search. Your results are displayed below the search box. Searching PubMed UCL Library Services, Gower St., London WC1E 6BT 020 7679 7700 E-mail: library@ucl.ac.uk http://www.ucl.ac.uk/library/ 1. What is PubMed? http://www.pubmed.gov PubMed is a free interface

More information

MedlinePlus: Power Searching for Hidden Treasures

MedlinePlus: Power Searching for Hidden Treasures MedlinePlus: Power Searching for Hidden Treasures An Infopeople Webinar Presented by Kelli Ham, MLIS August 21, 2014 Today s Objectives ParAcipants will: See a spectrum of quesaons that can be answered

More information

The Knowledge Network. Point of Care Resources.

The Knowledge Network. Point of Care Resources. The Knowledge Network Point of Care Resources http://www.knowledge.scot.nhs.uk Contents Introduction...3 What is Point of Care?...3 Databases...4 DynaMed...5 Nursing Reference Center (NRC)...8 Rehab Reference

More information

Some useful resources. Data-mining

Some useful resources. Data-mining Some useful resources Data-mining Data Mining? Yeah, I could use a nap What We ll Discuss Why search Who should do it Sources National Library of Medicine Includes the NLM Gateway, PubMed, ClinicalTrials.gov,

More information

SNOMED Clinical Terms

SNOMED Clinical Terms Representing clinical information using SNOMED Clinical Terms with different structural information models KR-MED 2008 - Phoenix David Markwell Laura Sato The Clinical Information Consultancy Ltd NHS Connecting

More information

Semantic Annotation and Linking of Medical Educational Resources

Semantic Annotation and Linking of Medical Educational Resources 5 th European IFMBE MBEC, Budapest, September 14-18, 2011 Semantic Annotation and Linking of Medical Educational Resources N. Dovrolis 1, T. Stefanut 2, S. Dietze 3, H.Q. Yu 3, C. Valentine 3 & E. Kaldoudi

More information

Interoperability and Semantics in Use- Application of UML, XMI and MDA to Precision Medicine and Cancer Research

Interoperability and Semantics in Use- Application of UML, XMI and MDA to Precision Medicine and Cancer Research Interoperability and Semantics in Use- Application of UML, XMI and MDA to Precision Medicine and Cancer Research Ian Fore, D.Phil. Associate Director, Biorepository and Pathology Informatics Senior Program

More information

Health Information Exchange Content Model Architecture Building Block HISO

Health Information Exchange Content Model Architecture Building Block HISO Health Information Exchange Content Model Architecture Building Block HISO 10040.2 To be used in conjunction with HISO 10040.0 Health Information Exchange Overview and Glossary HISO 10040.1 Health Information

More information

Meaningful Use and the 3M Healthcare Data Dictionary

Meaningful Use and the 3M Healthcare Data Dictionary Meaningful Use and the 3M Healthcare Data Dictionary Now, a few years into the HITECH Act, healthcare organizations and providers are discovering that EHRs and standard terminologies may not fully meet

More information

The IEEE Metadata Standard for Supporting Big Data Management

The IEEE Metadata Standard for Supporting Big Data Management The IEEE Metadata Standard for Supporting Big Data Management Alex MH Kuo 1,2 (Ph.D) 1 School of Health Information Science University of Victoria, BC, Canada. 2 CEDAR, School of Medicine University of

More information

OTA 210 Research Guide

OTA 210 Research Guide OTA 210 Research Guide Table of Contents Overview... 1 Finding Articles... 1 Searching the American Journal of Occupational Therapy in Nursing Resource Center... 4 Recommended Databases... 6 Need help?

More information

The basics of searching biomedical databases. Francesca Frati, MLIS. Learning Outcomes. At the end of this workshop you will:

The basics of searching biomedical databases. Francesca Frati, MLIS. Learning Outcomes. At the end of this workshop you will: The basics of searching biomedical databases Francesca Frati, MLIS Learning Outcomes At the end of this workshop you will: Be better able to formulate a clear search question Become more familiar with

More information

... user-friendly explanations for HL7, SNOMED, DICOM, XML, BDT

... user-friendly explanations for HL7, SNOMED, DICOM, XML, BDT ... user-friendly explanations for HL7, SNOMED, DICOM, XML, BDT HL 7 (Health Level 7) The quality of modern software can be measured by its ability to integrate with other systems. For this reason, an

More information

Introduction to The Cochrane Library

Introduction to The Cochrane Library Introduction to The Cochrane Library What is The Cochrane Library? A collection of databases that include high quality, independent, reliable evidence from Cochrane and other systematic reviews, clinical

More information

Towards a Semantic Interoperability Environment

Towards a Semantic Interoperability Environment Towards a Semantic Interoperability Environment Isela Macía GE Global Research Rio de Janeiro, Brazil bertran@ge.com Abstract The variety of Electronic Health Records (EHRs) makes interoperability a global

More information

Top-k Keyword Search Over Graphs Based On Backward Search

Top-k Keyword Search Over Graphs Based On Backward Search Top-k Keyword Search Over Graphs Based On Backward Search Jia-Hui Zeng, Jiu-Ming Huang, Shu-Qiang Yang 1College of Computer National University of Defense Technology, Changsha, China 2College of Computer

More information

mhealth and Integreation of Promise

mhealth and Integreation of Promise mhealth and Integreation of Promise Hal Wolf October 31, 2013 1 Where will Innovation land in an Evidence Based world? mhealth By Any Other Name 'When I use a word,' Humpty Dumpty said in rather a scornful

More information

Searching for Medical Literature

Searching for Medical Literature Searching for Medical Literature Grace A. Ajuwon, MLS, Ph.D E. Latunde Odeku Medical Library, College of Medicine, University of Ibadan University of Ibadan Medical Education Partnership Initiative Junior

More information

DATA WAREHOUSING APPLICATIONS IN AYURVEDA THERAPY

DATA WAREHOUSING APPLICATIONS IN AYURVEDA THERAPY DATA WAREHOUSING APPLICATIONS IN AYURVEDA THERAPY Prof. Deepa Nyayadhish Asst. Professor, V.K.K.Menon College, Mumbai Dr. Pramod Deo Asst. Professor, S.B.E.S. College, Aurangabad ABSTRACT Availability

More information

Maximizing the Value of STM Content through Semantic Enrichment. Frank Stumpf December 1, 2009

Maximizing the Value of STM Content through Semantic Enrichment. Frank Stumpf December 1, 2009 Maximizing the Value of STM Content through Semantic Enrichment Frank Stumpf December 1, 2009 What is Semantics and Semantic Processing? Content Knowledge Framework Technology Framework Search Text Images

More information

The MovingLife Project

The MovingLife Project The MovingLife Project MObile ehealth for the VINdication of Global LIFEstyle change and disease management solutions Stakeholders Conference The MovingLife Roadmaps Brussels 18 April 2013 Alessio Gugliotta

More information

Graphical Methods for Reducing, Visualizing and Analyzing Large Data Sets Using Hierarchical Terminologies

Graphical Methods for Reducing, Visualizing and Analyzing Large Data Sets Using Hierarchical Terminologies Graphical Methods for Reducing, Visualizing and Analyzing Large Data Sets Using Hierarchical Terminologies Xia Jing, MB, PhD 1, James J. Cimino, MD 1, 2 1 National Library of Medicine, 2 Clinical Center,

More information

Implementing a Document Standard: Perspectives on Adoption, Interoperability, and Utilization

Implementing a Document Standard: Perspectives on Adoption, Interoperability, and Utilization Implementing a Document Standard: Perspectives on Adoption, Interoperability, and Utilization Health Level 7 Clinical Document Architecture: What is it? Who is using it? Why in ehealth? Scottish Health

More information

Ontology and Hyper Graph Based Dashboards in Data Warehousing Systems

Ontology and Hyper Graph Based Dashboards in Data Warehousing Systems Ontology and Hyper Graph Based Dashboards in Data Warehousing Systems Gitanjali.J #1, C Ranichandra #2, Meera Kuriakose #3, Revathi Kuruba #4 # School of Information Technology and Engineering, VIT University

More information

Evidence-Based Resources in Behavioral Health

Evidence-Based Resources in Behavioral Health Evidence-Based Resources in Behavioral Health Native American Behavioral Health Conference Washington, D.C. July 26, 2018 Diane Cooper National Institutes of Health Audience Survey Thank you! Objectives

More information

Document Retrieval using Predication Similarity

Document Retrieval using Predication Similarity Document Retrieval using Predication Similarity Kalpa Gunaratna 1 Kno.e.sis Center, Wright State University, Dayton, OH 45435 USA kalpa@knoesis.org Abstract. Document retrieval has been an important research

More information

CAS 757/ ehealth 757. Modern So/ware Technology for ehealth Week 1 1

CAS 757/ ehealth 757. Modern So/ware Technology for ehealth Week 1 1 CAS 757/ ehealth 757 Modern So2ware Technology for ehealth An Overview Course Instructor: Reza Samavi, PhD, PEng Reza.samavi@utoronto.ca Jan. 8, 2014 Reza Samavi Modern So/ware Technology for ehealth Week

More information

Prognosis of Lung Cancer Using Data Mining Techniques

Prognosis of Lung Cancer Using Data Mining Techniques Prognosis of Lung Cancer Using Data Mining Techniques 1 C. Saranya, M.Phil, Research Scholar, Dr.M.G.R.Chockalingam Arts College, Arni 2 K. R. Dillirani, Associate Professor, Department of Computer Science,

More information

Guide to Using Consumer Health Complete

Guide to Using Consumer Health Complete A guide to finding information in Roberts-LaForge Library Guide to Using Consumer Health Complete What is Consumer Health Complete? Consumer Health Complete is a full text EBSCOhost database which provides

More information

EBM Review Pocket PC and Desktop version

EBM Review Pocket PC and Desktop version EBM Review Pocket PC and Desktop version By Dr. Christine Hubert and Claude Hubert Introduction EBM Guidelines is a very extensive collection of guidelines used for primary care having the purpose of summarizing

More information

EuroRec Functional Statements Repository. EHR-QTN Workshop Vilnius, January 26, 2011 Dr. Jos Devlies, Belgium

EuroRec Functional Statements Repository. EHR-QTN Workshop Vilnius, January 26, 2011 Dr. Jos Devlies, Belgium EuroRec Functional Statements Repository EHR-QTN Workshop Vilnius, January 26, 2011 Dr. Jos Devlies, Belgium Health IT has a great potential To increase efficiency of care by Reducing useless and duplicated

More information

Symmetrically Exploiting XML

Symmetrically Exploiting XML Symmetrically Exploiting XML Shuohao Zhang and Curtis Dyreson School of E.E. and Computer Science Washington State University Pullman, Washington, USA The 15 th International World Wide Web Conference

More information

Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license.

Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license. Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license. Johns Hopkins University. Welcome to Quality Improvement: Data Quality Improvement.

More information

Aggregating Educational Data for Patient Empowerment

Aggregating Educational Data for Patient Empowerment Nick Portokallidis, George Drosatos, Eleni Kaldoudi School of Medicine, Democritus University of Thrace 6 th Panhellenic Conference on Biomedical Technology Athens, Greece, 6-8 May 2015 This work was supported

More information

Kikori-KS: An Effective and Efficient Keyword Search System for Digital Libraries in XML

Kikori-KS: An Effective and Efficient Keyword Search System for Digital Libraries in XML Kikori-KS An Effective and Efficient Keyword Search System for Digital Libraries in XML Toshiyuki Shimizu 1, Norimasa Terada 2, and Masatoshi Yoshikawa 1 1 Graduate School of Informatics, Kyoto University

More information

A TEXT MINER ANALYSIS TO COMPARE INTERNET AND MEDLINE INFORMATION ABOUT ALLERGY MEDICATIONS Chakib Battioui, University of Louisville, Louisville, KY

A TEXT MINER ANALYSIS TO COMPARE INTERNET AND MEDLINE INFORMATION ABOUT ALLERGY MEDICATIONS Chakib Battioui, University of Louisville, Louisville, KY Paper # DM08 A TEXT MINER ANALYSIS TO COMPARE INTERNET AND MEDLINE INFORMATION ABOUT ALLERGY MEDICATIONS Chakib Battioui, University of Louisville, Louisville, KY ABSTRACT Recently, the internet has become

More information

Information Services & Systems. The Cochrane Library. An introductory guide. Sarah Lawson Information Specialist (NHS Support)

Information Services & Systems. The Cochrane Library. An introductory guide. Sarah Lawson Information Specialist (NHS Support) Information Services & Systems The Cochrane Library An introductory guide Sarah Lawson Information Specialist (NHS Support) sarah.lawson@kcl.ac.uk April 2010 Contents 1. Coverage... 3 2. Planning your

More information

A Semantic Multi-Field Clinical Search for Patient Medical Records

A Semantic Multi-Field Clinical Search for Patient Medical Records BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 18, No 1 Sofia 2018 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.2478/cait-2018-0014 A Semantic Multi-Field Clinical

More information

Design A Database Schema For A Hospital

Design A Database Schema For A Hospital Design A Database Schema For A Hospital Information System Databases for Clinical Information Systems are difficult to design and implement, but how to query the data and use it for healthcare (documentation,

More information

Searching the Cochrane Library

Searching the Cochrane Library Searching the Cochrane Library To book your place on the course contact the library team: www.epsom-sthelier.nhs.uk/lis E: hirsonlibrary@esth.nhs.uk T: 020 8296 2430 Learning objectives At the end of this

More information

EVIDENCE SEARCHING IN EBM. By: Masoud Mohammadi

EVIDENCE SEARCHING IN EBM. By: Masoud Mohammadi EVIDENCE SEARCHING IN EBM By: Masoud Mohammadi Steps in EBM Auditing the outcome Defining the question or problem Applying the results Searching for the evidence Critically appraising the literature Clinical

More information

Quality Data Model (QDM)

Quality Data Model (QDM) Quality Data Model (QDM) Overview Document National Quality Forum 4/20/2011 QUALITY DATA MODEL (QDM): OVERVIEW TABLE OF CONTENTS Quality Data Model (QDM): Overview... 2 National Quality Forum: Overview

More information

Representing clinical information using SNOMED Clinical Terms with different structural information models

Representing clinical information using SNOMED Clinical Terms with different structural information models Representing clinical information using SNOMED Clinical Terms with different structural information models David Markwell, MB, BS [a], Laura Sato MSc [b], Edward Cheetham MB ChB [c] a) The Clinical Information

More information

& ealthcare. The dawn of 5G technology is here. Are you prepared for change?

& ealthcare. The dawn of 5G technology is here. Are you prepared for change? & ealthcare The dawn of 5G technology is here Are you prepared for change? Healthcare is poised to experience significant benefits from Unleash the full potential for your business 5G, the fifth generation

More information

Keywords Data alignment, Data annotation, Web database, Search Result Record

Keywords Data alignment, Data annotation, Web database, Search Result Record Volume 5, Issue 8, August 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Annotating Web

More information

Computer-Based Protocols systems in Healthcare. Aim of Computer-Based Protocol

Computer-Based Protocols systems in Healthcare. Aim of Computer-Based Protocol Computer-Based Protocols systems in Healthcare Chapter 13 Aim of Computer-Based Protocol The goal of a computer-based protocol system is to provide a set of tools that allow a clinician to access up-todate

More information

Renae Barger, Executive Director NN/LM Middle Atlantic Region

Renae Barger, Executive Director NN/LM Middle Atlantic Region Renae Barger, Executive Director NN/LM Middle Atlantic Region rbarger@pitt.edu http://nnlm.gov/mar/ DANJ Meeting, November 4, 2011 Advanced PubMed (20 min) General Information PubMed Citation Types Automatic

More information

Procedia Computer Science

Procedia Computer Science Procedia Computer Science 3 (2011) 584 588 Procedia Computer Science 00 (2010) 000 000 Procedia Computer Science www.elsevier.com/locate/procedia www.elsevier.com/locate/procedia WCIT 2010 Diagnosing internal

More information

Guide to Ebooks and Digital Resources

Guide to Ebooks and Digital Resources Guide to Ebooks and Digital Resources ACM Library owns various books in digital (electronic) format. Most are accessible online from off-campus. Some can be downloaded to a laptop, tablet or other device

More information

An Adaptive Virtual-Reality User-Interface for Patient Access to the Personal Electronic Medical Record

An Adaptive Virtual-Reality User-Interface for Patient Access to the Personal Electronic Medical Record An Adaptive Virtual-Reality User-Interface for Patient Access to the Personal Electronic Medical Record Steffen Märkle, Kai Köchy, René Tschirley, Heinz U. Lemke Technical University of Berlin FG Computer

More information

USABILITY IN HEALTHCARE IT: DATA COLLECTION AND ANALYSIS APPROACHES

USABILITY IN HEALTHCARE IT: DATA COLLECTION AND ANALYSIS APPROACHES USABILITY IN HEALTHCARE IT: DATA COLLECTION AND ANALYSIS APPROACHES Andre Kushniruk, PhD, School of Health Information Science, University of Victoria Usability in Healthcare IT Usability -Measures of

More information

From Integration to Interoperability: The Role of Public Health Systems in the Emerging World of Health Information Exchange

From Integration to Interoperability: The Role of Public Health Systems in the Emerging World of Health Information Exchange From Integration to Interoperability: The Role of Public Health Systems in the Emerging World of Health Information Exchange Noam H. Arzt, PhD American Public Health Association Annual Meeting Session

More information

Maintaining a Catalog of Manually-Indexed, Clinically-Oriented World Wide Web Content

Maintaining a Catalog of Manually-Indexed, Clinically-Oriented World Wide Web Content Maintaining a Catalog of Manually-Indexed, Clinically-Oriented World Wide Web Content William Hersh, M.D., Andrea Ball, M.L.S., Bikram Day, M.S., Mary Masterson, M.P.H., Li Zhang, M.S., Lynetta Sacherek,

More information

7/7/2014. Effective Literature Searching: the steps. Searching the Literature: Concepts, Resources & Searching Skills

7/7/2014. Effective Literature Searching: the steps. Searching the Literature: Concepts, Resources & Searching Skills Searching the Literature: Concepts, Resources & Searching Skills Victoria G. Riese, MLIS, AHIP Welch Medical Library vgoode@jhmi.edu 410-502-7570 July 21, 2014 1 Agenda The Steps to Searching Why Controlled

More information

Getting the best research literature for your search.

Getting the best research literature for your search. Getting the best research literature for your search. Blessing Mawire ITOCA Information Training and Outreach Centre for Africa South Africa Contents: Levels of literacy. How to formulate a search strategy.

More information

Executive Summary for deliverable D6.1: Definition of the PFS services (requirements, initial design)

Executive Summary for deliverable D6.1: Definition of the PFS services (requirements, initial design) Electronic Health Records for Clinical Research Executive Summary for deliverable D6.1: Definition of the PFS services (requirements, initial design) Project acronym: EHR4CR Project full title: Electronic

More information

mhealth & integrated care

mhealth & integrated care mhealth & integrated care 2nd Shiraz International mhealth Congress February 22th, 23th 2017, Shiraz - Iran Nick Guldemond Associate Professor Integrated Care & Technology Roadmap 1 Healthcare paradigm

More information

The Cochrane Library - Full Guide

The Cochrane Library - Full Guide The Cochrane Library - Full Guide What is the Cochrane Library? The Cochrane Library is the most authoritative and up to date source of evidence based information and can help clinicians make decisions

More information

RESEARCH ANALYTICS From Web of Science to InCites. September 20 th, 2010 Marta Plebani

RESEARCH ANALYTICS From Web of Science to InCites. September 20 th, 2010 Marta Plebani RESEARCH ANALYTICS From Web of Science to InCites September 20 th, 2010 Marta Plebani marta.plebani@thomsonreuters.com Web Of Science: main purposes Find high-impact articles and conference proceedings.

More information

Achieving interoperability between Arden- Syntax-based clinical decision support and openehr-based data systems

Achieving interoperability between Arden- Syntax-based clinical decision support and openehr-based data systems Achieving interoperability between Arden- Syntax-based clinical decision support and openehr-based data systems Martin SPINETH a,b, Andrea RAPPELSBERGER c and Klaus-Peter ADLASSNIG b,c 1 a University of

More information

Calder Library Resident Orientation

Calder Library Resident Orientation University of Miami Scholarly Repository Faculty Research, Publications, and Presentations Department of Health Informatics 1-1-2015 Calder Library Resident Orientation Carmen Bou-Crick University of Miami

More information

Practical Considerations for Exploiting the World Wide Web to Create Infobuttons

Practical Considerations for Exploiting the World Wide Web to Create Infobuttons Practical Considerations for Exploiting the World Wide Web to Create Infobuttons James J. Cimino a, Jianhua Li a, Mureen Allen a, Leanne M. Currie b, Mark Graham a, Viktoria Janetzki a Nam-Ju Lee b, Suzanne

More information

Adaptive Medical Information Delivery Combining User, Task and Situation Models

Adaptive Medical Information Delivery Combining User, Task and Situation Models Adaptive Medical Information Delivery Combining User, Task and Situation s Luis Francisco-Revilla and Frank M. Shipman III Department of Computer Science Texas A&M University College Station, TX 77843-3112,

More information

Information Resources for Psychology and Psychiatry

Information Resources for Psychology and Psychiatry University of Miami Scholarly Repository Faculty Research, Publications, and Presentations Department of Health Informatics 8-27-2015 Information Resources for Psychology and Psychiatry Carmen Bou-Crick

More information

Table of Contents. Page 1 of 51

Table of Contents. Page 1 of 51 Table of Contents Introduction/Background/Search Criteria...2 Accessing i2b2.3 Navigating the Workbench..14 Resize the Workspace 17 Constructing and Running a Query.18 Selecting Query Criteria. 18 Building

More information

AI Application and Development in ehealth Field. MIN Dong

AI Application and Development in ehealth Field. MIN Dong AI Application and Development in ehealth Field MIN Dong What s e-health? Defined by WHO ehealth is the cost-effective and secure use of information and communications technologies(icts) in support of

More information

Current use of Patient Generated Health Data and mhealth Technology to Track Post- Surgical Wounds

Current use of Patient Generated Health Data and mhealth Technology to Track Post- Surgical Wounds Current use of Patient Generated Health Data and mhealth Technology to Track Post- Surgical Wounds Joe Sharma, MD, FACS, FACE Associate Professor of Surgery Chief Quality Officer Emory University School

More information

Semantic interoperability, e-health and Australian health statistics

Semantic interoperability, e-health and Australian health statistics Semantic interoperability, e-health and Australian health statistics Sally Goodenough Abstract E-health implementation in Australia will depend upon interoperable computer systems to share information

More information

Privacy Protection in Personalized Web Search with User Profile

Privacy Protection in Personalized Web Search with User Profile Privacy Protection in Personalized Web Search with User Profile Prateek C. Shukla 1,Tekchand D. Patil 2, Yogeshwar J. Shirsath 3,Dnyaneshwar N. Rasal 4 1,2,3,4, (I.T. Dept.,B.V.C.O.E.&R.I. Anjaneri,university.Pune,

More information

Human Computer Interaction in Health Informatics: From Laboratory Usability Testing to Televaluation of Web-based Information Systems

Human Computer Interaction in Health Informatics: From Laboratory Usability Testing to Televaluation of Web-based Information Systems Human Computer Interaction in Health Informatics: From Laboratory Usability Testing to Televaluation of Web-based Information Systems André W. Kushniruk, Ph.D. Arts Information Technology Program York

More information

i2b2 User Guide University of Minnesota Clinical and Translational Science Institute

i2b2 User Guide University of Minnesota Clinical and Translational Science Institute Clinical and Translational Science Institute i2b2 User Guide i2b2 is a tool for discovering research cohorts using existing, de-identified, clinical data This guide is provided by the Office of Biomedical

More information

Enabler for Interdisciplinary ehealthcare: A qualitative study

Enabler for Interdisciplinary ehealthcare: A qualitative study Enabler for Interdisciplinary ehealthcare: A qualitative study Presented by Dan Yu Co-authors: Simon Poon, Vivienne Tran, Mary Lam, Monique Hines, Melissa Brunner, Emma Power, Tim Shaw And Leanne Togher

More information

Revolutionary mobile health technology

Revolutionary mobile health technology Start Up 5 elucid Dr Farid Khan Revolutionary mobile health technology elucid mhealth Ltd is a registered UK company number 08719563 The Founders Mr. Graham Howieson CEO > 22 patents and has commercialised

More information

Developing A Semantic Web-based Framework for Executing the Clinical Quality Language Using FHIR

Developing A Semantic Web-based Framework for Executing the Clinical Quality Language Using FHIR Developing A Semantic Web-based Framework for Executing the Clinical Quality Language Using FHIR Guoqian Jiang 1, Eric Prud Hommeax 2, and Harold R. Solbrig 1 1 Mayo Clinic, Rochester, MN, 55905, USA 2

More information

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS 1 WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS BRUCE CROFT NSF Center for Intelligent Information Retrieval, Computer Science Department, University of Massachusetts,

More information

8/3/2017. Contour Assessment for Quality Assurance and Data Mining. Objective. Outline. Tom Purdie, PhD, MCCPM

8/3/2017. Contour Assessment for Quality Assurance and Data Mining. Objective. Outline. Tom Purdie, PhD, MCCPM Contour Assessment for Quality Assurance and Data Mining Tom Purdie, PhD, MCCPM Objective Understand the state-of-the-art in contour assessment for quality assurance including data mining-based techniques

More information

For more information about how to cite these materials visit

For more information about how to cite these materials visit Author(s): Mark MacEachern, MLIS, 2011 License: Unless otherwise noted, this material is made available under the terms of the Creative Commons Attribution Noncommercial Share Alike 3.0 License: http://creativecommons.org/licenses/by-nc-sa/3.0/

More information

A Distributed Decisive Support Disease Prediction Algorithm for E-Health Care with the Support of JADE

A Distributed Decisive Support Disease Prediction Algorithm for E-Health Care with the Support of JADE International Journal of Computational Engineering Research Vol, 03 Issue, 4 A Distributed Decisive Support Disease Prediction Algorithm for E-Health Care with the Support of JADE O.Saravanan 1, Dr.A.Nagappan

More information

Successes and Failures in Telehealth 2017

Successes and Failures in Telehealth 2017 LOGO Mobile health (m-health) for chronic management: a review of the literature By: Sharareh R. Niakan Kalhori October 31, 2017 List of Content: Aim of Study Material and Methods Conclusion Authors 1

More information

Web Security Vulnerabilities: Challenges and Solutions

Web Security Vulnerabilities: Challenges and Solutions Web Security Vulnerabilities: Challenges and Solutions A Tutorial Proposal for ACM SAC 2018 by Dr. Hossain Shahriar Department of Information Technology Kennesaw State University Kennesaw, GA 30144, USA

More information

MedGIFT projects in medical imaging. Henning Müller

MedGIFT projects in medical imaging. Henning Müller MedGIFT projects in medical imaging Henning Müller Where we are 2 Who I am Medical informatics studies in Heidelberg, Germany (1992-1997) Exchange with Daimler Benz research, USA PhD in image processing,

More information

Study ON Remote Medical Monitoring System Based ON MSP430 AND CC2530

Study ON Remote Medical Monitoring System Based ON MSP430 AND CC2530 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) Study ON Remote Medical Monitoring System Based ON MSP430 AND CC2530 SONG Aijuan, SI Guangyuan, GU Qiongchan

More information