Skip to content

Releases: samply/blaze

Disable Name Resolution in Proxy Mode

05 Sep 17:33
Compare
Choose a tag to compare
Pre-release

This pre-release should solve #29. The Docker image is liferesearch/blaze:0.6.2-beta.1.

Proxy Auth

02 Sep 15:13
Compare
Choose a tag to compare

This release adds two environment vars called PROXY_USER and PROXY_PASSWORD for proxy authentication (#22).

Quality Reporting

28 Aug 12:58
Compare
Choose a tag to compare

With the release v0.6 Blaze implements the $evaluate-measure operation to support FHIR® Quality Reporting.

Other noticeable improvements:

  • use of a terminology server to resolve codings
  • implementation of the History API
  • various Prometheus metrics of a separate port (default 8081)
  • embedded structure definitions (no need to external files)

Please refer to the Quick Start or Deployment Section of the Blaze documentation in order to get Blaze running.

!!! IMPORTANT !!!

The database schema has changed! Please start with a fresh database using the new fhir.zip of this release, if you install manually.

Basic FHIR Server HTTP API Compatibility

03 Jun 10:45
Compare
Choose a tag to compare

This release brings basic FHIR server HTTP API compatibility. With this release, Blaze has a 81% success rate at the JSON tests of the Touchstone FHIR4-0-0-Basic group.

The following HTTP interactions are implemented for each R4 resource:

Search parameters implemented are:

  • identifier

Whole system interactions implemented are:

Most of the missing 19% compatibility are a result of only supporting literal, enforced, local references. More information can be found in the Capability Resource.

!!! IMPORTANT !!!

The database schema has changed! Please start with a fresh database using the new fhir.zip of this release, if you install manually.

Bugfix Release

20 May 14:18
Compare
Choose a tag to compare
Bugfix Release Pre-release
Pre-release

Fixes #11

Read and Update Interactions

16 May 07:51
Compare
Choose a tag to compare
Pre-release

This Blaze release introduces FHIR read and update interactions.

The database schema changed. So please start with a fresh database.

First Blaze Release

13 May 11:03
Compare
Choose a tag to compare
First Blaze Release Pre-release
Pre-release

We renamed the project from LIFE FHIR Store into Blaze because one needs to apply for permission to use FHIR in ones product name. At the current state of the project, we don't like to apply for permission.

Besides the rename, we changed the database schema in order to improve the handling of polymorphic elements and codes. So -- PLEASE START WITH AN EMPTY DATABASE -- in order to allow creating the new database schema.

We also improved the CQL performance for Patient context expressions.

GBA Hannover F2F Meeting

28 Apr 18:18
Compare
Choose a tag to compare
Pre-release

This pre-release version is fore the German Biobank Alliance (GBA) Face2Face meeting in Hannover.

If you don't have Docker, you can download the JAR here.