cqframework / clinical_quality_language

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.
https://confluence.hl7.org/display/CDS/Clinical+Quality+Language
Apache License 2.0
266 stars 124 forks source link

Allow Assessment, Performed result attribute to be modeled as a Date #815

Closed brynrhodes closed 2 years ago

brynrhodes commented 2 years ago

The Assessment, Performed result attribute currently allows for a DateTime, but not a Date. However, the underlying QRDA specification does allow for result values to be communicated using a Date element. Add Date as a possible choice for the result attribute to allow for this possibility.

brynrhodes commented 2 years ago

This is related to this issue: https://oncprojectracking.healthit.gov/support/browse/QRDA-1095

brynrhodes commented 2 years ago

Per discussion on the eCQM Working Group call, because the underlying QRDA models both date and datetime as a TS (timestamp), there should not be a Date choice for representation of the result attribute in QDM. Closing this issue.