It is not possible to target or even check the existance of Mobs with spaces in their name by using a "target="-option in a macro. In addition to that, you can not use macro options with slash commands that produce a chat message, such as /say or /rw.
Due to those two technical limitations it seems to be impossible to have one macro check all of the needed mobs at once, you rather need a seperate "old school" macro for each type of mob.
Just create five different macros, one for each mob:
/cleartarget
/target Deformed Fanatic
/stopmacro [exists]
/rw %t IS MISSING!
Lady Deathwhisper only transforms mobs in phase 1 so there should be enough time in phase 2 to click all five macros.
It might also be possible to combine those five macros with /click in a sixth macro but I got absolutely no experience with that command yet.