FHIR Chat · HAPI FHIR 3.4.0 Released · hapi

Stream: hapi

Topic: HAPI FHIR 3.4.0 Released


view this post on Zulip James Agnew (May 28 2018 at 18:45):

Hello All,

The next release of HAPI has now been uploaded to the Maven repos and GitHub's releases section.

This release brings lots of fixes and some significant enhancements. See the changelog for a full list of changes. Notable changes include:

  • HAPI FHIR now supports and requires JDK 8. Support for JDK 7 and below has officially been dropped.
  • The R4 draft structures have been updated to the latest versions.
  • Support for LOINC has been significantly improved thanks to a collaboration between the HAPI FHIR project and the Regenstrief Institute. The HAPI FHIR terminology service now imports LOINC parts, ValueSets, ConceptMaps, and all related artifacts.
  • Support for the ConceptMap $translate method has been implemented, meaning that the terminology service now covers validation as well as translation use cases. Further enhancements are planned. A utility has also been added to the HAPI FHIR CLI for importing and exporting ConceptMaps as CSV files for external editing.
  • Several index table enhancements have been made to the JPA server schema in anticipation of future changes that will improve performance and decrease index sizes. These enhancements consist of new columns that have been added and will be populated in HAPI FHIR 3.4.0 but will not actually be used until HAPI FHIR 3.5.0. Please see the changelog for an upgrade script that should be run.
  • The HAPI FHIR CLI is now available for OSX users using Homebrew.
  • The validation framework has been further harmonized so that DSTU2 resources will now also share the harmonized DSTU3/R4 validation codebase. This has resulted in a significantly more accurate validator for DSTU2 resources.
  • A number of other enhancements have also been made, as well as several significant bugfixes.

Thanks to everyone who contributed to this release!

As a final note, I'd like to thank and introduce Diederik Muylwyk, who actually performed this release. Diederik will likely perform upcoming releases as well, so expect to see announcements from him.

Cheers,
James

view this post on Zulip Diederik Muylwyk (May 28 2018 at 18:46):

I'm Diederik. Hello! :D


Last updated: Apr 12 2022 at 19:14 UTC