top of page
Emergency Medical Assistance

 Safety Fire and Medical   Australia 

First Aid & Medical-Related Courses

HLTAID011 & UETDRMP018
Course Set: Provide First Aid and
Perform Rescue from a Live LV panel
  • Nationally Recognised Certificate
  • Fast Certificate Turnaround

  • Experienced and Certified Instructors

  • Flexible Learning Options

  • Industry Validated

Course Description

This course set, combining HLTAID011 Provide First Aid and UETDRMP018 Perform rescue from a live LV panel, delivers the essential skills and knowledge required to respond to a wide range of emergencies, while also meeting industry requirements for electrical safety and low voltage rescue. Together, these nationally recognised units provide participants with comprehensive training in first aid response, CPR, defibrillation, and live electrical rescue procedures, making this course set highly relevant for those working in high-risk industries.

Through HLTAID011 Provide First Aid, learners develop the ability to manage common injuries and medical conditions, from cuts, fractures, and burns to asthma, anaphylaxis, and cardiac emergencies. This unit also includes CPR training in line with Australian Resuscitation Council guidelines, ensuring participants are equipped with up-to-date life-saving techniques. In UETDRMP018 Perform rescue from a live LV panel, students gain the knowledge and practical skills required to safely rescue a victim from a live low voltage electrical environment, an essential competency for electricians, tradespeople, and anyone working with or near electrical systems.

 

This course set is designed for individuals who need to meet workplace compliance and safety requirements, including electricians, contractors, safety officers, and first aiders in industries where electrical hazards are present. Employers benefit from ensuring their staff are fully trained to handle both medical emergencies and electrical incidents, while participants gain valuable, transferable skills that are recognised across Australia.

 

By completing this training, participants not only meet regulatory obligations under Safe Work Australia and relevant state-based electrical safety frameworks but also enhance workplace safety and preparedness. The combination of first aid and LV rescue training ensures that workers are equipped to respond confidently and effectively when emergencies occur, protecting both themselves and others.

Units Delivered

Cost: $150.00

HLTAID009 - Provide Cardiopulmonary Resuscitation 

HLTAID010 - Provide Basic Emergency Life Support

HLTAID011 - Provide First Aid

UETDRMP018 - Perform rescue from a live low voltage panel

Additional Information

Course Delivery

This course can be delivered/assessed in the workplace or at facility organised by the training provider.

Training and assessment delivered on behalf of Allens Training Pty Ltd RTO 90909

ALLENS.jpg
Group Office Conversation

Contact Us

Get in Touch Today

Safety Fire and Medical Australia

 

Email: ron@safetyfireandmedicalaustralia.com.au

Ph: 0411 656 489

© 2026 by Safety Fire and Medical Australia

SFAMA_logo2.png
Contact us
Your Enquiry Today is
Course Enquiry
General Enquiry
bottom of page
#myBtn { display: none; /* Hidden by default */ position: fixed; /* Fixed/sticky position */ bottom: 20px; /* Place the button at the bottom of the page */ right: 30px; /* Place the button 30px from the right */ z-index: 99; /* Make sure it does not overlap */ border: none; /* Remove borders */ outline: none; /* Remove outline */ background-color: red; /* Set a background color */ color: white; /* Text color */ cursor: pointer; /* Add a mouse pointer on hover */ padding: 15px; /* Some padding */ border-radius: 10px; /* Rounded corners */ font-size: 18px; /* Increase font size */ } #myBtn:hover { background-color: #555; /* Add a dark-grey background on hover */ } // Get the button: let mybutton = document.getElementById("myBtn"); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = "block"; } else { mybutton.style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera }