Ewout Kramer

Results 141 issues of Ewout Kramer

It is possible to specify another model than FHIR, i.e. "QICore", in which case the modelinfo introduces first-class members into the resources for extensions and slices. E.g.. ``` define "InDemographic":...

Enhancement

When an `OverloadedFunctionDefinition` is created using the `Combine` factory methods, the `CanCombine` function is called to check that none of the overloads is ambiguous by having exactly the same signature....

In `QICoreCommon` there are two overloads that differ only by a _profiled_ type. After compilation by the Java stack, these profiled types are erased and replaced by the actual unprofiled...

We need c# annotations like the syntax in the cql comments. Needs design meeting with Evan

Multiple tests construct an interval with a `Null` as boundaries, for which the type is supposed to be `Interval`. Our ExpressionBuilder does not handle this case well: interval construction is...

bug

When running this test from the DQIC set (from file CqlDateTimeOperatorsTest.xml): ``` xml @2017-12-21T02:00:00.0 same or after @2017-12-20T11:00:00.0 true ``` Our cql2elm compiler generates a `SameOrAfter` ELM node with two...

bug

After we have integrated #388, we will have access to the "TemplateId" for a `Retrieve`. Section https://build.fhir.org/ig/HL7/cql-ig/using-modelinfo.html#profile-informed-modelinfo states: > Note that for implementations that support profile-informed CQL, this means that...

Enhancement

We need to report a bug to the tracker for the Java cql2elm stack about the handling of getting the property "value" of a bound element. When `using FHIR`, getting...

We are becoming more dependent on the `signature` being provided in the ELM, however in current ELM out there, the signature is not always there. We will need to add...

Enhancement