getICD_api: Convert between ICD9 codes and ICD10 codes

Description Usage Arguments Details Value

Description

Convert between ICD9 codes and ICD10 codes

Usage

1
getICD_api(code, input = c("ICD9", "ICD10"), default = TRUE)

Arguments

code

A vector of ICD codes to convert.

input

Choose ICD version, can be "ICD9" or "ICD10".

default

Logical value. If TRUE, then the default mapping is used. Otherwise use the possible mappings option which would return more results.

Details

The function utilizes HIPAASpace api to convert diagnosis codes between ICD9 and ICD10. Currently the function uses the mapcode option of the api.

Value

A character vector of conversion results.


songxh0424/MPrOVE-package documentation built on May 19, 2019, 4:18 p.m.