What is fhir
Last updated: April 1, 2026
Key Facts
- FHIR is a standards-based specification developed by HL7 International to enable secure and efficient exchange of health care information across different systems and organizations
- Uses RESTful web services and JSON/XML formats to represent healthcare data in a standardized, machine-readable way that modern healthcare applications can easily integrate
- Covers diverse healthcare data types including patient demographics, clinical observations, medications, procedures, diagnoses, and administrative information through standardized resource definitions
- Enables interoperability between electronic health records (EHRs), health information exchanges (HIEs), and various healthcare applications regardless of vendor or technology platform
- Adopted by healthcare systems worldwide and increasingly mandated by government health agencies and insurance companies to improve data portability and patient care coordination
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.
More What Is in Daily Life
Also in Daily Life
More "What Is" Questions
Trending on WhatAnswers
Browse by Topic
Browse by Question Type
Sources
- Wikipedia - Fast Healthcare Interoperability ResourcesCC-BY-SA-4.0
- HL7 International Officialproprietary