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 r/t clinical lessons learned from the pilot: Manage absence of pathology history prior to having an excision with a biopsy (edited) #83

Closed ssebast2 closed 1 year ago

ssebast2 commented 1 year ago

The logic below (reviewed by Ginny) provides a care recommendation for a patient that has no prior pathology results prior to an excision with a biopsy:

IF cytology result OR histology result NOT FOUND BEFORE 'treatment' AND histology test FOUND on same dateTime as 'treatment' WHERE the result = "<CIN1" or "Histologic LSIL (CIN1)" or "Histologic HSIL (CIN2)" or "Histologic HSIL, unspecified" or "Histologic HSIL (CIN3)" THEN DISPLAY HPV-based testing is recommended in 6 months AND manage these follow up results as outlined in Table 5A, followed by Table 5B

ssebast2 commented 1 year ago

See the spreadsheet for the updated (i.e., corrected) and more specific logic! Note, several of the items listed above are entered as distinct GitHub issues (e.g., #56,59,62)

mickohanlon23 commented 1 year ago

Updated logic described in comments of CCSMCDS-7.

mickohanlon23 commented 1 year ago

Resolved in https://github.com/ccsm-cds-tools/ccsm-cds-with-tests/pull/111