Skip to content

Commit f2c0d77

Browse files
jkiddoCopilot
andauthored
Removing accidently enabled remote terminology by default (hapifhir#819)
* Removing accidently enabled remote terminology by default * Update src/main/resources/application.yaml Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent ba0589c commit f2c0d77

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/main/resources/application.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -293,16 +293,18 @@ hapi:
293293
# max_page_size: 200
294294
# retain_cached_searches_mins: 60
295295
# reuse_cached_search_results_millis: 60000
296-
remote_terminology_service:
296+
# The remote_terminology_service block is commented out by default because it requires external terminology service endpoints.
297+
# Uncomment and configure the block below if you need to enable remote terminology validation or mapping.
298+
#remote_terminology_service:
297299
# all:
298300
# system: '*'
299301
# url: 'https://tx.fhir.org/r4/'
300-
snomed:
301-
system: 'http://snomed.info/sct'
302-
url: 'https://tx.fhir.org/r4/'
303-
loinc:
304-
system: 'http://loinc.org'
305-
url: 'https://hapi.fhir.org/baseR4/'
302+
# snomed:
303+
# system: 'http://snomed.info/sct'
304+
# url: 'https://tx.fhir.org/r4/'
305+
# loinc:
306+
# system: 'http://loinc.org'
307+
# url: 'https://hapi.fhir.org/baseR4/'
306308
tester:
307309
home:
308310
name: Local Tester

0 commit comments

Comments
 (0)