Smile CDR v2024.05.PRE
On this page:
   45.117    Scheduler Configuration 45.119    SAML Provider   

45.118.1Search Parameter Seeding

 

The Search Parameter Seeding configuration category includes the following configurable options:

  • Disable Patterns

  • Enable Patterns

  • Support Default SearchParameters

45.118.2Property: Disable Patterns

 
Property Name Disable Patterns
Property Key
Property Type STRING_MULTILINE
Description Any patterns entered here will be automatically disabled, unless overridden by an enable pattern. The format is [ResourceName]:[ParameterName] or [ResourceName]:*, e.g. Patient:identifier. One pattern per line. Note that only built-in/default FHIR Search Parameters (by canonical URI) will be disabled, and any custom Search Parameters are not affected.
Applies to Modules
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (MongoDB)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value (no default)
Example Property
module.[MODULE_ID].config.search_parameter_seeding.disable_patterns = 

45.118.3Property: Enable Patterns

 
Property Name Enable Patterns
Property Key
Property Type STRING_MULTILINE
Description Any patterns entered here will be automatically enabled, overriding any disable patterns. The format is [ResourceName]:[ParameterName] or [ResourceName]:*, e.g. Patient:identifier. One pattern per line.
Applies to Modules
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (MongoDB)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value (no default)
Example Property
module.[MODULE_ID].config.search_parameter_seeding.enable_patterns = 

45.118.4Property: Support Default SearchParameters

 
Property Name Support Default SearchParameters
Property Key
Property Type BOOLEAN
Description If enabled, the server will automatically implement and support the built in Search Parameters provided by HAPI FHIR. This is disabled by default in order to improve performance (especially write performance).
Applies to Modules
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value false
Example Property
module.[MODULE_ID].config.search_parameter_seeding.support_default_search_parameters = false
   45.117    Scheduler Configuration 45.119    SAML Provider