56.30    Cross-Origin Resource Sharing (CORS) 56.32    Member Match   

56.141.1Invoke Export

 

The Invoke Export configuration category includes the following configurable options:

  • Reference System used by Target Patient

  • Responder Identifier System

  • Interceptor Bean Types

  • Maximum poll attempts for exported results.

  • OIC Server Seed File

56.141.2Property: Reference System used by Target Patient

 
Property Name Reference System used by Target Patient
Property Key
Property Type STRING
Description The reference system that is present in the identifiers of the target Patient. The identifier from this system will be added to the Patient resources that result from the $sdh.s2s.invoke-export operation.
Applies to Modules
  • System to System Data Exchange
Default Value (no default)
Example Property
module.[MODULE_ID].config.identifier_system_for_local_patient = 

56.141.3Property: Responder Identifier System

 
Property Name Responder Identifier System
Property Key
Property Type STRING
Description The system for the Identifier that will be used to store the original ids of the imported resources from the responder server.
Applies to Modules
  • System to System Data Exchange
Default Value (no default)
Example Property
module.[MODULE_ID].config.identifier_system_for_original_id = 

56.141.4Property: Interceptor Bean Types

 
Property Name Interceptor Bean Types
Property Key
Property Type STRING
Description A comma or whitespace-separated list of bean classes to register as Smile CDR Interceptors.
Applies to Modules
  • CDA Exchange+
  • Channel Import
  • Cluster Manager
  • Consent
  • FHIR Gateway REST Endpoint
  • FHIR REST Endpoint (All FHIR Versions)
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
  • HL7 v2.x Listening Endpoint
  • Hybrid Providers REST Endpoint
  • MDM
  • Prior Auth CRD
  • SMART Outbound Security
  • Subscription Matcher (All FHIR Versions)
  • System to System Data Exchange
Default Value (no default)
Example Property
module.[MODULE_ID].config.interceptor_bean_types = 

56.141.5Property: Maximum poll attempts for exported results.

 
Property Name Maximum poll attempts for exported results.
Property Key
Property Type INTEGER
Description Specifies the maximum number of attempts to poll for exported results before failing the job. It is recommended to set a reasonable number of attempts.
Applies to Modules
  • System to System Data Exchange
Default Value (no default)
Example Property
module.[MODULE_ID].config.max_poll_attempts_for_export = 

56.141.6Property: OIC Server Seed File

 
Property Name OIC Server Seed File
Property Key
Property Type Resource Path
Description Provides the location of a file to use to pre-seed OpenID Connect Server definitions at startup time. These servers will only be used and only be available to the System to System Data Exchange Module for $sdh.s2s.invoke-export operations. See Pre-Seeding for more information on seeding files.
Applies to Modules
  • SMART Inbound Security
  • SMART Outbound Security
  • System to System Data Exchange
Default Value (no default)
Example Property
module.[MODULE_ID].config.seed_servers.file = classpath:/config_seeding/oidc-servers.json
   56.30    Cross-Origin Resource Sharing (CORS) 56.32    Member Match