Hi
I need to write a query that lists details on patients readmitted to hospital within 28 days of their last discharge. The table has been designed so each admission has a separate row in the admission table. I am able to write a duplicate query on the patient id so that all the patients who came in more than once within a two month specified period are displayed. However I have not been able to work out how to only show details of those patients in the two month period specified who were readmitted within 28 days of their last discharge.
Any help would be greatly appreciated
ap22
I need to write a query that lists details on patients readmitted to hospital within 28 days of their last discharge. The table has been designed so each admission has a separate row in the admission table. I am able to write a duplicate query on the patient id so that all the patients who came in more than once within a two month specified period are displayed. However I have not been able to work out how to only show details of those patients in the two month period specified who were readmitted within 28 days of their last discharge.
Any help would be greatly appreciated
ap22