JP

Results 122 comments of JP

JP working on this as part of a client deliverable

Coordinate with Bryn once this one is started to discuss how the extension should look

Relevant tracker: https://jira.hl7.org/browse/FHIR-40420

Related: The current interfaces are CQL-centric requiring a fairly deep understanding of what the DataProvider, LibraryLoader, and so on do. Ideally, the Platform APIs would be FHIR-centric with most of...

Discussion ongoing here: https://github.com/DBCG/cql-evaluator/discussions/90

This is great! It needs a few tweaks to work as a drop-in replacement. The CQL specification makes a distinction between `equals` and `equivalent` semantics. https://cql.hl7.org/09-b-cqlreference.html#equal https://cql.hl7.org/09-b-cqlreference.html#equivalent > For Code...

It's also probably worthwhile to file an issue on the cql-engine project to provide `hashCode` and `equals` implementations on the CQL dataTypes.

Preliminary work getting Dataphor to run in a linux container is here: https://github.com/DBCG/Dataphor/tree/linux-container/Docker/dataphoria-web-api There aren't any build instructions yet and the port isn't complete but it's on my backlog.

Hi @psbrandt. This was an issue with the way that the engine was resolving search parameters. There's a fix pending in https://github.com/DBCG/cql_engine/pull/260.