andrewallenbruce / provider

Public Healthcare Provider APIs :stethoscope:
https://andrewallenbruce.github.io/provider/
Other
18 stars 2 forks source link

Metadata: [clinicians] #67

Closed andrewallenbruce closed 7 months ago

andrewallenbruce commented 11 months ago

Dataset: National Downloadable File

andrewallenbruce commented 11 months ago
library(provider)

meta.store(fn = 'clinicians')
#> $function_name
#> [1] "[ clinicians ]"
#> 
#> $title
#> [1] "National Downloadable File"
#> 
#> $description
#> [1] "The Doctors and Clinicians national downloadable file is organized such that each line is unique at the clinician/enrollment record/group/address level. Clinicians with multiple Medicare enrollment records and/or single enrollments linking to multiple practice locations are listed on multiple lines."
#> 
#> $publisher
#> [1] "Centers for Medicare & Medicaid Services (CMS)"
#> 
#> $uuid
#> [1] "mj5m-pzi6"
#> 
#> $distribution
#> [1] "4171e10f-d33a-50a1-9c60-8e43bc74a2ee"
#> 
#> $date_issued
#> [1] "2023-08-17"
#> 
#> $date_modified
#> [1] "2023-11-02"
#> 
#> $date_released
#> [1] "2023-11-16"
#> 
#> $period
#> [1] "20d 0H 0M 0S"
#> 
#> $timelength_days
#> [1] 20
#> 
#> $dimensions
#> [1] "32 columns x 2,576,208 rows"
#> 
#> $fields
#>  [1] "record_number"        "npi"                  "ind_pac_id"          
#>  [4] "ind_enrl_id"          "provider_last_name"   "provider_first_name" 
#>  [7] "provider_middle_name" "suff"                 "gndr"                
#> [10] "cred"                 "med_sch"              "grd_yr"              
#> [13] "pri_spec"             "sec_spec_1"           "sec_spec_2"          
#> [16] "sec_spec_3"           "sec_spec_4"           "sec_spec_all"        
#> [19] "telehlth"             "facility_name"        "org_pac_id"          
#> [22] "num_org_mem"          "adr_ln_1"             "adr_ln_2"            
#> [25] "ln_2_sprs"            "citytown"             "state"               
#> [28] "zip_code"             "telephone_number"     "ind_assgn"           
#> [31] "grp_assgn"            "adrs_id"             
#> 
#> $landing_page
#> [1] "https://data.cms.gov/provider-data/dataset/mj5m-pzi6"
#> 
#> $data_dictionary
#> [1] "https://data.cms.gov/provider-data/sites/default/files/data_dictionaries/physician/DOC_Data_Dictionary.pdf"

Created on 2023-12-06 with reprex v2.0.2