A FHIR Subscription is a resource within the HL7 FHIR framework that defines a push-based notification channel. A client creates a Subscription resource specifying a topic (the event type, such as a new Observation or an updated Encounter), filter criteria (e.g., a specific patient or code), and a channel endpoint where the server should deliver notifications via REST hook, websocket, or email.
Glossary
FHIR Subscription

What is FHIR Subscription?
A FHIR Subscription is a standards-based mechanism that enables a client to register interest in specific data changes on a FHIR server and receive real-time, asynchronous notifications when those changes occur, eliminating the need for continuous polling.
This mechanism is foundational for event-driven architectures in healthcare, enabling real-time clinical decision support triggers, automated research cohort updates, and federated learning pipelines. By using the FHIR SubscriptionTopic and SubscriptionStatus resources, systems can manage complex topic-based workflows and track notification delivery, ensuring reliable, auditable data synchronization across distributed, privacy-sensitive environments.
Key Features of the FHIR Subscription Framework
The FHIR Subscription framework provides a standardized mechanism for clients to receive push notifications when specific events occur on a FHIR server, enabling reactive, event-driven architectures for clinical decision support, patient monitoring, and federated learning pipelines.
Frequently Asked Questions
Clear, technical answers to the most common questions about the FHIR Subscription framework, covering its mechanics, patterns, and security considerations for real-time healthcare data notifications.
A FHIR Subscription is a formal mechanism within the HL7 FHIR standard that allows a client application to register interest in specific data changes on a FHIR server and receive real-time, event-driven notifications when those changes occur. It operates on a publish-subscribe pattern. The client creates a Subscription resource on the server, defining a topic (the type of event, such as a new lab result), criteria (a FHIRPath expression or search query to filter events), and a channel (the delivery method, like a RESTful webhook). When a server-side event matches the criteria—for example, a new Observation resource with a specific LOINC code is created—the server evaluates active subscriptions and pushes a notification payload to the designated channel endpoint. This eliminates the need for inefficient client polling, enabling near-instantaneous clinical alerts, workflow triggers, and data synchronization across distributed healthcare applications.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Core standards and architectural patterns that enable real-time, event-driven interoperability in healthcare systems.
FHIR Subscription Topics
A SubscriptionTopic resource defines the canonical event triggers available on a server. It specifies the FHIRPath criteria that must evaluate to true for a notification to fire, such as a new Observation with a specific LOINC code. This decouples the event definition from the subscriber's channel, allowing multiple clients to subscribe to the same clinical event like patient-discharge without redefining the trigger logic.
Subscription Notification Bundles
When a subscription is triggered, the server delivers a FHIR Bundle of type history to the specified endpoint. This bundle contains the event details and the relevant resource versions. The notification payload can be configured to include:
- Full resource: The complete current state of the resource
- Id-only: Just the resource reference for the client to fetch
- Empty: A simple ping indicating an event occurred, minimizing data exposure
Channel Types & Delivery
FHIR Subscriptions support multiple channel types for delivering notifications, each suited to different architectural needs:
- rest-hook: The server POSTs a bundle to a client's webhook endpoint
- websocket: A persistent connection for low-latency, streaming updates
- email: Simple notification to a specified email address
- message: Delivery to an internal messaging queue like an event broker This flexibility allows integration with both modern event-driven microservices and legacy notification systems.
Backport Subscription (R4)
The R5 Subscription model introduced significant improvements over the R4 Subscription resource, including topic-based triggers and richer filtering. The Backport Implementation Guide retrofits these advanced capabilities into FHIR R4, which is the dominant version in production today. This IG allows implementers to use the more robust subscription framework without upgrading their entire server infrastructure, bridging the gap between current deployments and future standards.
SubscriptionStatus & Error Handling
The SubscriptionStatus resource provides operational visibility into the health of a subscription. It tracks the number of notifications sent, errors encountered, and the current state (active, error, off). When a rest-hook delivery fails, the server can implement a retry strategy with exponential backoff. If a threshold is exceeded, the subscription transitions to an error state, preventing cascading failures and alerting administrators to investigate connectivity or endpoint issues.
Security: SMART & UDAP Integration
Securing the notification channel is critical for protected health information. FHIR Subscriptions integrate with SMART Backend Services for server-to-server OAuth 2.0 client credentials grants, ensuring the notifying server has a valid access token when POSTing to a subscriber's endpoint. For cross-organizational trust, UDAP protocols can dynamically establish mutual TLS and issue scoped tokens, enabling secure, automated subscription handshakes between institutions without pre-shared secrets.

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us