-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
ICD-9 349.1 is reported in the software and maps to a neuromusc condition
Line 17 in 2a8b78e
| "3453","34541","34561","34571","34591","3481","3484","3491","43401","43491","740", |
It is not in the documentation inst/pccc_references/Categories_of_CCCv2_and_Corresponding_ICD.docx
Looking over the v3 documentation and the code description:
> library(medicalcoder)
> subset(get_icd_codes(with.descriptions=T), full_code == "349.1")
icdv dx full_code code src known_start known_end assignable_start assignable_end desc desc_start desc_end
10278 9 1 349.1 3491 cdc 1997 2012 1997 2012 Nervous system complications from surgically implanted device 1997 2012
10279 9 1 349.1 3491 cms 2006 2015 2006 2015 Nervous system complications from surgically implanted device 2010 2015
It seems reasonable that this code should also map to a technology dependence.
Reactions are currently unavailable