ICD-10-PCS Includes
Usage
includes(
section = NULL,
axis = NULL,
col = c("label", "name", "includes"),
search = NULL
)
Arguments
- section
PCS section:
"0"
(Medical and Surgical),"3"
(Administration)"F"
(Physical Rehabilitation and Diagnostic Audiology)"G"
(Mental Health)"X"
(New Technology)
- axis
PCS axis:
"3"
Operation (0:9, X)
Type (B, C, F, G, H)
"4"
Qualifier (G)
"5"
Approach (0:4, 7:9, X)
Type Qualifier (F)
- col
column to search:
"name"
,"label"
(default),"includes"
- search
string to search for in
col
Value
a tibble
Examples
includes(section = "0", axis = "3")
#> # A tibble: 31 × 5
#> section axis name label includes
#> <chr> <chr> <chr> <chr> <chr>
#> 1 0 3 Operation Alteration Face lift, breast augmentation
#> 2 0 3 Operation Bypass Coronary artery bypass, colostomy form…
#> 3 0 3 Operation Change Urinary catheter change, gastrostomy t…
#> 4 0 3 Operation Control Control of post-prostatectomy hemorrha…
#> 5 0 3 Operation Creation Creation of vagina in a male, creation…
#> 6 0 3 Operation Destruction Fulguration of rectal polyp, cautery o…
#> 7 0 3 Operation Detachment Below knee amputation, disarticulation…
#> 8 0 3 Operation Dilation Percutaneous transluminal angioplasty,…
#> 9 0 3 Operation Division Spinal cordotomy, osteotomy
#> 10 0 3 Operation Drainage Thoracentesis, incision and drainage
#> 11 0 3 Operation Excision Partial nephrectomy, liver biopsy
#> 12 0 3 Operation Extirpation Thrombectomy, choledocholithotomy
#> 13 0 3 Operation Extraction Dilation and curettage, vein stripping
#> 14 0 3 Operation Fragmentation Extracorporeal shockwave lithotripsy, …
#> 15 0 3 Operation Fusion Spinal fusion, ankle arthrodesis
#> 16 0 3 Operation Insertion Insertion of radioactive implant, inse…
#> 17 0 3 Operation Inspection Diagnostic arthroscopy, exploratory la…
#> 18 0 3 Operation Map Cardiac mapping, cortical mapping
#> 19 0 3 Operation Occlusion Fallopian tube ligation, ligation of i…
#> 20 0 3 Operation Reattachment Reattachment of hand, reattachment of …
#> # ℹ 11 more rows