blaze
blaze copied to clipboard
A FHIR® Server with internal, fast CQL Evaluation Engine
For example `bitnami/keycloak:20` is current. Bute the custom realm import is not available there. So that needs more work. A temporary compose file looks like this: ``` version: '3.7' services:...
In v7.7.0: >Added new perf context counters block_cache_standalone_handle_count, block_cache_real_handle_count,compressed_sec_cache_insert_real_count, compressed_sec_cache_insert_dummy_count, compressed_sec_cache_uncompressed_bytes, and compressed_sec_cache_compressed_bytes.
It is best practise to run containers with read-only root filesystem [[1]](https://docs.datadoghq.com/security/default_rules/cis-docker-1.2.0-5.12/), [[2]](https://medium.com/@maheshwar.ramkrushna/best-practices-for-secure-docker-containerization-non-root-user-read-only-volumes-and-resource-d34ed09b1bd3). The only situation were Blaze like to write a file is while loading the RocksDB shared library....
The FHIR Validator is used in a way that it needs the NPM packages under `~/.fhir/packages`. That local file system dependency means that Blaze has to run as a special...
FHIR searches for identifiers like `[base]/Patient?identifier=foo` can sometimes return non-matching results. However in every case all matching results re returned. The reason is that the index structure of Blaze uses...
If I am not mistaken, Blaze does not currently support the `_since` parameter for the `$everything` operation [Patient$everything](https://www.hl7.org/fhir/r4b/patient-operation-everything.html) but it would be a tremendously helpful addition.