FHIR Validation Services
The FHIR Validation Services configuration category includes the following configurable options:
Local Reference Policy
Remote Terminology Service - Enabled
Base URL
Log HTTP Calls
|
Local Reference Policy |
|
|
ENUM | |
Values |
|
This property controls whether the validator should attempt to dereference/load resource references from the resource being validated to ensure that they exist, and are valid for the given reference. This type of validation is more thorough but also increases the time that an individual resource validation will take. See Validating References for more information. | |
NOT_VALIDATED
|
|
|
|
Remote Terminology Service - Enabled |
|
|
BOOLEAN | |
If enabled, a FHIR REST-based terminology service. See Remote Terminology Services for more information on this feature. | |
false
|
|
|
|
Base URL |
|
|
STRING | |
The Base URL for the FHIR server containing terminology services to use for validation. | |
(no default) | |
|
|
Log HTTP Calls |
|
|
BOOLEAN | |
If enabled, debugging HTTP logs for outbound terminology service calls will be added to smile.log. Note that this logging is very verbose and should only be used for troubleshooting. | |
false
|
|
|