Bryn Rhodes

Results 146 comments of Bryn Rhodes

Current known list: '{copies}/mL' '{beats}/min' '{drinks}/d' Other potential sources are the LOINC list of commonly used UCUM units: https://loinc.org/usage/units/. The mechanism needs to support dynamic management of the list of...

This task starts with adding the capability here: https://github.com/cqframework/clinical_quality_language/blob/master/Src/java/cql-to-elm/src/main/java/org/cqframework/cql/cql2elm/CqlCapability.java#L94

That's true, there's a significant amount of complexity behind saying "I can expand a value set". And describing that complexity isn't even necessarily settled in FHIR yet: * http://build.fhir.org/terminologycapabilities.html *...

Yes, this is an unintentional oversight. Marking as a bug.

@jackcmeyer , thank you for the report. The issue here is that because the terminology portion of a retrieve can be an arbitrary expression, the CQL expression `"Payer"abc` is being...

Still doesn't match, even though online regex matching testers indicate it should: define MatchesTest: Matches('1,2three', '\\w+')

This same behavior is confirmed for integer intervals. define "test": expand {Interval[4,6]} //results in Interval[4, 4), Interval[5, 5), Interval[6, 6)] Decimal intervals work better, but the ends should probably be...

@cmoesel , the translator component does support producing all the serialization formats off the same translation, but the translation service doesn't expose that. The integration we did with the FHIR...

It seems like a reasonable step would be to surface the ability to request multiple translation formats in the translation service. Submit a tracker to that effect on the translation...

We can definitely do a detailed comparison on a body of ELM, I have a whole bunch of ELM in the engine that I use for regression of the reader...