Notes
This release contains performance improvements for FHIR search and CQL. Counting the number of resources by using _summary=count
in FHIR search with more than one search parameter uses all cores now and so is up to 10 times faster than before. CQL queries which test the existence of multiple condition codes are up to twice as fast.
Enhancements
Bugfixes
- Fix FHIR Search Combination of Sorting and Token Search (#1431)
- FHIR Search _id Queries Should Not Return Deleted Patients (#1415)
Performance
- Improve FHIR Search Count Performance (#1466)
The full changelog can be found here.