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

Add Extra Columns to Risk Tables 2 and 3 #103

Open mickohanlon23 opened 1 year ago

mickohanlon23 commented 1 year ago

The updated Risk Tables added in Pull Request https://github.com/ccsm-cds-tools/ccsm-cds-with-tests/pull/102 add two rows that require extra input columns. Once updated risk tables are published, two risk table lookups in AutogeneratedTableLookup.cql should be modified so that two new recommendations can be given. This may require adding an extra parameter to GetRowTable2() and GetRowTable3(). Accommodations should be added for the following two rows:

• Table 2
    ○ Row 43
    ○ Cotest Negative X2 Past History (requires an extra input column)
• Table 3
    ○ Row 8
    ○ HPV+ NILM X2 Referral Screen Result (requires an extra input column)

Both will require looking back one additional test than the rest of the input table looks for, meaning that new lookup parameters will likely need to be added.