|
7 | 7 | [][5]
|
8 | 8 | [](https://samply.github.io/blaze)
|
9 | 9 |
|
10 |
| -A FHIR® Store with internal, fast CQL Evaluation Engine |
| 10 | +A FHIR® Server with internal, fast CQL Evaluation Engine |
11 | 11 |
|
12 | 12 | ## Goal
|
13 | 13 |
|
14 |
| -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. |
| 14 | +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. |
15 | 15 |
|
16 | 16 | ## Demo
|
17 | 17 |
|
18 | 18 | A demo installation can be found [here](https://blaze.life.uni-leipzig.de/fhir) (user/password: demo).
|
19 | 19 |
|
20 | 20 | ## State
|
21 | 21 |
|
22 |
| -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. |
| 22 | +Blaze is stable and widely used in the [Medical Informatics Initiative](https://www.medizininformatik-initiative.de) in Germany and in [Biobanks](https://www.bbmri-eric.eu) across Europe. |
23 | 23 |
|
24 |
| -Latest release: [v0.34.0][5] |
| 24 | +Latest release: [v1.0.0][5] |
| 25 | + |
| 26 | +## Key Features |
| 27 | + |
| 28 | +* Implements large parts of the [FHIR® R4 API][1] |
| 29 | +* Contains a fast [CQL Evaluation Engine][17] |
| 30 | +* Supports the operations [$evaluate-measure][2], [$everything][13], [$validate-code][14], [$expand][15] amongst others |
| 31 | +* Offers [terminology services][16] including LOINC and SNOMED CT |
| 32 | +* Scales horizontally via [Distributed Storage Variant][18] |
| 33 | +* Comes with a modern [Web Frontend][19] |
25 | 34 |
|
26 | 35 | ## Documentation
|
27 | 36 |
|
@@ -51,12 +60,21 @@ http://www.apache.org/licenses/LICENSE-2.0
|
51 | 60 |
|
52 | 61 | 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.
|
53 | 62 |
|
| 63 | +[1]: <https://samply.github.io/blaze/api.html> |
| 64 | +[2]: <https://samply.github.io/blaze/api/operation/measure-evaluate-measure.html> |
54 | 65 | [3]: <https://cql.hl7.org/tests.html>
|
55 | 66 | [4]: <https://alexanderkiel.gitbook.io/blaze/deployment>
|
56 |
| -[5]: <https://github.com/samply/blaze/releases/tag/v0.34.0> |
| 67 | +[5]: <https://github.com/samply/blaze/releases/tag/v1.0.0> |
57 | 68 | [6]: <https://www.yourkit.com/java/profiler/>
|
58 | 69 | [7]: <https://www.yourkit.com/.net/profiler/>
|
59 | 70 | [8]: <https://www.yourkit.com/youmonitor/>
|
60 | 71 | [9]: <https://github.com/facebook/rocksdb/wiki/Setup-Options-and-Basic-Tuning#block-cache-size>
|
61 | 72 | [10]: <https://github.com/facebook/rocksdb/wiki/RocksDB-Basics#multi-threaded-compactions>
|
62 | 73 | [12]: <https://touchstone.aegis.net/touchstone/conformance/history?suite=FHIR4-0-1-Basic-Server&supportedOnly=true&suiteType=HL7_FHIR_SERVER&ownedBy=ALL&ps=10&published=true&pPass=0&strSVersion=6&format=ALL>
|
| 74 | +[13]: <https://samply.github.io/blaze/api/operation/patient-everything.html> |
| 75 | +[14]: <https://samply.github.io/blaze/api/operation/code-system-validate-code.html> |
| 76 | +[15]: <https://samply.github.io/blaze/api/operation/value-set-expand.html> |
| 77 | +[16]: <https://samply.github.io/blaze/terminology-service.html> |
| 78 | +[17]: <https://samply.github.io/blaze/cql-queries.html> |
| 79 | +[18]: <https://samply.github.io/blaze/deployment/distributed-backend.html> |
| 80 | +[19]: <https://samply.github.io/blaze/frontend.html> |
0 commit comments