Skip to content

samply/blaze

Repository files navigation

Blaze

Build OpenSSF Scorecard Docker Pulls Code Coverage Latest Release Docs

A FHIR® Server with internal, fast CQL Evaluation Engine

News

Alexander Kiel will give a talk about Blaze at the HL7® FHIR® DevDays 2025 at Wed, June 4 11:15 - 11:35.

Goal

The goal of this project is to provide a FHIR® Server with an internal CQL Evaluation Engine which is able to answer population wide aggregate queries in a timely manner to enable interactive, online queries over millions of patients.

Demo

A demo installation can be found here (user/password: demo).

State

Blaze is stable and widely used in the Medical Informatics Initiative in Germany and in Biobanks across Europe.

Latest release: v1.0.1

Key Features

Documentation

Documentation can be found here.

Quick Start

Blaze can be started with a single command using docker:

docker run -d --name blaze -p 8080:8080 samply/blaze:latest

YourKit Profiler

YourKit logo

The developers of Blaze uses the YourKit profiler to optimize performance. YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler and YourKit YouMonitor.

License

Copyright 2019 - 2025 The Samply Community

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.