Your question touches on the classic (should I say "purist"?) frequentist interpretation of CI's. @Demetri Panaos says that your interpretation is wrong (but maybe not so much, as his footnote states), but harmless. I will go one step further. Your interpretation is correct, and exactly equivalent to the "accepted" interpretation. So let me share how I explain this to my (undergrad) students (who seem to get it).
Let's start with the "official" interpretation. If I were to take a very large number of samples, and for each compute its associated CI (of whatever parameter $\theta$ I am interested in), I would get an equally very large number of CI's, all somehow different (because of the randomness of my variable). These CI's are such that $100\cdot(1-\alpha)%$ of them would actually contain the true population parameter $\theta$.
Now, let's continue from here. The fact is you do not have a very large number of CI's, but only the 1 from your experiment. But that 1 has been taken randomly out the very large number of (theoritical) CI's one could have obtained. So that one, single CI has a $100\cdot(1-\alpha)%$ chance of containing the true population parameter $\theta$ (because you randomly took it from a population which had a $100\cdot(1-\alpha)%$ probability of containing $\theta$).
Now your friend asks; "But after I got my sample, my single CI either contains $\theta$ or it does not". This is true. But we do not know $\theta$; there is uncertainty about its true value. Hence we can use probabilities to describe this uncertainty: there is a $100\cdot(1-\alpha)%$ probability that this CI contains the true $\theta$ (the CI is a random variable, from a population with $100\cdot(1-\alpha)%$ proportion of success).
When the purists get very upset is if you start saying "$\theta$ has a $100\cdot(1-\alpha)%$ of lying in the CI" (because $\theta$ is not a random variable, and hence talking about probabilities associated with $\theta$ is somehow incorrect; but the above sentence does not say that $\theta$ is random, only that its belonging to this 1 CI is random).
So the "correct" interpretation is "there is a $100\cdot(1-\alpha)%$ probability that this CI contains the true $\theta$", and an incorrect one is "$\theta$ has a $100\cdot(1-\alpha)%$ of lying in the CI". To which I say "distinction without a difference". The first sentence says "there is a probability that B contains A", the second says "there is a probability that A is contained in B". These 2 sentences are semantically exactly equivalent. One is in the active voice, the 2nd in the passive voice. While English teachers have taught us not to use the passive voice, this is math/statistics here, and both statements are logically 100% equivalent.
So not only is your interpretation harmless, it is just as valid. $P(\theta ∈ CI)=1−\alpha \Longleftrightarrow P(CI ∋ \theta)=1-\alpha$
Both express the exact same uncertainty about the relative appertenance of $\theta$ to CI.
And therefore, as you ask at the end of your question, "an example where this type of misunderstanding of CIs may lead to wrong clinical decisions" does not exist.
(there could be several other misunderstandings which could lead to wrong clinical decisions; e.g. confusing the $\alpha$ error rate -which is controlled by the CI, for the PPV, aka false discovery rate. But that is for another answer...)