-
I've been wondering about the maximum performance possible with [cql_engine](https://github.com/DBCG/cql_engine) for use over populations. The case I'm looking at is evaluating a single CQL library (…
csenn updated
2 years ago
-
Consider this CQL:
```
define function "code in value set"(code Code, codes List):
code in codes
```
When this function is called with a value set, e.g.:
```
valueset "Value set": 'ur…
-
I'm having issues with pubsub -- I can subscribe to channels and receive data just fine for short-term intervals, but after a while, stuff seems to just... stop arriving. Are subscriptions properly ha…
-
When we encounter `case` statements like this:
```
when Event is AllergyIntolerance then
Interval[start of Event.onset.toInterval(), Event.lastOccurrence] overlaps after day of…
-
[hedis](https://hackage.haskell.org/package/hedis-0.15.0/docs/Database-Redis.html#t:MonadRedis)
-
network-3.2.0.0 ([changelog](http://hackage.haskell.org/package/network-3.2.0.0/changelog)) (Grandfathered dependencies) is out of bounds for:
- [x] HTTP-4000.4.1 (>=2.4 && < 3.2). Grandfathered depe…
-
Apparently the max size of an edge object is 4194304 characters, due to a buffer limit imposed somewhere in neo4j-admin. @BluePiggy49 has implemented a workaround in code, but we will eventually want …
-
This is a tracking issue to maintain a list for known to compile packages, from a recent stackage snapshot (`lts-16.27`).
```
/root/.asterius/.stack-work/install/x86_64-linux-tinfo6/9ac86446ee106c…
-
The `MultiSourceQuery()` function - much like the normal Query function in principle allows singletons to work as source, by wrapping them in an array. However, this wrapper code seems to come into pl…
-
In CMS AntidepressantMedicationManagementFHIR.cql we find the following (correct) snippet of CQL:
```
define "Denominator Exclusions":
Hospice."Has Hospice Services"
or exists ( ( Status."…