Removing accidently enabled remote terminology by default (#819)

* Removing accidently enabled remote terminology by default

* Update src/main/resources/application.yaml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jens Kristian Villadsen
2025-05-14 11:08:27 +02:00
committed by GitHub
parent ba0589ce77
commit f2c0d77093

View File

@@ -293,16 +293,18 @@ hapi:
# max_page_size: 200
# retain_cached_searches_mins: 60
# reuse_cached_search_results_millis: 60000
remote_terminology_service:
# The remote_terminology_service block is commented out by default because it requires external terminology service endpoints.
# Uncomment and configure the block below if you need to enable remote terminology validation or mapping.
#remote_terminology_service:
# all:
# system: '*'
# url: 'https://tx.fhir.org/r4/'
snomed:
system: 'http://snomed.info/sct'
url: 'https://tx.fhir.org/r4/'
loinc:
system: 'http://loinc.org'
url: 'https://hapi.fhir.org/baseR4/'
# snomed:
# system: 'http://snomed.info/sct'
# url: 'https://tx.fhir.org/r4/'
# loinc:
# system: 'http://loinc.org'
# url: 'https://hapi.fhir.org/baseR4/'
tester:
home:
name: Local Tester