Skip to content

Releases: samply/blaze

Quality Reporting Stratifiers

24 Nov 18:51
Compare
Choose a tag to compare
Pre-release

This is a pre-release. Please use with caution.

This release will be used for the MII Projectathon in November 25th 2019 in Berlin.

Quality Reporting Stratifiers

24 Nov 17:40
Compare
Choose a tag to compare
Pre-release

This is a pre-release. Please use with caution.

Stackoverflow Fix

15 Sep 13:52
db1e013
Compare
Choose a tag to compare

Fix Stackoverflow Problem while Resolving Codes (#38)

Timeout Settings

11 Sep 12:11
ea3831f
Compare
Choose a tag to compare

Add Environment Var for TermService Connection and Request Timeouts (#35)

New env vars are:

CONNECTION_TIMEOUT - connection timeout for outbound HTTP requests (defaults to 5 s)
REQUEST_TIMEOUT - request timeout for outbound HTTP requests (defaults to 30 s)

Proxy Hotfix

10 Sep 10:29
18c3e69
Compare
Choose a tag to compare
  • Disable Name Resolution in Proxy Mode (#29)

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