← Blog
Blog Aug 25, 2025 · Dr. Aziz Boxwala · 5 min read

Taming the FHIR Frontier: Navigating a World of Variations

FHIR is a family of standards with multiple versions and implementations. Here’s the multi-pronged approach we use to deliver real-world interoperability.

HL7’s Fast Healthcare Interoperability Resources (FHIR) standard was developed with the goal of simplifying healthcare data access from electronic health record systems for third-party applications. The paradox, however, is that despite this objective, FHIR itself isn’t a single standard, but a family of standards with multiple versions, variations, and implementations. This creates a complex landscape that requires a sophisticated approach to ensure true interoperability.

The Many Faces of FHIR

The variations in FHIR can be broken down into a few key areas:

Our Experience with FHIR’s Variations

We’ve been at the forefront of this challenge, building several applications that integrate with multiple FHIR implementations across different versions. We’ve successfully built solutions that handle DSTU2, R3, and R4 servers. Our first application, for postoperative opioid management, integrated with Cerner’s DSTU2 API, went live in February 2020. Since then, we have developed applications integrating with other EHRs and with various versions of FHIR for our clients and for our own Sapphire products.

This hands-on experience has given us a deep understanding of the complexities and nuances of navigating a diverse FHIR ecosystem.

Overcoming the Challenges

Dealing with these variations presents serious hurdles. The most significant challenge is optimizing performance. In our case, we develop SMART on FHIR apps we call Facets that integrate data in real-time from EHRs and our patient engagement apps. To provide a great user experience, we optimize the query to obtain exactly the data it needs — such as only the last 12 months of lab results.

The difficulty is that different EHR FHIR APIs support different query parameters. Writing a single efficient query that works across all EHRs is nearly impossible, and sending unsupported parameters can not only result in suboptimal performance, it may also return cryptic errors from the EHR.

Over the years, we’ve developed a multi-pronged approach to overcome these issues:

FHIR in Context

To be clear, FHIR is still a significant leap forward compared to the previous state of healthcare interoperability. Before FHIR, application developers often had to work with a patchwork of proprietary APIs: interfaces unique to each vendor, with different data formats, authentication methods, and query languages. This made it nearly impossible to build an application that could integrate with more than one system without a massive amount of custom, one-off development work.

FHIR, even with its variations, provides a single, foundational standard that we can build upon, offering a far more efficient and scalable solution than dealing with dozens of unique vendor-specific APIs.

The Road Ahead

The good news is that the FHIR ecosystem is maturing, and the amount of variation is actively decreasing. Since the release of FHIR R4, certain key resources and the core API have achieved “normative” status. This means they are stable and guaranteed not to change in a backward-incompatible way in future releases, providing a solid foundation for applications.

Furthermore, in the United States, the aforementioned US Core IG is driving even greater standardization. This guide builds on the R4 standard and defines a minimum set of constraints and resources that must be supported by all certified health IT systems. By requiring adherence to US Core, the U.S. government is ensuring that a common set of resources can be retrieved from any system, further reducing the variations we have to manage and paving the way for a more truly interoperable healthcare ecosystem. Because of the support for US Core IG in the EHRs our applications are integrated with, we recently turned off support for DSTU2 and STU3 in our applications.

By combining technical strategies with evolving standards, we’ve successfully built applications that seamlessly integrate across diverse healthcare systems — proving that with the right approach, it’s possible to achieve true interoperability, even in a world of variations. At least, for retrieving patient data from EHRs. Writing data to EHRs using FHIR will have to be the topic for a future blog post.

Don’t let FHIR variation slow down your app development. We can help application vendors, healthcare organizations, and payers launch or integrate apps faster, with less complexity.

Schedule a conversation