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

**Sharding concept information** Sharding provides the potential for large performance improvements as the overhead for creating the federated query accross each shard and the merging of the results is significantly...

performance
epic

Spec: http://hl7.org/fhir/R5/search.html#modifierin Related to: #110

enhancement
module:db
module:interaction

* cljfmt: add `modules` and `profiling` folders * format: `docs/implementation/fhir-data-model.md`

Scaffolding: * in `blaze.rest-api.routes` introduce a new `:response-type` called `:binary` * use that new response type in `wrap-output` to call a new middleware function called `blaze.middleware.fhir.output/wrap-binary-output` * in `resource-route` tag...

enhancement
module:rest-api

As part of MII's data transfer projects, some binary resources will probably have to be created on the FHIR servers. Therefore, it would be advantageous if this could be done...

module:rest-api
epic

Scaffolding: * Check the `blaze.middleware.fhir.resource` middleware. There, we also need a `wrap-binary-resource` function that has to allow non-fhir content-types and will create a Binary resource on the fly using the...

Currently we use hashing for values in the SearchParamValueResource, ResourceSearchParamValue and CompartmentSearchParamValueResource indices. As this works well for terminology such as a reasonable number of codings, it doesn't work for...

enhancement
module:db
performance

[modules/operation-measure-evaluate-measure/deps.edn](https://github.com/samply/blaze/pull/2043/files#diff-26088801dec37008bb385c02796326193464d7ec7c218be23363660f2ef2f15f) ``` {:extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"}} :exec-fn kaocha.runner/exec-fn ``` Alex: "I don't know about this new kind of execution config. But if that is now preferred over :main-opts we may...

refactoring