icd (version 4.0.6)

icd10_map_ahrq_pcs: AHRQ ICD-10-PCS categories

Description

The AHRQ has categorized each of the ICD-10-PCS (Procedure Codes) into one of four groups: minor diagnostic, minor therapeutic, major diagnostic or major therapeutic. This mapping can be used to get the type(s) of procedure(s) performed on a patient from a data.frame of patients and associated procedure codes in 'long' format. See the ICD-10 vignette for an example.

Arguments

Details

Currently there is no specific comorbidity function to use this data, so the generic comorbid icd9_comorbid icd10_comorbid should be used, and this data specified as the map.

See Also

comorbid icd9_comorbid icd10_comorbid https://www.hcup-us.ahrq.gov/toolssoftware/procedureicd10/procedure_icd10.jsp

Other comorbidity maps: icd9_map_ahrq, icd9_map_elix, icd9_map_hcc, icd9_map_pccc, icd9_map_quan_deyo, icd9_map_quan_elix, icd9_map_single_ccs

Other comorbidities: comorbid_hcc, comorbid_pccc_dx, comorbid, icd9_map_ahrq, icd9_map_elix, icd9_map_hcc, icd9_map_pccc, icd9_map_quan_deyo, icd9_map_quan_elix, icd9_map_single_ccs

Examples

Run this code
# NOT RUN {
icd10_map_ahrq_pcs[["Major Diagnostic"]][1:5]
icd10_map_ahrq_pcs[["Minor Therapeutic"]][1:5]
# }

Run the code above in your browser using DataLab