I need my report to identify whether there exists a fracture ICD9 code. I need to check in 7 different diagnosis fields for this. The fracture code is 800.xx – 829.xx. For example, it could be coded as 801.0 or 816.9 or 829.4, etc.
Would someone confirm for me whether the “in” statement I am using (see below) would identify the fracture code or might I miss some this way? If it is ok as it is, is there another (more efficient way) to do this? I am using CR 10. Thanks so much for helping me with this.
Example of selection record formula (for the fracture codes)
({POA_QM_Data_Sample_2.Secondary DX 1} in ["800", "801", "802", "803", "804" , "805", "806", "807", "808", "809", "810" , "811", "812", "813", "814", "815", "816", "817", "818", "819", "820", "821", "822", "823" ,"824", "825", "826", "827", "828", "829"] or
{POA_QM_Data_Sample_2.Secondary DX 2} in ["800", "801", "802", "803", "804" , "805", "806", "807", "808", "809", "810" , "811", "812", "813", "814", "815", "816", "817", "818", "819", "820", "821", "822", "823" ,"824", "825", "826", "827", "828", "829"]
Would someone confirm for me whether the “in” statement I am using (see below) would identify the fracture code or might I miss some this way? If it is ok as it is, is there another (more efficient way) to do this? I am using CR 10. Thanks so much for helping me with this.
Example of selection record formula (for the fracture codes)
({POA_QM_Data_Sample_2.Secondary DX 1} in ["800", "801", "802", "803", "804" , "805", "806", "807", "808", "809", "810" , "811", "812", "813", "814", "815", "816", "817", "818", "819", "820", "821", "822", "823" ,"824", "825", "826", "827", "828", "829"] or
{POA_QM_Data_Sample_2.Secondary DX 2} in ["800", "801", "802", "803", "804" , "805", "806", "807", "808", "809", "810" , "811", "812", "813", "814", "815", "816", "817", "818", "819", "820", "821", "822", "823" ,"824", "825", "826", "827", "828", "829"]