It seems that icd10 check identifies a code as being invalid if it contains more than 4 characters. For example, in the high-quality claims databases I am working with, icd check is flagging the majority of principal diagnoses as invalid. By far, the most common reason was that the "Code was too long." All codes with more than 4 characters were classified as invalid.
This issue also results in other functions, such as icd10 lookup or icd10 gen to be less helpful, as they are not recognizing the majority of ICD-10 codes being used in practice.
For example, let's say I am attempting to look up the code A01.01 (i.e. the code for Typhoid Meningitis):
The command stops working once the code length exceeds 4 characters.
Is this just a limitation of the command?
Thanks!
This issue also results in other functions, such as icd10 lookup or icd10 gen to be less helpful, as they are not recognizing the majority of ICD-10 codes being used in practice.
For example, let's say I am attempting to look up the code A01.01 (i.e. the code for Typhoid Meningitis):
Code:
. icd10 lookup A01 A01 Typhoid and paratyphoid fevers . icd10 lookup A010 A01.0 Typhoid fever . icd10 lookup A0101 (no matches found)
Is this just a limitation of the command?
Thanks!
Comment