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.
General remarks:
- This release is compatible with the Data Sharing Framework version
>= 1.0.0
. This release does not work with DSF versions< 1.0.0
.
Features include:
- Checks for search Bundle request url's have been improved:
- Request url's can only contain the resource type and no resource id
- The
type
search parameter is treated as a token search parameter, only allowing for system scoped queries - An exemption of the
type
search parameter forEncounter.type
allows to search encounters on a specific code value likeeinrichtungskontakt
- The
_summary
search parameter is only allowed once per request url
Bugs fixed:
- Github workflows were updated to run again when a release is published
Issues closed:
- Releasing a new version does not trigger maven deployment in GitHub action #24
- Ensure _summary parameter only appears exactly once #27
Contributors:
This release contains contributions from @wetret, @alexanderkiel, @juliangruendner, @schwzr and @hhund.