Data Science · Health Informatics · Digital Transformation

Hi, I'm Mpho Mokhure

I turn complex data across Botswana's public and private sectors into actionable intelligence as a

I am a highly motivated and results-oriented computer science graduate with deep experience across IT, health informatics, and enterprise transformation. I build systems that improve operational efficiency, streamline workflows, and unlock smarter decisions for teams and citizens alike.

Data Strategy Health Innovation Systems Design AI Readiness
  • 6+ years IT & Health Informatics
  • 12 projects Gov & private delivery
  • Python · SQL · R Plus Power BI & Azure
Portrait of Mpho Mokhure

Exploring digital transformation opportunities that blend AI, policy, and citizen services for Botswana.

Available for consulting & full-time roles

Profile

I am a dedicated and detail-oriented Computer Science graduate with proven expertise in IT and health informatics. With hands-on experience in system implementation, data quality management, and technical support, I excel at enhancing operational efficiency and supporting healthcare teams to leverage technology effectively. My strong analytical skills and collaborative approach have enabled me to lead projects that drive meaningful outcomes, from improving data integrity in health systems to developing custom learning solutions. I am eager to bring my problem-solving abilities and commitment to innovation to a dynamic role where I can make a lasting impact.

Why work with me

Technical depth, policy literacy, and stakeholder empathy.

From national health datasets to enterprise software rollouts, I partner with clinical, technical, and executive teams to deliver measurable outcomes. I believe in designing with communities, not for them—anchoring every solution on real people, clear governance, and sustainable adoption.

  • Systems Thinking

    Architected end-to-end tender management platforms, overseeing security, integration, and change management.

  • Evidence-led Innovation

    Built analytical models in Python, SQL, and R that surface health risks early while simplifying decision cycles.

  • Inclusive Delivery

    Facilitate workshops and training for clinicians, students, and leadership to drive adoption and real-world value.

Selected milestones

Experience bridging data, health, and policy.

Jan 2024 - Present

Bummhi · Assistant Health Officer (Health Informatics)

Provided national support for Ministry of Health information systems across facilities.

  • Delivered first-line support across PIMS, IPMS, DHIS2, and EMR platforms in clinics and district offices.
  • Led onsite and virtual training plus ongoing mentorship to drive confident adoption.
  • Partnered with DHMT IT officers to deliver field-side informatics and steward district data security.
  • Conducted rigorous data-quality reviews and produced actionable user-support reports.
Aug 2023 - Jan 2024

Ministry of Health · Health Informatics Officer

Improved EMR user experience and data integrity for frontline clinical teams.

  • Supported clinicians with day-to-day EMR troubleshooting and workflow optimisation.
  • Documented system issues, tracked severity, and advocated for enhancements.
  • Drove adoption during the EMR pilot by pairing rapid feedback loops with training.
Jan 2023 - Aug 2023

Health Nest Campus · Assistant Solution Engineer Consultant

Designed and implemented a bespoke SBCC learning platform for Mopipi International.

  • Ran needs assessments, translated requirements into LMS architecture, and shipped on-time.
  • Led testing, staff enablement, and post-launch support to ensure adoption.
Feb 2022 - Nov 2022

Global Communities · Temporary Health Informatics

Reduced health-data backlogs and strengthened DHIS2 reporting for Selebi Phikwe.

  • Analysed and coded COVID-19 cases, abstracted patient records, and published weekly reports.
  • Supervised data clerks and delivered DHIS2 trainings to boost accuracy.
Dec 2021 - Feb 2022

Department of IT · NOC Technician Intern

Monitored national infrastructure using Cisco and Nagios suites while resolving incidents.

Feb 2021 - Nov 2021

High Court & Court of Appeal · IT Intern

Supported GABS, CRMS, and CASE CATALYST systems, remote-access tooling, and virtual hearings.

Focus areas

Where I create the most impact.

Data Science & Analytics

Dashboards, insight automation, and statistical models using Python, SQL, R, and Power BI.

Digital Transformation

Blueprints and roadmaps that modernize legacy processes with cloud, automation, and citizen-first experiences.

Health Informatics

EMR integrations, data governance, and frontline training to improve patient journeys and outcomes.

Recent case studies

Delivering products, programs, and insights.

HIV awareness ribbon and map of Botswana

HIV/AIDS SQL Insights

Analyzed Botswana's HIV/AIDS prevalence data in SQL to highlight geographic disparities and resource gaps.

  • SQL
  • Public Health
  • Data Viz
-- District spotlight: Gaborone, Francistown, Serowe
SELECT
    year,
    SUM(new_cases)              AS new_cases,
    SUM(new_initiated_art)      AS art_initiations,
    ROUND(SUM(new_initiated_art) * 100.0 / NULLIF(SUM(new_cases), 0), 1)
                                 AS art_coverage_pct
FROM hiv_surveillance
WHERE district IN ('Gaborone','Francistown','Serowe')
GROUP BY year
ORDER BY year;
Year New cases ART starts ART coverage
2019 4,812 4,120 85.6%
2020 5,104 4,488 88.0%
2021 5,432 5,038 92.8%
2022 5,211 4,978 95.5%

Data staged in PostgreSQL from DHIS2 exports; SQL drives dashboards in Power BI.

COVID-19 data visualization dashboards

COVID-19 Python Analysis

Processed WHO and Our World in Data feeds to monitor case surges, recovery trends, and vaccination readiness for Botswana and the wider region.

  • Python
  • Pandas
  • Plotting
  • Epidemiology

Sampled from WHO Situation Reports + OWID (Mar 2020 - Feb 2021)

New cases Awaiting data
New deaths Awaiting data
Vaccinations Awaiting data
# python / pandas summary
(df.query("location == region")
   .assign(month=lambda d: d["date"].dt.to_period("M").dt.to_timestamp())
   .groupby("month")
   .agg(new_cases=("new_cases", "sum"),
        new_deaths=("new_deaths", "sum"),
        vaccinations=("new_vaccinations", "sum"))
   .reset_index()
   .to_json("data/covid-data.json", orient="records"))
Month Region New cases New deaths Vaccinations
2020-11 Botswana 1,102 18 0
2020-12 Africa 129,884 4,218 3,912
2021-02 World 1,623,449 75,468 412,215

ETL runs via pandas + OWID feeds, saved to `data/covid-data.json` for the interactive dashboard above.

Achievil Holdings platform preview

Achievil Holdings Digital Estate

Designed and iterated the achievilholdings.com experience to showcase investment products, thought leadership, and stakeholder resources for the group.

  • Web Strategy
  • UX
  • Brand Systems
Visit achievilholdings.com
Screenshot of tender management software

Tender Management Software

Digitized manual procurement workflows, delivering transparent tendering, audit trails, and performance analytics.

  • Web App
  • Power BI
  • Automation
Doctor and patient using digital tablet

Doctor Patient AI

Augmented clinical assessments with AI prompts, reducing diagnostic blind spots and capturing richer case notes.

  • AI
  • Health
  • UX Research
Students studying in Botswana

Ruta Botswana

Unified private and public education databases to follow every learner's journey and surface support needs.

  • Systems
  • Data Integration
  • Policy
Medical professional reviewing patient data

NCDs Surveillance in R

Modeled cancer, diabetes, and cardiovascular disease indicators to support early warning dashboards.

  • R
  • Analytics
  • Predictive
Laptop showing LMS dashboards

Mopipi LMS

Delivered a custom learning management platform with SBCC training content, onboarding, and analytics.

  • LMS
  • Needs Assessment
  • Change Enablement

What I bring

Combining code, context, and collaboration.

Whether it is modernizing procurement, uplifting educational data, or scaling health intelligence, I help teams ship solutions that are technically sound and socially grounded.

  • Tech stack: Python, SQL, R, Power BI, Azure, REST APIs, Figma
  • Methods: Human-centered design, lean delivery, agile coaching, mixed-methods research
  • Impact: Improved reporting speed by 40%, reduced manual processing, and enabled proactive health outreach

Education

Foundations & continuous learning.

University of Botswana

Bachelor of Science in Computer Science · 2020

Bootcamps & Programs

  • IT Fundamentals, Praesignis (2021)
  • Data Visualization, Kaggle (2022)

Licenses & certifications

Always expanding my toolkit.

  • Data Protection Officer Training · Alison · 2025
  • CCNA: Switching, Routing & Wireless Essentials · Cisco · 2024
  • CCNA: Introduction to Networking · Cisco · 2024
  • Medical Billing & Coding (ICD 10/11) · Alison · 2024
  • Leading Change in Health Informatics · Coursera · 2023
  • AWS Cloud Practitioner · AWS Training · 2021
  • DHIS2 Data Quality Level 2 · 2022
  • DHIS2 Fundamentals · 2022
  • SAP Professional Fundamentals · 2023
  • Google IT Infrastructure & SysAdmin · 2023
  • Python & Statistics for Financial Analysis · 2023
  • Information Security, Firewall, Oracle SQL, .NET OOPS · Great Learning

Achievements

ABSA Ready to Work · Money, Work, People & Entrepreneurial Skills Certificates
Certificate of Completion · IT Fundamentals (Praesignis)
Certificate of Completion · Data Visualization (Kaggle)

Communities & membership

Youth Empowerment Society · Yes BW
Health Informatics Association of Botswana (HIASWANA)
Volunteer: eHealth Workshop (UB/BITRI/MoH), AHILA Congress, MoH OpenMRS, Kaggle, DHIS2, REDCap trainer

Technical skills

  • Python
  • SQL & Oracle SQL
  • PHP
  • Java
  • DHIS2 / OpenMRS / PIMS / IPMS
  • Cisco Networking & Troubleshooting
  • AWS Cloud Practitioner
  • Docker
  • Linux & Windows Administration
  • Remote Support (AnyDesk, RDP, TeamViewer)
  • Data Protection & Security
  • SAP
  • Learning Management Systems
  • Power BI
  • Virtual Meeting Platforms

Soft skills

  • Communication & Training
  • Problem Solving
  • Collaboration
  • Analytical Thinking
  • Project Management
  • Adaptability

Let's build the future

Ready to collaborate?

From a single analytics sprint to a full-scale transformation, I would love to hear about your vision.

  • Gaborone, Botswana · Remote friendly
  • BSc Computer Science · University of Botswana
  • Tel: +267 74742824 / 73923401
  • Portfolio: mmokhure.github.io