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 # max_page_size: 200
# retain_cached_searches_mins: 60 # retain_cached_searches_mins: 60
# reuse_cached_search_results_millis: 60000 # 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: # all:
# system: '*' # system: '*'
# url: 'https://tx.fhir.org/r4/' # url: 'https://tx.fhir.org/r4/'
snomed: # snomed:
system: 'http://snomed.info/sct' # system: 'http://snomed.info/sct'
url: 'https://tx.fhir.org/r4/' # url: 'https://tx.fhir.org/r4/'
loinc: # loinc:
system: 'http://loinc.org' # system: 'http://loinc.org'
url: 'https://hapi.fhir.org/baseR4/' # url: 'https://hapi.fhir.org/baseR4/'
tester: tester:
home: home:
name: Local Tester name: Local Tester