Skip to contents

ICD-10-PCS Devices

Usage

devices(
  system = NULL,
  operation = NULL,
  device = NULL,
  col = c("device_name", "section", "system", "operation", "device", "includes"),
  search = NULL
)

Arguments

system

PCS system character.

operation

PCS operation character.

device

PCS device character.

col

column to search: "device_name" (default), "section", "system", "operation", "device", "includes"

string to search for in col

Value

a tibble

Examples

devices()
#> # A tibble: 99 × 6
#>    section system operation      device device_name                   includes  
#>    <chr>   <chr>  <chr>          <chr>  <chr>                         <chr>     
#>  1 0       2      All applicable 7      Autologous Tissue Substitute  Autologou…
#>  2 0       4      All applicable 7      Autologous Tissue Substitute  Autologou…
#>  3 0       6      All applicable 7      Autologous Tissue Substitute  Autologou…
#>  4 0       3      All applicable 7      Autologous Tissue Substitute  Autologou…
#>  5 0       5      All applicable 7      Autologous Tissue Substitute  Autologou…
#>  6 0       2      All applicable 7      Autologous Tissue Substitute  Autologou…
#>  7 0       4      All applicable 7      Autologous Tissue Substitute  Autologou…
#>  8 0       6      All applicable 7      Autologous Tissue Substitute  Autologou…
#>  9 0       3      All applicable 7      Autologous Tissue Substitute  Autologou…
#> 10 0       5      All applicable 7      Autologous Tissue Substitute  Autologou…
#> 11 0       2      H              M      Cardiac Lead                  Cardiac L…
#> 12 0       2      H              M      Cardiac Lead                  Cardiac L…
#> 13 0       J      H              P      Cardiac Rhythm Related Device Cardiac R…
#> 14 0       J      H              P      Cardiac Rhythm Related Device Cardiac R…
#> 15 0       J      H              P      Cardiac Rhythm Related Device Contracti…
#> 16 0       J      H              P      Cardiac Rhythm Related Device Defibrill…
#> 17 0       8      All applicable J      Synthetic Substitute          Epiretina…
#> 18 0       Q      H              5      External Fixation Device      External …
#> 19 0       P      H              5      External Fixation Device      External …
#> 20 0       Q      S              5      External Fixation Device      External …
#> # ℹ 79 more rows