Learn R Programming

icd (version 3.3)

generate_maps_pccc: Generate PCCC data

Description

There are seven maps: ICD-9 diagnosis and procedure codes, ICD-10 diagnosis and procedure codes. There is no eighth map because there are no elements of ICD-10 procedure codes for 'fixed' comorbidities.

Usage

generate_maps_pccc(save_data = TRUE)

icd9_generate_map_pccc_dx(save_data = TRUE)

icd9_generate_map_pccc_pcs(save_data = TRUE)

icd10_generate_map_pccc_dx(save_data)

icd10_generate_map_pccc_pcs(save_data = TRUE)

Arguments

save_data

single logical value, if TRUE will save the generated data

Details

The 'fixed' data are those identified in the JAMA Pediatrics letter which required exact matching to avoid overly broad capture of diagnoses.

Examples

Run this code
# NOT RUN {
icd:::generate_maps_pccc(save_data = FALSE)
# }

Run the code above in your browser using DataLab