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:
committed by
GitHub
parent
ba0589ce77
commit
f2c0d77093
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user