What is fhir

Last updated: April 1, 2026

Quick Answer: FHIR (Fast Healthcare Interoperability Resources) is an international standard for health care data exchange that defines how clinical and administrative data can be shared electronically between healthcare systems using modern web technologies.

Key Facts

Overview

FHIR, or Fast Healthcare Interoperability Resources, is a standardized framework for the exchange of healthcare data. Developed by HL7 International, a global standards-setting organization, FHIR provides specifications for how healthcare information should be structured, formatted, and transmitted electronically. The standard addresses one of healthcare's most persistent challenges: enabling different healthcare systems and applications to communicate and share patient information seamlessly.

Technical Architecture

FHIR is built on modern web technologies rather than legacy healthcare communication protocols. The standard uses RESTful (Representational State Transfer) web services, allowing healthcare systems to exchange data using standard HTTP methods. Data is represented in JSON or XML formats, making it compatible with contemporary web applications and development practices. This approach dramatically simplifies integration compared to older healthcare standards, allowing developers with general web expertise to work with healthcare data.

Resource-Based Model

FHIR organizes healthcare data into standardized "resources" that represent distinct healthcare concepts. Patient resources contain demographic information, Observation resources represent clinical data like vital signs or lab results, Medication resources describe pharmaceutical information, and Procedure resources document medical interventions. Each resource follows a defined structure, ensuring consistency across systems. This modular approach allows organizations to implement only the resources relevant to their operations while maintaining compatibility with other systems.

Interoperability and Implementation

FHIR enables true interoperability by establishing common data definitions that all healthcare systems can understand and utilize. Electronic Health Record (EHR) systems from different vendors can exchange patient information directly. Health Information Exchanges (HIEs) use FHIR to aggregate data from multiple provider organizations. Patient-facing applications can access their own health records through FHIR APIs. This interoperability reduces manual data entry, improves care coordination, and gives patients greater control over their medical information.

Adoption and Regulatory Support

FHIR adoption is accelerating globally as government health agencies and healthcare organizations recognize its benefits. The United States has mandated FHIR implementation in certain healthcare information exchanges as part of regulatory compliance. Many countries incorporate FHIR into their national health information system strategies. Insurance companies and health plans increasingly require FHIR compatibility from healthcare providers. This growing regulatory and industry support is driving widespread FHIR adoption across healthcare systems of all sizes.

Related Questions

How does FHIR differ from HL7 v2 or HL7 v3?

FHIR is the modern successor to earlier HL7 standards, using simpler RESTful web services and JSON/XML instead of legacy message formats. It's easier to implement, more flexible, and designed specifically for contemporary healthcare IT systems.

Is FHIR secure for sharing patient information?

FHIR itself provides the framework for data exchange; security depends on implementation. Healthcare organizations add encryption, authentication, and access controls when deploying FHIR to meet HIPAA and other privacy regulations.

Who created and maintains FHIR standards?

FHIR is developed and maintained by HL7 International, a non-profit organization comprising healthcare stakeholders, technology vendors, and standards experts. The standards are freely available and regularly updated.

Sources

  1. Wikipedia - Fast Healthcare Interoperability Resources CC-BY-SA-4.0
  2. HL7 International Official proprietary