Smile CDR v2024.05.PRE
On this page:
   45.46    FHIR Endpoint Partitioning 45.48    FHIR Endpoint Security   

45.47.1Resource Providers

 

The Resource Providers configuration category includes the following configurable options:

  • Allowed Interactions

  • Resource Provider Bean Types

45.47.2Property: Allowed Interactions

 
Property Name Allowed Interactions
Property Key
Property Type STRING_MULTILINE
Description If not blank, provides a list of allowed interactions. Any other interactions will be disabled on this endpoint (note that removed interactions may still be available as a part of FHIR transaction/batch operations). See Customizing Available Interactions for more information.
Applies to Modules
  • FHIR Gateway REST Endpoint
  • FHIR REST Endpoint (All FHIR Versions)
  • FHIR REST Endpoint (DSTU2 - Deprecated)
  • FHIR REST Endpoint (R3 - Deprecated)
  • FHIR REST Endpoint (R4 - Deprecated)
  • Hybrid Providers REST Endpoint
Default Value (no default)
Example Property
module.[MODULE_ID].config.interactions.allow_specs = 

45.47.3Property: Resource Provider Bean Types

 
Property Name Resource Provider Bean Types
Property Key
Property Type STRING
Description A comma-separated list of bean classes to register as Smile CDR Resource Providers.
Applies to Modules
  • FHIR Gateway REST Endpoint
  • FHIR REST Endpoint (All FHIR Versions)
  • FHIR REST Endpoint (DSTU2 - Deprecated)
  • FHIR REST Endpoint (R3 - Deprecated)
  • FHIR REST Endpoint (R4 - Deprecated)
  • Hybrid Providers REST Endpoint
Default Value (no default)
Example Property
module.[MODULE_ID].config.resource_provider_bean_types = 
   45.46    FHIR Endpoint Partitioning 45.48    FHIR Endpoint Security