Smile CDR v2023.05.PRE
On this page:
   41.51    Custom Resource Types 41.53    MegaScale   

41.52IG Support

 

The IG Support configuration category includes the following configurable options:

  • International Patient Summary (IPS) Enabled

  • IPS Generation Strategy Class Name

41.52.1Property: 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 Relational)
Default Value false
Example Property
module.[MODULE_ID].config.ig_support.ips.enabled = false

41.52.2Property: 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 Relational)
Default Value ca.uhn.fhir.jpa.ips.strategy.DefaultIpsGenerationStrategy
Example Property
module.[MODULE_ID].config.ig_support.ips.generation_strategy_class = ca.uhn.fhir.jpa.ips.strategy.DefaultIpsGenerationStrategy
   41.51    Custom Resource Types 41.53    MegaScale