I think I'm getting closer - using MB Views I'm trying to output a random item from the array.
{% set group = attribute( site, 'practice-specific-images' ) %}
{% set item = random(group) %}
<img src="{{ item.full.url }}" width="100%" height="auto" alt="">
unfortunately this is not giving me anything on the front end, viewing the source give me "unknown" for the URL.
Saved as a shortcode for easy use in Oxygen.
I feel like i'm so close here - any suggestions you can offer?