https://github.com/samply/dktk-fed-search-share
https://github.com/samply/dktk-fed-search-share
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samply/dktk-fed-search-share
- Owner: samply
- Created: 2021-12-08T17:17:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T07:53:40.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T07:14:13.818Z (5 months ago)
- Language: Java
- Size: 340 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DKTK Federated Search Share
This service acts as middleware between a Searchbroker and a [Blaze FHIR Server][3] for a DKTK
federated search deployment.# Usage
## Configuration
* `APP_STORE_SOCKETTIMEOUT` - set the socket timeout as number of milliseconds for REST requests
towards the FHIR server. Defaults to 60000.### Proxy
If a proxy is needed to access the Searchbroker, please use the following Java properties to
configure it inside the environment variable `JAVA_TOOL_OPTIONS`:* `-Dhttp.proxyHost`
* `-Dhttp.proxyPort`
* `-Dhttp.proxyPassword`
* `-Dhttp.nonProxyHosts`## References
The FHIR Implementation Guide, that is the basis of the conversions, can be found [here][1]. The
data elements of the target format can be found [here][2].## License
Copyright 2022 The Samply Community
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing permissions and limitations under the
License.[1]:
[2]:
[3]: