IBM FHIR Server 4.3.3
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
Changed
- Added index for _lastUpdated #1331 - Please note when applying the schema update, the CREATE INDEX operations may temporarily consume significant log space with very large numbers of resources. Check the schema update log for errors. If a CREATE INDEX operation fails, the database administrator should first address the underlying issue, then the schema update can be reapplied.
- Values Table have duplicate data for _id and _lastUpdated #1388
- Refine output for search parameter conflicts
Deprecated
Removed
- None
Fixed
- Whole system search with multiple _lastUpdated results in incorrect queries #1383
- Chained Search with _id result in Http Status 500 #1384
- extension-search-parameter.json using wildcard RESOURCE do not get extracted #1380
- FHIROperationUtil throws a NullPointerException when OperationDefinition has complex parameter types #1377
- Constraint generator generates an invalid constraint for element definitions that contain a choice type constraint in some cases #1386
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.3
.
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.3.zip to cache your repository locally.