read_icd8: Reads ICD-8 codes

View source: R/icdR.R

read_icd8R Documentation

Reads ICD-8 codes

Description

Reads ICD-8 codes from SKS-browser https://medinfo.dk/sks/brows.php. The columns include the ICD-8 code, diagnosis in Danish or Latin, the date the code was introduced for use, the date the code was changed, the date the code usage was ceased

Usage

read_icd8(
  sks_link = "ftp://filer.sst.dk/filer/sks/data/skscomplete/SGDklass_ICD8.txt"
)

Arguments

sks_link

is the link to SKS-browser

Value

the dataframe with ICD-10 and NOMESCO procedure codes used in Danish healthcare system

Examples

icd8 <- read_icd8()

evpatora/icdR documentation built on March 28, 2023, 10:06 a.m.