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

Update Pap Test value set #107

Closed mickohanlon23 closed 1 year ago

mickohanlon23 commented 1 year ago

This PR updates the "Pap Test" value set used by our CQL logic, to use a new value set that was created by our new team. The new value set excludes statements of adequacy and concepts that represent tests for cervical cytology conducted on non-cervical or non-vaginal samples and tests that are ordered only.

This will solve a pilot issue where our CDS was receiving two Observations - one to represent a pap result and another to represent the statement of adequacy of the pap test - and was treating these as two distinct results. The statement of adequacy Observations and Diagnostic reports from a pap test will now be ignored.

Note: we will still be able to determine an "Unsatisfactory" pap test, since an unsatisfactory result code will be entered in the pap result as well the statement of adequacy result for this scenario.

Resolves https://jira.mitre.org/browse/CCSMCDS-33