Chapter 11 Part III — Data, Standards, and Interoperability
Interoperability, HL7, FHIR, APIs, USCDI, and TEFCA
How healthcare systems exchange information, why exchange can fail even when a connection exists, and how U.S. interoperability policy is shifting toward standardized APIs and network-to-network exchange.
Chapter Orientation
Interoperability is often described as the ability of systems to exchange information, but successful exchange requires more than moving bytes from one server to another. The receiving organization must identify the patient, interpret the meaning of the data, place it into an appropriate workflow, preserve provenance, and know what to do when information is incomplete or contradictory.
For the informatics professional, standards such as HL7 Version 2, CDA, FHIR, DICOM, USCDI, and TEFCA are not merely technical acronyms. They shape what information can move, how it is represented, and what clinical workflows become possible.
Learning Objectives
By the end of this chapter, you should be able to:
- Distinguish technical, syntactic, semantic, and organizational interoperability.
- Explain the continuing role of HL7 Version 2 and document-based exchange.
- Describe the FHIR resource and API model at a practical level.
- Explain the purpose of USCDI and major current U.S. interoperability requirements.
- Describe TEFCA and the role of Qualified Health Information Networks.
- Identify identity, consent, provenance, and reconciliation risks in exchange.
Lesson 11.1 — Interoperability Has Multiple Layers
-
Technical connectivity is necessary but insufficient. Two systems may establish a secure connection yet still fail to exchange usable information because fields, codes, patient identities, or workflows do not align.
-
Syntactic interoperability concerns structure. Systems need agreement about message format and how information is organized. A correctly structured message can still contain concepts that the recipient interprets differently.
-
Semantic interoperability concerns meaning. Shared terminology, units, context, and definitions allow the receiver to interpret information consistently. Semantic interoperability is why coding systems and metadata matter.
-
Organizational interoperability concerns what people and institutions do with the information. A perfectly exchanged external medication list has little value if nobody reviews it during reconciliation or if local policy prevents it from entering workflow.
-
Interoperability creates new responsibility. More information can reduce uncertainty, but it can also create duplicate records, conflicting values, information overload, and unclear accountability. Exchange design must specify what happens after data arrive.
Clinical Example
Clinical Example — The External Allergy
An external record sends a coded penicillin allergy successfully. The receiving EHR stores it only in a document viewer rather than the active allergy list, so medication decision support does not see it. The exchange is technically successful but clinically incomplete.
NI-BC Connection: Data Management and Healthcare Technology — interoperability, healthcare data standards.
Retrieval Checkpoint
Retrieval Checkpoint
- Why is connectivity not equivalent to interoperability?
- Distinguish syntactic from semantic interoperability.
- What makes organizational interoperability a workflow problem?
- How can more external data create new safety risks?
Lesson 11.2 — HL7 Version 2 and Documents Still Matter
-
HL7 Version 2 messages remain deeply embedded in healthcare. Admission/discharge/transfer events, orders, results, and other transactions are commonly exchanged using V2 interfaces. Modern architecture does not erase decades of operational integration.
-
A V2 message is event-oriented. Messages contain segments and fields associated with events such as an admission or laboratory result. Interfaces often transform local content into the format expected by a receiving system.
-
Interface engines mediate heterogeneous systems. They can route, transform, filter, monitor, and retry messages. They create flexibility but also become critical infrastructure: an error in transformation logic can propagate incorrect data at scale.
-
Document-based exchange preserves a coherent clinical artifact. CDA-based documents and other structured documents can convey summaries, transitions of care, or reports as a unit. The receiving system may display the document even when it cannot integrate every field discretely.
-
Legacy does not mean obsolete. Informatics professionals should evaluate standards based on the workflow and ecosystem they support rather than assuming the newest standard replaces every older mechanism immediately.
Figure
Figure 11.1 — Event Message, Clinical Document, and FHIR Resource
Production brief: Three columns. HL7 V2 = event/message; CDA/document = coherent clinical document; FHIR = modular resources accessed/exchanged through standardized APIs. Include examples without implying strict replacement.
Alt text: Comparison of event-oriented HL7 V2 messages, document-based exchange, and modular FHIR resources.
NI-BC Connection: Data Management and Healthcare Technology — HL7, interfaces, healthcare data standards.
Retrieval Checkpoint
Retrieval Checkpoint
- Why does HL7 V2 remain important?
- What role does an interface engine play?
- What is an advantage of document-based exchange?
- Why is “newer standard” not the same as “universal replacement”?
Lesson 11.3 — FHIR Treats Clinical Information as Modular Resources
-
FHIR organizes information into resources. Examples include Patient, Observation, Condition, MedicationRequest, Encounter, and CarePlan. Resources define common structures while allowing implementation-specific constraints.
-
FHIR commonly uses web-style APIs. RESTful interactions can retrieve, create, update, or search resources using standardized conventions. The informatics professional does not need to become an API developer, but should understand what a request is asking for and what a response represents.
-
Profiles constrain a general resource for a particular use. A base resource may allow many optional elements. A profile can require or restrict elements, terminology bindings, cardinality, and extensions so different implementers behave more consistently.
-
Implementation guides define agreed behavior for a use case or jurisdiction. FHIR by itself does not guarantee interoperability. Organizations still need agreement about profiles, terminology, authentication, workflow, and error handling.
-
Bundles group related resources. A transaction or clinical exchange may require several resources that reference one another. Understanding those relationships is more useful than memorizing every resource field.
AI in Practice
AI in Practice — Learn FHIR by Interrogating a Resource
An LLM can explain a sample JSON resource element by element, convert it into plain clinical language, and generate questions about missing or ambiguous data. Always compare the explanation with the official FHIR specification because models can invent fields or confuse versions.
[!PRACTICE] Version Note — FHIR R5
HL7 publishes FHIR Release 5 as the current published major specification. In September 2026, Release 6 entered its first full normative ballot, but the R6 ballot snapshot is not yet the published replacement for R5. Many production U.S. implementations still rely on R4-based implementation guides and certification requirements. “Latest development,” “current published specification,” and “currently deployed version” are therefore different statements.
NI-BC Connection: Data Management and Healthcare Technology — FHIR, APIs, healthcare data standards.
Retrieval Checkpoint
Retrieval Checkpoint
- What is a FHIR resource?
- Why are profiles necessary if base resources already exist?
- What does an implementation guide add?
- Why should an informaticist distinguish specification version from deployed version?
Lesson 11.4 — USCDI and Federal Policy Define Important U.S. Exchange Expectations
-
The United States Core Data for Interoperability defines standardized data classes and elements for nationwide exchange expectations. It creates a common baseline rather than attempting to represent every possible clinical data element.
-
USCDI evolves over time. Informatics teams should track which version is required by a particular certification, regulation, program, or implementation guide rather than assuming the newest published version is automatically mandatory everywhere.
-
HTI-1 established USCDI Version 3 as the Certification Program baseline beginning January 1, 2026, but the standards landscape has continued to move. Current Certification Program materials reflect USCDI v3.1 as the regulatory baseline, while newer versions can be approved for voluntary use through the Standards Version Advancement Process (SVAP). USCDI v7 was published in July 2026, but publication of a newer version does not by itself make that version mandatory for every certified-health-IT use case. This is why informatics teams must distinguish the latest published version, the regulatory baseline, and an optionally approved advanced version.
-
Information-blocking rules affect how organizations respond to access and exchange requests. The operational question is not merely whether data can be shared, but whether a practice interferes with access, exchange, or use and whether an applicable exception or legal restriction applies.
-
CMS interoperability rules increasingly use standardized APIs to move data across payer-provider-patient workflows. Major API requirements in the CMS Interoperability and Prior Authorization Final Rule take effect primarily in 2027, while several operational provisions began earlier. Informatics planning should distinguish current obligations from future implementation dates.
Caution
Regulatory Currency Matters
Interoperability requirements change through rulemaking, implementation guides, enforcement discretion, and program updates. Always verify the effective rule, affected organization type, and compliance date before making an operational recommendation.
NI-BC Connection: Foundations and Data/Technology — regulatory requirements, information exchange, standards.
Retrieval Checkpoint
Retrieval Checkpoint
- What purpose does USCDI serve?
- Why should the newest published standard not automatically be treated as mandatory?
- What operational question does information blocking introduce?
- Why must informatics leaders track effective dates rather than headlines?
Lesson 11.5 — TEFCA Addresses Network-to-Network Exchange
-
TEFCA is intended to create a common nationwide framework for health information exchange. It combines a Common Agreement, technical requirements, governance expectations, and designated network participants rather than functioning as a single national database.
-
Qualified Health Information Networks connect under common rules. QHINs enable participating networks and organizations to exchange information across network boundaries. The practical goal is to reduce the need for separate one-off agreements for every exchange relationship.
-
TEFCA has evolved toward FHIR-enabled exchange while continuing to support document-based exchange. The Common Agreement and technical framework can change over time, so implementation teams should use the current version rather than relying on early TEFCA descriptions.
-
Participation does not eliminate local governance. Organizations still need policies for identity, consent, permitted purpose, data quality, reconciliation, user access, and response handling.
-
Network exchange changes the scale of trust. A local interface connects known systems. Nationwide exchange requires federated trust, common rules, technical assurance, and clear accountability when something fails.
Figure
Figure 11.2 — Local Interface to Nationwide Exchange
Production brief: Left to right: point-to-point interface → regional/HIE network → QHIN/network-of-networks. Show that trust/governance requirements increase with scale.
Alt text: Progression from local point-to-point exchange to networked health information exchange and TEFCA-style nationwide network connectivity.
NI-BC Connection: Data Management and Healthcare Technology — health information exchange and interoperability.
Retrieval Checkpoint
Retrieval Checkpoint
- Why is TEFCA not a national patient database?
- What problem do QHINs attempt to reduce?
- Why does national exchange still require local governance?
- How does federated trust differ from a single local interface?
Lesson 11.6 — Identity, Consent, Reconciliation, and Error Handling Complete the Exchange
-
Patient matching is foundational. If the receiving system links information to the wrong person, syntactically perfect exchange becomes a safety event. Matching may use demographic attributes, enterprise identifiers, probabilistic logic, and manual review.
-
Consent and legal restrictions can be data-specific. Substance-use-disorder records, adolescent services, reproductive information, behavioral health, and state laws can introduce additional requirements. Exchange architecture must support policy rather than assuming all data are governed identically.
-
Reconciliation turns received information into trustworthy local information. Medication lists, allergies, problems, and demographic data may conflict with the local chart. The workflow should identify who reviews discrepancies and what becomes authoritative.
-
Error handling should be designed, not improvised. Messages can fail validation, resources can be incomplete, terminology codes can be unknown, and interfaces can queue. Monitoring needs to identify failures before clinicians discover them indirectly.
-
DICOM supports imaging interoperability. Clinical images are not merely files; the standard helps encode and exchange imaging objects and related metadata. Informatics professionals should recognize that imaging workflows have their own standards and infrastructure.
Clinical Example
Clinical Example — Two Medication Lists
A patient portal imports an external medication list containing a discontinued anticoagulant. The local EHR shows the medication as inactive, but the external source marks it active. Interoperability has surfaced useful information and a new decision: who reconciles the conflict, which source has temporal authority, and how is the resolution recorded?
NI-BC Connection: Data Management and Healthcare Technology — identity, standards, DICOM, data integrity.
Retrieval Checkpoint
Retrieval Checkpoint
- Why is patient matching a safety function?
- What is the difference between receiving data and reconciling data?
- Why should interface errors be monitored proactively?
- What type of information is DICOM designed to standardize?
Chapter Case Study — The “Successful” Hospital-to-SNF Exchange
A hospital and skilled nursing facility connect through a health information network. The SNF receives discharge documents reliably. Nurses can open them, but medication reconciliation still requires manual transcription because the medication data arrive as formatted text. Laboratory results use several local names unfamiliar to the SNF. A resident arrives with an external allergy that appears in the document but not in the active allergy module. Leadership reports the integration as 99.8% successful because almost every document is delivered.
Analyze the case
- Which layers of interoperability are successful and which remain weak?
- What clinical risks are hidden by the 99.8% delivery metric?
- Where could FHIR resources or standardized terminology improve the workflow?
- What reconciliation tasks still require human judgment?
- What measures would better represent clinical interoperability?
- Which issues are technical and which are organizational/workflow problems?
Chapter Synthesis
- Interoperability is layered. Connectivity, structure, shared meaning, and workflow use must all function.
- HL7 V2 and documents remain operationally important even as FHIR expands.
- FHIR provides modular resources and standardized API patterns, but profiles and implementation guides create practical agreement.
- USCDI, federal certification policy, CMS rules, and TEFCA shape the U.S. interoperability environment.
- Identity, consent, reconciliation, provenance, and error handling determine whether exchanged information becomes clinically trustworthy.
Key Terminology
- Interoperability
- Ability of systems and organizations to exchange information and make appropriate use of it.
- Syntax
- Structural format in which information is represented.
- Semantics
- Meaning of the represented information.
- HL7 Version 2
- Widely used event-oriented healthcare messaging standard.
- FHIR
- HL7 standard that represents healthcare information as modular resources and supports modern API exchange patterns.
- Profile
- Constrained definition of a FHIR resource for a specific implementation context.
- Implementation guide
- Published set of profiles, terminology, rules, and behavior for a defined use case.
- USCDI
- U.S. Core Data for Interoperability, a standardized set of data classes/elements used in national interoperability policy.
- TEFCA
- Trusted Exchange Framework and Common Agreement for nationwide health information exchange.
- QHIN
- Qualified Health Information Network participating under TEFCA requirements.
- DICOM
- Standard for medical imaging information and related exchange.
NI-BC Chapter Mapping
| Domain | Blueprint area | Lessons | Depth |
|---|---|---|---|
| III. Data/Technology | HL7, FHIR, DICOM | 11.2–11.3, 11.6 | Applied |
| III. Data/Technology | Interoperability and HIE | 11.1–11.6 | Applied |
| I. Foundations | Regulatory requirements/information exchange | 11.4–11.5 | Reinforced |
| III. Data/Technology | Data integrity and reconciliation | 11.6 | Applied |
Chapter Quiz
Answer each question, then select “Check answer” to reveal feedback. For Select All That Apply items, choose every correct option before checking. Expand “Why?” after checking to read the rationale.
A system receives an external allergy message in the expected format but stores it where medication decision support cannot use it. Which interoperability dimension is weakest?
Why?
The message reached the organization and was interpretable, but the allergy was placed outside the workflow where medication decision support could use it. The weakest layer is therefore organizational/workflow interoperability.
Which statement best describes HL7 Version 2?
Why?
HL7 Version 2 remains widely deployed for event-oriented healthcare messages including admissions, orders, and results; FHIR has not universally replaced it.
A FHIR implementation guide may define:Select all that apply
Why?
A FHIR implementation guide can constrain profiles, terminology, exchange behavior, and use-case rules. Staffing budgets are outside the purpose of a FHIR implementation guide.
What is the best description of a FHIR profile?
Why?
A profile constrains a base FHIR resource for a defined context by specifying elements, cardinalities, terminology bindings, extensions, or other rules.
Which statement about USCDI is most accurate?
Why?
USCDI defines an evolving core U.S. interoperability data baseline; it is not an exhaustive clinical data model or a private vendor specification.
Why should an informatics professional verify the compliance date of a new federal interoperability rule?
Why?
Federal rules often phase requirements by entity and date, so publication, effective date, compliance date, and technical implementation deadlines must be distinguished.
Which issues can undermine otherwise successful exchange?Select all that apply
Why?
Patient identity errors, conflicting lists, unknown codes, interface failures, and missing reconciliation workflows can all make technically successful exchange clinically unsafe or unusable.
TEFCA is best understood as:
Why?
TEFCA is a nationwide framework for exchange among participating networks under common agreements and technical rules; it is not a single national EHR or database.
A local EHR uses FHIR R4 while HL7 has published R5. What is the most accurate conclusion?
Why?
A newer published FHIR release does not automatically invalidate an R4 implementation. Regulatory requirements, implementation guides, and deployed ecosystems can legitimately use earlier releases.
Which action most directly transforms exchanged information into trusted local clinical information?
Why?
Reconciliation by an accountable workflow converts received information into reviewed local clinical information by resolving conflicts, status, and authority. —
References and Further Reading
- HL7 International. FHIR Release 5 (R5) Specification. https://hl7.org/fhir/
- ASTP/ONC. U.S. Core Data for Interoperability and Standards Version Advancement Process. https://healthit.gov/standards-and-technology/uscdi and https://healthit.gov/certification-health-it/certification-criteria/standards-version-advancement-process-svap/
- ASTP/ONC. HTI-1 Final Rule and certification updates. https://healthit.gov/regulations/hti-rules/hti-1-final-rule/
- CMS. Interoperability and Prior Authorization Final Rule (CMS-0057-F). https://www.cms.gov/priorities/key-initiatives/burden-reduction/interoperability
- The Sequoia Project, TEFCA Recognized Coordinating Entity. Common Agreement Version 2.1. https://rce.sequoiaproject.org/
- HL7 International. HL7 Version 2 Product Suite. https://www.hl7.org/implement/standards/product_brief.cfm?product_id=185
- DICOM Standards Committee. Digital Imaging and Communications in Medicine. https://www.dicomstandard.org/
- American Nurses Credentialing Center. Informatics Nursing Test Content Outline. Updated August 29, 2025.