Smile CDR v2024.05.PRE
On this page:
   45.72    FHIR Subscription Persistence 45.74    HL7 v2.x Mapper - Contained Resource   

45.73.1Amazon HealthLake REST Endpoint

 

The Amazon HealthLake REST Endpoint configuration category includes the following configurable options:

  • HealthLake Endpoint URL

  • HealthLake Region Name

  • HealthLake role ARN

  • Auto-Manage Subscription Resource

  • Auto-Managed Subscription Criteria

  • Maximum amount of retry attempts for subscription

45.73.2Property: HealthLake Endpoint URL

 
Property Name HealthLake Endpoint URL
Property Key
Property Type STRING
Description The HealthLake FHIR REST URL
Applies to Modules
  • Amazon HealthLake Outbound REST Connector
Default Value (no default)
Example Property
module.[MODULE_ID].config.endpoint.url = 

45.73.3Property: HealthLake Region Name

 
Property Name HealthLake Region Name
Property Key
Property Type STRING
Description The HealthLake Region Name
Applies to Modules
  • Amazon HealthLake Outbound REST Connector
Default Value (no default)
Example Property
module.[MODULE_ID].config.region.name = 

45.73.4Property: HealthLake role ARN

 
Property Name HealthLake role ARN
Property Key
Property Type STRING
Description The HealthLake Amazon Resource Name of the update Role
Applies to Modules
  • Amazon HealthLake Outbound REST Connector
Default Value (no default)
Example Property
module.[MODULE_ID].config.role.arn = 

45.73.5Property: Auto-Manage Subscription Resource

 
Property Name Auto-Manage Subscription Resource
Property Key
Property Type BOOLEAN
Description If enabled, this module will automatically create a subscription resource that feeds data to this export module. Note that this feature only currently works for FHIR R4 storage modules. See Auto-Manage Subscription for more information.
Applies to Modules
  • Amazon HealthLake Outbound REST Connector
Default Value false
Example Property
module.[MODULE_ID].config.subscription.automanage.enabled = false

45.73.6Property: Auto-Managed Subscription Criteria

 
Property Name Auto-Managed Subscription Criteria
Property Key
Property Type STRING
Description If Auto-Manage Subscription Resource is enabled, this setting controls the criteria that will be used.
Applies to Modules
  • Amazon HealthLake Outbound REST Connector
Default Value [*]
Example Property
module.[MODULE_ID].config.subscription.criteria = [*]

45.73.7Property: Maximum amount of retry attempts for subscription

 
Property Name Maximum amount of retry attempts for subscription
Property Key
Property Type POSITIVE_INTEGER
Description The maximum amount of times to attempt subscription delivery before considering a message failed. Non-zero value required for retry to be limited. If set to zero, subscription delivery will revert to default behaviour, which is to retry indefinitely.
Applies to Modules
  • Amazon HealthLake Outbound REST Connector
Default Value 20
Example Property
module.[MODULE_ID].config.subscription.maximum_retry_attempts = 20
   45.72    FHIR Subscription Persistence 45.74    HL7 v2.x Mapper - Contained Resource