read_icd10: Reads ICD-10 codes and NOMESCO procedure codes

View source: R/icdR.R

read_icd10R Documentation

Reads ICD-10 codes and NOMESCO procedure codes

Description

Reads ICD-10 codes and NOMESCO procedure codes from 1995 from SKS-browser https://medinfo.dk/sks/brows.php. The columns include the ICD-10 code, diagnosis in Danish, the date the code was introduced for use, the date the code was changed, the date the code usage was ceased, and SKS version

Usage

read_icd10(
  sks_link = "ftp://filer.sst.dk/filer/sks/data/skscomplete/SKScomplete.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

icd10 <- read_icd10()

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