IBM FHIR Server 4.3.2
This version of the IBM FHIR Server supports HL7 FHIR Specification version v4.0.1.
This release focuses on performance improvements and minor bug fixes.
Added
- REOPT optimizer hint to Db2 search queries for better performance
- More ids to default liberty config to improve ability to create overrides
- PostgresTranslator support for Advanced Connections Properties
Changed
- Use encoded timestamp prefix for server-assigned Resource ids to reduce random reads during ingestion
- Improve performance of search requests using multiple filters that have large differences in cardinality
- Update to new version of jcip annotations
- Avoid padding base64-encoded bulk job ids for cleaner URLs
- Use larger cache for identity sequences in Db2
Fixed
- ConstraintGenerator should generate an exists clause for required repeating elements
- Encrypted bucket.path.prefix can have leading
/
which fails in S3
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.
Executable jar files for the fhir-persistence-schema and fhir-swagger-generator projects are also available:
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
For Maven users, all project binaries are posted to BinTray with a version of 4.3.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.3.2.zip to cache your repository locally.