Smile CDR v2024.08.PRE
On this page:
   46.71    Versioned References 46.73    FHIR Subscription Persistence   

46.72.1FHIR Subscription Delivery

 

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

  • Subscription Delivery Queue Naming

  • Email From Address

46.72.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

46.72.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
   46.71    Versioned References 46.73    FHIR Subscription Persistence