COPY 0(0).DG1(0).00293->0(0).DG1(1).00293
COPY 0(0).DG1(1).00293->0(0).DG1(0).00293
COPY 0(0).DG1(0).00294->0(0).DG1(1).00294
COPY 0(0).DG1(1).00294->0(0).DG1(0).00294
so this is taking diagnosis code(00293) and the diagnosis description(00294) in the first occurrence of the DG1 segment and swapping with the second. Is that correct?
before: DG1|1|I9|717.9|INT DERANGEMENT KNEE NOS||A||497|||6480.88|609.45
DG1|2|I9|733.92|CHONDROMALACIA||F||497|||6480.88|609.45
after: DG1|1|I9|733.92|CHONDROMALACIA||A||497|||6480.88|609.45
DG1|2|I9|717.9|INT DERANGEMENT KNEE NOS||F||497|||6480.88|609.45