This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Process KDS Report Deployment v0.2.0
Reto Wettstein edited this page Oct 21, 2022
·
1 revision
The process can be deployed by dropping the mii-dsf-process-kds-report-0.2.0.jar into the the DSF BPE folder /opt/bpe/process
. The release notes of the process version 0.2.0 can be found here.
- DSF installation of version 0.7.0 or higher. A link to an installation guide of the DSF can be found in the release notes.
- The hapi-fhir-client-5.1.0.jar has to be installed as a regular DSF BPE plugin by dropping the
.jar
file into the folder/opt/bpe/plugin
. Make sure the file is readable by the bpe user or group, for example by executing:sudo chmod 440 hapi-fhir-client-5.1.0.jar sudo chown root:bpe hapi-fhir-client-5.1.0.jar
-
Add the mii-dsf-process-kds-report-0.2.0.jar to the DSF BPE folder
/opt/bpe/process
. Make sure the process is readable by the bpe user or group, for example by executing:sudo chmod 440 mii-dsf-process-kds-report-0.2.0.jar sudo chown root:bpe mii-dsf-process-kds-report-0.2.0.jar
-
Modify the process exclude config in
/opt/bpe/docker-compose.yml
- DIC:
@@ -50,3 +50,3 @@ ORG_HIGHMED_DSF_BPE_PROCESS_EXCLUDED: | + medizininformatik-initiativede_kdsReportReceive/0.2.0
- HRP:
@@ -50,3 +50,3 @@ ORG_HIGHMED_DSF_BPE_PROCESS_EXCLUDED: | + medizininformatik-initiativede_kdsReportAutostart/0.2.0 + medizininformatik-initiativede_kdsReportSend/0.2.0
Additional processes may be listed in your process exclude config.
- The configuration of the process is described here.
- Before a DIC can create and send a KDS report to the HRP, the search bundle on which the report is based must be provided. To do this, a search bundle must be loaded on the DSF FHIR server using a POST request to the URL
<base-url>/fhir/Bundle
. - The search bundle can be found here: KDS Report Bundle Resources.
- Example Task Resources to start the send process and the autostart process as well as to stop the autostart process can be found here: KDS Report Task Resources.