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

Look for all possible BirthSexCodes codes when determining BirthSexText #67

Closed mickohanlon23 closed 1 year ago

mickohanlon23 commented 1 year ago

https://github.com/ccsm-cds-tools/ccsm-cds-with-tests/blob/main/cql/DashboardLibrary.cql#L266:

BirthSexText should look for BirthSexCodes that come from other ways of representing birth sex in the patient resource, since our CDS looks for multiple ways that this could be represented.

mickohanlon23 commented 1 year ago

BirthSexText was updated and closely reviewed in https://github.com/ccsm-cds-tools/ccsm-cds-with-tests/pull/104. What is being returned by the CQL now aligns with what is expected by the CCSM CDS Dashboard