Standards

Healthcare Interoperability

HL7, FHIR, USCDI, and why moving data between systems is still hard.

12 min readUpdated May 18, 20262 topics

How we got here

Healthcare interoperability grew up around HL7 version 2, a pipe-and-hat delimited message format still workhorsing hospital integration. HL7 CDA added structured documents. FHIR — REST + JSON + defined Resources — has become the default for new APIs but has not displaced HL7 v2 for high-volume clinical messaging.

Where each standard lives

StandardSweet spotTypical use
HL7 v2.xPoint-to-point messagingADT, ORU (results), ORM (orders), SIU (scheduling)
HL7 CDADocumentsDischarge summaries, C-CDA for MU
HL7 FHIR R4/R5APIsPatient portal, mobile apps, SMART on FHIR, bulk data
IHE profilesCross-vendor workflowXDS document sharing, PIX/PDQ identity
IEEE 11073Device dataPoint-of-care monitors, personal health devices
DICOMImagingAll modalities and PACS
NCPDP SCRIPTPharmacye-Prescribing
X12 837/835ClaimsBilling and remittance

The state today

Real interoperability projects spend most of their effort on mapping: reconciling how each system encodes the same idea (a medication order, a diagnosis, a device reading) so that meaning survives the transfer.

Common terminologies:

  • SNOMED CT — clinical concepts.
  • LOINC — labs and observations.
  • RxNorm — medications.
  • ICD-10 — diagnoses.
  • CPT / HCPCS — procedures.

US regulatory push

The 21st Century Cures Act, its information-blocking rules, and the ONC Standards Version Advancement Process now require certified EHRs to expose a FHIR R4 API and to publish the United States Core Data for Interoperability (USCDI) — a common minimum data set that grows on a published cadence.

References & further reading

  1. 1HL7 FHIR R4 specification (hl7.org/fhir)
  2. 2ONC — United States Core Data for Interoperability (USCDI)
  3. 321st Century Cures Act — Information Blocking (45 CFR Part 171)
  4. 4IHE IT Infrastructure Technical Framework
  5. 5SNOMED CT International Edition

Help us improve

Spotted something wrong, outdated, or unclear? Let the editors know.