Skip to content

Commit

Permalink
add comment about ICD 9 CM
Browse files Browse the repository at this point in the history
  • Loading branch information
aschey-forpeople committed Oct 1, 2024
1 parent 528f62b commit ee0328c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ protected AbstractSamhsaMatcher() {
// Ideally, we would be able to ignore ICD 9 codes entirely, but there are still some
// circumstances where ICD 9 codes are valid even with new data.
// See https://www.cms.gov/medicare/coordination-benefits-recovery/overview/icd-code-lists

// In ICD 9, both procedures and diagnoses were under ICD 9 CM, but they were split under ICD 10
Set<String> procdureCodes =
resourceCsvColumnToList("samhsa-related-codes/codes-icd-9-procedure.csv", "ICD-9-CM")
.stream()
Expand Down

0 comments on commit ee0328c

Please sign in to comment.