By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
Health Works CollectiveHealth Works CollectiveHealth Works Collective
  • Health
    • Mental Health
    Health
    Healthcare organizations are operating on slimmer profit margins than ever. One report in August showed that they are even lower than the beginning of the…
    Show More
    Top News
    improving patient experience
    6 Ways to Improve Patient Satisfaction Within Hospitals
    December 1, 2021
    degree for healthcare job
    What Are The Health Benefits Of Having A Degree?
    March 9, 2022
    custom software development is changing healthcare
    Digital Customer Journey Mapping and its Importance for Healthcare
    July 21, 2022
    Latest News
    The Wide-Ranging Benefits of Magnesium Supplements
    June 11, 2025
    The Best Home Remedies for Migraines
    June 5, 2025
    The Hidden Impact Of Stress On Your Body’s Alignment And Balance
    May 22, 2025
    Chewing Matters More Than You Think: Why Proper Chewing Supports Better Health
    May 22, 2025
  • Policy and Law
    • Global Healthcare
    • Medical Ethics
    Policy and Law
    Get the latest updates about Insurance policies and Laws in the Healthcare industry for different geographical locations.
    Show More
    Top News
    COPD Patients Can Improve Condition with Physical Activity
    July 15, 2011
    More on Caregiving Costs and Toll
    August 23, 2011
    Patient-Centered Approach to Cancer Diagnosis and Treatment Planning (podcast)
    September 22, 2011
    Latest News
    Streamlining Healthcare Operations: How Our Consultants Drive Efficiency and Overall Improvement
    June 11, 2025
    Building Smarter Care Teams: Aligning Roles, Structure, and Clinical Expertise
    May 18, 2025
    The Critical Role of Healthcare in Personal Injury Recovery: A Comprehensive Guide for Victims
    May 14, 2025
    The Backbone of Successful Trials: Clinical Data Management
    April 28, 2025
  • Medical Innovations
  • News
  • Wellness
  • Tech
Search
© 2023 HealthWorks Collective. All Rights Reserved.
Reading: How to Test Health IT Interoperability: Advice From an Expert
Share
Notification Show More
Font ResizerAa
Health Works CollectiveHealth Works Collective
Font ResizerAa
Search
Follow US
  • About
  • Contact
  • Privacy
© 2023 HealthWorks Collective. All Rights Reserved.
Health Works Collective > eHealth > How to Test Health IT Interoperability: Advice From an Expert
eHealth

How to Test Health IT Interoperability: Advice From an Expert

ShahidShah
Last updated: February 25, 2013 5:42 am
ShahidShah
Share
8 Min Read
image
SHARE

 

 

One of the key tenets of both the HITECH and Affordable Care Acts has been to drive improved patient care and reduction in cost by applying technology across all healthcare entities. A bigger challenge is how do to make multiple technology purchases interoperate within a provider network and / or across provider networks.  There are solutions out there that can make it happen, but to make sure interoperability happens consistently, testing technology integration touch points is crucial but not easy without the right test infrastructure. I reached out to Michael Brown, a seasoned technology consultant with several government organizations to get some advice.  He has helped many agencies as a testing consultant for several years, setting up and deploying an infrastructure for interagency information exchange so I asked him to give us some advice about what methods will ensure that interoperability is maintained amongst multiple systems throughout the software development lifecycle.  Here’s what Michael had to say:

Introduction

A primary element within communication, especially in the domain of Health IT is the timeliness of conveying an idea or fact while it can be used in a meaningful way. In the case of the latter example, information will need to be transferred and understood between two healthcare organizations, leading both to be able to share information, or interoperate, regarding the patient’s medical history in a timely fashion over a network. Effectively sharing this information promptly directly impacts the quality of care provided to the patient and affects the outcome of the medical episode (i.e. the emergency surgery).

More Read

ePatient Dave is In The Room (video)
5 Worst Cyber Attacks of 2017 So Far
India’s Fastest Growing Healthcare Social Media Network for Cardiology
Is Working in Telemedicine a Good Option for You?
Medical Review Management: Vital For Doctor’s Online Reputation

The systems which facilitate interoperability do so by connecting multiple Electronic Health Record (EHR) systems through the use of Application Program Interfaces (APIs) and web services. To accelerate early adoption of EHR systems, the Center for Medicaid and Medicare (CMS) in close collaboration with the Office of the National Coordinator (ONC) implemented a set of standards and rules regarding the adaption of EHRs, deemed Meaningful Use. Many implementations of EHRs contain proprietary language and formats which are translated within APIs and transported using web service standards. The proprietary message must be converted into a standardized format readable by any EHR system. Large amounts of resources are dedicated to developing, testing, and verifying the secure exchange of healthcare information.

A method to ensure interoperability is maintained amongst multiple systems throughout the software development lifecycle is through the idea of testing early and often. This process infuses quality into the Healthcare system and limits the amount of errors encountered as a system is moved into a production environment. Open source tools, such as the Developers Integration Lab (DIL) provide a method to ensure quality throughout the development lifecycle and ensure interoperability as a system is on boarded into a production environment.

The Pieces of Bi-Directional Health Information Exchange

image

Referring to the above figure, an EHR vendor directly connects to an adapter, and the adapter to the gateway. The adapter is the component which transforms the EHR specific message into a standards based message. The message is then transported at the gateway layer to another gateway on another node, picked up, and processed within another EHR’s adapter. These gateways contain endpoints which are used to send various types of web service calls. This type of architecture is most often found within a bi-directional health information exchange, or BHIE. There are other architectures. For example, a messaging architecture known as Direct utilizes secure email to transfer healthcare information between providers.

The transformed message within the adapter is sent out in a standard format using Simple Object Access Protocol, or SOAP message relying on Extensible Markup Language (XML) to provide structure to the message. The SOAP message invokes a specific web service and is transported from one valid gateway to another. The message can be in either the form of a request message (seeking specific information in another health system) or a response message (responding to a request from another system to provide specific information). The SOAP message transferred between the endpoints may contain security headers to ensure only a specific endpoint can understand the message.

Testing Interoperability

Many systems currently onboarding at the Federal level (eHealth Exchange) or State level (various State Health Information Exchanges) utilize variations of the described architecture. Testing this architecture, the message structure, and the various system APIs is a complex undertaking requiring a robust test harness.

image

Upgrading a component within a healthcare system may directly impact interoperability among multiple healthcare systems. As systems are updated within an organization’s ecosystem, testing must occur in a test environment which accurately simulates production use. As displayed in the above figure, a break in the connection between the Patient Database and the Health System, possibly due to a server upgrade, has severely impacted the usability of the system. The Health System can no longer exchange requested patient information with outside vendors. The figure demonstrates how upgrading a Patient Database may impact various other components and create interoperability challenges.

Recently, an open source test harness has been created for providing a method for developers and testers to actively test interoperability throughout the development life cycle. The Developers Integration Lab (DIL), an open source tool provides a large volume of Synthetic Patient information which allows a user to register endpoints and begin testing against multiple hosted systems in a simulated production environment. A general overview of the Open Source testing tool is provided here: https://www.youtube.com/watch?v=gHVwpxpVwbQ.

Interoperability is a fragile yet necessary component of the modern healthcare system. Patients rely on interoperability among multiple systems and organizations to properly collect and receive benefits, payouts, and overall improved quality of care. Testing interoperability must be completed in an iterative, agile fashion; ensuring bugs are found and repaired prior to a production release. Through the use of iterative, open source testing tools for healthcare interoperability, systems may maintain a high level of interoperability providing a method for healthcare providers to guarantee an increased level of care to patients, the creation of the longitudinal health record, and meeting the standards highlighted within Meaningful Use Stage 2 and beyond.

TAGGED:Health ITinteroperability
Share This Article
Facebook Copy Link Print
Share

Stay Connected

1.5kFollowersLike
4.5kFollowersFollow
2.8kFollowersPin
136kSubscribersSubscribe

Latest News

Streamlining Healthcare Operations: How Our Consultants Drive Efficiency and Overall Improvement
Global Healthcare Policy & Law
June 11, 2025
magnesium supplements
The Wide-Ranging Benefits of Magnesium Supplements
Health
June 11, 2025
Preparing for the Next Pandemic: How Technology is Changing the Game
Technology
June 6, 2025
migraine home remedies and-devices
The Best Home Remedies for Migraines
Health Mental Health
June 5, 2025

You Might also Like

As the “ePatient movement” gains its voice, I hear a quiet echo…

December 11, 2015

Sensors Offer New Power to Improve Health

November 12, 2014

Where Wireless Meets Healthcare and Life Sciences

June 1, 2013
BusinessMedical RecordsNewsPolicy & Law

Stage 2 Meaningful Use NPRM Now Available

February 24, 2012
Subscribe
Subscribe to our newsletter to get our newest articles instantly!
Follow US
© 2008-2025 HealthWorks Collective. All Rights Reserved.
  • About
  • Contact
  • Privacy
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?