blaze icon indicating copy to clipboard operation
blaze copied to clipboard

A FHIR® Server with internal, fast CQL Evaluation Engine

Results 154 blaze issues
Sort by recently updated
recently updated
newest added

It would be nice if Blaze could handle Subscriptions

enhancement

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:...

documentation
dependencies

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....

operation

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...

operation

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...

bug

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.

enhancement
module:patient-everything