Smile CDR v2024.08.PRE
On this page:
   46.63    Custom Resource Types 46.65    MegaScale   

46.64.1IG Support

 

The IG Support configuration category includes the following configurable options:

  • International Patient Summary (IPS) Enabled

  • IPS Generation Strategy Class Name

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

46.64.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
   46.63    Custom Resource Types 46.65    MegaScale