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

Modify I.6 to support care when AIS is found during an excision #130

Closed mickohanlon23 closed 6 months ago

mickohanlon23 commented 7 months ago

This PR addresses Jira CCSMCDS-60.

Section I.6 had logic for managing AIS that was followed up by a cervical excision. However, there was not logic to support AIS that was found from a cervical excision. This logic expands two of the I.6 recommendations to not only make a recommendation when treatment is found after AIS, but also when treatment is found on the same date as AIS.

This should work with our pap tracker translation code in https://github.com/ccsm-cds-tools/ccsm-cds-service/blob/pilot/config/apply/ccsm/translate.js, since a cervical excision that was resulted as AIS in the pap tracker gets translated to both a cervix excision procedure, as well as an AIS biopsy result.