blaze
blaze copied to clipboard
A FHIR® Server with internal, fast CQL Evaluation Engine
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...
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...
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...
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...
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.
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.
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