-
Bug/Issue
-
Resolution: Referred to External Party for Resolution
-
Blocker
-
MADiE
-
QI-Core
-
CMS136FHIR
-
QI-Core/CQL
-
DENEXPass NarcolepsyOnsetsEndOfMP
-
AU2023 measure requiring full testing by 7/10/2023
-
-
MADiE 1.1.6
-
Yes
Hi MADiE team,
I'm encountering a similar issue to BONNIEMAT-1468 where an edge case is unexpectedly failing and only passing after the hours have been tweaked.
Completing the following steps did not resolve this issue.
1. Change the measurement period start and end date to the prior year and save.
2. Change the measurement period start and end date back to the original dates and save.
3. Log out of MADiE, clear your cache, close your browser, then log back into MADiE.
The specific CQL definition (a Denominator Exclusion) and associated JSON snippet is included below, as well as screenshots and attachments of full measure CQL and JSON test case (that results in unexpected fail).
Please advise. Thank you!
cc andersol
define "Narcolepsy Exclusion": ["Condition": "Narcolepsy"] Narcolepsy where QICoreCommon."ToPrevalenceInterval"(Narcolepsy) starts on or before end of "Measurement Period"
{ "fullUrl": "633c9d020968f8012250fc64", "resource": { "resourceType": "Condition", "id": "Condition-1", "meta": { "profile": [ "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition" ] }, "category": [ { "coding": [ { "code": "problem-list-item", "system": "http://terminology.hl7.org/CodeSystem/condition-category", "display": "Problem List Item" } ] } ], "subject": { "reference": "Patient/Patient-1" }, "code": { "coding": [ { "code": "735676003", "system": "http://snomed.info/sct", "display": "Narcolepsy type 1 (disorder)" } ] }, "onsetDateTime": "2024-12-31T23:59:59.000Z", "clinicalStatus": { "coding": [ { "code": "active", "system": "http://terminology.hl7.org/CodeSystem/condition-clinical" } ] } } } ]