Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://samply.github.io/blaze/

A FHIR® Server with internal, fast CQL Evaluation Engine
https://samply.github.io/blaze/

clojure cql-evaluation-engine fhir fhir-server fhir-store hl7 rocksdb

Last synced: about 1 month ago
JSON representation

A FHIR® Server with internal, fast CQL Evaluation Engine

Lists

README

        

# Blaze

[![Build](https://github.com/samply/blaze/actions/workflows/build.yml/badge.svg)](https://github.com/samply/blaze/actions/workflows/build.yml)
[![Docker Pulls](https://img.shields.io/docker/pulls/samply/blaze.svg)](https://hub.docker.com/r/samply/blaze/)
[![Code Coverage](https://codecov.io/gh/samply/blaze/branch/develop/graph/badge.svg)](https://codecov.io/gh/samply/blaze)
[![Latest Release](https://img.shields.io/github/v/release/samply/blaze)][5]

A FHIR® Store with internal, fast CQL Evaluation Engine

## Goal

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

## Demo

A demo installation can be found [here](https://blaze.life.uni-leipzig.de/fhir) (user/password: demo).

## State

Blaze is widely used in the [Medical Informatics Initiative](https://www.medizininformatik-initiative.de) in Germany and in [Biobanks](https://www.bbmri-eric.eu) across Europe. A 1.0 version is expected in the next months.

Latest release: [v0.26.2][5]

## Quick Start

In order to run Blaze just execute the following:

### Docker

```sh
docker volume create blaze-data
docker run -p 8080:8080 -v blaze-data:/app/data samply/blaze:latest
```

Blaze will create multiple directories inside the `blaze-data` volume on its first start and use the same directories on subsequent starts.

Please refer to [Deployment](docs/deployment/README.md) for the full documentation.

## Documentation

* [Deployment](docs/deployment/README.md)
* [FHIR RESTful API](docs/api.md)
* [Frontend (Web UI)](docs/frontend.md)
* [Importing Data](docs/importing-data.md)
* [Sync Data](docs/data-sync.md)
* [Conformance](docs/conformance.md)
* [Performance](docs/performance.md)
* [Monitoring](docs/monitoring.md)
* [Tuning Guide](docs/tuning-guide.md)
* [Tooling](docs/tooling.md)
* [CQL Queries](docs/cql-queries.md)
* [Authentication](docs/authentication.md)
* [Architecture](docs/architecture.md)
* [Implementation](docs/implementation/README.md)

## Development

Pull requests are welcome. Please consider the [development](DEVELOPMENT.md) documentation before creating one.

## YourKit Profiler

![YourKit logo](https://www.yourkit.com/images/yklogo.png)

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][6], [YourKit .NET Profiler][7] and [YourKit YouMonitor][8].

## License

Copyright 2019 - 2024 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.

[3]:
[4]:
[5]:
[6]:
[7]:
[8]:
[9]:
[10]:
[12]: