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

Would be very useful to find resources that have any value for the searched element.

enhancement
module:db

The URL's in history entry requests start with the context path but should not.

bug

Print the whole config, all env vars including the defaults, on startup.

https://github.com/facebook/rocksdb/issues/7720

That would save several MB in the Docker image.

operation

Currently in `EqualExpression` `type/value` is called on all values that are compared for equality. However `type/value` is only implemented on primitive types. We have to check non-primitive types for equality...

bug
module:cql
module:fhir-path

The hack was introduced because of https://jira.hl7.org/browse/FHIR-29653.

``` exists ([Condition: code in "Asthma"] C where ( (C.clinicalStatus ~ "Active Status") ```

module:cql