Is your feature request related to a problem? Please describe.
Currently, the server does not emit notifications based on any FHIR Subscription resources, instead using the static configuration in fhir-server-config.json.
Describe the solution you'd like
Support for the FHIR Subscription mechanism.
This would allow for configuring notification endpoints dynamically. Additionally, individual endpoints could be configured based on FHIR Search criteria increasing the flexibility and possible use cases of notifications.
Describe alternatives you've considered
It's always possible to use the existing notification system and apply any resource filtering in custom receivers.
Is your feature request related to a problem? Please describe.
Currently, the server does not emit notifications based on any FHIR Subscription resources, instead using the static configuration in fhir-server-config.json.
Describe the solution you'd like
Support for the FHIR Subscription mechanism.
This would allow for configuring notification endpoints dynamically. Additionally, individual endpoints could be configured based on FHIR Search criteria increasing the flexibility and possible use cases of notifications.
Describe alternatives you've considered
It's always possible to use the existing notification system and apply any resource filtering in custom receivers.