Release of the MII report process plugin used to send reports of current FHIR store implementation progress of a DIC to a HRP.
The documentation of the process including the description, the deployment and configuration guides as well as instructions on how to start a process instance can be found in the wiki. For a pre-built jar file, see assets: mii-process-report-2.0.0.0.jar.
General remarks:
- This release is compatible with the Data Sharing Framework version
>= 2.0.0. This release does not work with DSF versions< 2.0.0.
Features include:
- Updated the repository to support DSF API v2.
- The timeout for waiting for a receipt from the HRP during report retrieval at the DIC is now configurable, with a default value of
PT45M. See DE_MEDIZININFORMATIK_INITIATIVE_REPORT_DIC_STATUS_TIMER_INTERVAL. - The token search parameters
category,class,provision-provision-code-type, andstatusare now also allowed and can be executed at code-level. All other token search parameters still only allow system-level queries and no specific code searches.
Configuration Change:
- Based on the new features in the DSF API v2, the process configuration has been simplified, and therefore the environment variables that need to be configured have changed. Please make sure to check the configuration wiki page during deployment.
- FHIR store client configurations can now be created once and then referenced and reused in processes via their IDs. A guide with examples is provided on the DSF BPE deployment documentation.
- Sending e-mails must now be enabled explicitly. To receive e-mail notifications, configure the e-mail environment variables described in the DSF BPE deployment documentation, starting with
DEV_DSF_BPE_MAIL_....
Issues closed:
- Extend allowed search parameters #65
- Upgrade to DSF API v2 #64
- Update KDS Report Plugin to allow specific exceptions for more detailed queries #56
Contributors:
This release contains contributions from @wetret, @Schwz, @jaboehri and @hhund.