Samply Blaze Versions Save

A FHIR® Server with internal, fast CQL Evaluation Engine

v0.26.1

1 week ago

Bugfixes

  • Fix Rendering of Recursive FHIR Structures (#1552)
  • Fix Rendering of Primitive Extensions (#1552)

The full changelog can be found here.

v0.26.0

3 weeks ago

Notes

This version of Blaze comes the first time with a frontend (Web UI). That frontend is required to use the new Job System which starts with a job for incremental update of indices. The deployment documentation including the new frontend container can be found here.

If the frontend is not needed, nothing will change for the deployment of the Blaze container.

This version will also create two new directories in the data volume called admin-index and admin-transaction. That directories will contain the administrative database storing the jobs of the job system. That database works identically to the main database but is separated in order to not interfere with the normal FHIR resources.

Enhancements

  • Implement Incremental Update of Indices (#1442)

  • Implement a Persistent Job Scheduler (#1486)

  • Implement Date Ranges for Patient $everything (#1581)

Changes

Only relevant if the integrated frontend was already used.

  • Separate Frontend from Blaze (#1569)

The full changelog can be found here.

v0.25.0

1 month ago

Notes

If you don't have referential integrity disabled, with v0.25.0, you will no longer be able to delete resources which are referenced by other resources.

Enhancements

  • Maintain Referential Integrity while Deleting Resources (#543)

Bugfixes

  • Fix XML Output for Resources with Control Chars (#1552)
  • Make History Paging Stable (#1509)

The full changelog can be found here.

v0.24.1

3 months ago

Notes

Please update from v0.24.0 if you use variable length logical id's.

Bugfixes

  • Fix Error While Reading Non-Existent Resource (#1475)

The full changelog can be found here.

v0.24.0

3 months ago

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

  • Implement Below Modifier for Canonical References (#1418)
  • Add Admin UI (#1408)

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.

v0.23.4

3 months ago

Bugfixes

  • Fix Error while Evaluating Measure with Population Basis Boolean (#1397)

The full changelog can be found here.

v0.23.3

4 months ago

Bugfixes

  • Fix Quantity Comparison with Incompatible Units Fails (#1385)

Minor Enhancements

  • Implement Paging for the $everything Operation (#1348)

The full changelog can be found here.

v0.23.2

5 months ago

Bugfixes

  • Include Supporting Resources in Patient $everything (#1306)

Minor Enhancements

  • Support filtering for elements in CapabilityStatement (#1250)

The full changelog can be found here.

v0.23.1

5 months ago

Bugfixes

  • Fix Operation Patient $everything returns Duplicate Entries (#1287)

Minor Enhancements

  • Improve Error Reporting on CQL Parsing Problems (#1275)

The full changelog can be found here.

v0.23.0

6 months ago

Enhancements

  • Implement Full Support for Relationship Queries (#493)
  • Implement FHIR Search Sorting by ID (#1254)

The full changelog can be found here.