ICD10Koodit {codeCollection}R Documentation

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

Format

A data frame:

Koodi

Code value

fi

Label in Finnish

la

Label in Latin

en

Name in English

sv

Name in Swedish

Examples

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

[Package codeCollection version 0.1.3 Index]