Subscriptions
Not Yet Implemented
FHIR Subscriptions are planned but not yet implemented in Ignixa.
Planned Features
The following subscription capabilities are planned for future releases:
- R4 Subscriptions - Criteria-based notifications
- R5 Topic-Based Subscriptions - SubscriptionTopic and enhanced filtering
- Channel types - REST hooks, WebSockets
- Notification bundles - Event and handshake notifications
Workarounds
Until subscriptions are implemented, consider:
- Polling - Periodically query for changes using
_lastUpdatedsearch parameter - Bulk export - Use
$exportwith_sinceparameter for batch change detection
Related Documentation
- Bulk Operations - Export changes in batch
- Search Parameters - Query for recent changes