HAPI FHIR 1.3
November 15, 2015 - HAPI FHIR 1.3 Released
The next release of HAPI has now been uploaded to the Maven repos and GitHub's releases section.
This release brings a number of bugfixes and a few bigger things. As always, the changelog has the full list of changes in this version. Some changes of note include:
- FHIR DSTU2 definitions have been updated to v1.0.2 of the FHIR specification (see the downloads page for FHIR version support information)
- The JPA server now uses Lucene (via Hibernate Search) as an added indexing mechanism. This allows the server to support fulltext searching via the
_content
and_text
search parameters. - The JPA server has been converted from using Spring XML configuration to using Spring Java configuration. Existing JPA server users are recommended to look at the hapi-fhir-jpaserver-example project to see how the configuration looks now.
- A new Command-Line Tool called hapi-fhir-cli has been created. This tool has a bunch of cool features, including the ability to start up a fully functional FHIR server with a single command. A big thanks to David Hay for his help in testing this!
- Several of HAPI's library dependencies have been upgraded to the latest version (see the first entry in the changelog)
And just a reminder, if you haven't yet filled out the
HAPI FHIR Community Survey, we
would really appreciate if you did so!