37.5 was a valid code for heart transplant. it is missing from the icd-9 codes using in pccc
library(medicalcoder)
subset( get_icd_codes(with.descriptions = TRUE), full_code == "37.5" & icdv == 9 & dx == 0) |> knitr::kable()
|
icdv |
dx |
full_code |
code |
src |
known_start |
known_end |
assignable_start |
assignable_end |
desc |
desc_start |
desc_end |
| 12043 |
9 |
0 |
37.5 |
375 |
cdc |
1997 |
2012 |
1997 |
2003 |
Heart transplantation |
1997 |
2003 |
| 12044 |
9 |
0 |
37.5 |
375 |
cdc |
1997 |
2012 |
1997 |
2003 |
Heart replacement procedures |
2004 |
2012 |
subset(get_pccc_codes(), startsWith(full_code, "37.5")) |> knitr::kable()
|
icdv |
dx |
full_code |
code |
condition |
subcondition |
transplant_flag |
tech_dep_flag |
pccc_v3.1 |
pccc_v3.0 |
pccc_v2.1 |
pccc_v2.0 |
| 72 |
9 |
0 |
37.51 |
3751 |
cvd |
transplantation |
1 |
0 |
1 |
1 |
1 |
1 |
| 73 |
9 |
0 |
37.52 |
3752 |
cvd |
device_and_technology_use |
0 |
1 |
1 |
1 |
0 |
0 |
| 74 |
9 |
0 |
37.52 |
3752 |
cvd |
device_and_technology_use |
1 |
1 |
0 |
0 |
1 |
1 |
| 75 |
9 |
0 |
37.52 |
3752 |
cvd |
transplantation |
1 |
1 |
0 |
0 |
1 |
1 |
| 76 |
9 |
0 |
37.53 |
3753 |
cvd |
device_and_technology_use |
0 |
1 |
1 |
1 |
0 |
0 |
| 77 |
9 |
0 |
37.53 |
3753 |
cvd |
device_and_technology_use |
1 |
1 |
0 |
0 |
1 |
1 |
| 78 |
9 |
0 |
37.53 |
3753 |
cvd |
transplantation |
1 |
1 |
0 |
0 |
1 |
1 |
| 79 |
9 |
0 |
37.54 |
3754 |
cvd |
device_and_technology_use |
0 |
1 |
1 |
1 |
0 |
0 |
| 80 |
9 |
0 |
37.54 |
3754 |
cvd |
device_and_technology_use |
1 |
1 |
0 |
0 |
1 |
1 |
| 81 |
9 |
0 |
37.54 |
3754 |
cvd |
transplantation |
1 |
1 |
0 |
0 |
1 |
1 |
| 82 |
9 |
0 |
37.55 |
3755 |
cvd |
device_and_technology_use |
0 |
1 |
1 |
1 |
0 |
0 |
| 83 |
9 |
0 |
37.55 |
3755 |
cvd |
device_and_technology_use |
1 |
1 |
0 |
0 |
1 |
1 |
| 84 |
9 |
0 |
37.55 |
3755 |
cvd |
transplantation |
1 |
1 |
0 |
0 |
1 |
1 |
37.5 was a valid code for heart transplant. it is missing from the icd-9 codes using in pccc