Releases: samply/blaze
Timeout Settings
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
- Disable Name Resolution in Proxy Mode (#29)
Disable Name Resolution in Proxy Mode
This pre-release should solve #29. The Docker image is liferesearch/blaze:0.6.2-beta.1
.
Proxy Auth
This release adds two environment vars called PROXY_USER and PROXY_PASSWORD for proxy authentication (#22).
Quality Reporting
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
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
Fixes #11
Read and Update Interactions
This Blaze release introduces FHIR read and update interactions.
The database schema changed. So please start with a fresh database.
First Blaze 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
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.