Skip to content

IBM FHIR Server 4.5.2

Compare
Choose a tag to compare
@lmsurpre lmsurpre released this 03 Dec 19:26
960c425

This version of the IBM FHIR Server supports HL7 FHIR Specification version v4.0.1.

This release fixes multiple issues with the fhir-persistence-schema tool:

  1. --update-schema does not properly update the user function for PostgreSQL databases
  2. --update-proc is broken due to an extraneous commit
  3. schema versioning (FHIR_ADMIN) is case sensitive; fails with DuplicateNameException when user executes --update-schema with an existing schema name with different casing

If you are updating from a previous release, be sure to "reindex" the resources after the upgrade.
See the Search Configuration Guide for information on the $reindex operation.

Using the Release

Run or extend the Docker image from https://hub.docker.com/r/ibmcom/ibm-fhir-server or download fhir-server-distribution.zip and install as described at https://ibm.github.io/FHIR/guides/FHIRServerUsersGuide.

Note: The Docker image ibmcom/ibm-fhir-schematool is an early technology preview and is experimental.

Executable jar files for the fhir-persistence-schema and fhir-swagger-generator projects are also available:

Usage is documented in the corresponding README files:

For Maven users, all project binaries are posted to BinTray with a version of 4.5.2.

Please note as of 2021-MAY-01, JCenter is shutting down BinTray. The libraries, as of that date, are no longer available on BinTray. Please download the release-repo-4.5.2.zip to cache your repository locally.