Introduction

In this section we will:
* identify which Foot X-ray procedures were excluded and why * identify which different Foot X-ray subgroups were created and why

If you have questions or concerns about this data please contact Alexander Nielson ()

Load Libraries

Load Libraries

library(data.table)
library(tidyverse)
## Warning: replacing previous import 'vctrs::data_frame' by 'tibble::data_frame'
## when loading 'dplyr'
library(stringi)
library(ggridges)
library(broom)
library(disk.frame)
library(RecordLinkage)
library(googlesheets4)
library(bigrquery)
library(DBI)
devtools::install_github("utah-osa/hcctools2", upgrade="never" )
library(hcctools2)

Establish color palettes

cust_color_pal1 <- c(
        "Anesthesia" = "#f3476f",
        "Facility" = "#e86a33",
        "Medicine Proc" = "#e0a426",
        "Pathology" = "#77bf45",
        "Radiology" = "#617ff7",
        "Surgery" = "#a974ee"
    )

cust_color_pal2 <- c(
        "TRUE" = "#617ff7",
        "FALSE" = "#e0a426"
    )

cust_color_pal3 <- c(
        "above avg" = "#f3476f",
        "avg" = "#77bf45",
        "below avg" = "#a974ee"
    )



  fac_ref_regex <- "(UTAH)|(IHC)|(HOSP)|(HOSPITAL)|(CLINIC)|(ANESTH)|(SCOPY)|(SURG)|(LLC)|(ASSOC)|(MEDIC)|(CENTER)|(ASSOCIATES)|(U OF U)|(HEALTH)|(OLOGY)|(OSCOPY)|(FAMILY)|(VAMC)|(SLC)|(SALT LAKE)|(CITY)|(PROVO)|(OGDEN)|(ENDO )|( VALLEY)|( REGIONAL)|( CTR)|(GRANITE)|( INSTITUTE)|(INSTACARE)|(WASATCH)|(COUNTY)|(PEDIATRIC)|(CORP)|(CENTRAL)|(URGENT)|(CARE)|(UNIV)|(ODYSSEY)|(MOUNTAINSTAR)|( ORTHOPEDIC)|(INSTITUT)|(PARTNERSHIP)|(PHYSICIAN)|(CASTLEVIEW)|(CONSULTING)|(MAGEMENT)|(PRACTICE)|(EMERGENCY)|(SPECIALISTS)|(DIVISION)|(GUT WHISPERER)|(INTERMOUNTAIN)|(OBGYN)"

Connect to GCP database

bigrquery::bq_auth(path = 'D:/gcp_keys/healthcare-compare-prod-95b3b7349c32.json')

# set my project ID and dataset name
project_id <- 'healthcare-compare-prod'
dataset_name <- 'healthcare_compare'

con <- dbConnect(
  bigrquery::bigquery(),
  project = project_id,
  dataset = dataset_name,
  billing = project_id
)

Get NPI table

query <-  paste0("SELECT npi, clean_name, osa_group, osa_class, osa_specialization
                 FROM `healthcare-compare-prod.healthcare_compare.npi_full`")
                       
#bq_project_query(billing, query) # uncomment to determine billing price for above query.

npi_full <- dbGetQuery(con, query) %>%
  data.table() 

get a subset of the NPI providers based upon taxonomy groups

gs4_auth(email="alexnielson@utah.gov")
  npi_prov_pair <-  npi_full %>% 
    .[,.(npi=npi,
         clean_name = clean_name
         )
      ] 

Load Data

bun_proc <-  disk.frame("full_apcd.df")
xray_foot <- bun_proc[(radi_bun_t_xray==T | `radi_bun_t_x-ray`) & radi_bun_t_foot==T &
                        tp_med >0 &
                        duration_max ==0 &
                        duration_min == 0 & 
                         tp_med < 10000]
xray_foot %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 551 x 2
##    name                   correlation
##    <chr>                        <dbl>
##  1 faci_bun_t_dept              0.502
##  2 faci_bun_t_emergency         0.502
##  3 anes_bun_t_anesth            0.490
##  4 anes_bun_t_anes              0.489
##  5 anes_bun_t_surg              0.470
##  6 anes_bun_t_lower             0.464
##  7 anes_bun_t_leg               0.461
##  8 anes_bun_t_bone              0.426
##  9 medi_bun_t_inject            0.419
## 10 radi_bun_t_without_dye       0.253
## # ... with 541 more rows
cols_to_check <-  xray_foot %>% select_if(is.logical)
tag_frequency <- apply(cols_to_check, 2, function(i) sum(i > 0)) %>% enframe() %>% as.data.table() %>% .[,.(tag=name, freq=value)]
outlier_tag_list <- tag_frequency[freq < 1000] %>% .[["tag"]]
xray_foot_c <- remove_bun_proc_with_rare_tags(outlier_tag_list=outlier_tag_list, df=xray_foot)
## [1] "Start of rare tag removal"
## [1] "nrow:41904 , ncol:1404"
## [1] "nrow:41904"
## [1] "removing: surg_bun_t_a-grft"
## [1] 41904
## [1] "removing: surg_bun_t_abd"
## [1] 41900
## [1] "removing: surg_bun_t_abdom"
## [1] 41900
## [1] "removing: surg_bun_t_abdomen"
## [1] 41900
## [1] "removing: surg_bun_t_ablate"
## [1] 41900
## [1] "removing: surg_bun_t_abortion"
## [1] 41900
## [1] "removing: surg_bun_t_abscess"
## [1] 41850
## [1] "removing: surg_bun_t_acell"
## [1] 41850
## [1] "removing: surg_bun_t_acellular"
## [1] 41850
## [1] "removing: surg_bun_t_acne"
## [1] 41848
## [1] "removing: surg_bun_t_acute"
## [1] 41848
## [1] "removing: surg_bun_t_add-on"
## [1] 41838
## [1] "removing: surg_bun_t_adenoid"
## [1] 41837
## [1] "removing: surg_bun_t_adjust"
## [1] 41837
## [1] "removing: surg_bun_t_airway"
## [1] 41837
## [1] "removing: surg_bun_t_amput"
## [1] 41829
## [1] "removing: surg_bun_t_anal"
## [1] 41829
## [1] "removing: surg_bun_t_analysis"
## [1] 41829
## [1] "removing: surg_bun_t_aneurysm"
## [1] 41829
## [1] "removing: surg_bun_t_ankle"
## [1] 41372
## [1] "removing: surg_bun_t_anoscopy"
## [1] 41370
## [1] "removing: surg_bun_t_ant"
## [1] 40922
## [1] "removing: surg_bun_t_antepartum"
## [1] 40922
## [1] "removing: surg_bun_t_aorta"
## [1] 40922
## [1] "removing: surg_bun_t_aortic"
## [1] 40922
## [1] "removing: surg_bun_t_aply"
## [1] 40922
## [1] "removing: surg_bun_t_appendectomy"
## [1] 40922
## [1] "removing: surg_bun_t_application"
## [1] 40694
## [1] "removing: surg_bun_t_apply"
## [1] 40626
## [1] "removing: surg_bun_t_approach"
## [1] 40626
## [1] "removing: surg_bun_t_arm"
## [1] 40622
## [1] "removing: surg_bun_t_art"
## [1] 40592
## [1] "removing: surg_bun_t_arterial"
## [1] 40592
## [1] "removing: surg_bun_t_artery"
## [1] 40592
## [1] "removing: surg_bun_t_arthro"
## [1] 40592
## [1] "removing: surg_bun_t_arthroplasty"
## [1] 40592
## [1] "removing: surg_bun_t_arthroscopy"
## [1] 40592
## [1] "removing: surg_bun_t_artificial"
## [1] 40592
## [1] "removing: surg_bun_t_augmentation"
## [1] 40592
## [1] "removing: surg_bun_t_autograft"
## [1] 40592
## [1] "removing: surg_bun_t_b9"
## [1] 40413
## [1] "removing: surg_bun_t_back"
## [1] 40413
## [1] "removing: surg_bun_t_balloon"
## [1] 40413
## [1] "removing: surg_bun_t_bed"
## [1] 40268
## [1] "removing: surg_bun_t_biceps"
## [1] 40268
## [1] "removing: surg_bun_t_bile"
## [1] 40268
## [1] "removing: surg_bun_t_bilobectomy"
## [1] 40268
## [1] "removing: surg_bun_t_biopsy"
## [1] 40231
## [1] "removing: surg_bun_t_bladder"
## [1] 40228
## [1] "removing: surg_bun_t_bleeding"
## [1] 40228
## [1] "removing: surg_bun_t_block"
## [1] 40039
## [1] "removing: surg_bun_t_blockage"
## [1] 40039
## [1] "removing: surg_bun_t_blood"
## [1] 40010
## [1] "removing: surg_bun_t_body"
## [1] 39935
## [1] "removing: surg_bun_t_bone"
## [1] 39919
## [1] "removing: surg_bun_t_bowel"
## [1] 39919
## [1] "removing: surg_bun_t_brace"
## [1] 39919
## [1] "removing: surg_bun_t_brain"
## [1] 39919
## [1] "removing: surg_bun_t_breast"
## [1] 39917
## [1] "removing: surg_bun_t_bronchial"
## [1] 39917
## [1] "removing: surg_bun_t_bronchoscopy"
## [1] 39917
## [1] "removing: surg_bun_t_brow"
## [1] 39917
## [1] "removing: surg_bun_t_bulge"
## [1] 39917
## [1] "removing: surg_bun_t_burn"
## [1] 39915
## [1] "removing: surg_bun_t_burr"
## [1] 39915
## [1] "removing: surg_bun_t_buttck"
## [1] 39915
## [1] "removing: surg_bun_t_buttock"
## [1] 39915
## [1] "removing: surg_bun_t_byp"
## [1] 39915
## [1] "removing: surg_bun_t_bypass"
## [1] 39915
## [1] "removing: surg_bun_t_cabg"
## [1] 39915
## [1] "removing: surg_bun_t_canal"
## [1] 39915
## [1] "removing: surg_bun_t_cannula"
## [1] 39915
## [1] "removing: surg_bun_t_capillary"
## [1] 39915
## [1] "removing: surg_bun_t_capsule"
## [1] 39915
## [1] "removing: surg_bun_t_care"
## [1] 39915
## [1] "removing: surg_bun_t_carotid"
## [1] 39915
## [1] "removing: surg_bun_t_cartilage"
## [1] 39915
## [1] "removing: surg_bun_t_cast"
## [1] 39913
## [1] "removing: surg_bun_t_cath"
## [1] 39913
## [1] "removing: surg_bun_t_cavity"
## [1] 39913
## [1] "removing: surg_bun_t_cell"
## [1] 39913
## [1] "removing: surg_bun_t_cervix"
## [1] 39911
## [1] "removing: surg_bun_t_cesarean"
## [1] 39911
## [1] "removing: surg_bun_t_chamber"
## [1] 39911
## [1] "removing: surg_bun_t_change"
## [1] 39911
## [1] "removing: surg_bun_t_chemical"
## [1] 39911
## [1] "removing: surg_bun_t_chemodenerv"
## [1] 39899
## [1] "removing: surg_bun_t_chest"
## [1] 39899
## [1] "removing: surg_bun_t_chin"
## [1] 39899
## [1] "removing: surg_bun_t_cholangiogram"
## [1] 39899
## [1] "removing: surg_bun_t_cholangiopancreatograph"
## [1] 39899
## [1] "removing: surg_bun_t_cholecystoenterostomy"
## [1] 39899
## [1] "removing: surg_bun_t_chronic"
## [1] 39899
## [1] "removing: surg_bun_t_circulation"
## [1] 39899
## [1] "removing: surg_bun_t_circumcision"
## [1] 39899
## [1] "removing: surg_bun_t_clamp"
## [1] 39899
## [1] "removing: surg_bun_t_clavicle"
## [1] 39899
## [1] "removing: surg_bun_t_clearance"
## [1] 39899
## [1] "removing: surg_bun_t_cleft"
## [1] 39899
## [1] "removing: surg_bun_t_clitoris"
## [1] 39899
## [1] "removing: surg_bun_t_cloacal"
## [1] 39899
## [1] "removing: surg_bun_t_closed"
## [1] 39897
## [1] "removing: surg_bun_t_closure"
## [1] 39896
## [1] "removing: surg_bun_t_clot"
## [1] 39896
## [1] "removing: surg_bun_t_collar"
## [1] 39896
## [1] "removing: surg_bun_t_colon"
## [1] 39885
## [1] "removing: surg_bun_t_colonoscopy"
## [1] 39885
## [1] "removing: surg_bun_t_coloproctostomy"
## [1] 39885
## [1] "removing: surg_bun_t_colostomy"
## [1] 39885
## [1] "removing: surg_bun_t_complex"
## [1] 39884
## [1] "removing: surg_bun_t_compression"
## [1] 39883
## [1] "removing: surg_bun_t_contriction"
## [1] 39883
## [1] "removing: surg_bun_t_control"
## [1] 39882
## [1] "removing: surg_bun_t_cord"
## [1] 39882
## [1] "removing: surg_bun_t_cornea"
## [1] 39882
## [1] "removing: surg_bun_t_coronary"
## [1] 39882
## [1] "removing: surg_bun_t_coronoid"
## [1] 39882
## [1] "removing: surg_bun_t_correct"
## [1] 39874
## [1] "removing: surg_bun_t_cranial"
## [1] 39873
## [1] "removing: surg_bun_t_craniofacial"
## [1] 39873
## [1] "removing: surg_bun_t_cryotherapy"
## [1] 39873
## [1] "removing: surg_bun_t_cuff"
## [1] 39873
## [1] "removing: surg_bun_t_cult"
## [1] 39873
## [1] "removing: surg_bun_t_cyst"
## [1] 39819
## [1] "removing: surg_bun_t_cysto"
## [1] 39819
## [1] "removing: surg_bun_t_cystometrogram"
## [1] 39819
## [1] "removing: surg_bun_t_cystoscopy"
## [1] 39819
## [1] "removing: surg_bun_t_cystouretero"
## [1] 39819
## [1] "removing: surg_bun_t_debrid"
## [1] 39741
## [1] "removing: surg_bun_t_debride"
## [1] 39741
## [1] "removing: surg_bun_t_decompression"
## [1] 39741
## [1] "removing: surg_bun_t_deep"
## [1] 39740
## [1] "removing: surg_bun_t_defect"
## [1] 39740
## [1] "removing: surg_bun_t_defib"
## [1] 39740
## [1] "removing: surg_bun_t_deformity"
## [1] 39738
## [1] "removing: surg_bun_t_degenerated"
## [1] 39738
## [1] "removing: surg_bun_t_delivery"
## [1] 39738
## [1] "removing: surg_bun_t_deplet"
## [1] 39738
## [1] "removing: surg_bun_t_dermabrasion"
## [1] 39738
## [1] "removing: surg_bun_t_design"
## [1] 39738
## [1] "removing: surg_bun_t_destroy"
## [1] 39729
## [1] "removing: surg_bun_t_destruction"
## [1] 39727
## [1] "removing: surg_bun_t_dev"
## [1] 39715
## [1] "removing: surg_bun_t_device"
## [1] 39715
## [1] "removing: surg_bun_t_diagnostic"
## [1] 39696
## [1] "removing: surg_bun_t_dialysis"
## [1] 39696
## [1] "removing: surg_bun_t_diaphragm"
## [1] 39696
## [1] "removing: surg_bun_t_digit"
## [1] 39696
## [1] "removing: surg_bun_t_dilat"
## [1] 39696
## [1] "removing: surg_bun_t_dilation"
## [1] 39696
## [1] "removing: surg_bun_t_disc"
## [1] 39696
## [1] "removing: surg_bun_t_diskectomy"
## [1] 39696
## [1] "removing: surg_bun_t_dislocat"
## [1] 39677
## [1] "removing: surg_bun_t_dissect"
## [1] 39677
## [1] "removing: surg_bun_t_donar"
## [1] 39677
## [1] "removing: surg_bun_t_donor"
## [1] 39677
## [1] "removing: surg_bun_t_draw"
## [1] 39677
## [1] "removing: surg_bun_t_dressing"
## [1] 39677
## [1] "removing: surg_bun_t_drill"
## [1] 39677
## [1] "removing: surg_bun_t_drug"
## [1] 39664
## [1] "removing: surg_bun_t_duct"
## [1] 39663
## [1] "removing: surg_bun_t_duoden"
## [1] 39663
## [1] "removing: surg_bun_t_dura"
## [1] 39658
## [1] "removing: surg_bun_t_ear"
## [1] 39653
## [1] "removing: surg_bun_t_eardrum"
## [1] 39653
## [1] "removing: surg_bun_t_ectopic"
## [1] 39653
## [1] "removing: surg_bun_t_egd"
## [1] 39653
## [1] "removing: surg_bun_t_elbow"
## [1] 39652
## [1] "removing: surg_bun_t_electrical"
## [1] 39652
## [1] "removing: surg_bun_t_electrode"
## [1] 39652
## [1] "removing: surg_bun_t_electroejaculation"
## [1] 39652
## [1] "removing: surg_bun_t_electrolysis"
## [1] 39652
## [1] "removing: surg_bun_t_embolize"
## [1] 39652
## [1] "removing: surg_bun_t_embryo"
## [1] 39652
## [1] "removing: surg_bun_t_endoscopy"
## [1] 39645
## [1] "removing: surg_bun_t_endovas"
## [1] 39645
## [1] "removing: surg_bun_t_enlarge"
## [1] 39645
## [1] "removing: surg_bun_t_enterectomy"
## [1] 39645
## [1] "removing: surg_bun_t_epiderm"
## [1] 39645
## [1] "removing: surg_bun_t_epididymis"
## [1] 39645
## [1] "removing: surg_bun_t_epiphysis"
## [1] 39645
## [1] "removing: surg_bun_t_episiotomy"
## [1] 39645
## [1] "removing: surg_bun_t_esoph"
## [1] 39645
## [1] "removing: surg_bun_t_esophagoscopy"
## [1] 39645
## [1] "removing: surg_bun_t_esophagus"
## [1] 39645
## [1] "removing: surg_bun_t_exam"
## [1] 39645
## [1] "removing: surg_bun_t_exc"
## [1] 39642
## [1] "removing: surg_bun_t_excessive"
## [1] 39642
## [1] "removing: surg_bun_t_excise"
## [1] 39642
## [1] "removing: surg_bun_t_excision"
## [1] 39642
## [1] "removing: surg_bun_t_exostosis"
## [1] 39642
## [1] "removing: surg_bun_t_expander"
## [1] 39642
## [1] "removing: surg_bun_t_explora"
## [1] 39642
## [1] "removing: surg_bun_t_explore"
## [1] 39637
## [1] "removing: surg_bun_t_extra"
## [1] 39636
## [1] "removing: surg_bun_t_extremity"
## [1] 39636
## [1] "removing: surg_bun_t_eye"
## [1] 39635
## [1] "removing: surg_bun_t_eyelashes"
## [1] 39635
## [1] "removing: surg_bun_t_eyelid"
## [1] 39635
## [1] "removing: surg_bun_t_face"
## [1] 39632
## [1] "removing: surg_bun_t_fallopian"
## [1] 39632
## [1] "removing: surg_bun_t_fascia"
## [1] 39614
## [1] "removing: surg_bun_t_fat"
## [1] 39614
## [1] "removing: surg_bun_t_femur"
## [1] 39614
## [1] "removing: surg_bun_t_fibula"
## [1] 39614
## [1] "removing: surg_bun_t_finger"
## [1] 39607
## [1] "removing: surg_bun_t_fissure"
## [1] 39607
## [1] "removing: surg_bun_t_fistula"
## [1] 39607
## [1] "removing: surg_bun_t_fixation"
## [1] 39607
## [1] "removing: surg_bun_t_flap"
## [1] 39607
## [1] "removing: surg_bun_t_flow"
## [1] 39606
## [1] "removing: surg_bun_t_fluid"
## [1] 39602
## [1] "removing: surg_bun_t_fna"
## [1] 39602
## [1] "removing: surg_bun_t_follow-up"
## [1] 39602
## [1] "removing: surg_bun_t_foot"
## [1] 39554
## [1] "removing: surg_bun_t_forearm"
## [1] 39554
## [1] "removing: surg_bun_t_forehead"
## [1] 39554
## [1] "removing: surg_bun_t_foreign"
## [1] 39554
## [1] "removing: surg_bun_t_fracture"
## [1] 38855
## [1] "removing: surg_bun_t_free"
## [1] 38855
## [1] "removing: surg_bun_t_frontal"
## [1] 38855
## [1] "removing: surg_bun_t_fundoplasty"
## [1] 38855
## [1] "removing: surg_bun_t_fusion"
## [1] 38855
## [1] "removing: surg_bun_t_gallbladder"
## [1] 38855
## [1] "removing: surg_bun_t_gastrointestinal"
## [1] 38855
## [1] "removing: surg_bun_t_gastrostomy"
## [1] 38855
## [1] "removing: surg_bun_t_gentialia"
## [1] 38855
## [1] "removing: surg_bun_t_gi"
## [1] 38855
## [1] "removing: surg_bun_t_gland"
## [1] 38855
## [1] "removing: surg_bun_t_glaucoma"
## [1] 38855
## [1] "removing: surg_bun_t_graft"
## [1] 38855
## [1] "removing: surg_bun_t_growth"
## [1] 38855
## [1] "removing: surg_bun_t_gum"
## [1] 38855
## [1] "removing: surg_bun_t_hair"
## [1] 38855
## [1] "removing: surg_bun_t_hallux"
## [1] 38855
## [1] "removing: surg_bun_t_halo"
## [1] 38855
## [1] "removing: surg_bun_t_hand"
## [1] 38855
## [1] "removing: surg_bun_t_harvest"
## [1] 38855
## [1] "removing: surg_bun_t_head"
## [1] 38855
## [1] "removing: surg_bun_t_heart"
## [1] 38855
## [1] "removing: surg_bun_t_hematoma"
## [1] 38855
## [1] "removing: surg_bun_t_hemorrhoid"
## [1] 38853
## [1] "removing: surg_bun_t_hemorrhoidopexy"
## [1] 38853
## [1] "removing: surg_bun_t_hernia"
## [1] 38853
## [1] "removing: surg_bun_t_hip"
## [1] 38851
## [1] "removing: surg_bun_t_hole"
## [1] 38851
## [1] "removing: surg_bun_t_hormone"
## [1] 38851
## [1] "removing: surg_bun_t_humer"
## [1] 38851
## [1] "removing: surg_bun_t_hydrocele"
## [1] 38851
## [1] "removing: surg_bun_t_hyst"
## [1] 38851
## [1] "removing: surg_bun_t_hysterectomy"
## [1] 38851
## [1] "removing: surg_bun_t_iliopsoas"
## [1] 38851
## [1] "removing: surg_bun_t_illiac"
## [1] 38851
## [1] "removing: surg_bun_t_imag"
## [1] 38850
## [1] "removing: surg_bun_t_implant"
## [1] 38850
## [1] "removing: surg_bun_t_incision"
## [1] 38833
## [1] "removing: surg_bun_t_infect"
## [1] 38833
## [1] "removing: surg_bun_t_injection"
## [1] 38829
## [1] "removing: surg_bun_t_inner"
## [1] 38829
## [1] "removing: surg_bun_t_insert"
## [1] 38649
## [1] "removing: surg_bun_t_interlaminar"
## [1] 38642
## [1] "removing: surg_bun_t_internal"
## [1] 38642
## [1] "removing: surg_bun_t_intestine"
## [1] 38642
## [1] "removing: surg_bun_t_intracorporeal"
## [1] 38642
## [1] "removing: surg_bun_t_intracranial"
## [1] 38642
## [1] "removing: surg_bun_t_intranasal"
## [1] 38642
## [1] "removing: surg_bun_t_inverted"
## [1] 38642
## [1] "removing: surg_bun_t_iris"
## [1] 38641
## [1] "removing: surg_bun_t_jaw"
## [1] 38641
## [1] "removing: surg_bun_t_kidney"
## [1] 38641
## [1] "removing: surg_bun_t_knee"
## [1] 38639
## [1] "removing: surg_bun_t_kneecap"
## [1] 38639
## [1] "removing: surg_bun_t_knuckle"
## [1] 38639
## [1] "removing: surg_bun_t_kyphectomy"
## [1] 38639
## [1] "removing: surg_bun_t_laceration"
## [1] 38639
## [1] "removing: surg_bun_t_lamina"
## [1] 38639
## [1] "removing: surg_bun_t_laminotomy"
## [1] 38639
## [1] "removing: surg_bun_t_lap"
## [1] 38639
## [1] "removing: surg_bun_t_laparoscop"
## [1] 38639
## [1] "removing: surg_bun_t_large"
## [1] 38639
## [1] "removing: surg_bun_t_laryngoscopy"
## [1] 38638
## [1] "removing: surg_bun_t_larynx"
## [1] 38638
## [1] "removing: surg_bun_t_laser"
## [1] 38637
## [1] "removing: surg_bun_t_lavage"
## [1] 38637
## [1] "removing: surg_bun_t_lefort"
## [1] 38637
## [1] "removing: surg_bun_t_leg"
## [1] 38634
## [1] "removing: surg_bun_t_lengthen"
## [1] 38634
## [1] "removing: surg_bun_t_lesion"
## [1] 38377
## [1] "removing: surg_bun_t_ligation"
## [1] 38377
## [1] "removing: surg_bun_t_lining"
## [1] 38377
## [1] "removing: surg_bun_t_lip"
## [1] 38377
## [1] "removing: surg_bun_t_lipectomy"
## [1] 38377
## [1] "removing: surg_bun_t_liver"
## [1] 38377
## [1] "removing: surg_bun_t_lobectomy"
## [1] 38377
## [1] "removing: surg_bun_t_long"
## [1] 38377
## [1] "removing: surg_bun_t_lower"
## [1] 38377
## [1] "removing: surg_bun_t_lumbar"
## [1] 38377
## [1] "removing: surg_bun_t_lung"
## [1] 38377
## [1] "removing: surg_bun_t_lymph"
## [1] 38377
## [1] "removing: surg_bun_t_major"
## [1] 38377
## [1] "removing: surg_bun_t_mandible"
## [1] 38377
## [1] "removing: surg_bun_t_marrow"
## [1] 38377
## [1] "removing: surg_bun_t_mast"
## [1] 38377
## [1] "removing: surg_bun_t_mastectomy"
## [1] 38377
## [1] "removing: surg_bun_t_mastoid"
## [1] 38377
## [1] "removing: surg_bun_t_material"
## [1] 38377
## [1] "removing: surg_bun_t_maxilla"
## [1] 38377
## [1] "removing: surg_bun_t_mcp"
## [1] 38377
## [1] "removing: surg_bun_t_mesh"
## [1] 38377
## [1] "removing: surg_bun_t_metacarpal"
## [1] 38377
## [1] "removing: surg_bun_t_microvasc"
## [1] 38377
## [1] "removing: surg_bun_t_middle"
## [1] 38377
## [1] "removing: surg_bun_t_midfoot"
## [1] 38377
## [1] "removing: surg_bun_t_mitral"
## [1] 38377
## [1] "removing: surg_bun_t_mohs"
## [1] 38376
## [1] "removing: surg_bun_t_mouth"
## [1] 38376
## [1] "removing: surg_bun_t_musc"
## [1] 38350
## [1] "removing: surg_bun_t_myelography"
## [1] 38350
## [1] "removing: surg_bun_t_myomectomy"
## [1] 38350
## [1] "removing: surg_bun_t_nail"
## [1] 38271
## [1] "removing: surg_bun_t_nasal"
## [1] 38271
## [1] "removing: surg_bun_t_nasolacrimal"
## [1] 38271
## [1] "removing: surg_bun_t_neck"
## [1] 38271
## [1] "removing: surg_bun_t_needle"
## [1] 38271
## [1] "removing: surg_bun_t_nephrectomy"
## [1] 38271
## [1] "removing: surg_bun_t_nerve"
## [1] 38271
## [1] "removing: surg_bun_t_neuroelectrode"
## [1] 38271
## [1] "removing: surg_bun_t_neuroendoscopy"
## [1] 38271
## [1] "removing: surg_bun_t_nipple"
## [1] 38271
## [1] "removing: surg_bun_t_njx"
## [1] 38271
## [1] "removing: surg_bun_t_node"
## [1] 38271
## [1] "removing: surg_bun_t_nodule"
## [1] 38271
## [1] "removing: surg_bun_t_nonfacial"
## [1] 38271
## [1] "removing: surg_bun_t_nose"
## [1] 38271
## [1] "removing: surg_bun_t_nosebleed"
## [1] 38271
## [1] "removing: surg_bun_t_nuero"
## [1] 38271
## [1] "removing: surg_bun_t_obstetrical"
## [1] 38271
## [1] "removing: surg_bun_t_open"
## [1] 38271
## [1] "removing: surg_bun_t_opening"
## [1] 38271
## [1] "removing: surg_bun_t_oral"
## [1] 38271
## [1] "removing: surg_bun_t_orbitocranial"
## [1] 38271
## [1] "removing: surg_bun_t_orchiopexy"
## [1] 38271
## [1] "removing: surg_bun_t_other"
## [1] 38271
## [1] "removing: surg_bun_t_ovarian"
## [1] 38271
## [1] "removing: surg_bun_t_ovary"
## [1] 38271
## [1] "removing: surg_bun_t_pacemaker"
## [1] 38271
## [1] "removing: surg_bun_t_pad"
## [1] 38271
## [1] "removing: surg_bun_t_palate"
## [1] 38271
## [1] "removing: surg_bun_t_palm"
## [1] 38271
## [1] "removing: surg_bun_t_palsy"
## [1] 38271
## [1] "removing: surg_bun_t_pancreas"
## [1] 38271
## [1] "removing: surg_bun_t_pancreatectomy"
## [1] 38271
## [1] "removing: surg_bun_t_paravert"
## [1] 38262
## [1] "removing: surg_bun_t_part"
## [1] 38262
## [1] "removing: surg_bun_t_partial"
## [1] 38262
## [1] "removing: surg_bun_t_pedcle"
## [1] 38262
## [1] "removing: surg_bun_t_pedicle"
## [1] 38262
## [1] "removing: surg_bun_t_peel"
## [1] 38262
## [1] "removing: surg_bun_t_pelvic"
## [1] 38262
## [1] "removing: surg_bun_t_pelvis"
## [1] 38262
## [1] "removing: surg_bun_t_penile"
## [1] 38262
## [1] "removing: surg_bun_t_penis"
## [1] 38262
## [1] "removing: surg_bun_t_percut"
## [1] 38262
## [1] "removing: surg_bun_t_percutaneous"
## [1] 38262
## [1] "removing: surg_bun_t_perineum"
## [1] 38262
## [1] "removing: surg_bun_t_pernineum"
## [1] 38262
## [1] "removing: surg_bun_t_pharynx"
## [1] 38262
## [1] "removing: surg_bun_t_pierce"
## [1] 38262
## [1] "removing: surg_bun_t_pilonidal"
## [1] 38262
## [1] "removing: surg_bun_t_place"
## [1] 38262
## [1] "removing: surg_bun_t_plastic"
## [1] 38262
## [1] "removing: surg_bun_t_plate"
## [1] 38262
## [1] "removing: surg_bun_t_pneumonectomy"
## [1] 38262
## [1] "removing: surg_bun_t_polyp"
## [1] 38262
## [1] "removing: surg_bun_t_pouch"
## [1] 38262
## [1] "removing: surg_bun_t_pregnancy"
## [1] 38262
## [1] "removing: surg_bun_t_prep"
## [1] 38262
## [1] "removing: surg_bun_t_prepare"
## [1] 38262
## [1] "removing: surg_bun_t_pressure"
## [1] 38262
## [1] "removing: surg_bun_t_process"
## [1] 38262
## [1] "removing: surg_bun_t_proctosigmoidoscopy"
## [1] 38262
## [1] "removing: surg_bun_t_prolapse"
## [1] 38262
## [1] "removing: surg_bun_t_prostat"
## [1] 38262
## [1] "removing: surg_bun_t_prostate"
## [1] 38262
## [1] "removing: surg_bun_t_prosthesis"
## [1] 38262
## [1] "removing: surg_bun_t_prosthetic"
## [1] 38262
## [1] "removing: surg_bun_t_pulmonary"
## [1] 38262
## [1] "removing: surg_bun_t_punch"
## [1] 38262
## [1] "removing: surg_bun_t_puncture"
## [1] 38262
## [1] "removing: surg_bun_t_pyeloplasty"
## [1] 38262
## [1] "removing: surg_bun_t_radius"
## [1] 38262
## [1] "removing: surg_bun_t_realignment"
## [1] 38262
## [1] "removing: surg_bun_t_rechannel"
## [1] 38262
## [1] "removing: surg_bun_t_reconstruct"
## [1] 38262
## [1] "removing: surg_bun_t_reconstruction"
## [1] 38262
## [1] "removing: surg_bun_t_rectal"
## [1] 38262
## [1] "removing: surg_bun_t_rectum"
## [1] 38262
## [1] "removing: surg_bun_t_reduction"
## [1] 38262
## [1] "removing: surg_bun_t_reinforce"
## [1] 38262
## [1] "removing: surg_bun_t_release"
## [1] 38262
## [1] "removing: surg_bun_t_remov"
## [1] 38255
## [1] "removing: surg_bun_t_removal"
## [1] 38255
## [1] "removing: surg_bun_t_remove"
## [1] 38255
## [1] "removing: surg_bun_t_renal"
## [1] 38255
## [1] "removing: surg_bun_t_repair"
## [1] 38253
## [1] "removing: surg_bun_t_replantation"
## [1] 38253
## [1] "removing: surg_bun_t_resect"
## [1] 38253
## [1] "removing: surg_bun_t_reset"
## [1] 38253
## [1] "removing: surg_bun_t_retina"
## [1] 38253
## [1] "removing: surg_bun_t_retinopathy"
## [1] 38253
## [1] "removing: surg_bun_t_revise"
## [1] 38253
## [1] "removing: surg_bun_t_revision"
## [1] 38253
## [1] "removing: surg_bun_t_rib"
## [1] 38253
## [1] "removing: surg_bun_t_ridge"
## [1] 38253
## [1] "removing: surg_bun_t_ring"
## [1] 38253
## [1] "removing: surg_bun_t_roof"
## [1] 38253
## [1] "removing: surg_bun_t_rotator"
## [1] 38253
## [1] "removing: surg_bun_t_routine"
## [1] 38253
## [1] "removing: surg_bun_t_sacrum"
## [1] 38253
## [1] "removing: surg_bun_t_salivary"
## [1] 38253
## [1] "removing: surg_bun_t_scapula"
## [1] 38253
## [1] "removing: surg_bun_t_scar"
## [1] 38253
## [1] "removing: surg_bun_t_scope"
## [1] 38253
## [1] "removing: surg_bun_t_scrotum"
## [1] 38253
## [1] "removing: surg_bun_t_segment"
## [1] 38253
## [1] "removing: surg_bun_t_segmental"
## [1] 38253
## [1] "removing: surg_bun_t_segmentectomy"
## [1] 38253
## [1] "removing: surg_bun_t_septum"
## [1] 38253
## [1] "removing: surg_bun_t_sex"
## [1] 38253
## [1] "removing: surg_bun_t_shave"
## [1] 38253
## [1] "removing: surg_bun_t_shorten"
## [1] 38253
## [1] "removing: surg_bun_t_shoulder"
## [1] 38253
## [1] "removing: surg_bun_t_shunt"
## [1] 38253
## [1] "removing: surg_bun_t_sigmoidoscopy"
## [1] 38253
## [1] "removing: surg_bun_t_simple"
## [1] 38253
## [1] "removing: surg_bun_t_sinus"
## [1] 38253
## [1] "removing: surg_bun_t_skeletal"
## [1] 38253
## [1] "removing: surg_bun_t_skin"
## [1] 38253
## [1] "removing: surg_bun_t_skull"
## [1] 38253
## [1] "removing: surg_bun_t_sleeve"
## [1] 38253
## [1] "removing: surg_bun_t_slipped"
## [1] 38253
## [1] "removing: surg_bun_t_small"
## [1] 38253
## [1] "removing: surg_bun_t_socket"
## [1] 38253
## [1] "removing: surg_bun_t_soft"
## [1] 38253
## [1] "removing: surg_bun_t_sore"
## [1] 38253
## [1] "removing: surg_bun_t_sperm"
## [1] 38253
## [1] "removing: surg_bun_t_sphenoid"
## [1] 38253
## [1] "removing: surg_bun_t_sphincter"
## [1] 38253
## [1] "removing: surg_bun_t_spine"
## [1] 38253
## [1] "removing: surg_bun_t_spleen"
## [1] 38253
## [1] "removing: surg_bun_t_splint"
## [1] 38253
## [1] "removing: surg_bun_t_split"
## [1] 38253
## [1] "removing: surg_bun_t_stem"
## [1] 38253
## [1] "removing: surg_bun_t_stenosis"
## [1] 38253
## [1] "removing: surg_bun_t_stent"
## [1] 38253
## [1] "removing: surg_bun_t_sternal"
## [1] 38253
## [1] "removing: surg_bun_t_sternum"
## [1] 38253
## [1] "removing: surg_bun_t_stimulation"
## [1] 38253
## [1] "removing: surg_bun_t_stomach"
## [1] 38253
## [1] "removing: surg_bun_t_stone"
## [1] 38253
## [1] "removing: surg_bun_t_stop"
## [1] 38253
## [1] "removing: surg_bun_t_strapping"
## [1] 38199
## [1] "removing: surg_bun_t_stricture"
## [1] 38199
## [1] "removing: surg_bun_t_styloid"
## [1] 38199
## [1] "removing: surg_bun_t_sub"
## [1] 37997
## [1] "removing: surg_bun_t_suction"
## [1] 37997
## [1] "removing: surg_bun_t_superficial"
## [1] 37997
## [1] "removing: surg_bun_t_suspension"
## [1] 37997
## [1] "removing: surg_bun_t_sutures"
## [1] 37997
## [1] "removing: surg_bun_t_sweat"
## [1] 37997
## [1] "removing: surg_bun_t_tags"
## [1] 37997
## [1] "removing: surg_bun_t_tail"
## [1] 37997
## [1] "removing: surg_bun_t_tear"
## [1] 37997
## [1] "removing: surg_bun_t_temporal"
## [1] 37997
## [1] "removing: surg_bun_t_testis"
## [1] 37997
## [1] "removing: surg_bun_t_therapy"
## [1] 37997
## [1] "removing: surg_bun_t_thigh"
## [1] 37997
## [1] "removing: surg_bun_t_thoracoscopy"
## [1] 37997
## [1] "removing: surg_bun_t_thoracotomy"
## [1] 37997
## [1] "removing: surg_bun_t_thorax"
## [1] 37997
## [1] "removing: surg_bun_t_throat"
## [1] 37997
## [1] "removing: surg_bun_t_thrombin"
## [1] 37997
## [1] "removing: surg_bun_t_thrombo"
## [1] 37997
## [1] "removing: surg_bun_t_thumb"
## [1] 37997
## [1] "removing: surg_bun_t_thymus"
## [1] 37997
## [1] "removing: surg_bun_t_thyroid"
## [1] 37997
## [1] "removing: surg_bun_t_tip"
## [1] 37997
## [1] "removing: surg_bun_t_tiss"
## [1] 37996
## [1] "removing: surg_bun_t_tkr"
## [1] 37996
## [1] "removing: surg_bun_t_toe"
## [1] 37996
## [1] "removing: surg_bun_t_tongue"
## [1] 37996
## [1] "removing: surg_bun_t_tonsil"
## [1] 37996
## [1] "removing: surg_bun_t_torsion"
## [1] 37996
## [1] "removing: surg_bun_t_total"
## [1] 37996
## [1] "removing: surg_bun_t_tract"
## [1] 37996
## [1] "removing: surg_bun_t_transcath"
## [1] 37996
## [1] "removing: surg_bun_t_transfer"
## [1] 37996
## [1] "removing: surg_bun_t_transform"
## [1] 37996
## [1] "removing: surg_bun_t_transplant"
## [1] 37996
## [1] "removing: surg_bun_t_treat"
## [1] 37996
## [1] "removing: surg_bun_t_triceps"
## [1] 37996
## [1] "removing: surg_bun_t_tricuspid"
## [1] 37996
## [1] "removing: surg_bun_t_trigger"
## [1] 37993
## [1] "removing: surg_bun_t_trim"
## [1] 37993
## [1] "removing: surg_bun_t_tube"
## [1] 37993
## [1] "removing: surg_bun_t_tum"
## [1] 37993
## [1] "removing: surg_bun_t_tumor"
## [1] 37993
## [1] "removing: surg_bun_t_tunneled"
## [1] 37993
## [1] "removing: surg_bun_t_ulcer"
## [1] 37993
## [1] "removing: surg_bun_t_ulna"
## [1] 37993
## [1] "removing: surg_bun_t_umbil"
## [1] 37993
## [1] "removing: surg_bun_t_unit"
## [1] 37993
## [1] "removing: surg_bun_t_unstable"
## [1] 37993
## [1] "removing: surg_bun_t_upper"
## [1] 37993
## [1] "removing: surg_bun_t_ureter"
## [1] 37993
## [1] "removing: surg_bun_t_urethra"
## [1] 37993
## [1] "removing: surg_bun_t_urethrovaginal"
## [1] 37993
## [1] "removing: surg_bun_t_uterus"
## [1] 37993
## [1] "removing: surg_bun_t_uvula"
## [1] 37993
## [1] "removing: surg_bun_t_vag"
## [1] 37993
## [1] "removing: surg_bun_t_vagotomy"
## [1] 37993
## [1] "removing: surg_bun_t_valgus"
## [1] 37993
## [1] "removing: surg_bun_t_valve"
## [1] 37993
## [1] "removing: surg_bun_t_vascular"
## [1] 37993
## [1] "removing: surg_bun_t_vein"
## [1] 37992
## [1] "removing: surg_bun_t_venipuncture"
## [1] 37992
## [1] "removing: surg_bun_t_ventricular"
## [1] 37992
## [1] "removing: surg_bun_t_vertebra"
## [1] 37992
## [1] "removing: surg_bun_t_vessel"
## [1] 37992
## [1] "removing: surg_bun_t_vulva"
## [1] 37992
## [1] "removing: surg_bun_t_wall"
## [1] 37992
## [1] "removing: surg_bun_t_wax"
## [1] 37992
## [1] "removing: surg_bun_t_web"
## [1] 37992
## [1] "removing: surg_bun_t_wedge"
## [1] 37992
## [1] "removing: surg_bun_t_window"
## [1] 37992
## [1] "removing: surg_bun_t_windpipe"
## [1] 37992
## [1] "removing: surg_bun_t_wound"
## [1] 37992
## [1] "removing: surg_bun_t_wrinkle"
## [1] 37992
## [1] "removing: surg_bun_t_wrist"
## [1] 37992
## [1] "removing: surg_bun_t_x-ray"
## [1] 37992
## [1] "removing: surg_bun_t_xenograft"
## [1] 37992
## [1] "removing: surg_bun_t_xenogrft"
## [1] 37992
## [1] "removing: surg_bun_t_xgraft"
## [1] 37992
## [1] "removing: medi_bun_t_add-on"
## [1] 37964
## [1] "removing: medi_bun_t_analy"
## [1] 37959
## [1] "removing: medi_bun_t_applicat"
## [1] 37959
## [1] "removing: medi_bun_t_apply"
## [1] 37959
## [1] "removing: medi_bun_t_asses"
## [1] 37943
## [1] "removing: medi_bun_t_benzathine"
## [1] 37942
## [1] "removing: medi_bun_t_betamethasone"
## [1] 37362
## [1] "removing: medi_bun_t_candida"
## [1] 37362
## [1] "removing: medi_bun_t_cast"
## [1] 37362
## [1] "removing: medi_bun_t_cathet"
## [1] 37362
## [1] "removing: medi_bun_t_catheterisation"
## [1] 37362
## [1] "removing: medi_bun_t_chiropract"
## [1] 37228
## [1] "removing: medi_bun_t_choline"
## [1] 37228
## [1] "removing: medi_bun_t_clinic"
## [1] 37116
## [1] "removing: medi_bun_t_clostridium"
## [1] 37116
## [1] "removing: medi_bun_t_cochlear"
## [1] 37116
## [1] "removing: medi_bun_t_cold"
## [1] 37103
## [1] "removing: medi_bun_t_consult"
## [1] 37103
## [1] "removing: medi_bun_t_consultation"
## [1] 37103
## [1] "removing: medi_bun_t_crutch"
## [1] 37103
## [1] "removing: medi_bun_t_cyst"
## [1] 37103
## [1] "removing: medi_bun_t_depression"
## [1] 37025
## [1] "removing: medi_bun_t_derma"
## [1] 37025
## [1] "removing: medi_bun_t_dermal"
## [1] 37025
## [1] "removing: medi_bun_t_device"
## [1] 36986
## [1] "removing: medi_bun_t_dialys"
## [1] 36978
## [1] "removing: medi_bun_t_discharg"
## [1] 36978
## [1] "removing: medi_bun_t_drain"
## [1] 36978
## [1] "removing: medi_bun_t_draw"
## [1] 36969
## [1] "removing: medi_bun_t_dtap"
## [1] 36953
## [1] "removing: medi_bun_t_dtap-ipv"
## [1] 36953
## [1] "removing: medi_bun_t_emotional"
## [1] 36813
## [1] "removing: medi_bun_t_endocrine"
## [1] 36813
## [1] "removing: medi_bun_t_epstein-barr"
## [1] 36813
## [1] "removing: medi_bun_t_equipment"
## [1] 36813
## [1] "removing: medi_bun_t_establish"
## [1] 36783
## [1] "removing: medi_bun_t_estradiol"
## [1] 36783
## [1] "removing: medi_bun_t_evaluat"
## [1] 36751
## [1] "removing: medi_bun_t_exercise"
## [1] 36203
## [1] "removing: medi_bun_t_flu"
## [1] 36163
## [1] "removing: medi_bun_t_follow-up"
## [1] 36163
## [1] "removing: medi_bun_t_gastroenterology"
## [1] 36163
## [1] "removing: medi_bun_t_gonorrhoeae"
## [1] 36163
## [1] "removing: medi_bun_t_haloperidol"
## [1] 36162
## [1] "removing: medi_bun_t_hearing"
## [1] 36146
## [1] "removing: medi_bun_t_hemorrhoid"
## [1] 36146
## [1] "removing: medi_bun_t_hepatitis"
## [1] 36145
## [1] "removing: medi_bun_t_hiv - 2"
## [1] 36145
## [1] "removing: medi_bun_t_hiv - 3"
## [1] 36145
## [1] "removing: medi_bun_t_home"
## [1] 36145
## [1] "removing: medi_bun_t_hormone"
## [1] 36145
## [1] "removing: medi_bun_t_hpv"
## [1] 36105
## [1] "removing: medi_bun_t_hydrate"
## [1] 36105
## [1] "removing: medi_bun_t_hydration"
## [1] 36096
## [1] "removing: medi_bun_t_iiv"
## [1] 35873
## [1] "removing: medi_bun_t_immun"
## [1] 35480
## [1] "removing: medi_bun_t_immune"
## [1] 35480
## [1] "removing: medi_bun_t_immunization"
## [1] 35480
## [1] "removing: medi_bun_t_immunoassay"
## [1] 35480
## [1] "removing: medi_bun_t_immunohisto"
## [1] 35480
## [1] "removing: medi_bun_t_immunotherapy"
## [1] 35480
## [1] "removing: medi_bun_t_influenza"
## [1] 35480
## [1] "removing: medi_bun_t_inject"
## [1] 35238
## [1] "removing: medi_bun_t_insulin"
## [1] 35238
## [1] "removing: medi_bun_t_intrauterine"
## [1] 35238
## [1] "removing: medi_bun_t_iodine"
## [1] 35238
## [1] "removing: medi_bun_t_laiv4"
## [1] 35236
## [1] "removing: medi_bun_t_manual"
## [1] 35180
## [1] "removing: medi_bun_t_medroxyprogesterone"
## [1] 35173
## [1] "removing: medi_bun_t_mental"
## [1] 35170
## [1] "removing: medi_bun_t_metabolic"
## [1] 35170
## [1] "removing: medi_bun_t_methylprednisolone"
## [1] 35045
## [1] "removing: medi_bun_t_mgmt"
## [1] 35039
## [1] "removing: medi_bun_t_mmr"
## [1] 35039
## [1] "removing: medi_bun_t_monitor"
## [1] 35034
## [1] "removing: medi_bun_t_muscle"
## [1] 35034
## [1] "removing: medi_bun_t_needle"
## [1] 35034
## [1] "removing: medi_bun_t_non-invasive"
## [1] 35034
## [1] "removing: medi_bun_t_non-stress"
## [1] 35034
## [1] "removing: medi_bun_t_normal"
## [1] 35032
## [1] "removing: medi_bun_t_nursing"
## [1] 35032
## [1] "removing: medi_bun_t_nutrition"
## [1] 35024
## [1] "removing: medi_bun_t_observ"
## [1] 35022
## [1] "removing: medi_bun_t_oral"
## [1] 34977
## [1] "removing: medi_bun_t_outpatient"
## [1] 34977
## [1] "removing: medi_bun_t_outpt"
## [1] 34977
## [1] "removing: medi_bun_t_pap"
## [1] 34970
## [1] "removing: medi_bun_t_physical"
## [1] 34970
## [1] "removing: medi_bun_t_portable"
## [1] 34970
## [1] "removing: medi_bun_t_prednisolone"
## [1] 34970
## [1] "removing: medi_bun_t_pressure"
## [1] 34970
## [1] "removing: medi_bun_t_progesterone"
## [1] 34970
## [1] "removing: medi_bun_t_psych"
## [1] 34964
## [1] "removing: medi_bun_t_psychiat"
## [1] 34964
## [1] "removing: medi_bun_t_psycho"
## [1] 34964
## [1] "removing: medi_bun_t_pulmonary"
## [1] 34964
## [1] "removing: medi_bun_t_rabies"
## [1] 34964
## [1] "removing: medi_bun_t_radiation"
## [1] 34964
## [1] "removing: medi_bun_t_radio"
## [1] 34964
## [1] "removing: medi_bun_t_reeducation"
## [1] 34959
## [1] "removing: medi_bun_t_reeval"
## [1] 34959
## [1] "removing: medi_bun_t_rehab"
## [1] 34959
## [1] "removing: medi_bun_t_remove"
## [1] 34959
## [1] "removing: medi_bun_t_rheumatoid"
## [1] 34959
## [1] "removing: medi_bun_t_riv4"
## [1] 34959
## [1] "removing: medi_bun_t_rubella"
## [1] 34959
## [1] "removing: medi_bun_t_saline"
## [1] 34959
## [1] "removing: medi_bun_t_sciatic"
## [1] 34959
## [1] "removing: medi_bun_t_serum"
## [1] 34959
## [1] "removing: medi_bun_t_services"
## [1] 34953
## [1] "removing: medi_bun_t_shave"
## [1] 34953
## [1] "removing: medi_bun_t_simple"
## [1] 34953
## [1] "removing: medi_bun_t_sleep"
## [1] 34949
## [1] "removing: medi_bun_t_smear"
## [1] 34949
## [1] "removing: medi_bun_t_sodium"
## [1] 34470
## [1] "removing: medi_bun_t_soft"
## [1] 34469
## [1] "removing: medi_bun_t_solution"
## [1] 34469
## [1] "removing: medi_bun_t_sound"
## [1] 34469
## [1] "removing: medi_bun_t_speech"
## [1] 34469
## [1] "removing: medi_bun_t_splint"
## [1] 34451
## [1] "removing: medi_bun_t_splt"
## [1] 34451
## [1] "removing: medi_bun_t_stent"
## [1] 34451
## [1] "removing: medi_bun_t_sterile"
## [1] 34451
## [1] "removing: medi_bun_t_stimulation"
## [1] 34449
## [1] "removing: medi_bun_t_stocking"
## [1] 34449
## [1] "removing: medi_bun_t_stone"
## [1] 34449
## [1] "removing: medi_bun_t_stool"
## [1] 34449
## [1] "removing: medi_bun_t_strep"
## [1] 34449
## [1] "removing: medi_bun_t_stress"
## [1] 34447
## [1] "removing: medi_bun_t_stud"
## [1] 34311
## [1] "removing: medi_bun_t_subseq"
## [1] 34307
## [1] "removing: medi_bun_t_substitute"
## [1] 34307
## [1] "removing: medi_bun_t_sulfate"
## [1] 34306
## [1] "removing: medi_bun_t_supplies"
## [1] 34306
## [1] "removing: medi_bun_t_suppls"
## [1] 34306
## [1] "removing: medi_bun_t_support"
## [1] 34302
## [1] "removing: medi_bun_t_susceptible"
## [1] 34302
## [1] "removing: medi_bun_t_swallow"
## [1] 34301
## [1] "removing: medi_bun_t_synth"
## [1] 34300
## [1] "removing: medi_bun_t_syphilis"
## [1] 34300
## [1] "removing: medi_bun_t_syringe"
## [1] 34300
## [1] "removing: medi_bun_t_system"
## [1] 34300
## [1] "removing: medi_bun_t_tdap"
## [1] 34289
## [1] "removing: medi_bun_t_test"
## [1] 34242
## [1] "removing: medi_bun_t_testing"
## [1] 34242
## [1] "removing: medi_bun_t_testosterone"
## [1] 34242
## [1] "removing: medi_bun_t_tests"
## [1] 34242
## [1] "removing: medi_bun_t_tetanus"
## [1] 34242
## [1] "removing: medi_bun_t_therapeutic"
## [1] 34227
## [1] "removing: medi_bun_t_thyroxine"
## [1] 34227
## [1] "removing: medi_bun_t_tobacco"
## [1] 34227
## [1] "removing: medi_bun_t_toe"
## [1] 34227
## [1] "removing: medi_bun_t_tolerance"
## [1] 34227
## [1] "removing: medi_bun_t_topical"
## [1] 34227
## [1] "removing: medi_bun_t_toxin"
## [1] 34227
## [1] "removing: medi_bun_t_trach"
## [1] 34227
## [1] "removing: medi_bun_t_tracing"
## [1] 34179
## [1] "removing: medi_bun_t_traction"
## [1] 34179
## [1] "removing: medi_bun_t_training"
## [1] 34170
## [1] "removing: medi_bun_t_transfusion"
## [1] 34170
## [1] "removing: medi_bun_t_treat"
## [1] 34165
## [1] "removing: medi_bun_t_typhoid"
## [1] 34165
## [1] "removing: medi_bun_t_ultrasound"
## [1] 34165
## [1] "removing: medi_bun_t_urinalysis"
## [1] 34165
## [1] "removing: medi_bun_t_urinary"
## [1] 34165
## [1] "removing: medi_bun_t_urine"
## [1] 34165
## [1] "removing: medi_bun_t_uterine"
## [1] 34165
## [1] "removing: medi_bun_t_vacc"
## [1] 34133
## [1] "removing: medi_bun_t_valve"
## [1] 34133
## [1] "removing: medi_bun_t_vein"
## [1] 34133
## [1] "removing: medi_bun_t_virus"
## [1] 34133
## [1] "removing: medi_bun_t_visit"
## [1] 34133
## [1] "removing: medi_bun_t_visual"
## [1] 34128
## [1] "removing: medi_bun_t_vitamin"
## [1] 34128
## [1] "removing: medi_bun_t_wbc"
## [1] 34128
## [1] "removing: medi_bun_t_wheelchair"
## [1] 34128
## [1] "removing: medi_bun_t_wheezing"
## [1] 34128
## [1] "removing: medi_bun_t_whirlpool"
## [1] 34128
## [1] "removing: medi_bun_t_wire"
## [1] 34128
## [1] "removing: medi_bun_t_with"
## [1] 34109
## [1] "removing: medi_bun_t_without"
## [1] 34109
## [1] "removing: medi_bun_t_wkend"
## [1] 34109
## [1] "removing: medi_bun_t_wound"
## [1] 34104
## [1] "removing: medi_bun_t_menb"
## [1] 34104
## [1] "removing: medi_bun_t_hzv"
## [1] 34104
## [1] "removing: medi_bun_t_xgraft"
## [1] 34104
## [1] "removing: medi_bun_t_hepa"
## [1] 34104
## [1] "removing: medi_bun_t_hepb"
## [1] 34104
## [1] "removing: medi_bun_t_ppsv23"
## [1] 34104
## [1] "removing: medi_bun_t_psytx"
## [1] 33741
## [1] "removing: medi_bun_t_pcv13"
## [1] 33741
## [1] "removing: medi_bun_t_eye_exam"
## [1] 33648
## [1] "removing: medi_bun_t_var_vaccine_live_subq"
## [1] 33648
## [1] "removing: medi_bun_t_menacwy"
## [1] 33648
## [1] "removing: radi_bun_t_abdom"
## [1] 33627
## [1] "removing: radi_bun_t_adrenal"
## [1] 33627
## [1] "removing: radi_bun_t_angiography"
## [1] 33624
## [1] "removing: radi_bun_t_aorta"
## [1] 33623
## [1] "removing: radi_bun_t_area"
## [1] 33623
## [1] "removing: radi_bun_t_arm"
## [1] 33605
## [1] "removing: radi_bun_t_artery"
## [1] 33604
## [1] "removing: radi_bun_t_bile"
## [1] 33604
## [1] "removing: radi_bun_t_bladder"
## [1] 33604
## [1] "removing: radi_bun_t_blade"
## [1] 33598
## [1] "removing: radi_bun_t_blockage"
## [1] 33598
## [1] "removing: radi_bun_t_body"
## [1] 33598
## [1] "removing: radi_bun_t_bone"
## [1] 33504
## [1] "removing: radi_bun_t_brain"
## [1] 33469
## [1] "removing: radi_bun_t_breast"
## [1] 33408
## [1] "removing: radi_bun_t_cardiac"
## [1] 33408
## [1] "removing: radi_bun_t_cast"
## [1] 33408
## [1] "removing: radi_bun_t_chest"
## [1] 33288
## [1] "removing: radi_bun_t_complex"
## [1] 33288
## [1] "removing: radi_bun_t_contrast"
## [1] 33281
## [1] "removing: radi_bun_t_cranial"
## [1] 33281
## [1] "removing: radi_bun_t_ct"
## [1] 33135
## [1] "removing: radi_bun_t_ct_scan"
## [1] 33135
## [1] "removing: radi_bun_t_delivery"
## [1] 33132
## [1] "removing: radi_bun_t_diagnostic"
## [1] 33132
## [1] "removing: radi_bun_t_dislocation"
## [1] 33132
## [1] "removing: radi_bun_t_duct"
## [1] 33132
## [1] "removing: radi_bun_t_echo"
## [1] 33097
## [1] "removing: radi_bun_t_elbow"
## [1] 33038
## [1] "removing: radi_bun_t_epidurograpy"
## [1] 33038
## [1] "removing: radi_bun_t_evaluation"
## [1] 33038
## [1] "removing: radi_bun_t_eye"
## [1] 33037
## [1] "removing: radi_bun_t_femur"
## [1] 32960
## [1] "removing: radi_bun_t_fetal"
## [1] 32960
## [1] "removing: radi_bun_t_finger"
## [1] 32930
## [1] "removing: radi_bun_t_fistula"
## [1] 32930
## [1] "removing: radi_bun_t_fluoroscopy"
## [1] 32929
## [1] "removing: radi_bun_t_fmri"
## [1] 32929
## [1] "removing: radi_bun_t_forearm"
## [1] 32929
## [1] "removing: radi_bun_t_fracture"
## [1] 32929
## [1] "removing: radi_bun_t_gadobutrol"
## [1] 32929
## [1] "removing: radi_bun_t_gastric"
## [1] 32929
## [1] "removing: radi_bun_t_general"
## [1] 32929
## [1] "removing: radi_bun_t_gential"
## [1] 32929
## [1] "removing: radi_bun_t_gestation"
## [1] 32929
## [1] "removing: radi_bun_t_gi_tract"
## [1] 32929
## [1] "removing: radi_bun_t_glands"
## [1] 32929
## [1] "removing: radi_bun_t_guide"
## [1] 32929
## [1] "removing: radi_bun_t_hand"
## [1] 32350
## [1] "removing: radi_bun_t_head"
## [1] 32340
## [1] "removing: radi_bun_t_heart"
## [1] 32340
## [1] "removing: radi_bun_t_heel"
## [1] 32245
## [1] "removing: radi_bun_t_humerus"
## [1] 32242
## [1] "removing: radi_bun_t_hyperthermia"
## [1] 32242
## [1] "removing: radi_bun_t_imag"
## [1] 32242
## [1] "removing: radi_bun_t_image"
## [1] 32242
## [1] "removing: radi_bun_t_imaging"
## [1] 32242
## [1] "removing: radi_bun_t_infant"
## [1] 32240
## [1] "removing: radi_bun_t_interpret"
## [1] 32240
## [1] "removing: radi_bun_t_jaw"
## [1] 32239
## [1] "removing: radi_bun_t_joint"
## [1] 32037
## [1] "removing: radi_bun_t_kidney"
## [1] 32037
## [1] "removing: radi_bun_t_leg"
## [1] 31641
## [1] "removing: radi_bun_t_lesion"
## [1] 31641
## [1] "removing: radi_bun_t_liver"
## [1] 31641
## [1] "removing: radi_bun_t_lower"
## [1] 31575
## [1] "removing: radi_bun_t_lumbar"
## [1] 31563
## [1] "removing: radi_bun_t_lung"
## [1] 31563
## [1] "removing: radi_bun_t_mammo"
## [1] 31538
## [1] "removing: radi_bun_t_mammogra"
## [1] 31538
## [1] "removing: radi_bun_t_management"
## [1] 31537
## [1] "removing: radi_bun_t_marrow"
## [1] 31537
## [1] "removing: radi_bun_t_mastoids"
## [1] 31537
## [1] "removing: radi_bun_t_mra"
## [1] 31537
## [1] "removing: radi_bun_t_mri"
## [1] 31456
## [1] "removing: radi_bun_t_myelography"
## [1] 31456
## [1] "removing: radi_bun_t_neck"
## [1] 31425
## [1] "removing: radi_bun_t_nuclear"
## [1] 31425
## [1] "removing: radi_bun_t_oncology"
## [1] 31425
## [1] "removing: radi_bun_t_pancreas"
## [1] 31425
## [1] "removing: radi_bun_t_pelvi"
## [1] 31383
## [1] "removing: radi_bun_t_penis"
## [1] 31383
## [1] "removing: radi_bun_t_pet"
## [1] 31383
## [1] "removing: radi_bun_t_pituitary"
## [1] 31383
## [1] "removing: radi_bun_t_plan"
## [1] 31383
## [1] "removing: radi_bun_t_plasma"
## [1] 31383
## [1] "removing: radi_bun_t_radiation"
## [1] 31383
## [1] "removing: radi_bun_t_radio"
## [1] 31383
## [1] "removing: radi_bun_t_repair"
## [1] 31383
## [1] "removing: radi_bun_t_rib"
## [1] 31380
## [1] "removing: radi_bun_t_scan"
## [1] 31380
## [1] "removing: radi_bun_t_shoulder"
## [1] 31316
## [1] "removing: radi_bun_t_sinuses"
## [1] 31316
## [1] "removing: radi_bun_t_skull"
## [1] 31316
## [1] "removing: radi_bun_t_socket"
## [1] 31316
## [1] "removing: radi_bun_t_speech"
## [1] 31316
## [1] "removing: radi_bun_t_spine"
## [1] 31256
## [1] "removing: radi_bun_t_spleen"
## [1] 31256
## [1] "removing: radi_bun_t_tear"
## [1] 31256
## [1] "removing: radi_bun_t_teeth"
## [1] 31256
## [1] "removing: radi_bun_t_therapy"
## [1] 31256
## [1] "removing: radi_bun_t_thigh"
## [1] 31256
## [1] "removing: radi_bun_t_thorac"
## [1] 31256
## [1] "removing: radi_bun_t_thorax"
## [1] 31256
## [1] "removing: radi_bun_t_throat"
## [1] 31255
## [1] "removing: radi_bun_t_thrombosis"
## [1] 31255
## [1] "removing: radi_bun_t_thyroid"
## [1] 31255
## [1] "removing: radi_bun_t_toe"
## [1] 31159
## [1] "removing: radi_bun_t_tract"
## [1] 31159
## [1] "removing: radi_bun_t_treatment"
## [1] 31159
## [1] "removing: radi_bun_t_trunk"
## [1] 31159
## [1] "removing: radi_bun_t_tumor"
## [1] 31159
## [1] "removing: radi_bun_t_upper"
## [1] 31159
## [1] "removing: radi_bun_t_urethra"
## [1] 31159
## [1] "removing: radi_bun_t_urinary"
## [1] 31159
## [1] "removing: radi_bun_t_vein"
## [1] 31159
## [1] "removing: radi_bun_t_ventilation"
## [1] 31159
## [1] "removing: radi_bun_t_veous"
## [1] 31159
## [1] "removing: radi_bun_t_vessel"
## [1] 31159
## [1] "removing: radi_bun_t_view"
## [1] 31078
## [1] "removing: radi_bun_t_wrist"
## [1] 31027
## [1] "removing: radi_bun_t_with_dye"
## [1] 31027
## [1] "removing: radi_bun_t_without_dye"
## [1] 31027
## [1] "removing: radi_bun_t_xray"
## [1] 31024
## [1] "removing: radi_bun_t_xtremity"
## [1] 31024
## [1] "removing: path_bun_t_acet"
## [1] 31022
## [1] "removing: path_bun_t_acid"
## [1] 30579
## [1] "removing: path_bun_t_acute"
## [1] 30578
## [1] "removing: path_bun_t_agent"
## [1] 30556
## [1] "removing: path_bun_t_alkaline"
## [1] 30556
## [1] "removing: path_bun_t_allerg"
## [1] 30554
## [1] "removing: path_bun_t_amikacin"
## [1] 30554
## [1] "removing: path_bun_t_amino"
## [1] 30533
## [1] "removing: path_bun_t_amitripytline"
## [1] 30533
## [1] "removing: path_bun_t_ammonia"
## [1] 30533
## [1] "removing: path_bun_t_amniotic"
## [1] 30533
## [1] "removing: path_bun_t_anabolic"
## [1] 30533
## [1] "removing: path_bun_t_analgesics"
## [1] 30533
## [1] "removing: path_bun_t_analysis"
## [1] 30532
## [1] "removing: path_bun_t_anti"
## [1] 30407
## [1] "removing: path_bun_t_antibod"
## [1] 30407
## [1] "removing: path_bun_t_antidepressant"
## [1] 30407
## [1] "removing: path_bun_t_antiepileptics"
## [1] 30407
## [1] "removing: path_bun_t_antipsychotic"
## [1] 30407
## [1] "removing: path_bun_t_aortic"
## [1] 30407
## [1] "removing: path_bun_t_autopsy"
## [1] 30407
## [1] "removing: path_bun_t_bact"
## [1] 30370
## [1] "removing: path_bun_t_bacteria"
## [1] 30370
## [1] "removing: path_bun_t_barbiturate"
## [1] 30370
## [1] "removing: path_bun_t_benzo"
## [1] 30370
## [1] "removing: path_bun_t_bile"
## [1] 30370
## [1] "removing: path_bun_t_bilirubin"
## [1] 30368
## [1] "removing: path_bun_t_biopsy"
## [1] 30368
## [1] "removing: path_bun_t_bleeding"
## [1] 30368
## [1] "removing: path_bun_t_blood"
## [1] 30339
## [1] "removing: path_bun_t_cadmium"
## [1] 30339
## [1] "removing: path_bun_t_calcium"
## [1] 30325
## [1] "removing: path_bun_t_cannabinoids"
## [1] 30325
## [1] "removing: path_bun_t_carbamazepine"
## [1] 30324
## [1] "removing: path_bun_t_carbon"
## [1] 30324
## [1] "removing: path_bun_t_catecholamine"
## [1] 30324
## [1] "removing: path_bun_t_chlamydia"
## [1] 30324
## [1] "removing: path_bun_t_chloride"
## [1] 30324
## [1] "removing: path_bun_t_chromosome"
## [1] 30324
## [1] "removing: path_bun_t_chromotograph"
## [1] 30324
## [1] "removing: path_bun_t_class"
## [1] 30324
## [1] "removing: path_bun_t_clot"
## [1] 30323
## [1] "removing: path_bun_t_clozapine"
## [1] 30323
## [1] "removing: path_bun_t_coagulation"
## [1] 30323
## [1] "removing: path_bun_t_cocaine"
## [1] 30323
## [1] "removing: path_bun_t_colon"
## [1] 30301
## [1] "removing: path_bun_t_comprehen"
## [1] 30074
## [1] "removing: path_bun_t_count"
## [1] 30066
## [1] "removing: path_bun_t_cpk"
## [1] 30061
## [1] "removing: path_bun_t_creatinine"
## [1] 30053
## [1] "removing: path_bun_t_cryopreservd"
## [1] 30053
## [1] "removing: path_bun_t_culture"
## [1] 30010
## [1] "removing: path_bun_t_cyanide"
## [1] 30010
## [1] "removing: path_bun_t_cyclosporine"
## [1] 30010
## [1] "removing: path_bun_t_cystines"
## [1] 30010
## [1] "removing: path_bun_t_cytopath"
## [1] 29981
## [1] "removing: path_bun_t_cytopathol"
## [1] 29981
## [1] "removing: path_bun_t_dehydroepiandrosterone"
## [1] 29979
## [1] "removing: path_bun_t_desipramine"
## [1] 29979
## [1] "removing: path_bun_t_detect"
## [1] 29976
## [1] "removing: path_bun_t_digoxin"
## [1] 29976
## [1] "removing: path_bun_t_dihydro"
## [1] 29976
## [1] "removing: path_bun_t_dilation"
## [1] 29976
## [1] "removing: path_bun_t_dioxide"
## [1] 29976
## [1] "removing: path_bun_t_dipropylacetic"
## [1] 29976
## [1] "removing: path_bun_t_disease"
## [1] 29976
## [1] "removing: path_bun_t_dna"
## [1] 29948
## [1] "removing: path_bun_t_draw"
## [1] 29948
## [1] "removing: path_bun_t_drug"
## [1] 29943
## [1] "removing: path_bun_t_dysfunction"
## [1] 29943
## [1] "removing: path_bun_t_embryo"
## [1] 29943
## [1] "removing: path_bun_t_encephalitis"
## [1] 29943
## [1] "removing: path_bun_t_endocrine"
## [1] 29943
## [1] "removing: path_bun_t_enzyme"
## [1] 29941
## [1] "removing: path_bun_t_epstein-barr"
## [1] 29941
## [1] "removing: path_bun_t_estrogen"
## [1] 29941
## [1] "removing: path_bun_t_ethanol"
## [1] 29941
## [1] "removing: path_bun_t_evaluation"
## [1] 29941
## [1] "removing: path_bun_t_factor"
## [1] 29936
## [1] "removing: path_bun_t_fecal"
## [1] 29934
## [1] "removing: path_bun_t_fentanyl"
## [1] 29934
## [1] "removing: path_bun_t_ferritin"
## [1] 29916
## [1] "removing: path_bun_t_fetal"
## [1] 29916
## [1] "removing: path_bun_t_fibrinogen"
## [1] 29916
## [1] "removing: path_bun_t_fibronlytic"
## [1] 29916
## [1] "removing: path_bun_t_flouride"
## [1] 29916
## [1] "removing: path_bun_t_fluid"
## [1] 29915
## [1] "removing: path_bun_t_free"
## [1] 29859
## [1] "removing: path_bun_t_function"
## [1] 29835
## [1] "removing: path_bun_t_galacto"
## [1] 29835
## [1] "removing: path_bun_t_gases"
## [1] 29835
## [1] "removing: path_bun_t_gastrin"
## [1] 29835
## [1] "removing: path_bun_t_gene"
## [1] 29765
## [1] "removing: path_bun_t_general"
## [1] 29765
## [1] "removing: path_bun_t_genome"
## [1] 29765
## [1] "removing: path_bun_t_genotpying"
## [1] 29765
## [1] "removing: path_bun_t_giardia"
## [1] 29764
## [1] "removing: path_bun_t_glucagon"
## [1] 29764
## [1] "removing: path_bun_t_glucose"
## [1] 29762
## [1] "removing: path_bun_t_gonorr"
## [1] 29762
## [1] "removing: path_bun_t_growth"
## [1] 29762
## [1] "removing: path_bun_t_gynecologic"
## [1] 29762
## [1] "removing: path_bun_t_haloperidol"
## [1] 29762
## [1] "removing: path_bun_t_health"
## [1] 29762
## [1] "removing: path_bun_t_hearing"
## [1] 29762
## [1] "removing: path_bun_t_heavy"
## [1] 29762
## [1] "removing: path_bun_t_heinz"
## [1] 29762
## [1] "removing: path_bun_t_hematocrit"
## [1] 29759
## [1] "removing: path_bun_t_hemoglobin"
## [1] 29654
## [1] "removing: path_bun_t_hep"
## [1] 29652
## [1] "removing: path_bun_t_hepati"
## [1] 29652
## [1] "removing: path_bun_t_heridatary"
## [1] 29652
## [1] "removing: path_bun_t_heroin"
## [1] 29652
## [1] "removing: path_bun_t_herpes"
## [1] 29652
## [1] "removing: path_bun_t_hiv"
## [1] 29650
## [1] "removing: path_bun_t_hold"
## [1] 29650
## [1] "removing: path_bun_t_hormone"
## [1] 29624
## [1] "removing: path_bun_t_hpa"
## [1] 29624
## [1] "removing: path_bun_t_hsv"
## [1] 29624
## [1] "removing: path_bun_t_imipramine"
## [1] 29624
## [1] "removing: path_bun_t_immuno"
## [1] 29622
## [1] "removing: path_bun_t_immunoassay"
## [1] 29622
## [1] "removing: path_bun_t_immunohisto"
## [1] 29622
## [1] "removing: path_bun_t_influenza"
## [1] 29611
## [1] "removing: path_bun_t_insulin"
## [1] 29611
## [1] "removing: path_bun_t_iodine"
## [1] 29611
## [1] "removing: path_bun_t_iron"
## [1] 29609
## [1] "removing: path_bun_t_lab"
## [1] 29609
## [1] "removing: path_bun_t_lamotrigine"
## [1] 29609
## [1] "removing: path_bun_t_levetiracetam"
## [1] 29609
## [1] "removing: path_bun_t_lidocaine"
## [1] 29609
## [1] "removing: path_bun_t_lipid"
## [1] 29598
## [1] "removing: path_bun_t_lipoprotein"
## [1] 29598
## [1] "removing: path_bun_t_lithium"
## [1] 29597
## [1] "removing: path_bun_t_loss"
## [1] 29597
## [1] "removing: path_bun_t_low"
## [1] 29597
## [1] "removing: path_bun_t_lung"
## [1] 29597
## [1] "removing: path_bun_t_lyme"
## [1] 29597
## [1] "removing: path_bun_t_lympg"
## [1] 29597
## [1] "removing: path_bun_t_magnesium"
## [1] 29597
## [1] "removing: path_bun_t_malaria"
## [1] 29597
## [1] "removing: path_bun_t_mercury"
## [1] 29597
## [1] "removing: path_bun_t_metal"
## [1] 29597
## [1] "removing: path_bun_t_microbe"
## [1] 29597
## [1] "removing: path_bun_t_microscop"
## [1] 29597
## [1] "removing: path_bun_t_microscopic"
## [1] 29597
## [1] "removing: path_bun_t_microscopy"
## [1] 29597
## [1] "removing: path_bun_t_mitocondrial"
## [1] 29597
## [1] "removing: path_bun_t_mopath"
## [1] 29597
## [1] "removing: path_bun_t_mumps"
## [1] 29597
## [1] "removing: path_bun_t_mycophenolate"
## [1] 29597
## [1] "removing: path_bun_t_nicotine"
## [1] 29597
## [1] "removing: path_bun_t_nile"
## [1] 29597
## [1] "removing: path_bun_t_non-opioid"
## [1] 29597
## [1] "removing: path_bun_t_nonantibody"
## [1] 29597
## [1] "removing: path_bun_t_nucleic"
## [1] 29597
## [1] "removing: path_bun_t_obstretric"
## [1] 29597
## [1] "removing: path_bun_t_occult"
## [1] 29596
## [1] "removing: path_bun_t_onco"
## [1] 29596
## [1] "removing: path_bun_t_oocyte"
## [1] 29596
## [1] "removing: path_bun_t_opioid"
## [1] 29596
## [1] "removing: path_bun_t_ovulation"
## [1] 29596
## [1] "removing: path_bun_t_oxycodone"
## [1] 29596
## [1] "removing: path_bun_t_paper"
## [1] 29596
## [1] "removing: path_bun_t_patho"
## [1] 29575
## [1] "removing: path_bun_t_pathologist"
## [1] 29575
## [1] "removing: path_bun_t_period"
## [1] 29575
## [1] "removing: path_bun_t_phenobarbital"
## [1] 29575
## [1] "removing: path_bun_t_phenytoin"
## [1] 29575
## [1] "removing: path_bun_t_phosphatase"
## [1] 29575
## [1] "removing: path_bun_t_phosphorus"
## [1] 29575
## [1] "removing: path_bun_t_pituitary"
## [1] 29575
## [1] "removing: path_bun_t_plasminogen"
## [1] 29575
## [1] "removing: path_bun_t_poliovirus"
## [1] 29575
## [1] "removing: path_bun_t_potassium"
## [1] 29574
## [1] "removing: path_bun_t_pregabalin"
## [1] 29574
## [1] "removing: path_bun_t_pregnancy"
## [1] 29543
## [1] "removing: path_bun_t_primidone"
## [1] 29543
## [1] "removing: path_bun_t_procainamide"
## [1] 29543
## [1] "removing: path_bun_t_procedure"
## [1] 29543
## [1] "removing: path_bun_t_progesterone"
## [1] 29540
## [1] "removing: path_bun_t_prophobulinogen"
## [1] 29540
## [1] "removing: path_bun_t_prophyrins"
## [1] 29540
## [1] "removing: path_bun_t_propoxyphene"
## [1] 29540
## [1] "removing: path_bun_t_prostate"
## [1] 29540
## [1] "removing: path_bun_t_protein"
## [1] 29487
## [1] "removing: path_bun_t_psa"
## [1] 29482
## [1] "removing: path_bun_t_quantitative"
## [1] 29482
## [1] "removing: path_bun_t_quinide"
## [1] 29482
## [1] "removing: path_bun_t_quinine"
## [1] 29482
## [1] "removing: path_bun_t_reagent"
## [1] 29482
## [1] "removing: path_bun_t_renal"
## [1] 29482
## [1] "removing: path_bun_t_renin"
## [1] 29482
## [1] "removing: path_bun_t_retinal"
## [1] 29482
## [1] "removing: path_bun_t_rickettsia"
## [1] 29482
## [1] "removing: path_bun_t_rotovirus"
## [1] 29482
## [1] "removing: path_bun_t_rubella"
## [1] 29482
## [1] "removing: path_bun_t_salicylate"
## [1] 29482
## [1] "removing: path_bun_t_salmonella"
## [1] 29482
## [1] "removing: path_bun_t_scan"
## [1] 29482
## [1] "removing: path_bun_t_screen"
## [1] 29482
## [1] "removing: path_bun_t_sedative"
## [1] 29482
## [1] "removing: path_bun_t_semen"
## [1] 29482
## [1] "removing: path_bun_t_sequence"
## [1] 29482
## [1] "removing: path_bun_t_serotonin"
## [1] 29482
## [1] "removing: path_bun_t_sex"
## [1] 29482
## [1] "removing: path_bun_t_silica"
## [1] 29482
## [1] "removing: path_bun_t_sirolimus"
## [1] 29482
## [1] "removing: path_bun_t_skin"
## [1] 29482
## [1] "removing: path_bun_t_slenium"
## [1] 29482
## [1] "removing: path_bun_t_smear"
## [1] 29482
## [1] "removing: path_bun_t_specimen"
## [1] 29482
## [1] "removing: path_bun_t_sperm"
## [1] 29482
## [1] "removing: path_bun_t_steroid"
## [1] 29482
## [1] "removing: path_bun_t_stimulation"
## [1] 29482
## [1] "removing: path_bun_t_strep"
## [1] 29450
## [1] "removing: path_bun_t_syphilis"
## [1] 29450
## [1] "removing: path_bun_t_syringe"
## [1] 29450
## [1] "removing: path_bun_t_tacrolims"
## [1] 29450
## [1] "removing: path_bun_t_test"
## [1] 29440
## [1] "removing: path_bun_t_testosterone"
## [1] 29440
## [1] "removing: path_bun_t_thawing"
## [1] 29440
## [1] "removing: path_bun_t_theophylline"
## [1] 29440
## [1] "removing: path_bun_t_thyroid"
## [1] 29440
## [1] "removing: path_bun_t_time"
## [1] 29427
## [1] "removing: path_bun_t_tissue"
## [1] 29426
## [1] "removing: path_bun_t_tobramycin"
## [1] 29426
## [1] "removing: path_bun_t_tolerance"
## [1] 29426
## [1] "removing: path_bun_t_total"
## [1] 29409
## [1] "removing: path_bun_t_toxoplasma"
## [1] 29409
## [1] "removing: path_bun_t_tpiramate"
## [1] 29409
## [1] "removing: path_bun_t_transfusion"
## [1] 29409
## [1] "removing: path_bun_t_tumor"
## [1] 29409
## [1] "removing: path_bun_t_typing"
## [1] 29409
## [1] "removing: path_bun_t_urinalysis"
## [1] 29375
## [1] "removing: path_bun_t_urine"
## [1] 29375
## [1] "removing: path_bun_t_vancomycin"
## [1] 29375
## [1] "removing: path_bun_t_vein"
## [1] 29375
## [1] "removing: path_bun_t_venipuncture"
## [1] 29375
## [1] "removing: path_bun_t_virus"
## [1] 29375
## [1] "removing: path_bun_t_vitamin"
## [1] 29348
## [1] "removing: path_bun_t_west"
## [1] 29348
## [1] "removing: path_bun_t_with_scope"
## [1] 29348
## [1] "removing: path_bun_t_without_scope"
## [1] 29348
## [1] "removing: path_bun_t_zonisamide"
## [1] 29348
## [1] "removing: anes_bun_t_abdom"
## [1] 29348
## [1] "removing: anes_bun_t_add - on"
## [1] 29348
## [1] "removing: anes_bun_t_adrenal"
## [1] 29348
## [1] "removing: anes_bun_t_amputation"
## [1] 29348
## [1] "removing: anes_bun_t_analg"
## [1] 29348
## [1] "removing: anes_bun_t_anes"
## [1] 29344
## [1] "removing: anes_bun_t_anesth"
## [1] 29344
## [1] "removing: anes_bun_t_area"
## [1] 29344
## [1] "removing: anes_bun_t_arest"
## [1] 29344
## [1] "removing: anes_bun_t_arteriography"
## [1] 29344
## [1] "removing: anes_bun_t_artery"
## [1] 29344
## [1] "removing: anes_bun_t_biopsy"
## [1] 29344
## [1] "removing: anes_bun_t_bladder"
## [1] 29344
## [1] "removing: anes_bun_t_blood"
## [1] 29344
## [1] "removing: anes_bun_t_bone"
## [1] 29344
## [1] "removing: anes_bun_t_breast"
## [1] 29344
## [1] "removing: anes_bun_t_bronchi"
## [1] 29344
## [1] "removing: anes_bun_t_burn"
## [1] 29344
## [1] "removing: anes_bun_t_casting"
## [1] 29344
## [1] "removing: anes_bun_t_cervix"
## [1] 29344
## [1] "removing: anes_bun_t_chemonucleolysis"
## [1] 29344
## [1] "removing: anes_bun_t_chest"
## [1] 29344
## [1] "removing: anes_bun_t_cleft"
## [1] 29344
## [1] "removing: anes_bun_t_cord"
## [1] 29343
## [1] "removing: anes_bun_t_corneal"
## [1] 29343
## [1] "removing: anes_bun_t_cs"
## [1] 29343
## [1] "removing: anes_bun_t_debride"
## [1] 29343
## [1] "removing: anes_bun_t_deliver"
## [1] 29343
## [1] "removing: anes_bun_t_drainage"
## [1] 29343
## [1] "removing: anes_bun_t_duct"
## [1] 29343
## [1] "removing: anes_bun_t_ear"
## [1] 29343
## [1] "removing: anes_bun_t_elbow"
## [1] 29343
## [1] "removing: anes_bun_t_electroshock"
## [1] 29343
## [1] "removing: anes_bun_t_embolectomy"
## [1] 29343
## [1] "removing: anes_bun_t_endoscopy"
## [1] 29343
## [1] "removing: anes_bun_t_epidural"
## [1] 29343
## [1] "removing: anes_bun_t_esophag"
## [1] 29343
## [1] "removing: anes_bun_t_eyelid"
## [1] 29343
## [1] "removing: anes_bun_t_facial"
## [1] 29343
## [1] "removing: anes_bun_t_fat"
## [1] 29343
## [1] "removing: anes_bun_t_femoral"
## [1] 29343
## [1] "removing: anes_bun_t_fentanyl"
## [1] 29343
## [1] "removing: anes_bun_t_genitalia"
## [1] 29343
## [1] "removing: anes_bun_t_glands"
## [1] 29343
## [1] "removing: anes_bun_t_head"
## [1] 29343
## [1] "removing: anes_bun_t_hernia"
## [1] 29343
## [1] "removing: anes_bun_t_humer"
## [1] 29343
## [1] "removing: anes_bun_t_hydromorphone"
## [1] 29343
## [1] "removing: anes_bun_t_hysterectomy"
## [1] 29343
## [1] "removing: anes_bun_t_image"
## [1] 29343
## [1] "removing: anes_bun_t_insertion"
## [1] 29343
## [1] "removing: anes_bun_t_intracranial"
## [1] 29343
## [1] "removing: anes_bun_t_iredectomy"
## [1] 29343
## [1] "removing: anes_bun_t_joint"
## [1] 29343
## [1] "removing: anes_bun_t_ketorolac"
## [1] 29343
## [1] "removing: anes_bun_t_kidney"
## [1] 29343
## [1] "removing: anes_bun_t_knee"
## [1] 29343
## [1] "removing: anes_bun_t_larynx"
## [1] 29343
## [1] "removing: anes_bun_t_layer"
## [1] 29343
## [1] "removing: anes_bun_t_leg"
## [1] 29343
## [1] "removing: anes_bun_t_lip"
## [1] 29343
## [1] "removing: anes_bun_t_liver"
## [1] 29343
## [1] "removing: anes_bun_t_local"
## [1] 29343
## [1] "removing: anes_bun_t_lower"
## [1] 29343
## [1] "removing: anes_bun_t_lumbar"
## [1] 29343
## [1] "removing: anes_bun_t_lung"
## [1] 29343
## [1] "removing: anes_bun_t_major"
## [1] 29343
## [1] "removing: anes_bun_t_manipulation"
## [1] 29343
## [1] "removing: anes_bun_t_midazolam"
## [1] 29343
## [1] "removing: anes_bun_t_mod_sed"
## [1] 29342
## [1] "removing: anes_bun_t_neck"
## [1] 29342
## [1] "removing: anes_bun_t_nerve"
## [1] 29342
## [1] "removing: anes_bun_t_nose"
## [1] 29342
## [1] "removing: anes_bun_t_open"
## [1] 29342
## [1] "removing: anes_bun_t_organ"
## [1] 29342
## [1] "removing: anes_bun_t_pacemaker"
## [1] 29342
## [1] "removing: anes_bun_t_palate"
## [1] 29342
## [1] "removing: anes_bun_t_pelvic"
## [1] 29342
## [1] "removing: anes_bun_t_pelvis"
## [1] 29342
## [1] "removing: anes_bun_t_penis"
## [1] 29342
## [1] "removing: anes_bun_t_percutaneous"
## [1] 29342
## [1] "removing: anes_bun_t_plastic"
## [1] 29342
## [1] "removing: anes_bun_t_propofol"
## [1] 29342
## [1] "removing: anes_bun_t_prostate"
## [1] 29342
## [1] "removing: anes_bun_t_pump"
## [1] 29342
## [1] "removing: anes_bun_t_puncture"
## [1] 29342
## [1] "removing: anes_bun_t_radical"
## [1] 29342
## [1] "removing: anes_bun_t_release"
## [1] 29342
## [1] "removing: anes_bun_t_removal"
## [1] 29342
## [1] "removing: anes_bun_t_repair"
## [1] 29342
## [1] "removing: anes_bun_t_replace"
## [1] 29342
## [1] "removing: anes_bun_t_rib"
## [1] 29342
## [1] "removing: anes_bun_t_sedation"
## [1] 29342
## [1] "removing: anes_bun_t_shoulder"
## [1] 29342
## [1] "removing: anes_bun_t_sinus"
## [1] 29342
## [1] "removing: anes_bun_t_skull"
## [1] 29342
## [1] "removing: anes_bun_t_sperm"
## [1] 29342
## [1] "removing: anes_bun_t_spine"
## [1] 29342
## [1] "removing: anes_bun_t_spit"
## [1] 29342
## [1] "removing: anes_bun_t_sternal"
## [1] 29342
## [1] "removing: anes_bun_t_stone"
## [1] 29342
## [1] "removing: anes_bun_t_surg"
## [1] 29342
## [1] "removing: anes_bun_t_tendon"
## [1] 29342
## [1] "removing: anes_bun_t_testis"
## [1] 29342
## [1] "removing: anes_bun_t_thigh"
## [1] 29342
## [1] "removing: anes_bun_t_thyriod"
## [1] 29342
## [1] "removing: anes_bun_t_trachea"
## [1] 29342
## [1] "removing: anes_bun_t_transplant"
## [1] 29342
## [1] "removing: anes_bun_t_tromethamine"
## [1] 29342
## [1] "removing: anes_bun_t_tubal"
## [1] 29342
## [1] "removing: anes_bun_t_tympanotomy"
## [1] 29342
## [1] "removing: anes_bun_t_upper"
## [1] 29342
## [1] "removing: anes_bun_t_ureter"
## [1] 29342
## [1] "removing: anes_bun_t_urethra"
## [1] 29342
## [1] "removing: anes_bun_t_vag"
## [1] 29342
## [1] "removing: anes_bun_t_vein"
## [1] 29342
## [1] "removing: anes_bun_t_ventilation"
## [1] 29342
## [1] "removing: anes_bun_t_vesectomy"
## [1] 29342
## [1] "removing: anes_bun_t_vessel"
## [1] 29342
## [1] "removing: anes_bun_t_viteroretinal"
## [1] 29342
## [1] "removing: anes_bun_t_wall"
## [1] 29342
## [1] "removing: anes_bun_t_wrist"
## [1] 29342
## [1] "removing: faci_bun_t_advanced"
## [1] 29342
## [1] "removing: faci_bun_t_analysis"
## [1] 29342
## [1] "removing: faci_bun_t_annual"
## [1] 29342
## [1] "removing: faci_bun_t_assessmnt"
## [1] 29342
## [1] "removing: faci_bun_t_audit"
## [1] 29342
## [1] "removing: faci_bun_t_basic"
## [1] 29342
## [1] "removing: faci_bun_t_behav"
## [1] 29342
## [1] "removing: faci_bun_t_bus"
## [1] 29342
## [1] "removing: faci_bun_t_care"
## [1] 29330
## [1] "removing: faci_bun_t_chng"
## [1] 29330
## [1] "removing: faci_bun_t_computer"
## [1] 29330
## [1] "removing: faci_bun_t_conf"
## [1] 29330
## [1] "removing: faci_bun_t_consultation"
## [1] 29329
## [1] "removing: faci_bun_t_counseling"
## [1] 29329
## [1] "removing: faci_bun_t_critical"
## [1] 29329
## [1] "removing: faci_bun_t_data"
## [1] 29329
## [1] "removing: faci_bun_t_direct"
## [1] 29329
## [1] "removing: faci_bun_t_disability"
## [1] 29329
## [1] "removing: faci_bun_t_discharge"
## [1] 29329
## [1] "removing: faci_bun_t_dommicl"
## [1] 29329
## [1] "removing: faci_bun_t_exam"
## [1] 29329
## [1] "removing: faci_bun_t_fac"
## [1] 29320
## [1] "removing: faci_bun_t_facility"
## [1] 29320
## [1] "removing: faci_bun_t_follow-up"
## [1] 29149
## [1] "removing: faci_bun_t_handling"
## [1] 29146
## [1] "removing: faci_bun_t_home"
## [1] 29144
## [1] "removing: faci_bun_t_hospice"
## [1] 29144
## [1] "removing: faci_bun_t_hospital"
## [1] 29144
## [1] "removing: faci_bun_t_initial"
## [1] 29144
## [1] "removing: faci_bun_t_inpatient"
## [1] 29144
## [1] "removing: faci_bun_t_interfacility"
## [1] 29144
## [1] "removing: faci_bun_t_interpof"
## [1] 29144
## [1] "removing: faci_bun_t_lab"
## [1] 29144
## [1] "removing: faci_bun_t_life"
## [1] 29144
## [1] "removing: faci_bun_t_nonemergency"
## [1] 29144
## [1] "removing: faci_bun_t_noner"
## [1] 29144
## [1] "removing: faci_bun_t_nursing"
## [1] 29144
## [1] "removing: faci_bun_t_observation"
## [1] 29144
## [1] "removing: faci_bun_t_on_call"
## [1] 29144
## [1] "removing: faci_bun_t_online"
## [1] 29143
## [1] "removing: faci_bun_t_phlebotomy"
## [1] 29141
## [1] "removing: faci_bun_t_phone"
## [1] 29141
## [1] "removing: faci_bun_t_physician"
## [1] 29141
## [1] "removing: faci_bun_t_postop"
## [1] 29141
## [1] "removing: faci_bun_t_preventine"
## [1] 29141
## [1] "removing: faci_bun_t_prolong"
## [1] 29140
## [1] "removing: faci_bun_t_service"
## [1] 29137
## [1] "removing: faci_bun_t_smoking"
## [1] 29137
## [1] "removing: faci_bun_t_specimen"
## [1] 29137
## [1] "removing: faci_bun_t_standby"
## [1] 29137
## [1] "removing: faci_bun_t_subsequent"
## [1] 29137
## [1] "removing: faci_bun_t_support"
## [1] 29137
## [1] "removing: faci_bun_t_taxi"
## [1] 29137
## [1] "removing: faci_bun_t_team"
## [1] 29137
## [1] "removing: faci_bun_t_transort"
## [1] 29137
## [1] "removing: faci_bun_t_travel"
## [1] 29137
## [1] "removing: faci_bun_t_van"
## [1] 29137
xray_foot_c %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot_c %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 22 x 2
##    name                 correlation
##    <chr>                      <dbl>
##  1 faci_bun_t_dept           0.696 
##  2 faci_bun_t_emergency      0.696 
##  3 faci_bun_t_visit          0.236 
##  4 radi_bun_t_ankle          0.226 
##  5 medi_bun_t_boot           0.140 
##  6 faci_bun_t_est            0.0936
##  7 faci_bun_t_office         0.0799
##  8 faci_bun_t_pat            0.0799
##  9 surg_bun_t_bursa          0.0233
## 10 surg_bun_t_drain          0.0233
## # ... with 12 more rows
xray_foot_c %>% get_tag_density_information("faci_bun_t_emergency") %>% print()
## Scale for 'y' is already present. Adding another scale for 'y', which will
## replace the existing scale.
## Scale for 'x' is already present. Adding another scale for 'x', which will
## replace the existing scale.
## [1] "tp_med ~ faci_bun_t_emergency"
## Warning in leveneTest.default(y = y, group = group, ...): group coerced to
## factor.
## Picking joint bandwidth of 48.4
## $dist_plots

## 
## $stat_tables

xray_foot_c <- xray_foot_c[faci_bun_t_emergency==F]
xray_foot_c %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot_c %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 20 x 2
##    name                    correlation
##    <chr>                         <dbl>
##  1 faci_bun_t_visit             0.293 
##  2 faci_bun_t_office            0.288 
##  3 faci_bun_t_pat               0.288 
##  4 medi_bun_t_boot              0.236 
##  5 radi_bun_t_ankle             0.211 
##  6 faci_bun_t_est               0.0589
##  7 surg_bun_t_bursa             0.0587
##  8 surg_bun_t_drain             0.0587
##  9 surg_bun_t_joint             0.0587
## 10 surg_bun_t_endo              0.0569
## 11 surg_bun_t_ligament          0.0569
## 12 surg_bun_t_sheath            0.0569
## 13 surg_bun_t_tendon            0.0569
## 14 path_bun_t_complete          0.0159
## 15 medi_bun_t_puncture          0.0108
## 16 medi_bun_t_routine           0.0108
## 17 medi_bun_t_venipuncture      0.0108
## 18 path_bun_t_assay             0.006 
## 19 path_bun_t_metabolic         0.0015
## 20 path_bun_t_panel             0.0015
xray_foot_c %>% get_tag_density_information("faci_bun_t_visit") %>% print()
## Scale for 'y' is already present. Adding another scale for 'y', which will
## replace the existing scale.
## Scale for 'x' is already present. Adding another scale for 'x', which will
## replace the existing scale.
## [1] "tp_med ~ faci_bun_t_visit"
## Warning in leveneTest.default(y = y, group = group, ...): group coerced to
## factor.
## Picking joint bandwidth of 10.5
## $dist_plots

## 
## $stat_tables

xray_foot_c <- xray_foot_c[faci_bun_t_visit==T]
xray_foot_c %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot_c %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 19 x 2
##    name                    correlation
##    <chr>                         <dbl>
##  1 medi_bun_t_boot            0.248   
##  2 radi_bun_t_ankle           0.225   
##  3 faci_bun_t_est             0.117   
##  4 surg_bun_t_bursa           0.0594  
##  5 surg_bun_t_drain           0.0594  
##  6 surg_bun_t_joint           0.0594  
##  7 surg_bun_t_endo            0.0576  
##  8 surg_bun_t_ligament        0.0576  
##  9 surg_bun_t_sheath          0.0576  
## 10 surg_bun_t_tendon          0.0576  
## 11 faci_bun_t_office          0.0108  
## 12 faci_bun_t_pat             0.0108  
## 13 path_bun_t_complete        0.0092  
## 14 medi_bun_t_puncture        0.0052  
## 15 medi_bun_t_routine         0.0052  
## 16 medi_bun_t_venipuncture    0.0052  
## 17 path_bun_t_assay           0.0045  
## 18 path_bun_t_metabolic       0.000600
## 19 path_bun_t_panel           0.000600
xray_foot_c %>% get_tag_density_information("medi_bun_t_boot") %>% print()
## Scale for 'y' is already present. Adding another scale for 'y', which will
## replace the existing scale.
## Scale for 'x' is already present. Adding another scale for 'x', which will
## replace the existing scale.
## [1] "tp_med ~ medi_bun_t_boot"
## Warning in leveneTest.default(y = y, group = group, ...): group coerced to
## factor.
## Picking joint bandwidth of 15.7
## $dist_plots

## 
## $stat_tables

xray_foot_c <- xray_foot_c[medi_bun_t_boot==F]
xray_foot_c %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot_c %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 18 x 2
##    name                    correlation
##    <chr>                         <dbl>
##  1 radi_bun_t_ankle             0.232 
##  2 faci_bun_t_est               0.143 
##  3 surg_bun_t_bursa             0.0871
##  4 surg_bun_t_drain             0.0871
##  5 surg_bun_t_joint             0.0871
##  6 surg_bun_t_endo              0.0797
##  7 surg_bun_t_ligament          0.0797
##  8 surg_bun_t_sheath            0.0797
##  9 surg_bun_t_tendon            0.0797
## 10 faci_bun_t_office            0.0214
## 11 faci_bun_t_pat               0.0214
## 12 path_bun_t_complete          0.0143
## 13 medi_bun_t_puncture          0.0106
## 14 medi_bun_t_routine           0.0106
## 15 medi_bun_t_venipuncture      0.0106
## 16 path_bun_t_assay             0.0034
## 17 path_bun_t_metabolic         0.0017
## 18 path_bun_t_panel             0.0017
xray_foot_c <- xray_foot_c[surg_bun_sum_med ==0 & anes_bun_sum_med==0]
xray_foot_c %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot_c %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 11 x 2
##    name                    correlation
##    <chr>                         <dbl>
##  1 radi_bun_t_ankle             0.243 
##  2 faci_bun_t_est               0.138 
##  3 faci_bun_t_office            0.0218
##  4 faci_bun_t_pat               0.0218
##  5 path_bun_t_complete          0.0158
##  6 medi_bun_t_puncture          0.0099
##  7 medi_bun_t_routine           0.0099
##  8 medi_bun_t_venipuncture      0.0099
##  9 path_bun_t_assay             0.004 
## 10 path_bun_t_metabolic         0.0022
## 11 path_bun_t_panel             0.0022
xray_foot_c %>% get_tag_density_information("radi_bun_t_ankle") %>% print()
## Scale for 'y' is already present. Adding another scale for 'y', which will
## replace the existing scale.
## Scale for 'x' is already present. Adding another scale for 'x', which will
## replace the existing scale.
## [1] "tp_med ~ radi_bun_t_ankle"
## Warning in leveneTest.default(y = y, group = group, ...): group coerced to
## factor.
## Picking joint bandwidth of 15.1
## $dist_plots

## 
## $stat_tables

xray_foot_w_ankle <- xray_foot_c[radi_bun_t_ankle==T]
xray_foot_n_ankle <- xray_foot_c[radi_bun_t_ankle==F]

xray_foot_w_ankle

xray_foot_w_ankle %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot_w_ankle %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 10 x 2
##    name                    correlation
##    <chr>                         <dbl>
##  1 faci_bun_t_est               0.0943
##  2 faci_bun_t_office            0.0209
##  3 faci_bun_t_pat               0.0209
##  4 path_bun_t_complete          0.0163
##  5 path_bun_t_assay             0.0108
##  6 path_bun_t_metabolic         0.0049
##  7 path_bun_t_panel             0.0049
##  8 medi_bun_t_puncture          0.0038
##  9 medi_bun_t_routine           0.0038
## 10 medi_bun_t_venipuncture      0.0038
xray_foot_w_ankle %>% get_tag_density_information("medi_bun_t_puncture") %>% print()
## Scale for 'y' is already present. Adding another scale for 'y', which will
## replace the existing scale.
## Scale for 'x' is already present. Adding another scale for 'x', which will
## replace the existing scale.
## [1] "tp_med ~ medi_bun_t_puncture"
## Warning in leveneTest.default(y = y, group = group, ...): group coerced to
## factor.
## Picking joint bandwidth of 45.9
## $dist_plots

## 
## $stat_tables

xray_foot_w_ankle <- xray_foot_w_ankle[medi_bun_t_puncture ==F]
xray_foot_w_ankle %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot_w_ankle %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 7 x 2
##   name                 correlation
##   <chr>                      <dbl>
## 1 faci_bun_t_est            0.0948
## 2 path_bun_t_complete       0.0163
## 3 faci_bun_t_office         0.0114
## 4 faci_bun_t_pat            0.0114
## 5 path_bun_t_assay          0.0108
## 6 path_bun_t_metabolic      0.0049
## 7 path_bun_t_panel          0.0049
# xray_foot_w_ankle %>% get_tag_density_information("path_bun_t_panel") %>% print()
xray_foot_w_ankle <- xray_foot_w_ankle[path_bun_t_panel ==F]
xray_foot_w_ankle %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot_w_ankle %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 5 x 2
##   name                correlation
##   <chr>                     <dbl>
## 1 faci_bun_t_est           0.0948
## 2 path_bun_t_complete      0.016 
## 3 faci_bun_t_office        0.0114
## 4 faci_bun_t_pat           0.0114
## 5 path_bun_t_assay         0.0108
# xray_foot_w_ankle %>% get_tag_density_information("path_bun_t_assay") %>% print()
xray_foot_w_ankle <- xray_foot_w_ankle[path_bun_t_assay ==F]
xray_foot_w_ankle %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot_w_ankle %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 4 x 2
##   name                correlation
##   <chr>                     <dbl>
## 1 faci_bun_t_est           0.0951
## 2 path_bun_t_complete      0.016 
## 3 faci_bun_t_office        0.0114
## 4 faci_bun_t_pat           0.0114
xray_foot_w_ankle %>% get_tag_density_information("path_bun_t_complete") %>% print()
## Scale for 'y' is already present. Adding another scale for 'y', which will
## replace the existing scale.
## Scale for 'x' is already present. Adding another scale for 'x', which will
## replace the existing scale.
## [1] "tp_med ~ path_bun_t_complete"
## Warning in leveneTest.default(y = y, group = group, ...): group coerced to
## factor.
## Picking joint bandwidth of 31.1
## $dist_plots

## 
## $stat_tables

xray_foot_w_ankle <- xray_foot_w_ankle[path_bun_t_complete ==F]
xray_foot_w_ankle %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot_w_ankle %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 3 x 2
##   name              correlation
##   <chr>                   <dbl>
## 1 faci_bun_t_est         0.0947
## 2 faci_bun_t_office      0.0114
## 3 faci_bun_t_pat         0.0114
xray_foot_w_ankle %>% get_tag_density_information("faci_bun_t_est") %>% print()
## Scale for 'y' is already present. Adding another scale for 'y', which will
## replace the existing scale.
## Scale for 'x' is already present. Adding another scale for 'x', which will
## replace the existing scale.
## [1] "tp_med ~ faci_bun_t_est"
## Warning in leveneTest.default(y = y, group = group, ...): group coerced to
## factor.
## Picking joint bandwidth of 23.7
## $dist_plots

## 
## $stat_tables

xray_foot_w_ankle <- xray_foot_w_ankle[,`:=`(
  surg_sp_name_clean = surg_sp_npi %>% map_chr(get_npi_standard_name),
  surg_bp_name_clean = surg_bp_npi %>% map_chr(get_npi_standard_name),
  
  medi_sp_name_clean = medi_sp_npi %>% map_chr(get_npi_standard_name),
  medi_bp_name_clean = medi_bp_npi %>% map_chr(get_npi_standard_name),
  
  radi_sp_name_clean = radi_sp_npi %>% map_chr(get_npi_standard_name),
  radi_bp_name_clean = radi_bp_npi %>% map_chr(get_npi_standard_name),
  
  path_sp_name_clean = path_sp_npi %>% map_chr(get_npi_standard_name),
  path_bp_name_clean = path_bp_npi %>% map_chr(get_npi_standard_name),
  
  anes_sp_name_clean = anes_sp_npi %>% map_chr(get_npi_standard_name),
  anes_bp_name_clean = anes_bp_npi %>% map_chr(get_npi_standard_name),
  
  faci_sp_name_clean = faci_sp_npi %>% map_chr(get_npi_standard_name),
  faci_bp_name_clean = faci_bp_npi %>% map_chr(get_npi_standard_name)
                           )]
xray_foot_w_ankle_btbv5 <- xray_foot_w_ankle %>% btbv5_radi_fac_only(
                                  osa_group_p=NA,
                                  osa_class_p = NA,
                                  osa_specialization_p = NA
                                  ) %>% 
  .[,`:=`(procedure_type=38, 
          procedure_modifier="X-ray Foot + Ankle + Visit", 
          ingest_date =Sys.Date())]
xray_foot_w_ankle_btbv5$tp_med_med %>% summary()
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##     9.0   198.1   232.2   292.0   305.7  1355.8
spine_q1 <- xray_foot_w_ankle_btbv5$tp_med_med %>% quantile(.25)
spine_q3 <- xray_foot_w_ankle_btbv5$tp_med_med %>% quantile(.75)
spine_iqr <- xray_foot_w_ankle_btbv5$tp_med_med %>% IQR()
xray_foot_w_ankle_btbv5_final <- xray_foot_w_ankle_btbv5[tp_cnt_cnt > 1 ]
# mri_brain_clean_btbv5_final <- mri_brain_clean_btbv5[tp_med_med < 5000 ]
xray_foot_w_ankle_btbv5$tp_med_med %>% summary()
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##     9.0   198.1   232.2   292.0   305.7  1355.8
xray_foot_w_ankle_btbv5_final$tp_med_med %>% summary()
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##     9.0   198.1   232.2   292.0   305.7  1355.8
bq_table_upload(x=procedure_dev_table, values= xray_foot_w_ankle_btbv5_final, create_disposition='CREATE_IF_NEEDED', write_disposition='WRITE_APPEND')

xray_foot_n_ankle

xray_foot_n_ankle %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot_n_ankle %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 10 x 2
##    name                    correlation
##    <chr>                         <dbl>
##  1 faci_bun_t_est               0.143 
##  2 faci_bun_t_office            0.0269
##  3 faci_bun_t_pat               0.0269
##  4 path_bun_t_complete          0.0232
##  5 medi_bun_t_puncture          0.0154
##  6 medi_bun_t_routine           0.0154
##  7 medi_bun_t_venipuncture      0.0154
##  8 path_bun_t_assay             0.0071
##  9 path_bun_t_metabolic         0.0036
## 10 path_bun_t_panel             0.0036
xray_foot_n_ankle %>% get_tag_density_information("medi_bun_t_venipuncture") %>% print()
## Scale for 'y' is already present. Adding another scale for 'y', which will
## replace the existing scale.
## Scale for 'x' is already present. Adding another scale for 'x', which will
## replace the existing scale.
## [1] "tp_med ~ medi_bun_t_venipuncture"
## Warning in leveneTest.default(y = y, group = group, ...): group coerced to
## factor.
## Picking joint bandwidth of 28.6
## $dist_plots

## 
## $stat_tables

xray_foot_n_ankle <- xray_foot_n_ankle[medi_bun_t_venipuncture ==F]
xray_foot_n_ankle %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot_n_ankle %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 7 x 2
##   name                 correlation
##   <chr>                      <dbl>
## 1 faci_bun_t_est           0.143  
## 2 faci_bun_t_office        0.0266 
## 3 faci_bun_t_pat           0.0266 
## 4 path_bun_t_complete      0.0249 
## 5 path_bun_t_metabolic     0.0065 
## 6 path_bun_t_panel         0.0065 
## 7 path_bun_t_assay         0.00580
xray_foot_n_ankle %>% get_tag_density_information("path_bun_t_complete") %>% print()
## Scale for 'y' is already present. Adding another scale for 'y', which will
## replace the existing scale.
## Scale for 'x' is already present. Adding another scale for 'x', which will
## replace the existing scale.
## [1] "tp_med ~ path_bun_t_complete"
## Warning in leveneTest.default(y = y, group = group, ...): group coerced to
## factor.
## Picking joint bandwidth of 28.2
## $dist_plots

## 
## $stat_tables

xray_foot_n_ankle <- xray_foot_n_ankle[path_bun_t_complete ==F]
xray_foot_n_ankle %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot_n_ankle %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 6 x 2
##   name                 correlation
##   <chr>                      <dbl>
## 1 faci_bun_t_est           0.143  
## 2 faci_bun_t_office        0.0267 
## 3 faci_bun_t_pat           0.0267 
## 4 path_bun_t_metabolic     0.0102 
## 5 path_bun_t_panel         0.0102 
## 6 path_bun_t_assay         0.00580
# xray_foot_n_ankle %>% get_tag_density_information("path_bun_t_metabolic") %>% print()
xray_foot_n_ankle <- xray_foot_n_ankle[path_bun_t_metabolic ==F]
xray_foot_n_ankle %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot_n_ankle %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 4 x 2
##   name              correlation
##   <chr>                   <dbl>
## 1 faci_bun_t_est        0.143  
## 2 faci_bun_t_office     0.0267 
## 3 faci_bun_t_pat        0.0267 
## 4 path_bun_t_assay      0.00580
xray_foot_n_ankle %>% get_tag_density_information("path_bun_t_assay") %>% print()
## Scale for 'y' is already present. Adding another scale for 'y', which will
## replace the existing scale.
## Scale for 'x' is already present. Adding another scale for 'x', which will
## replace the existing scale.
## [1] "tp_med ~ path_bun_t_assay"
## Warning in leveneTest.default(y = y, group = group, ...): group coerced to
## factor.
## Picking joint bandwidth of 25.7
## $dist_plots

## 
## $stat_tables

xray_foot_n_ankle <- xray_foot_n_ankle[path_bun_t_assay ==F]
xray_foot_n_ankle %>% plot_med_density() %>% print()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

xray_foot_n_ankle %>% get_tag_cor() %>% print()
## Warning in stats::cor(cor_data): the standard deviation is zero
## # A tibble: 3 x 2
##   name              correlation
##   <chr>                   <dbl>
## 1 faci_bun_t_est         0.143 
## 2 faci_bun_t_office      0.0268
## 3 faci_bun_t_pat         0.0268
xray_foot_n_ankle %>% get_tag_density_information("faci_bun_t_est") %>% print()
## Scale for 'y' is already present. Adding another scale for 'y', which will
## replace the existing scale.
## Scale for 'x' is already present. Adding another scale for 'x', which will
## replace the existing scale.
## [1] "tp_med ~ faci_bun_t_est"
## Warning in leveneTest.default(y = y, group = group, ...): group coerced to
## factor.
## Picking joint bandwidth of 8.67
## $dist_plots

## 
## $stat_tables

xray_foot_n_ankle <- xray_foot_n_ankle[,`:=`(
  surg_sp_name_clean = surg_sp_npi %>% map_chr(get_npi_standard_name),
  surg_bp_name_clean = surg_bp_npi %>% map_chr(get_npi_standard_name),
  
  medi_sp_name_clean = medi_sp_npi %>% map_chr(get_npi_standard_name),
  medi_bp_name_clean = medi_bp_npi %>% map_chr(get_npi_standard_name),
  
  radi_sp_name_clean = radi_sp_npi %>% map_chr(get_npi_standard_name),
  radi_bp_name_clean = radi_bp_npi %>% map_chr(get_npi_standard_name),
  
  path_sp_name_clean = path_sp_npi %>% map_chr(get_npi_standard_name),
  path_bp_name_clean = path_bp_npi %>% map_chr(get_npi_standard_name),
  
  anes_sp_name_clean = anes_sp_npi %>% map_chr(get_npi_standard_name),
  anes_bp_name_clean = anes_bp_npi %>% map_chr(get_npi_standard_name),
  
  faci_sp_name_clean = faci_sp_npi %>% map_chr(get_npi_standard_name),
  faci_bp_name_clean = faci_bp_npi %>% map_chr(get_npi_standard_name)
                           )]
xray_foot_n_ankle_btbv5 <- xray_foot_n_ankle %>% btbv5_radi_fac_only(
                                  osa_group_p=NA,
                                  osa_class_p = NA,
                                  osa_specialization_p = NA
                                  ) %>% 
  .[,`:=`(procedure_type=38, 
          procedure_modifier="X-ray Foot + Visit", 
          ingest_date =Sys.Date())]
xray_foot_n_ankle_btbv5$tp_med_med %>% summary()
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##     0.1   146.3   173.7   200.0   236.3   627.6
spine_q1 <- xray_foot_n_ankle_btbv5$tp_med_med %>% quantile(.25)
spine_q3 <- xray_foot_n_ankle_btbv5$tp_med_med %>% quantile(.75)
spine_iqr <- xray_foot_n_ankle_btbv5$tp_med_med %>% IQR()
xray_foot_n_ankle_btbv5_final <- xray_foot_n_ankle_btbv5[tp_cnt_cnt > 1 & tp_med_med > 1 ]
# mri_brain_clean_btbv5_final <- mri_brain_clean_btbv5[tp_med_med < 5000 ]
xray_foot_n_ankle_btbv5$tp_med_med %>% summary()
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##     0.1   146.3   173.7   200.0   236.3   627.6
xray_foot_n_ankle_btbv5_final$tp_med_med %>% summary()
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    10.0   146.3   173.9   200.5   237.0   627.6
bq_table_upload(x=procedure_dev_table, values= xray_foot_n_ankle_btbv5_final, create_disposition='CREATE_IF_NEEDED', write_disposition='WRITE_APPEND')