Smile CDR v2024.05.PRE
On this page:
   45.70    Versioned References 45.72    FHIR Subscription Persistence   

45.71.1FHIR Subscription Delivery

 

The FHIR Subscription Delivery configuration category includes the following configurable options:

  • Subscription Delivery Queue Naming

  • Email From Address

45.71.2Property: Subscription Delivery Queue Naming

 
Property Name Subscription Delivery Queue Naming
Property Key
Property Type ENUM
Values
  • SHARED
  • SUBSCRIPTION_ID
  • ENDPOINT_HOST
  • ENDPOINT_HOST_PORT
  • ENDPOINT_HOST_PORT_PATH
  • DELIVERY_GROUP
Description The approach used to derive subscription delivery queue names from subscriptions. See Message Broker for more information.
Applies to Modules
  • Subscription Matcher (All FHIR Versions)
Default Value SUBSCRIPTION_ID
Example Property
module.[MODULE_ID].config.delivery_queue_naming = SUBSCRIPTION_ID

45.71.3Property: Email From Address

 
Property Name Email From Address
Property Key
Property Type STRING
Description Emails sent from matching EMAIL subscriptions will be sent from this e-mail address.
Applies to Modules
  • Subscription Matcher (All FHIR Versions)
Default Value noreply@unknown.com
Example Property
module.[MODULE_ID].config.model_config.email.from_address = noreply@unknown.com
   45.70    Versioned References 45.72    FHIR Subscription Persistence