Clinical Quality Language (CQL) is an HL7 specification for the expression of clinical knowledge that can be used within both the Clinical Decision Support (CDS) and Clinical Quality Measurement (CQM) domains. This repository contains complementary tooling in support of that specification.
isCqlType in BaseTypeFhirConverter does not check for Long:
if (value instanceof BigDecimal || value instanceof String || value instanceof Integer || value instanceof Boolean) { return true; }