Let $V =$ {Person $A$ is affected by a specific virus} and $+ =$ {Person $A$ has tested positive for the virus}. Let also $T_1$ and $T_2$ be two distinct occurences of the same medical test (positive or negative). We are given that $P(V|+) = p,\ P(+|V) = q$ and $P(V) = v$.
Can we prove, using only the information specified above, that $T_1$ and $T_2$ are independent given $V$, namely
$$P(T_1 \cap T_2|V) = P(T_1|V)P(T_2|V)$$
For instance if $T_1$ and $T_2$ are both positive we would like to prove that $P(T_1 \cap T_2|V) = q^2$.
If not, under what conditions it can be reasonably assumed?
Edit: To give some more context, my question arises from an exercise that was asking to find the probability that a person gets a positive first test and a negative second, given that he has a specific virus. The author solved the exercise assuming conditional independence of the two tests, so I wondered if there is a proof for that.