From f2c0d7709346683ea747efb6e2e66ef673e48dd7 Mon Sep 17 00:00:00 2001 From: Jens Kristian Villadsen Date: Wed, 14 May 2025 11:08:27 +0200 Subject: [PATCH] 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> --- src/main/resources/application.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index e81556e..d4df357 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -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