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

Hi, ich will gerade testweise einen FHIR Server für mich hochfahren und stelle dabei fest, dass die Zeitzone für den Blaze FHIR Server nicht korrekt übernommen wird. Im Image wurde...

enhancement

We're using blaze in a daily ETL full-load setup, i.e. every day we're uploading all of our ~50k data samples, letting blaze do the history management (in case of changed...

question

Hi everyone, I came across a 'problem' when trying to access the CapabilityStatement posting a Batch-Bundle like: ```xml ``` It leads to a 400 error: `Unknown type 'metadata' in bundle...

bug
module:interaction

One tale of the the [CVE-2021-44228](https://nvd.nist.gov/vuln/detail/CVE-2021-44228) vulnerability is to not log user controlled data directly. Instead we should only already validated data. The relevant OWASP entry is [Log Injection](https://owasp.org/www-community/attacks/Log_Injection). The...

security

According to https://www.hl7.org/fhir/json.html#xml, JSON values are never null and so the whole property should be omitted it the value is null.

enhancement
module:fhir-structure

enhancement
module:db
module:interaction

If one searches with a quantity search param and the less equal prefix, paging through all resources sometimes terminates too early so that not all resources are returned.

bug

Since resource id's are ignored at create anyway, we should not fail with a validation error on invalid id's. See: https://github.com/samply/blaze-quality-reporting-ui/issues/12

bug