52.121    Realtime Export 52.123    Scheduler Configuration   

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

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

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

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

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

52.142.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
   52.121    Realtime Export 52.123    Scheduler Configuration