Abstract

The widespread adoption of commercial electronic health records (EHRs) presents a significant challenge to the field of informatics. In their current form, EHRs function as a walled garden and prevent the integration of outside tools and services. This impedes the widespread adoption and diffusion of research interventions into the clinic. In most institutions, EHRs are supported by clinical operations staff who are largely separate from their informatics counterparts. This relationship needs to change. Research informatics and clinical operations need to work more closely on the implementation and configuration of EHRs to ensure that they are used to collect high-quality data for research and improvement at the point of care. At the same time, the informatics community needs to lobby commercial EHR vendors to open their systems and design new architectures that allow for the integration of external applications and services.

A changing landscape

The field of informatics faces two fundamental, but related challenges. First, the widespread adoption of commercial EHR systems presents a barrier to researchers and investigators seeking to deploy or integrate new tools and interventions into clinical practice. Second, despite their challenges, EHRs will remain the primary method of collecting/generating clinical data—yet there is little to no input from the informatics community into their configuration, implementation, and support. For the field of informatics to remain relevant, successful tools and interventions that are developed for research need to be put into general clinical practice and integrated into the clinical workflow. This is one of the primary goals of the Patient-Centered Outcomes Research Institute (PCORI),1 which was established to provide information to patients and clinicians on what treatments are most effective, and to more quickly push research findings into clinical practice. On the genomics front, the electronic MEdical Records and GEnomics (eMERGE) Network is looking to incorporate genome-wide association study results into clinical practice.2 Unfortunately, these aims are in conflict with the actual landscape of health information technology today.

As part of the American Recovery and Reinvestment Act (ARRA), the federal government allocated billions of dollars to speed up the adoption of electronic health records (EHRs).3 And while there are over 750 certified EHR vendors,4 just six control over half the market.5 Some 127 million people, over 40% of the USA population, are estimated to have an EHR in the systems of a single vendor—Epic.6 In pediatrics, of the 12 institutions on the US News and World Report's Best Children's Hospitals 2012–13 Honor Roll,7 10 of the 12 are customers of either Epic or Cerner. The adoption of EHRs was supposed to provide a single view of the patient's record, bringing together data from previously siloed systems. In accomplishing this task, however, EHRs have evolved into a walled garden, forcing all interactions to be within the system and making the integration of outside data or tools all but impossible.

Challenges moving research into operations

To illustrate this point, my development team recently worked with a group that was looking to create a system for monitoring immunosuppressant medication adherence in patients with a kidney transplant.8 As inputs, the system took the SD of previous immunosuppressant laboratory values, self-reported medication adherence information collected via a web-based system, and medication adherence as reported by pill bottles that track when they are opened and closed.9 These data were combined into an adherence score and presented in a report, along with the patient's risk stratification and recommended course of action. The total budget for the entire project, which was supported by an institutional grant, was US$100 000. As long as it was stand-alone, creating a similar system for other transplant types or to spread it to other institutions required minimal effort. Integrating such a tool into the EHR, however, proved to be almost impossible. There was no way to recreate the dynamic, self-reported survey tool or import the results, the EHR was not capable of computing SDs for the laboratory values, and it lacked functionality for integrating the adherence data. In the end, most of the decision support and risk stratification was jettisoned, leaving only the calculation of the adherence score, which had to be manually entered into the EHR.

As another example, my development team is halfway through a federal grant where we are working in collaboration with ImproveCareNow,10 a network of 36 centers focused on pediatric inflammatory bowel disease (IBD) that is aiming to build an ‘EHR-linked’ registry. Data are collected in discrete fields within the EHR during the clinic visit, extracted, and then uploaded into the registry. They could then be used for research, quality improvement, and clinical purposes such as pre-visit planning, population management, and patient engagement. An EHR-linked registry would achieve the long-cherished clinician goal of ‘data in once,’ that is, data initially collected for clinical care and then reused for other purposes. The ImproveCareNow network is a particularly good candidate for such a project as their registry data are the same elements that should be collected as part of model IBD care.

When we started the project, we approached the various EHR vendors represented in the network to ask them about creating and supporting a form that could be used by all of their customers. Aside from Epic, which quickly agreed to participate, the other EHR vendors have been very slow to respond. As a result, all of the non-Epic centers are likely to have to build and support their own data collection forms and create their own custom extracts, which poses a barrier to adoption. Since few institutions have EHR staff dedicated to handling research requests, this project must compete for priority against initiatives like the ICD-10 conversion and Phase 1 of Meaningful Use or the implementation of the EHR itself. Once we do have the attention of the EHR staff, we must ensure that the form is built so that it: (a) easily integrates into the clinical workflow (something frequently ignored by researchers); (b) can be completed quickly; (c) can, once completed, be pulled into a progress note or referral letter (also overlooked); and (d) has elements that are easily queried/extracted. If criteria a, b, and c are not met, then the clinicians will not use the form. If criterion d is unsatisfied, the enterprise reporting team will have trouble generating an extract. With EHRs, the easiest method of data collection is to typically create a text-based template where a clinician can fill in certain keywords. This leads most clinicians to believe they are capturing data discretely, but unless a significant amount of effort is undertaken to tag those keywords with a unique identifier, the result is stored as a blob of text. Other data collection methods may store data discretely, but do not integrate into the clinical workflow. The design of EHRs should be such that making the ‘right’ choice in terms of designing data collection forms is the easy choice.

Getting data into the health record is only half the challenge. After the forms are created, we face a second set of issues in transferring the data back out. In this project, we have taken the decidedly low-tech approach of having each center work with their enterprise reporting team to generate a report, which will then be uploaded to the registry. Two of the more sophisticated approaches to this problem, data transfer using the Health Level 7 (HL7) Continuity of Care Document (CCD)11 or the Integrating the Healthcare Enterprise (IHE) Retrieve Form for Data Capture (RFD) protocol,12 while appealing, are not suitable for our purposes. With the HL7 CCD, none of the condition-specific variables needed by ImproveCareNow are included in the specification. With RFD, an emerging standard that allows clinical trial forms to be embedded in the EHR and pre-populated with certain data, the data in the form are sent to a remote server. No data are retained in the EHR, however, which is a significant drawback when the data needed for research are also utilized for clinical care. In the end, far too much effort is spent working around the limitations of the EHR instead of developing better tools and interventions.

We need a different model

For EHRs to be truly useful and not just an electronic version of a paper chart, their design must change. It must be easier to create data collection forms and other interfaces that are easily integrated into the clinical workflow yet are tied to underlying data elements that are common across the vendor's system. Customers should be able to author these forms, but there should be a mechanism that allows them to be vendor supported through system extensions and upgrades. At the same time, it needs to be easier to extract information from EHRs through common application programming interfaces (APIs). We need alternatives to the current approaches of a database query or an HL7 feed. In addition to making data sharing easier, this would also allow innovation in areas like safety monitoring and decision support, which require real-time access to production EHR data. While it may take some time, the winning EHR design of the future will be one that adopts a robust data model with a loosely coupled service-oriented architecture. This would allow easier access to the underlying data and an interface for the use of external services such as quality reporting and decision support. While the ideal case would be to have all EHRs utilize a common reference model with a corresponding set of end-user APIs, that is an unlikely prospect. A more realistic and obtainable solution would be to have all of the EHR vendors publish their APIs (and create them if they do not already exist). Having standardization across vendor APIs for a given functional area (demographics or medication orders, for instance) would be optimal, but one could certainly imagine the emergence of a secondary market that would provide such standardized overlays to achieve the same result.

Having a published set of APIs is the first step towards the establishment of an ecosystem of external services and applications. Given the current environment, it is unrealistic to expect a completely wide-open marketplace like that of Android. A more step-wise solution would be to establish a set of design patterns and an approval process for developers to deploy their tools (ie, the Apple approach). To some degree, this is the concept behind the Substitutable Medical Apps, reusable technologies (SMArt) project,13 although unlike the current version of SMArt, the ability to write data would be required. There are definite limitations to the Apple model, but even so, it would be a drastic improvement over what we have today. In this landscape, the vendor's revenue stream would come from de-identified comparative effectiveness research or other analysis of their patient population. If vendors also adopted the Apple philosophy toward external applications, they could establish a secondary revenue stream through licensing fees. Without outside pressure from the marketplace, from patients, and from clinicians, however, vendors have no incentive or motivation to change. Perhaps AMIA should convene a working group to liaise between the informatics community, the general public, and commercial EHR vendors, providing a forum for a more open and transparent dialogue. Barring such a development, innovation in medical informatics will occur at the speed of the vendor's upgrade cycle.

While the informatics community needs to push for change in the design of EHRs, at the same time it needs to become more involved in their configuration and implementation. For years, the relationship between clinical operations and research at most institutions ranged anywhere from non-existent to hostile, to, in the best cases, something close to benign neglect. The implementation of enterprise-wide EHRs has now caused these worlds to come crashing together. It is time for research and operations to become more integrated. The operational staff who are charged with implementing the EHR have the most control over the design and configuration of the final build. They are the ones who know the capabilities of the system and are the ones making recommendations on how to electronically capture the outputs of a clinical workflow. If we are to ever achieve the vision of a learning health system,14 where learning occurs with every patient encounter, we need to ensure that the clinical information systems are configured to allow this learning. Otherwise, we should not be surprised when EHR data turn out to be less than optimal for quality improvement and research. We must leverage the vast numbers of staff who are tasked with maintaining the institutional EHR. Expectations must be set that their role is not only to support clinical care, but also quality improvement and research. In a learning health system, all three occur in every single encounter and cannot be separated. The clinical informatics community has much to contribute here, particularly in the areas of clinical decision support, care process redesign, and workflow analysis/optimization. In the same way that other faculty and staff run laboratories and/or see patients, we should embrace (and reward) this service role. By leveraging our expertise in clinical terminology representation, structured data capture, interface design, etc, we can drive towards a more successful implementation and utilization of existing commercial EHRs. This type of collaboration is messy and requires a tremendous amount of effort at times, but given a world where government funding appears increasingly threatened, is likely to be the key to survival.

Funding

This manuscript references work that was funded in part by R01HS20024 from the Agency of Healthcare Research and Quality and an internal grant award from the Cincinnati Children's Hospital Medical Center.

Competing interests

None.

Provenance and peer review

Not commissioned; externally peer reviewed.

Correction notice

This article has been corrected since it was published Online First. It has been made unlocked.

Open Access

This is an Open Access article distributed in accordance with the Creative Commons Attribution Non Commercial (CC BY-NC 3.0) license, which permits others to distribute, remix, adapt, build upon this work non-commercially, and license their derivative works on different terms, provided the original work is properly cited and the use is non-commercial. See: http://creativecommons.org/licenses/by-nc/3.0/

References

1

Selby
JV
Beal
AC
Frank
L
.
The Patient-Centered Outcomes Research Institute (PCORI) national priorities for research and initial research agenda
.
JAMA
2012
;
307
:
1583
4
.

2

McCarty
CA
Chisholm
RL
Chute
CG
et al. .
The eMERGE Network: a consortium of biorepositories linked to electronic medical records data for conducting genomic studies
.
BMC Med Genomics
2011
;
4
:
13
.

3

Blumenthal
D
.
Stimulating the adoption of health information technology
.
N Engl J Med
2009
;
360
:
1477
9
.

4

Mandl
KD
Kohane
IS
.
Escaping the EHR trap—the future of health IT
.
N Engl J Med
2012
;
366
:
2240
2
.

5

Moukheiber
Z
.
Will Cerner, Epic And Allscripts Continue to Dominate Health IT
.
2012
(cited 20 Jun 2012); http://www.forbes.com/sites/zinamoukheiber/2012/04/26/will-cerner-epic-and-allscripts-continue-to-dominate-health-it/

6

Moukheiber
Z
.
Epic Systems' Tough Billionaire
.
2012
(cited
20
Jun
2012
); http://www.forbes.com/sites/zinamoukheiber/2012/04/18/epic-systems-tough-billionaire/

7

Comarow
A
.
Best Children's Hospitals 2012–13: The Honor Roll
.
2012
(cited 20 Jun 2012); http://health.usnews.com/health-news/best-childrens-hospitals/articles/2012/06/05/2012-13-best-childrens-hospitals-the-honor-roll

8

Pai
AL
Rausch
J
Tackett
A
et al. .
System for integrated adherence monitoring: real-time non-adherence risk assessment in pediatric kidney transplantation
.
Pediatr Transplant
2012
;
16
:
329
34
.

9

MEMS—Medication Event Monitoring Systems
. (cited 20 Jun 2012); https://proxy.nl.go.kr/_Proxy_URL_/http://www.aardexgroup.com/index.php

10

Crandall
WV
Margolis
PA
Kappelman
MD
et al. .
Improved outcomes in a quality improvement collaborative for pediatric inflammatory bowel disease
.
Pediatrics
2012
;
129
:
e1030
41
.

11

Product CCD
. (cited 20 Jun 2012); http://wiki.hl7.org/index.php?title=Product_CCD

12

Retrieve Form for Data Capture
. (cited 20 Jun 2012); http://wiki.ihe.net/index.php?title=Retrieve_Form_for_Data_Capture

13

Mandl
KD
Mandel
JC
Murphy
SN
et al. .
The SMART Platform: early experience enabling substitutable applications for electronic health records
.
J Am Med Inform Assoc
2012
;
19
:
597
603
.

14

Friedman
CP
Wong
AK
Blumenthal
D
.
Achieving a nationwide learning health system
.
Sci Transl Med
2010
;
2
:
57cm29
.

This is an Open Access article distributed under the terms of the Creative Commons Attribution-NonCommercial licence (http://creativecommons.org/licenses/by-nc/3.0/) which permits non-commercial reproduction and distribution of the work, in any medium, provided the original work is not altered or transformed in any way, and that the work is properly cited. For commercial re-use, please contact [email protected]