remove_fellowship: Remove Fellowship trained surgeons

View source: R/remove_fellowship.R

remove_fellowshipR Documentation

Remove Fellowship trained surgeons

Description

Remove fellowship trained surgeons using ABS, fellowship council and medicare claim specialty code

Usage

remove_fellowship(
  data,
 
    fellowship_council_data_path = "/Volumes/George_Surgeon_Projects/Surgeon Profile data/fellowship_council/fellowship_npi_manual_linked.csv",
 
    medicare_gs_list_path = "/Volumes/George_Surgeon_Projects/Surgeon Profile data/medicare_specialty/all_gs_splty_medicare.rdata"
)

Arguments

data

medicare data

fellowship_council_data_path

path to fellowship council dt

medicare_gs_list_path

assign value to NULL if you don't want use the medicare specialty code criteria.

Value

medicare dataset that removed fellowship trained surgeons


UMCSTaR/medicareAnalytics documentation built on July 13, 2022, 11:33 p.m.