preproc.Swedich.ICD9: Translator from Swedish ICD-9 to regular ICD-9

Description Usage Arguments Value See Also Examples

View source: R/peprocessors.R

Description

Sweden decided to make a few adaptations to the ICD-9 system. One of them was to change the last 4th digit into a letter, A:H,W,X, corresponding to the numbers 0-9.

Usage

1
preproc.Swedich.ICD9(icd, icd_ver)

Arguments

icd

A vector or a single string with the ICD-9-code

icd_ver

An indicator of the ICD-version corresponding to each code

Value

vector Returns a string/vector with the ICD-9 codes.

See Also

Other preprocessor functions: preproc.code.splitter; preproc.strip.dot

Examples

1
preproc.Swedich.ICD9(c("418X", "401A"))

gforge/comorbidities.icd10 documentation built on May 17, 2019, 2:12 a.m.