Smile CDR v2023.08.PRE
On this page:
   41.65    FHIR Subscription Persistence 41.67    HL7 v2.x Mapper - Contained Resource   

41.66Amazon 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

41.66.1Property: 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 = 

41.66.2Property: 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 = 

41.66.3Property: 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 = 

41.66.4Property: 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

41.66.5Property: 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 = [*]

41.66.6Property: 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
   41.65    FHIR Subscription Persistence 41.67    HL7 v2.x Mapper - Contained Resource