Configuration

The required configuration properties are added to the hdr_fhir.yaml file.

remote_terminology_service_enabled: false

Set this property to true to enable validate codes using the configured FHIR-based remote terminology server. By default it is false.

remote_terminology_server_base_url=http://hapi.fhir.org/baseR4

Specify FHIR-based remote terminology server url to validate codes against this server.

Note:

If remote terminology validation is set to true, make sure that request validation is also enabled (requests_enabled property).