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

fix ccsmcds-212 to use new vsac codes for cervical cancer #143

Closed mrnosal closed 2 weeks ago

mrnosal commented 2 months ago

VSAC updated the codes used in the Cervical Cancer value set (2.16.840.1.113762.1.4.1032.244.xml) The tests for cervical cancer in ManagementSpecialPopulation iterate over an entry in the resources.yml file that enumerated all the codes in .244.xml. Since this file has been updated with some new codes added and some old codes removed, several of the test cases were failing. This updates the resources.yml file to use the latest SNOMED codes in 244.xml

mickohanlon23 commented 3 weeks ago

Will review these changes within https://github.com/ccsm-cds-tools/ccsm-cds-with-tests/pull/147, since this commit is incorporated there.

mickohanlon23 commented 2 weeks ago

This PR can now be closed, since https://github.com/ccsm-cds-tools/ccsm-cds-with-tests/pull/147 was just merged, containing the commit in this branch.