59.69    IG Support 59.71    FHIR Storage Module Conditional Updates   

59.147.1MegaScale

 

The MegaScale configuration category includes the following configurable options:

  • MegaScale Enabled

  • Patient-Partitioned Document Repository

  • Patient Identifier Systems for Pre-Assignment

59.147.2Property: MegaScale Enabled

 
Property Name MegaScale Enabled
Property Key
Property Type BOOLEAN
Description This setting enables MegaScale mode. Use with caution, and do not modify this setting on a populated repository.
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.megascale.enabled = false

59.147.3Property: Patient-Partitioned Document Repository

 
Property Name Patient-Partitioned Document Repository
Property Key
Property Type BOOLEAN
Description When using MegaScale in MegaScale Patient ID Partition Selection Modes, this setting configures the repository to act as a MegaScale Document Repository.)
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.megascale.patient_id_modes.document_repository.enabled = false

59.147.4Property: Patient Identifier Systems for Pre-Assignment

 
Property Name Patient Identifier Systems for Pre-Assignment
Property Key
Property Type STRING_MULTILINE
Description When using MegaScale in MegaScale Patient ID Partition Selection Modes, this setting defines the Patient.identifier.system values that are eligible for pre-assignment, as a whitespace-separated list of fixed URIs or regex expressions. See Configuring Pre-Assigned Patient Identifier Systems 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.megascale.patient_id_modes.pre_resolve_patient_identifier_systems = ^http://example.org/practitioner/[0-9]+$
   59.69    IG Support 59.71    FHIR Storage Module Conditional Updates