google / cql

An experimental Clinical Quality Language execution engine for analyzing FHIR healthcare data at scale.
Apache License 2.0
57 stars 6 forks source link

Min / Max for Datetime #48

Closed evan-gordon closed 1 month ago

evan-gordon commented 1 month ago

Support CQL Min / Max operators DateTime overloads for use in https://github.com/google/cql/issues/39

In the MERindicators there's use of the Min(List) and Max(List) operators which we don't currently support.

Spec links: https://cql.hl7.org/09-b-cqlreference.html#max https://cql.hl7.org/09-b-cqlreference.html#min

evan-gordon commented 1 month ago

These are both now supported via the above and https://github.com/google/cql/pull/54 changes.

Closing this issue as fixed.