I have this kind of data:
subject hand condition
s01 left 1
s01 right 0
s02 left 2
s02 right 2
.. .. ..
The condition is a variable that gets values between $0$ and $5$ and indicates severity of a certain medical diagnosis.
I would like to show that if there is a problem with the left hand then there is likely a problem with the right hand, too. In other words, I want to show that there is some kind of dependence between the conditions of the different hands.
What kind of statistical test can I use here? I guess it is some kind of paired test I am looking for?