Suppose I have specifically a single observation $x$ which I believe comes from a Poisson distribution. Could I estimate a 95% confidence interval for the true mean as $\sigma * \sqrt{x}$ with $\sigma = 1.96$?
In other words, if I observe a count of $x=10$, can I estimate a 95% confidence interval as $x \pm \sigma * \sqrt{x} = 10 \pm 1.96 \sqrt(10) = (3.801936, 16.198064)$?