Photo of Sara Raza

Sara Raza

Senior Clinical Fellow, Center for Health Law and Policy Innovation of Harvard Law School

Professional Bio

Sara Raza is an attorney and Senior Clinical Fellow at the Center for Health Law and Policy Innovation of Harvard Law School, where she leads the Center’s Broadband Access in Health Care portfolio. Her research focuses on bridging the broadband health gap, advancing digital inclusion in health care, and addressing legal challenges in emerging health technologies, including AI in clinical decision-making. She was awarded the Marjorie and Charles Benton Opportunity Fund Fellowship by the Benton Institute for Broadband & Society to support her work on broadband and health care access. Sara earned her LL.M. from Harvard Law School with a focus on digital health and privacy. During her time at Harvard, she contributed to the Digital Home Health Project at the Petrie-Flom Center and the Cyberlaw Clinic at the Berkman Klein Center, where she worked on issues ranging from digital diagnostics to generative AI and copyright. Sara is also a fellow in Cohort 7 of the Internet Law & Policy Foundry. Prior to Harvard, Sara was a practicing attorney in Pakistan.
SHLB Logo

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 //custom script to render one h1 tag on home page for on-page seo. Please do not remove. //custom script to replace a.create-account-link href "/register?memberThpeID=null" with "/create-account"