Subscriptions
Subscriptions in iEHR are event-driven notifications, similar to webhooks, and are commonly used for integrations and automations. iEHR supports subscribing to changes on FHIR® resources. For a description of FHIR® Subscriptions, refer to the HL7.org documentation.
Key Features
-
Event-Driven Notifications: Subscriptions trigger notifications based on specific events, enabling real-time updates and integrations.
-
Integration with Bots and Questionnaires: Subscriptions can be used with bots and questionnaires to enable complex workflows.
-
AuditEvents: Track the history of Subscription triggers, useful for troubleshooting and monitoring.
-
Subscription Extensions: Advanced features that allow for more fine-grained control and security.
-
WebSocket Subscriptions: Use WebSocket subscriptions for real-time data updates via the React useSubscription hook.
Additional Documentation
-
Resending Webhooks: Describes the $resend operation for manually triggering webhooks.
-
Subscription Extensions: Details advanced subscription features.
-
WebSocket Subscriptions: Explains the usage of WebSocket subscriptions.
For more detailed information, feel free to contact us .