57.61    Repository Validation 57.63    FHIR Resource Types   

57.143.1FHIR Resource Body Storage

 

The FHIR Resource Body Storage configuration category includes the following configurable options:

  • Blob Service Path Prefix

  • Resource Body Offload Mode

  • Resource Body Storage Mode

57.143.2Property: Blob Service Path Prefix

 
Property Name Blob Service Path Prefix
Property Key
Property Type STRING
Description This setting is required to specify the prefix for resource body object keys stored in the blob service. This prefix acts as a logical folder path within the configured bucket / container. See Blob Service Path Prefix For Resource Body Storage 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.resource_body_storage.blob_service.path_prefix = 

57.143.3Property: Resource Body Offload Mode

 
Property Name Resource Body Offload Mode
Property Key
Property Type ENUM
Values
  • OFF
  • SAVE
  • SAVE_AND_CLEAR_OLD
  • SAVE_AND_CLEAR_ALL
Description This setting sets an offload strategy for moving resource bodies from the database to external storage. See Externalized Resource body Storage for more information.
Applies to Modules
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value OFF
Example Property
module.[MODULE_ID].config.resource_body_storage.offload_mode = OFF

57.143.4Property: Resource Body Storage Mode

 
Property Name Resource Body Storage Mode
Property Key
Property Type ENUM
Values
  • DATABASE
  • AWS_S3
  • MINIO
  • AZURE_BLOB_STORAGE
Description This setting sets a storage mechanism for resource bodies. See Externalized Resource body Storage for more information.
Applies to Modules
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value DATABASE
Example Property
module.[MODULE_ID].config.resource_body_storage.storage_mode = DATABASE
   57.61    Repository Validation 57.63    FHIR Resource Types