Is there any long description for the diagnosis codes? I know there is a short description but I don’t know if there is for long too.In case that there is long description,where can I find it so I can use it for my functionalities?
sure, there’s a mysql table called icd9_dx_long_code and there’also icd10_dx_order_code that is the subject of all of those emails from cms that are sent out everyday, are you ready?
I have the same question with phil.
Basically, how can I must do the sql query so that if I give as parameter the codetext of a diagnosis, it will give to me the long description of this.
For example this diagnosis code -> ICD9:851.45 with description: Cerebellar or brain stem contusion without mention of open intracranial wound, with prolonged [more than 24 hours] loss of consciousness without return to pre-existing conscious level is a short description?? Actually, I believe that this not a short description because from the table of icd9_dx_code that you send to me above, the short description is varchar(60), and the specific description has more characters than 60.