https://cql.hl7.org/09-b-cqlreference.html#split states "If the stringToSplit argument is null, the result is null." We currently have <output>{'a,b'}</output> as expected. It should be null.
https://cql.hl7.org/09-b-cqlreference.html#split states
"If the stringToSplit argument is null, the result is null."
We currently have
{'a,b'}
as expected. It should be null.