File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -293,16 +293,18 @@ hapi:
293
293
# max_page_size: 200
294
294
# retain_cached_searches_mins: 60
295
295
# 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:
297
299
# all:
298
300
# system: '*'
299
301
# 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/'
306
308
tester :
307
309
home :
308
310
name : Local Tester
You can’t perform that action at this time.
0 commit comments