Get a list of DeCoDe "Other Significant Cause" ICD 10 codes that exist in the CHAMPS data

valid_icds(d)

Arguments

d

A data object obtained from load_data.

Examples

if (FALSE) {
d <- load_data(...)
valid_icds(d)
}