56.26    Cluster Level Security 56.28    CQL   

56.141.1Consent

 

The Consent configuration category includes the following configurable options:

  • Bucket Definition (File)

  • Bucket Definition (Text)

  • Gateway Route filtering Definition (File)

  • Gateway Route filtering Definition (Text)

  • Register Consent Module With Specified Persistence Dependency

56.141.2Property: Bucket Definition (File)

 
Property Name Bucket Definition (File)
Property Key
Property Type Resource Path
Description The file that contains the bucket definition configuration in JSON format.
Applies to Modules
  • Consent
Default Value (no default)
Example Property
module.[MODULE_ID].config.bucket_definition.file = 

56.141.3Property: Bucket Definition (Text)

 
Property Name Bucket Definition (Text)
Property Key
Property Type JSON
Description The bucket definition configuration in JSON format.
Applies to Modules
  • Consent
Default Value (no default)
Example Property
module.[MODULE_ID].config.bucket_definition.text = 

56.141.4Property: Gateway Route filtering Definition (File)

 
Property Name Gateway Route filtering Definition (File)
Property Key
Property Type Resource Path
Description The file that contains the javascript function for gateway route filtering.
Applies to Modules
  • Consent
Default Value (no default)
Example Property
module.[MODULE_ID].config.gateway_route_filtering_js_definition.file = 

56.141.5Property: Gateway Route filtering Definition (Text)

 
Property Name Gateway Route filtering Definition (Text)
Property Key
Property Type JSON
Description The text of the javascript function for gateway route filtering.
Applies to Modules
  • Consent
Default Value (no default)
Example Property
module.[MODULE_ID].config.gateway_route_filtering_js_definition.text = 

56.141.6Property: Register Consent Module With Specified Persistence Dependency

 
Property Name Register Consent Module With Specified Persistence Dependency
Property Key
Property Type BOOLEAN
Description If enabled, the consent module will be registered with the specified persistence dependency. This is required for the $export operation. Enabling this property will also apply Consent filtering to any FHIR endpoints with the same persistence dependency.
Applies to Modules
  • Consent
Default Value false
Example Property
module.[MODULE_ID].config.register_with_persistence = false
   56.26    Cluster Level Security 56.28    CQL