Learn R Programming

codeCollection (version 0.1.3)

ICD10Koodit: Codebook for ICD10 codes

Description

A data set containing ICD10 codes (without dots) and labels (https://koodistopalvelu.kanta.fi/codeserver/pages/classification-list-page.xhtml).

Usage

ICD10Koodit

Arguments

Format

A data frame:

Koodi

Code value

fi

Label in Finnish

la

Label in Latin

en

Name in English

sv

Name in Swedish

Examples

Run this code
# ICD10 codes starting with I67
ICD10Koodit[grepl("^I67",ICD10Koodit$Koodi),]

Run the code above in your browser using DataLab