Lawrence Woo
PharmD

I am a tired but optimistic pharmacist, building technology to make clinicians enjoy what they do without the administrative burden.

NavBar
const hamburger = document.querySelector(".hamburger"); const navMenu = document.querySelector(".nav-mobile"); const navLink = document.querySelectorAll(".nav-item-mobile"); const hero = document.querySelector(".list-image"); hamburger.addEventListener("click", mobileMenu); navLink.forEach(n => n.addEventListener("click", closeMenu)); function mobileMenu() { hamburger.classList.toggle("active"); navMenu.classList.toggle("active"); } function closeMenu() { hamburger.classList.remove("active"); navMenu.classList.remove("active"); }
PDF in HTML

© 2024 Lawrence Woo. All Rights Reserved.

NavBar
const hamburger = document.querySelector(".hamburger"); const navMenu = document.querySelector(".nav-mobile"); const navLink = document.querySelectorAll(".nav-item-mobile"); const hero = document.querySelector(".list-image"); hamburger.addEventListener("click", mobileMenu); navLink.forEach(n => n.addEventListener("click", closeMenu)); function mobileMenu() { hamburger.classList.toggle("active"); navMenu.classList.toggle("active"); } function closeMenu() { hamburger.classList.remove("active"); navMenu.classList.remove("active"); }

Speaking and Features

Guest Lecturer

March 2024: University of Alberta - Faculty of Pharmacy> Pharmacy Awareness Month: Invited to speak to Alberta pharmacy students on building Medi-scribe: 0-1

February 2023: University of British Columbia - Faculty of Pharmaceutical Sciences: Pharm 341> Invited to speak to Alberta pharmacy students on my career journey

September 2023: University of Alberta - Faculty of Pharmacy Career Series> Pharmacists in practice seminar for with focus on tech/entrepreneurship and data science.

Panelist

May 2024: University of British Columbia - Pharmacy Leadership Conference 2024> Discussed leadership style, scaling Medi-scribe among industry leaders and pharmacy students

August 2023: Clinical Pharmacist Academy - Pharmacy Technology Forum> Technology Start-Up Founders Panel (MedMe, Medessist, Medi-scribe) discussing pharmacy technology, interoperability, and the future of pharmacy

June 2023: Canadian Foundation for Pharmacy Technology Forum> Presented Medi-scribe's technology to a live audience of national viewers. Panelist among other Pharmacy Technology Vendors.

Moderator

2023 - Present: Webinar Moderator with Pharmaceutical Industry Partners and Key Opinion Leaders

  • GSK - Shingles Prevention And Treatment: Updates And Frequently Asked Questions GSK - Choosing The Right Inhaler For Your COPD Patients

  • Pfizer - Enhancing Pharmacy Practice: Pneumococcal Vaccines and COVID-19 Prevention and Management Update

  • Pfizer - Use Of Topical In The Management Of Atopic Dermatitis

  • Boehringer-Ingelheim - Type 2 Diabetes Beyond A1C Control

  • Sanofi - Takin’ Care Of Business: What You Need To Know To Protect Patients From Influenza This Season

  • Embecta - Best Practices supporting Your Patients' Journey with Insulin Injection Techniques

© 2024 Lawrence Woo. All Rights Reserved.

NavBar
const hamburger = document.querySelector(".hamburger"); const navMenu = document.querySelector(".nav-mobile"); const navLink = document.querySelectorAll(".nav-item-mobile"); const hero = document.querySelector(".list-image"); hamburger.addEventListener("click", mobileMenu); navLink.forEach(n => n.addEventListener("click", closeMenu)); function mobileMenu() { hamburger.classList.toggle("active"); navMenu.classList.toggle("active"); } function closeMenu() { hamburger.classList.remove("active"); navMenu.classList.remove("active"); }

Features and Awards

May 2024: RxA Future of Pharmacy Award> The Future of Pharmacy Award is awarded to an individual who exudes a passion for pharmacy and offers extraordinary promise to the profession.

November 2023: Astech Awards> Finalists for Change Makers

November 2023: Astech Awards> Finalists for Innovation of the Year

August 2023: Livewire Calgary Interview and CBC Radio One Interview> Interviewed by Livewire Calgary and CBC about my career path, moving back to Alberta to launch Medi-scribe, my entrepreneurship journey

June 2023: Velocity - Alberta Catalyzer - Best Pitch> Best Pitch at Demo Day. We launched Medi-scribe weeks later.

© 2024 Lawrence Woo. All Rights Reserved.