Dear all.
I hope one of you can help me.
I have an observation for every diagnosis given to a patient.
I have a variable called removal (if the patient has been removed to another hospital on the same day the patient has been discharge from the first hospital).
I would like to find out if the diagnosis given at the first hospital is the same as the diagnosis given at the second hospital.
Example of my dataset
ID Diag Admission Discharge Removal
1 DI451 Date Date 0/1
1 ... .... .... ....
1 ...
1 ...
2 ...
2 ...
2
Can anybody please give an advise?
Best regards
Laugeoe
You need to post sample data and what you'd like to see as the output.
Ok, somehow join the record to the previous record (SQL Join) or sort your data and use LAG to retrieve the diagnosis code.
If the diagnosis is different set it to 0, otherwise set it to 1.
Your data is missing hospitaID: the hospital where the diagnosis was given. That would make the data much easier to interpret.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.