I have a report that categorizes diagnosis into groups such as Pressure Ulcers, Surgical Wounds, etc. based on Diagnosis Order of 1 and the Diagnosis code.
I'm trying to group by the category, by patient, and include all other diagnosis for that patient under the main diagnosis category.
Example:
Pressure Ulcer
Jane Doe diacode 123 diaord 1 pressure ulcer
Jane Doe diacode 345 diaord 2 surgical wound
John Doe diacode 123 diaord 1 pressure ulcer
John Doe diacode 139 diaord 2 Celllitis
Open Wound
Peter Pan diacode 689 diaord 1 Open Wound
Peter Pan diacode 987 diaord 2 Osteo
Peter Pan diacode 884 diaord 3 Ulcer
Captain Hook diacode 689 diaord 1 Open Wound
When I group by the category, then the patient shows up under multiple categories. I've tried writing the details to the patient footer and that doesn't work either.
Any suggestions?
Thanks!
I'm trying to group by the category, by patient, and include all other diagnosis for that patient under the main diagnosis category.
Example:
Pressure Ulcer
Jane Doe diacode 123 diaord 1 pressure ulcer
Jane Doe diacode 345 diaord 2 surgical wound
John Doe diacode 123 diaord 1 pressure ulcer
John Doe diacode 139 diaord 2 Celllitis
Open Wound
Peter Pan diacode 689 diaord 1 Open Wound
Peter Pan diacode 987 diaord 2 Osteo
Peter Pan diacode 884 diaord 3 Ulcer
Captain Hook diacode 689 diaord 1 Open Wound
When I group by the category, then the patient shows up under multiple categories. I've tried writing the details to the patient footer and that doesn't work either.
Any suggestions?
Thanks!