Look up ICD-10-PCS Codes or Tables
Value
a tibble
Examples
pcs_code("0G9")
pcs_code("0G90")
pcs_code("0G900")
pcs_code("0G9000")
pcs_code("0G9000Z")
#> $pcs_code
#> [1] "0G9000Z"
#>
#> $pcs_description
#> [1] "Drainage of Pituitary Gland with Drainage Device, Open Approach"
#>
#> $pcs_axes
#> # A tibble: 7 × 4
#> axis name value label
#> <int> <chr> <chr> <chr>
#> 1 1 Section 0 Medical and Surgical
#> 2 2 Body System G Endocrine System
#> 3 3 Operation 9 Drainage
#> 4 4 Body Part 0 Pituitary Gland
#> 5 5 Approach 0 Open
#> 6 6 Device 0 Drainage Device
#> 7 7 Qualifier Z No Qualifier
#>
#> attr(,"class")
#> [1] "pcs_code" "list"