JP

Results 101 comments of JP

Also needed for profile-informed authoring. This would allow authors of an IG to define StructureDefinitions to represent the specific types and properties they need for their use case.

That's currently used in authoring/publication to determine whether to generate XML ELM, JSON ELM, etc. I think it could be moved to some other module and be fine, just as...

The issue is here: https://github.com/cqframework/clinical_quality_language/blob/master/Src/java/cql-to-elm/src/main/java/org/cqframework/cql/cql2elm/LibraryBuilder.java#L69 Needs to be "getImplementationVersion". 1.5 is the Specification Version.

Hi @csenn! The CQL specification currently prohibits referencing more than one version of a given Library: https://cql.hl7.org/03-developersguide.html#libraries-1 (the relevant text is near the end of that section) Discussion about the...

Just to clarify, this issue applies only to the 1.4 release of the CQL translator. 1.3 still requires context Population.

Hi Matt! According to the CQL spec, if a timezone is not specified it should be defaulted to the timezone of the "evaluation request": https://cql.hl7.org/09-b-cqlreference.html#datetime-1 The cql-engine interprets that as...

Whoops. Had too many tabs open.

The source of this test is actually the CQL specification here: https://github.com/HL7/cql/blob/master/tests/cql/CqlAggregateTest.xml If there are errors with the test specification let's fix them in the upstream cql repo and then...