blaze
blaze copied to clipboard
A FHIR® Server with internal, fast CQL Evaluation Engine
**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...
Spec: http://hl7.org/fhir/R5/search.html#modifierin Related to: #110
* cljfmt: add `modules` and `profiling` folders * format: `docs/implementation/fhir-data-model.md`
Fixes #2108
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...
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...
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...
[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...