For purposes of understanding we will limit ourselves to finite sample spaces.
Firstly in answer to your question, no, the outcome of a random variable is not an event. A random variable takes as its input an element of the sample space and outputs a real number.
For example, suppose we draw a ball from an urn having 3 balls labelled A, B and C. The sample space of all balls in the urn is S = {A, B, C}. There are 8 possible events: {}, {A}, {B}, {C}, {A, B}, {A, C}, {B, C}, {A, B, C}. The event {B, C} means that the ball drawn is either B or C.
A random variable is a real valued function on the sample space. If random variable X assigns 10 to A, 10 to B and 30 to C then if A is drawn the realized value of X is 10, a real number, not an event.
If x is a number then the event corresponding to X = x is the set of sample space elements which are mapped by X to x. In the current example, the event corresponding to X = 10 is {A, B} as both A and B are mapped to 10 and C is not.
The above relationship between random variables and events extends to other concepts. For example, random variables X and Y are independent if for each pair of real numbers x and y the events X = x and Y = y are independent. Similarly X and Y are conditionally independent given Z if the events X = x and Y = y are conditionally independent given the event Z = z.
(I am assuming here that the question is about the relationship between events and random variables and not about the definitions of probability, independence
and conditional independence which we have assumed.)