github highmed/highmed-dsf v0.5.0-RC1
First Release Candidate for 0.5.0

latest releases: v0.9.3, v0.9.2, v0.9.1...
pre-release2 years ago

Features include:

  • Support for resources Library, Measure and MeasureReport from the Quality Reporting Framework.
  • Support for resource OrganizationAffiliation to define a organizations role within a consortium.
  • The release includes a new read access and process authorization implementation. The new read access implementation allows for specifying either ALL, LOCAL, ORGANIZATION or ROLE based tags. The new process authorization implementation allows for specifying the requester by REMOTE_ALL, LOCAL_ALL, LOCAL_ORGANIZATION, REMOTE_ORGANIZATION, LOCAL_ROLE and REMOTE_ROLE as well as the recipient by LOCAL_ALL, LOCAL_ORGANIZATION and LOCAL_ROLE. SecurityContext on Binary now works as intended and can be used to delegate the read access rule to any other resource.
  • OrganizationAffiliation resources are used to define roles of and associated FHIR Endpoints of Organizations in consortia (groups of organizations). Predefined organization types now include: TTP - Trusted Third Party, MeDIC - Medical Data Integration Center, DTS - Data Transfer Site, COS - Coordinating Site, CRR - Central Research Repository, and HRP - Health Research Platform.
  • The included NamingSystems now use the ../sid/.. schema for the uniqueId.value used as system in identifiers.
  • BPMN process names have been modified and now do no need to start with http://highmed.org.
  • A corporate internet-proxy server for accessing the local FHIR server via rest/websocket can now be defined.
  • A new docker based 3 MeDIC / TTP test setup was added. The new test setup uses a single database and a single nginx container as reverse proxy for all DSF FHIR and DSF BPE servers.
  • The VM based 3 MeDIC / TTP test setup now uses default ports mapping that allow access to the BPE only from localhost. Additionally, the link to the used Ubuntu release has been updated.
  • Source and JavaDoc jars are now generated and published.
  • Literal external references are only check and resolved if an Endpoint is known.
  • Logical references are only checked and resolved if they are based on a known NamingSystem using a uniqueId.modifierExtension with url http://highmed.org/fhir/StructureDefinition/extension-check-logical-reference and value true.
  • Binary resources can now be referenced as RelatesArtifact in ActivityDefinition, Library, Measure and ResearchStudy and created together with the referencing Artifact via a transaction Bundle.
  • A new operation was added to permanently delete resources from the database already marked as deleted. The $permanent-delete operation can be performed on resource instances via POST without parameters.
  • FHIR resource synchronization between BPE process plugins and the DSF FHIR server has been improved.
  • The openEHR stub client implementation has been extended to return a more complex ResultSet including lab values.
  • Additional openEHR ResultSet translators have been implemented which can be used for data sharing requests without record linkage.
  • The FHIR server now supports the _profile search parameter.
  • The trigger to start the execution of a process is no longer only dependent on the process ID but also on the message.
  • The repository now contains a CITATION.cff file containing citation information about our software in order to let others know how to correctly cite our software in Bibtex or APA style.
  • All dependencies have been upgraded to the newest applicable versions.
  • The DSF configuration has been simplified, most properties now have default values. Properties can be configured via environment variables and password properties can be configured via the content of files for example used with docker secrets.

Fixes include:

  • A NullPointerException occurred when using a process specific PrimitiveValue/PrimitiveValueSerializer not loaded via the classpath. See #210
  • A NullPointerException occurred in case of a communication problem with this single target while sending a Task resource. See #201
  • A NullPointerException occurred while falsely testing Java service Bean availability for BPMN ServiceTasks not using a Java class as implementation. See #194

General remarks:

  • This is a 0.5.0 pre-release, we recommend to not use this in production.

Clients released in the binary assets:

Docker containers for this release can be access via the GitHub Docker registry - ghcr.io:

Issues closed:

  • Validate ActivityDefinition Against BPMN During Deployment #231
  • Refactor validation of absolute and logical references #227
  • Add new Organization Types and new Consortium to ConstantsBase #225
  • Simplify Configuration #224
  • Create a CITATION.cff file documentation #220
  • Improve Literal Reference Cleanup for _history URLs #219
  • NPE in FallbackSerializerFactory #210
  • Starting a Process should be based as well on the Message #208
  • Add Not Null Check to AbstractTaskMessageSend #201
  • Update Maven Dependencies #200
  • Improve Handling of NamingSystems via Process Plugins #198
  • Reference Resolution Not Working for RelatedArtifacts in ResearchStudy #197
  • TaskAuthorizationRule Should Support Process URLs Other Than http://highmed.org... #196
  • Add _profile Search Parameter #195
  • NPE when Implementing ServiceTask With Something Other Than Java Class #194
  • Change Default Ports Config of BPE docker-compose Files #192
  • Create translators for data sharing without record-linkage #190
  • Add Source and Javadoc Jars to GitHub Package Registry #189
  • URL Not Found (Download Ubuntu Server 18.04.3 ISO) #187
  • Rework Process Execution Authorization #186
  • Fix extension-certificate-thumbprint Regex #185
  • Return more Complex ResultSet in OpenEhrClientStub #180
  • Rework Resource Authorization Read Access #179
  • Add formatter-maven-plugin and impsort-maven-plugin #178
  • Add Quality Reporting Resources #175
  • Fix Broken Validation Tests #173
  • Implement Custom FHIR Operation to Delete Resources Permanently #98

Special Thanks:
The maintainers would like to thank @alexanderkiel, @alhersh and @nlangh for their contributions to this pre-release.

Don't miss a new highmed-dsf release

NewReleases is sending notifications on new releases.