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

enhancement
module:db
module:interaction

In case one likes to only create a resource using [update-as-create](https://hl7.org/fhir/http.html#upsert) if the resource don't already exists, the HTTP header `If-None-Match` can be used with the value `*`. Support for...

enhancement
module:interaction

Currently Blaze only supports a health endpoint which simply returns an 200 Ok if Blaze is up and running. However, there is more to a health endpoint than simply showing...

good first issue
operation

The memory guard should do: * detect almost full heap size and log a warning * evict the resource cache on almost full heap size * run in background every...

enhancement
operation

We have forgotten to Ada the new type operators to the two namespaces. Also Please check other missing operators.

module:cql

Still work in progress because of blocking ValueSet expansion.

enhancement
dependencies
module:server

Protocol dispatch isn't as fast as interface dispatch and primitive types are not possible on protocols.

performance