Smile CDR v2023.08.PRE
On this page:
   41.60    FHIR Validation Services 41.62    FHIR Storage Partitioning   

41.61FHIR Storage Package Registry

 

The FHIR Storage Package Registry configuration category includes the following configurable options:

  • Load Pre-Seed Installation Spec Files Asynchronously

  • Package Pre-Seed Installation Spec Files

41.61.1Property: Load Pre-Seed Installation Spec Files Asynchronously

 
Property Name Load Pre-Seed Installation Spec Files Asynchronously
Property Key
Property Type BOOLEAN
Description When enabled, Pre-Seed Installation Spec Files will be loaded asynchronously. This can be useful if you have a large number of pre-seed files, and you want to avoid blocking the startup of the FHIR Storage module.
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.package_registry.load_specs_asynchronously = false

41.61.2Property: Package Pre-Seed Installation Spec Files

 
Property Name Package Pre-Seed Installation Spec Files
Property Key
Property Type STRING_MULTILINE
Description This FHIR Storage setting takes a whitespace separated list of paths to Package Installation Specification files to be loaded at startup. See Package Pre-Seed Installation for more information.
Applies to Modules
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value (no default)
Example Property
module.[MODULE_ID].config.package_registry.startup_installation_specs = classpath:/config_seeding/package-spec.json
   41.60    FHIR Validation Services 41.62    FHIR Storage Partitioning