Rob Jenkins

Rob Jenkins is the senior director of broadband services at the Colorado Hospital Association. He has been working in the federal funding space since taking over the administration of the Colorado Telehealth Network in 2013. Rob oversaw the first transition of a pilot program network to the Healthcare Connect Fund in 2016. After a brief period in IT work for local government, Rob resumed his role at CHA in 2020. Rob is the previous co-chair of the SHLB Rural Healthcare policy group and has sat on the board for MICTA. Rob mas a master’s in communication from the University of Colorado and an undergraduate degree in Communication from the University of New Mexico. When not engaged in federal funding pursuits, Rob enjoys time with his fiancée, two kids and bow hunting in the Colorado high country.

function openCity(evt, cityName) { // Declare all variables var i, tabcontent, tablinks; // Get all elements with class="tabcontent" and hide them tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Get all elements with class="tablinks" and remove the class "active" tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } // Show the current tab, and add an "active" class to the button that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } //Reveal Animation on homepage