58.68    Custom Resource Types 58.70    MegaScale   

58.145.1IG Support

 

The IG Support configuration category includes the following configurable options:

  • International Patient Summary (IPS) Enabled

  • IPS Generation Strategy Class Name

58.145.2Property: International Patient Summary (IPS) Enabled

 
Property Name International Patient Summary (IPS) Enabled
Property Key
Property Type BOOLEAN
Description If enabled, the $summary operation will be enabled in order to support generation of an International Patient Summary (IPS) document. See IPS for more information.
Applies to Modules
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value false
Example Property
module.[MODULE_ID].config.ig_support.ips.enabled = false

58.145.3Property: IPS Generation Strategy Class Name

 
Property Name IPS Generation Strategy Class Name
Property Key
Property Type STRING
Description Specifies the java class name for the IPS Generation Strategy object to instantiate and use.
Applies to Modules
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value ca.uhn.fhir.jpa.ips.jpa.DefaultJpaIpsGenerationStrategy
Example Property
module.[MODULE_ID].config.ig_support.ips.generation_strategy_class = ca.uhn.fhir.jpa.ips.jpa.DefaultJpaIpsGenerationStrategy
   58.68    Custom Resource Types 58.70    MegaScale