52.64    Custom Resource Types 52.66    MegaScale   

52.142.1IG Support

 

The IG Support configuration category includes the following configurable options:

  • International Patient Summary (IPS) Enabled

  • IPS Generation Strategy Class Name

52.142.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

52.142.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
   52.64    Custom Resource Types 52.66    MegaScale