Smile CDR v2024.05.PRE
On this page:
   45.67    FHIR Validation Services 45.69    FHIR Storage Partitioning   

45.68.1FHIR Storage Package Registry

 

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

  • Load Pre-Seed Installation Spec Files Asynchronously

  • Enable Validation of Resource Status for Package Installation

  • Package Pre-Seed Installation Spec Files

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

45.68.3Property: Enable Validation of Resource Status for Package Installation

 
Property Name Enable Validation of Resource Status for Package Installation
Property Key
Property Type BOOLEAN
Description Resources can be filtered based on their status for package installation. See Filter Resources during Installation for more information.
Applies to Modules
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (MongoDB)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value true
Example Property
module.[MODULE_ID].config.package_registry.resource_status_validation_filter.enabled = true

45.68.4Property: 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
   45.67    FHIR Validation Services 45.69    FHIR Storage Partitioning