ccsm-cds-tools / ccsm-cds-with-tests

This repository contains clinical decision support (CDS) which provides recommendations for cervical cancer screening and management (CCSM).
Apache License 2.0
7 stars 3 forks source link

Include hysterectomy with no referring high grade result within management library #149

Closed mickohanlon23 closed 3 weeks ago

mickohanlon23 commented 4 weeks ago

Previously, patients with a hysterectomy would need a high grade test result before the hysterectomy in order to be included in Management Library. However, in https://github.com/ccsm-cds-tools/ccsm-cds-with-tests/pull/79, we added functionality to give a recommendation for patients who have just a hysterectomy, with or without a date, and more relevant to this PR, with or without a referring abnormal test result. This PR ensures that all patients with a hysterectomy are included within the Management Library, regardless of whether they have a referring test result. This addresses an issue we encountered in our pilot where a patient with only a hysterectomy and negative tests was not receiving a recommendation. This patient would now be included within Management Library, and receive a hysterectomy recommendation according to Section K4.2 of ManageSpecialPopulations.cql.

This PR addresses the issue described in Jira ticket CCSMCDS-222.