icd10_chapters: ICD-10 Chapters

Description Usage Format Source Examples

Description

Chapter designations classifying and grouping ICD-10 Codes

Usage

1
data("icd10_chapter")

Format

A data frame with 22 observations on the following 4 variables.

chapter

a numeric vector - the chapter number

desc

a character vector - the name of the chapter (a general description)

range_start

a character vector - the first code in the chapter

range_end

a character vector - the last code in the chapter

Source

World Health Organization

Examples

1
2
3
data(icd10_chapter)
icd_code<-"C45"
icd10_chapters[icd_code>=icd10_chapters$range_start & icd_code<=icd10_chapters$range_end,]

JahNorr/icd documentation built on May 7, 2019, 10:18 a.m.