ICD-10-PCS Order File
Usage
order(
search = NULL,
col = c("code", "table", "row", "description_code", "description_table", "order")
)
Value
a tibble
Examples
order(search = "00X")
#> # A tibble: 333 × 6
#> order table row code description_table description_code
#> <int> <chr> <chr> <chr> <chr> <chr>
#> 1 1727 00X 00XF 00XF0ZF Central Nervous System and Crania… Transfer Olfact…
#> 2 1728 00X 00XF 00XF0ZG Central Nervous System and Crania… Transfer Olfact…
#> 3 1729 00X 00XF 00XF0ZH Central Nervous System and Crania… Transfer Olfact…
#> 4 1730 00X 00XF 00XF0ZJ Central Nervous System and Crania… Transfer Olfact…
#> 5 1731 00X 00XF 00XF0ZK Central Nervous System and Crania… Transfer Olfact…
#> 6 1732 00X 00XF 00XF0ZL Central Nervous System and Crania… Transfer Olfact…
#> 7 1733 00X 00XF 00XF0ZM Central Nervous System and Crania… Transfer Olfact…
#> 8 1734 00X 00XF 00XF0ZN Central Nervous System and Crania… Transfer Olfact…
#> 9 1735 00X 00XF 00XF0ZP Central Nervous System and Crania… Transfer Olfact…
#> 10 1736 00X 00XF 00XF0ZQ Central Nervous System and Crania… Transfer Olfact…
#> 11 1737 00X 00XF 00XF0ZR Central Nervous System and Crania… Transfer Olfact…
#> 12 1738 00X 00XF 00XF0ZS Central Nervous System and Crania… Transfer Olfact…
#> 13 1739 00X 00XF 00XF4ZF Central Nervous System and Crania… Transfer Olfact…
#> 14 1740 00X 00XF 00XF4ZG Central Nervous System and Crania… Transfer Olfact…
#> 15 1741 00X 00XF 00XF4ZH Central Nervous System and Crania… Transfer Olfact…
#> 16 1742 00X 00XF 00XF4ZJ Central Nervous System and Crania… Transfer Olfact…
#> 17 1743 00X 00XF 00XF4ZK Central Nervous System and Crania… Transfer Olfact…
#> 18 1744 00X 00XF 00XF4ZL Central Nervous System and Crania… Transfer Olfact…
#> 19 1745 00X 00XF 00XF4ZM Central Nervous System and Crania… Transfer Olfact…
#> 20 1746 00X 00XF 00XF4ZN Central Nervous System and Crania… Transfer Olfact…
#> # ℹ 313 more rows
order(search = "Olfactory", col = "description_code")
#> # A tibble: 98 × 6
#> order table row code description_table description_code
#> <int> <chr> <chr> <chr> <chr> <chr>
#> 1 190 005 005F 005F0ZZ Central Nervous System and Crania… Destruction of …
#> 2 191 005 005F 005F3ZZ Central Nervous System and Crania… Destruction of …
#> 3 192 005 005F 005F4ZZ Central Nervous System and Crania… Destruction of …
#> 4 259 008 008F 008F0ZZ Central Nervous System and Crania… Division of Olf…
#> 5 260 008 008F 008F3ZZ Central Nervous System and Crania… Division of Olf…
#> 6 261 008 008F 008F4ZZ Central Nervous System and Crania… Division of Olf…
#> 7 430 009 009F 009F00Z Central Nervous System and Crania… Drainage of Olf…
#> 8 431 009 009F 009F0ZX Central Nervous System and Crania… Drainage of Olf…
#> 9 432 009 009F 009F0ZZ Central Nervous System and Crania… Drainage of Olf…
#> 10 433 009 009F 009F30Z Central Nervous System and Crania… Drainage of Olf…
#> 11 434 009 009F 009F3ZX Central Nervous System and Crania… Drainage of Olf…
#> 12 435 009 009F 009F3ZZ Central Nervous System and Crania… Drainage of Olf…
#> 13 436 009 009F 009F40Z Central Nervous System and Crania… Drainage of Olf…
#> 14 437 009 009F 009F4ZX Central Nervous System and Crania… Drainage of Olf…
#> 15 438 009 009F 009F4ZZ Central Nervous System and Crania… Drainage of Olf…
#> 16 649 00B 00BF 00BF0ZX Central Nervous System and Crania… Excision of Olf…
#> 17 650 00B 00BF 00BF0ZZ Central Nervous System and Crania… Excision of Olf…
#> 18 651 00B 00BF 00BF3ZX Central Nervous System and Crania… Excision of Olf…
#> 19 652 00B 00BF 00BF3ZZ Central Nervous System and Crania… Excision of Olf…
#> 20 653 00B 00BF 00BF4ZX Central Nervous System and Crania… Excision of Olf…
#> # ℹ 78 more rows