Smile CDR v2024.05.PRE
On this page:
   45.115    Realtime Export 45.117    Scheduler Configuration   

45.116.1Endpoint Validation: Request Validating

 

The Endpoint Validation: Request Validating configuration category includes the following configurable options:

  • Request Validating Bean Types

  • Request Validating Enabled

  • Fail On Severity

  • Validation Response Headers Enabled

  • Validation Tags Enabled

45.116.2Property: Request Validating Bean Types

 
Property Name Request Validating Bean Types
Property Key
Property Type STRING
Description A comma-separated list of subclasses of IValidationSupport to be added to the validation support chain.
Applies to Modules
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value (no default)
Example Property
module.[MODULE_ID].config.request_validating.bean_types = 

45.116.3Property: Request Validating Enabled

 
Property Name Request Validating Enabled
Property Key
Property Type BOOLEAN
Description If enabled, the official FHIR StructureDefinitions and ValueSets will be used to validate resources for incoming FHIR requests.
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 false
Example Property
module.[MODULE_ID].config.request_validating.enabled = false

45.116.4Property: Fail On Severity

 
Property Name Fail On Severity
Property Key
Property Type ENUM
Values
  • WARNING
  • ERROR
  • FATAL
Description The severity at which to fail validated requests.

Request Validating must be enabled for this setting to take effect.

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 ERROR
Example Property
module.[MODULE_ID].config.request_validating.fail_on_severity = ERROR

45.116.5Property: Validation Response Headers Enabled

 
Property Name Validation Response Headers Enabled
Property Key
Property Type BOOLEAN
Description If enabled, an informative header will be added to the response during validation.

Request Validating must be enabled for this setting to take effect.

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 false
Example Property
module.[MODULE_ID].config.request_validating.response_headers.enabled = false

45.116.6Property: Validation Tags Enabled

 
Property Name Validation Tags Enabled
Property Key
Property Type BOOLEAN
Description If enabled, an informative tag will be added to a resource during validation. Existing Smile CDR validation tags will be stripped from the incoming resource.

Request Validating must be enabled for this setting to take effect.

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 false
Example Property
module.[MODULE_ID].config.request_validating.tags.enabled = false
   45.115    Realtime Export 45.117    Scheduler Configuration