imsweb / mph

Java implementation of the Multiple Primary and Histology Coding Rules.
Other
4 stars 2 forks source link

Same Row rules should not return questionable if the histologies being compared are the same, even if they are not in the table. #130

Closed bekeles closed 12 months ago

bekeles commented 1 year ago

Most solid tumor groups have a rule which checks if two histologies are in a same row of a table. Currently we return questionable if one or both histologies are not in table.

We would not want to return questionable for any "same row" rules if the histologies being compared are the same, even if they are not in the table.

bekeles commented 12 months ago

Can we make these exceptions?

8000 vs 8000 8010 vs 8010

These should still stop at questionable at the same row rule.