One Answer:
Take a look at the union operator: https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#Union You will have to repeat the poly statement. Here's the poly example from the docs wrapped in a union: answered 28 Sep '16, 22:04 maxerickson |

Thanks, yes, the wrapping parentheses were what I needed.