Events Calendar

Mon
Tue
Wed
Thu
Fri
Sat
Sun
M
T
W
T
F
S
S
2
3
5
6
7
8
11
12
13
14
15
16
17
18
19
20
21
22
24
25
26
27
28
30
1
2
3
4
5
The 10th Annual Traumatic Brain Injury Conference
2020-06-01 - 2020-06-02    
All Day
Arrowhead Publishers is pleased to announce its 10th Annual Traumatic Brain Injury Conference will be coming back to Washington, DC on June 1-2, 2020. This conference brings [...]
5th World Congress On Public Health, Epidemiology & Nutrition
2020-06-01 - 2020-06-02    
All Day
We invite all the participants across the world to attend the “5th World Congress on Public Health, Epidemiology & Nutrition” during June 01-02, 2020; Sydney, [...]
Global Conference On Clinical Anesthesiology And Surgery
2020-06-04 - 2020-06-05    
All Day
Miami is an International city at Florida's southeastern tip. Its Cuban influence is reflected in the cafes and cigar shops that line Calle Ocho in [...]
5th International Conferences On Clinical And Counseling Psychology
2020-06-09 - 2020-06-10    
All Day
Conferenceseries LLC Ltd and its subsidiaries including iMedPub Ltd and Conference Series Organise 3000+ Conferences across USA, Europe & Asia with support from 1000 more scientific societies and Publishes 700+ Open [...]
50th International Conference On Nursing And Healthcare
2020-06-10 - 2020-06-11    
All Day
Conference short name: Nursing Conferences 2020 Full name : 50th International conference on Nursing and Healthcare Date : June 10-11, 2020 Place : Frankfurt, Germany [...]
Connected Claims USA Virtual
The insurance industry is built to help people when they are in need, and only the claims organization makes that possible. Now, the world faces [...]
Federles Master Tutorial On Abdominal Imaging
2020-06-29 - 2020-07-01    
All Day
The course is designed to provide the tools for participants to enhance abdominal imaging interpretation skills utilizing the latest imaging technologies. Time: 1:00 pm - [...]
IASTEM - 864th International Conference On Medical, Biological And Pharmaceutical Sciences ICMBPS
2020-07-01 - 2020-07-02    
All Day
IASTEM - 864th International Conference on Medical, Biological and Pharmaceutical Sciences ICMBPS will be held on 3rd - 4th July, 2020 at Hamburg, Germany . [...]
International Conference On Medical & Health Science
2020-07-02 - 2020-07-03    
All Day
ICMHS is being organized by Researchfora. The aim of the conference is to provide the platform for Students, Doctors, Researchers and Academicians to share the [...]
Mental Health, Addiction, And Legal Aspects Of End-Of-Life Care CME Cruise
2020-07-03 - 2020-07-10    
All Day
Mental Health, Addiction Medicine, and Legal Aspects of End-of-Life Care CME Cruise Conference. 7-Night Cruise to Alaska from Seattle, Washington on Celebrity Cruises Celebrity Solstice. [...]
ISER- 843rd International Conference On Science, Health And Medicine ICSHM
2020-07-03 - 2020-07-04    
All Day
ISER- 843rd International Conference on Science, Health and Medicine (ICSHM) is a prestigious event organized with a motivation to provide an excellent international platform for the academicians, [...]
04 Jul
2020-07-04    
12:00 am
ICRAMMHS is to bring together innovative academics and industrial experts in the field of Medical, Medicine and Health Sciences to a common forum. All the [...]
Events on 2020-06-04
Events on 2020-06-10
Events on 2020-06-23
Connected Claims USA Virtual
23 Jun 20
London
Events on 2020-06-29
Events on 2020-07-02
Articles

Nov 26: How will current EHR adoption, use affect future research?

ehr adoption

Research from the United Kingdom provides a glimpse into the challenges following the widespread adoption of EHR systems and capturing of patient data electronically. “The present use of EHR databases requires programing expertise and understanding of the nuances of the coding systems. Queries may take hours or even days to run, and once obtained the only way most researchers can view the results is to scroll through hundreds of records in tabular form,” the authors write

The research team of Tate et al. developed an online user-focused system called TrialViz to improve the searchability of patient data stored in the Clinical Practice Research Datalink (CPRD) database, which includes anonymized primary care patient records for 5.5 million registered patients. In particular, the researchers identified four key challenges.
The first challenge was the difficulty surrounding the ability to abstract meaningful data from the massive amount of data stored in the CPRD database. “One of the main challenges of working with UK GP data is the number and complexity of the queries that need to be carried out in order to sift out relevant information from the mass of (mainly irrelevant) data,” note Tate et al. “There may be thousands of records for each patient, and there may be numerous codes for each disease or type of symptom representing essentially the same thing.”
Another major challenge is the process time involved in running queries. For data to be explored in an interactive and robust manner, results of queries should be returned in real or near real time. Most SQL-based systems that exist at present are not capable in general of doing this. SQL is known to be erratic when working with large datasets, that is, if the parser decides to execute a query in an inefficient manner, large data volumes tend to exacerbate the delinquent behavior, resulting in query execution time of several hours or days rather than expected seconds.
The third challenge dealt with data quality — that is, assurances that data are of sufficient quality to support reliable searches. “In any application based on data, it is very important to ensure that the data are of high quality. For example, it is unethical to enroll patients into an experiment in which poor quality data collection could lead to invalid results. Poor quality data lead to poor searches with low efficiency for screening visits,” add the authors.
The fourth and final challenge centered on the end user and making the process of querying patient information approachable for users of various degrees of technical expertise. “An inherent part of any software application development is a strong user involvement at all stages of the development cycle, from the conception of requirements specification, through the prototype testing to the usability evaluation,” observes Tate et al.
The research team has provided a series of solutions for mitigating these challenges:
• In terms of data abstraction, it developed a web portal that gives users interactive access to the entire CPRD database and visualized search results to improve the legibility and usability of data.
• To speed the processing times for queries, Tate et al. relied on the efficiency afforded by solid state drives (SSDs) as well as the use of a three-database infrastructure: one for the user interface, another for storing cached results, and the third containing all the CPRD patient data.
• The researchers highlighted the importance of the UK National Health Service quality outcomes framework in improving the recording of measures across the nation.
• Lastly, a robust program for evaluating users was used to assess the needs of end users.