Glossary · 4 min read

FHIR (Fast Healthcare Interoperability Resources)

What FHIR is, why US rules made it the default way software reads a patient record, how clinical AI tools depend on it, and the integration questions to settle before a pilot. As of September 2026.

The short version

  • FHIR is a standard for exchanging healthcare data, published by HL7. It splits a record into defined units called resources, such as Patient or Observation, that software can read and write through a web API.
  • US rules made it the default: ONC's 2020 Cures Act final rule required certified health IT to offer a standardized FHIR API, and CMS's 2024 prior authorization rule requires impacted payers to run FHIR APIs, mostly by January 2027.
  • SMART on FHIR adds authorization and app launch, so one app can run across different EHRs.
  • FHIR can feed AI directly: one study represented 216,221 patients' raw records in FHIR format and predicted in-hospital mortality with an AUROC of 0.93 to 0.94 across two sites.
  • A FHIR connection is only a starting point. Ask which resources a tool reads and writes, and test it on your own data.
On this page

FHIR (Fast Healthcare Interoperability Resources) is a standard for exchanging healthcare data, published by HL7 International 1. It splits clinical information into defined units called resources, such as Patient, Observation, or MedicationRequest, that software can read and write through a web API 1.

Why does FHIR matter for clinical AI?

An AI tool is only as useful as the data it can reach and the place it can write back. FHIR standardizes that plumbing, and US regulation made it the default. ONC's 2020 Cures Act final rule required certified health IT to offer a standardized API for patient and population services built on FHIR 3. CMS's 2024 Interoperability and Prior Authorization final rule requires impacted payers, including Medicare Advantage and Medicaid plans, to run FHIR APIs, among them one for prior authorization, with most API deadlines on January 1, 2027 4. That rule is the backdrop for the prior-authorization agents now being built.

How does FHIR work in practice?

Each resource has a defined structure, and a system requests or sends resources with standard web calls 1. SMART on FHIR adds the app layer. It began in 2010 at Harvard Medical School and Boston Children's Hospital with the goal of apps that are written once and run unmodified across different health IT systems, and it adopted FHIR's data models and API in 2013 2.

For AI, FHIR shows up in two places.

As model input. A Google-led team represented patients' entire raw records in FHIR format: 216,221 adult inpatients at two US academic medical centers, unrolled into 46,864,534,945 data points. Deep learning models trained on that representation predicted in-hospital mortality with an AUROC of 0.93 to 0.94 across sites, without site-specific data harmonization 5.

As the connection. Agents and LLM tools increasingly read charts through FHIR calls, sometimes wrapped by newer layers such as the Model Context Protocol. The evidence on how well that works is collected in EHR-integrated agents.

Common misunderstandings

FHIR access means an AI tool can write to the chart. The certified API the Cures Act rule required covers read access for patient and population services 3. Writing orders or notes back is a separate integration question.

The base standard is enough. The SMART team found early on that real deployments needed "commonly accepted pragmatic constraints on the base FHIR specification" 2. Implementation guides do that work for specific uses, such as prior authorization.

FHIR makes data clean. It standardizes structure and exchange. Whether a field is filled in, coded consistently, or current still depends on the source system. A model that works on one site's FHIR data still needs external validation on yours.

What to ask a vendor

  • Which FHIR resources does the tool read, and which does it write?
  • Does it use our EHR's certified FHIR API, or a proprietary interface or database extract?
  • Does it support SMART on FHIR launch and authorization, and what scopes does it request?
  • What happens when a resource is missing or coded differently at our site? Has it been tested on our data?
  • If it acts on the record, where does a clinical decision support recommendation stop and an automated action begin?

Questions and answers

  • What does FHIR stand for?

    Fast Healthcare Interoperability Resources. It is a standard published by HL7 International for exchanging healthcare data, built around small defined units of information called resources and exchanged through web APIs.

  • Is FHIR required in the United States?

    For certain parties, yes. ONC's 2020 Cures Act final rule required certified health IT to provide a standardized API for patient and population services based on FHIR, and CMS's 2024 Interoperability and Prior Authorization final rule requires impacted payers to implement FHIR APIs, with most API deadlines falling on January 1, 2027.

  • What is SMART on FHIR?

    SMART on FHIR is an app platform that combines FHIR data with web standards for authorization and user interface, so an application can be written once and launched inside different electronic health records. It grew out of a Harvard Medical School and Boston Children's Hospital project begun in 2010.

Sources

  1. HL7 International. FHIR Release 4 (v4.0.1): Overview. hl7.org/fhir. hl7.org/fhir/R4/overview.html
  2. Mandel JC, Kreda DA, Mandl KD, Kohane IS, Ramoni RB. SMART on FHIR: a standards-based, interoperable apps platform for electronic health records. Journal of the American Medical Informatics Association. 2016;23(5):899-908. doi.org/10.1093/jamia/ocv189
  3. Office of the National Coordinator for Health Information Technology. 21st Century Cures Act: Interoperability, Information Blocking, and the ONC Health IT Certification Program. Final rule. Federal Register. 2020;85:25642. www.federalregister.gov/documents/2020/05/01/2020-07419/21st-century-cures-act-interoperability-information-blocking-and-the-onc-health-it-certification
  4. Centers for Medicare & Medicaid Services. Medicare and Medicaid Programs; Patient Protection and Affordable Care Act; Advancing Interoperability and Improving Prior Authorization Processes (CMS-0057-F). Federal Register. 2024;89(27):8758. www.federalregister.gov/documents/2024/02/08/2024-00895/medicare-and-medicaid-programs-patient-protection-and-affordable-care-act-advancing-interoperability
  5. Rajkomar A, Oren E, Chen K, et al. Scalable and accurate deep learning with electronic health records. npj Digital Medicine. 2018;1:18. doi.org/10.1038/s41746-018-0029-1

Every claim on this page is tied to a numbered primary source above. Read how we source and review at our editorial policy.