Photo of John Graham

John Graham

President and CoFounder

NC Telehealth Network Association (NCTNA)

Associations & Non-Profits

Professional Bio

Dr. Graham is the President and cofounder for the North Carolina Telehealth Network Association (NCTNA). NCTNA is a nonprofit broadband provider for nonprofit and public healthcare and public health providers across the state of North Carolina, with a focus on rural NC. Prior to his work at NCTNA, Dr. Graham was a Senior Investigator and Deputy Director for the NC Institute for Public Health at the UNC-CH Gillings School for Global Public Health. In these roles, Dr. Graham initiated and coordinated the work of many health-related projects, with many of these pertaining to healthcare digitization and information exchange. Examples include the precursor to NCTNA, the public health lead for NC’s Regional Extension Center with a focus on Meaningful Use certification, the public health lead for NC’s Health Information Exchange, the principle investigator for the School Health Public Health Surveillance project, and the public health project manager for the Southern Piedmont Beacon Community Project where he des

Organization Name

NC Telehealth Network Association (NCTNA)
6840 Palafox Dr
Concord, NC 28025
United States
763.607.1298 https://nctna.org/
SHLB Logo Associations & Non-Profits

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