Round clipping -- use stencils. I can't elaborate much on this however... clipping in the upcoming Unity GUI is all done through stencil buffers.
That said, I would suggest you use a mask instead. Looks like you're doing a player portrait, which is best done by having a UITexture with material that has a circular mask texture on it.
For the health bar, just use a filled sprite set to vertical mode.