IBM FHIR Server 4.8.2
This version of the IBM FHIR Server supports HL7 FHIR Specification version v4.0.1.
This release contains select fixes on top of 4.8.1.
Fixed
- Concurrent updates to the same resource can result in lost updates
- This fix includes updates to the stored procedures for both PostgreSQL and IBM Db2. See migration considerations for information on deploying these updates.
- Patient/$everything without a patientId results in a Null response.
- Erase operation is repeated many times in the CapabilityStatement
Deprecated
- The fhir-server-distribution.zip name (deprecated in 4.8.0)
Migration Considerations
To migrate from a prior version of the IBM FHIR Server to version 4.8.2:
- Stop the server (or otherwise prevent write requests).
- Optional: Perform a database back up.
- Run the fhir-persistence-schema-4.8.2-cli.jar --update-schema command. If using a non-admin user (recommended), also perform the --grant-to action.
- Deploy the new server.
If upgrading from a version prior to 4.8.1, be sure to review the applicable migration considerations:
Note: for schema migrations, only the latest version of the fhir-persistence-schema tool must be run.
Using the Release
Run or extend the Docker image from https://hub.docker.com/r/ibmcom/ibm-fhir-server or download fhir-install-4.8.2.zip and install as described at https://ibm.github.io/FHIR/guides/FHIRServerUsersGuide.
Executable jar files for the fhir-persistence-schema, fhir-swagger-generator, fhir-bucket, and fhir-path projects are also available:
- fhir-persistence-schema-4.8.2-cli.jar
- fhir-swagger-generator-4.8.2-cli.jar
- fhir-bucket-4.8.2-cli.jar
- fhir-path-4.8.2-cli.jar
Usage is documented in the corresponding README files:
- https://github.com/IBM/FHIR/tree/master/fhir-persistence-schema
- https://github.com/IBM/FHIR/tree/master/fhir-swagger-generator
- https://github.com/IBM/FHIR/tree/master/fhir-bucket
- https://github.com/IBM/FHIR/tree/master/fhir-path
For Maven users, all project binaries are posted to Maven Central with a version of 4.8.2
.