Mandy wearing a blue top explaining her emotional story

Witnessing Tragedy: Mandy Bartram’s Perspective

The role of witnesses in traumatic events is often overlooked, yet their experiences can be deeply impactful. In the case of Byron Gordon’s fatal crash on 1 January 2021, Mandy Bartram played a crucial role. Her account sheds light on the emotional toll of witnessing road trauma and the importance of community support for those affected.

Listen While You Read

Mandy’s Account

Mandy Bartram was present at the scene when Byron Gordon was struck by a vehicle while cycling along Seaview Road. The tragic incident unfolded in an instant, leaving witnesses, including Mandy, scrambling to assist.

At [06:10], Mandy recalls, “I saw the car cross onto the wrong side of the road and hit Byron. It was a horrifying moment I’ll never forget.” Despite the shock, she stepped in to help with CPR efforts alongside Geoffrey Doe and others at the scene.

the car smashed into a pole and the bike that Byron was riding crumbled up on the side of the road
Mandy describes the difficulty of processing what she witnessed, saying, “It’s something that stays with you. I couldn’t stop replaying it in my mind.”

Her efforts to assist demonstrated immense bravery, but the emotional impact lingered long after the event. Mandy describes the difficulty of processing what she witnessed, saying, “It’s something that stays with you. I couldn’t stop replaying it in my mind.”

Mandy breaking down into tears with a police officer helping her
Road trauma affects families and witnesses deeply. Support and resources are crucial for healing and recovery.

Coping with Trauma

Witnessing a traumatic event like a fatal crash can have lasting psychological effects. Mandy’s story underscores the importance of seeking support and finding ways to cope with the aftermath.

Sergeant Sean Patton wearing his police uniform
Sergeant Sean Patton highlights the importance of these services, stating, “No one should face this kind of pain alone. Support groups offer understanding and a safe space.”

Sergeant Sean Patton, who investigated the crash, emphasises the availability of resources for witnesses. At [15:25], he states, The Road Trauma Support Team SA offers free counselling and support for anyone affected by road incidents.”

Key tips for coping with trauma include:

  • Seeking Professional Help: Therapists and counsellors can provide valuable tools for processing difficult emotions.
  • Talking About the Experience: Sharing your feelings with trusted friends or support groups can alleviate emotional burdens.
  • Practising Self-Care: Prioritise rest, healthy eating, and mindfulness practices to restore emotional balance.
  • Understanding It’s Normal to Struggle: Trauma impacts everyone differently, and healing takes time.

At [18:40], Mandy shares, “Reaching out for help made all the difference. I realised I didn’t have to cope alone.”

Importance Of Support

Mandy’s perspective on witnessing Byron Gordon’s tragic accident highlights the emotional toll of road trauma and the importance of support. Her bravery and willingness to assist at the scene exemplify the resilience of community members during crises. By providing resources and fostering a culture of support, we can help witnesses and families navigate the aftermath of such tragic events.

Watch The Video Below

The full series can be heard below or streamed on your favourite podcast app via The Auscast Network.

Click below for more on

South Australia Police Fatal 5 – True Stories

Subscribe and review on your favourite podcast app

Who is behind the show?

Related Articles

gif video of different types of people listening
jQuery(document).ready(function($) { var playerContainer = $('#auscast-player-container'); var player = $('#auscast-player'); // Show player and store session $('#play-auscast').click(function() { playerContainer.slideDown(); sessionStorage.setItem('auscastPlaying', 'true'); sessionStorage.setItem('auscastSrc', player.attr('src')); }); // Keep the player open and playing across page reloads if (sessionStorage.getItem('auscastPlaying') === 'true') { playerContainer.show(); player.attr('src', sessionStorage.getItem('auscastSrc')); } // Close player $('#close-auscast-player').click(function() { playerContainer.slideUp(); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); player.attr('src', ''); // Stop playback }); // Stop stream when another audio plays $('audio, video').on('play', function() { player.attr('src', ''); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); }); });