blaze icon indicating copy to clipboard operation
blaze copied to clipboard

A FHIR® Server with internal, fast CQL Evaluation Engine

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

https://www.hl7.org/fhir/search.html#summary

Improve Operations Outcome on not found Ressource. Add Diagnostics Message with FHRIR Path.

Currently the hash is calculated based on a key-sorted in-memory representation of a resource. The encoding for storage is done different. Here a CBOR encoding based on a non-sorted version...

enhancement
module:db
module:db-resource-store
module:db-resource-store-cassandra

The metrics endpoint is the last service to start because it has dependencies to almost all other services. However on long startups because of RocksDB compaction, intermediate metrics would be...

operation

Bulk data export is useful for exporting all resources (Observations, Conditions, ...) of all patients or a group of patients. The bulk data export creates files in newline-delimited JSON (ndjson)...

enhancement

Currently we have no Shell Scripts which are copied into a Docker Container. But to be save for future things, we should add a `.gitattributes` with the following content: ```...

Evaluations on large populations will take more time as a single HTTP request/response circle should take. A maximum time for request/response circle between 30 s and 120 s is [common](https://tools.ietf.org/id/draft-thomson-hybi-http-timeout-00.html)....

enhancement
module:evaluate-measure