Public Health Data Analyst: A Career Guide for Numbers-Driven Professionals
Public health data analysts turn raw health information into decisions that protect populations. They clean datasets, run statistical models, build dashboards, and communicate findings to epidemiologists, policymakers, and clinic managers. This guide explains what the role involves, which technical skills matter most, how to build a portfolio that demonstrates competence, and what to expect in hiring processes. It is written for students exploring career paths, researchers considering a pivot, and working professionals who want to formalize their data skills within a public health context.
The work sits at the intersection of two broad occupational families. The U.S. Bureau of Labor Statistics groups related roles under Life, Physical, and Social Science Occupations and Healthcare Occupations, reflecting that analysts may be housed in health departments, hospitals, universities, or nonprofit research organizations. The O*NET OnLine database, maintained by the U.S. Department of Labor, provides detailed task inventories and skill requirements for these roles. Training pathways are supported by institutions such as the National Institutes of Health through its Office of Intramural Training and Education, which offers fellowships and short courses for quantitative health research. Literature databases including NCBI Literature Resources and PubMed serve as the primary repositories for the peer-reviewed studies that analysts read and contribute to.
What a Public Health Data Analyst Actually Does
A public health data analyst is responsible for the full lifecycle of data within a health program or research study. That lifecycle begins with understanding what question the organization needs answered and ends with a product, such as a report, a dashboard, or a cleaned dataset that another team can use. The daily work varies by employer type, but the core functions remain consistent.
Core Job Responsibilities
The most common responsibilities include data extraction and cleaning, statistical analysis, visualization, and reporting. Analysts pull data from electronic health records, survey systems, disease registries, and laboratory information systems. They merge files, handle missing values, standardize variable names, and document every transformation so that another analyst can reproduce the work.
Statistical analysis in this role is usually applied instead of theoretical. An analyst might calculate disease incidence rates, compare outcomes between intervention and control groups, or model the relationship between environmental exposure and health outcomes. The analysis must be appropriate to the data structure and the question being asked. A simple chi-square test may be sufficient for one project, while a mixed-effects model is required for another.
Visualization is a deliverable in its own right. Analysts build charts, maps, and interactive dashboards that allow nontechnical audiences to see patterns. A well-designed visualization communicates the magnitude of a problem, the direction of a trend, or the uncertainty around an estimate. Poor visualization obscures those same features.
Reporting includes written summaries, slide decks, and oral presentations. Analysts must translate statistical output into plain language that a health officer, a clinic director, or a community advisory board can act on. This communication function is often what distinguishes a useful analyst from a merely competent one.
Where Analysts Work
Employers fall into several categories. Government health agencies at the local, state, and federal level employ analysts to monitor reportable diseases, evaluate programs, and support emergency response. Hospitals and health systems hire analysts for quality improvement, infection control surveillance, and population health management. Universities and research institutes employ analysts to support grant-funded studies. Nonprofit organizations and consulting firms round out the market.
The work setting shapes the daily routine. A government analyst may spend more time on surveillance reporting and data quality audits. A hospital analyst may focus on readmission rates and patient satisfaction scores. A research analyst may spend months preparing a single longitudinal dataset for publication. Each setting values the same core skills but weights them differently.
Core Technical Skills for the Role
Technical competence is the foundation of the public health data analyst role. Employers expect proficiency in at least one statistical programming language, a query language for databases, and a visualization tool. The specific stack varies by organization, but the underlying concepts transfer across tools.
Statistical Programming Languages
R and Python are the two dominant languages in public health data analysis. R was built by statisticians and has a rich ecosystem of packages for epidemiological methods, survival analysis, and spatial statistics. Python is a general-purpose language with strong data manipulation libraries and better integration with production systems. Many analysts learn both, but entry-level candidates are usually expected to be strong in at least one.
SAS remains common in government agencies and pharmaceutical companies, particularly for regulatory submissions. Stata is still used in academic epidemiology departments. A candidate who knows R or Python can usually learn SAS or Stata on the job, but direct experience is an advantage in organizations that have standardized on those tools.
SQL for Data Extraction
Structured Query Language is the standard way to retrieve data from relational databases. Public health data rarely arrives as a single clean spreadsheet. It lives in electronic health record systems, surveillance databases, and research data management platforms. Analysts must write queries to join tables, filter records, aggregate summaries, and export subsets for analysis.
SQL competence is often tested directly in interviews. A candidate should be comfortable with SELECT statements, JOIN operations, GROUP BY clauses, and window functions. Understanding how to write efficient queries matters when working with tables containing millions of rows.
Data Visualization Tools
Visualization skills span two categories. The first is code-based visualization within R or Python, using packages like ggplot2 or matplotlib. The second is business intelligence software such as Tableau or Power BI, which allows interactive dashboard building without extensive programming. Many organizations use both. The code-based approach offers more flexibility and reproducibility. The dashboard tools allow nontechnical colleagues to explore data on their own.
A strong portfolio demonstrates both. A candidate might show an R script that produces publication-quality figures and a Tableau dashboard that lets a program manager filter by region and time period.
Version Control and Reproducibility
Modern data analysis is expected to be reproducible. That means the code, data, and documentation are stored together so that anyone can rerun the analysis and obtain the same results. Git is the standard version control system. Platforms like GitHub or GitLab host repositories and facilitate collaboration.
Employers increasingly ask about reproducibility practices in interviews. A candidate who can describe how they structure a project folder, document their code, and manage package dependencies demonstrates professional maturity beyond raw coding ability.
Building a Portfolio That Demonstrates Competence
A portfolio is the most direct evidence of your ability to do the job. Degrees and certificates signal that you have completed coursework. A portfolio shows that you can apply those skills to real problems. For entry-level candidates without professional experience, the portfolio is often the deciding factor in whether an interview is granted.
Selecting Portfolio Projects
Choose projects that mirror the work you want to do. If you are applying to a state health department, build a project using publicly available surveillance data. If you are targeting a hospital quality improvement role, analyze a readmissions or patient satisfaction dataset. If you are interested in global health, work with survey data from a multinational health study.
Each project should have a clear question, a documented data source, a reproducible analysis script, and a written summary of findings. The summary should state the limitation of the analysis. A project that acknowledges its constraints is more credible than one that overclaims.
Using Public Data Sources
Many public health datasets are freely available. The Centers for Disease Control and Prevention publishes surveillance data, behavioral risk factor surveys, and vital statistics. The U.S. Census Bureau provides demographic data that can be linked to health outcomes. The World Health Organization maintains global health indicators. Academic repositories host deidentified datasets from published studies.
A portfolio project should cite the exact data source and version used. This allows an interviewer to verify the work and demonstrates attention to documentation.
Structuring the Portfolio
Organize the portfolio as a website, a GitHub repository, or both. A website with embedded visualizations and narrative text is accessible to nontechnical reviewers. A GitHub repository shows the underlying code and proves that the work is reproducible.
Include a short README for each project that explains the question, the data, the methods, and the findings. The README should be written for a reader who has not seen the project before. It should not assume familiarity with the dataset or the analytical approach.
Sample Job Description for a Public Health Data Analyst
The following job description template reflects the common requirements and responsibilities found in entry-level and mid-level postings. Use it to understand what employers are looking for and to identify gaps in your own preparation.
Position Overview
The Public Health Data Analyst supports the organization's surveillance, evaluation, and research activities by managing data systems, conducting statistical analyses, and producing reports and visualizations for internal and external stakeholders. The analyst works under the supervision of a senior epidemiologist or data manager and collaborates with program staff across the organization.
Key Responsibilities
- Extract, clean, and validate data from electronic health records, surveillance systems, and survey platforms
- Write and maintain SQL queries to support routine reporting and ad hoc requests
- Conduct statistical analyses using R, Python, SAS, or Stata, selecting methods appropriate to the data structure and research question
- Create tables, figures, and dashboards that communicate findings to nontechnical audiences
- Document data processing steps and maintain code repositories for reproducibility
- Prepare written summaries and presentations for internal meetings and external partners
- Respond to data requests from program staff, partner agencies, and the public
- Participate in quality assurance activities to verify the accuracy of reported data
Required Qualifications
- Bachelor's degree in public health, epidemiology, biostatistics, statistics, data science, or a related field
- Demonstrated proficiency in at least one statistical programming language
- Working knowledge of SQL for data extraction and manipulation
- Experience with data visualization tools or libraries
- Strong written and verbal communication skills
Preferred Qualifications
- Master's degree in public health, epidemiology, biostatistics, or a related field
- Experience with electronic health record data or public health surveillance systems
- Familiarity with version control tools such as Git
- Experience building interactive dashboards in Tableau, Power BI, or similar platforms
- Knowledge of health equity principles and their application to data analysis
Work Environment and Expectations
The role may be performed on-site, remotely, or in a hybrid arrangement depending on organizational policy. Remote work requires reliable internet access and the ability to collaborate through virtual meeting and project management tools. The analyst must manage multiple priorities and meet deadlines for routine reports and time-sensitive requests.
Common Interview Questions for Public Health Data Analyst Roles
Interview processes vary by organization, but most include a mix of technical screening, behavioral questions, and a practical exercise. The following questions represent the types of prompts you are likely to encounter.
Technical Screening Questions
- Write a SQL query to count the number of cases by county for a given disease in the last 12 months
- Explain the difference between an inner join and a left join and give an example of when each is appropriate
- How would you handle missing data in a dataset that you are about to analyze
- Describe a situation where you would choose a logistic regression over a linear regression
- What steps do you take to verify that your analysis code produces correct results
Behavioral and Situational Questions
- Tell me about a time when you found an error in a dataset. How did you handle it
- Describe a project where you had to explain a technical finding to a nontechnical audience
- How do you prioritize competing deadlines when multiple program teams request data at the same time
- What do you do when the data do not support the conclusion that a stakeholder wants to present
- Describe a time when you had to learn a new tool or method quickly to complete a project
Practical Exercise
Many organizations ask candidates to complete a take-home analysis or a live coding exercise. The task typically involves a small dataset and a set of questions. You may be asked to clean the data, produce summary statistics, create a visualization, and write a brief memo of findings. The exercise is designed to assess your workflow, beyond your final output. Show your code, document your decisions, and state your assumptions clearly.
At a Glance
| Career Aspect | Entry Level | Mid Level | Senior Level |
|---|---|---|---|
| Typical education | Bachelor's degree in public health, statistics, or related field | Master's degree in public health, biostatistics, or epidemiology | Master's or doctoral degree with specialized domain expertise |
| Core technical skills | R or Python, SQL, basic data visualization | Advanced statistical modeling, dashboard development, version control | Complex study design, predictive modeling, team leadership |
| Primary responsibilities | Data cleaning, routine reports, responding to data requests | Independent analysis, mentoring junior staff, stakeholder communication | Leading analytic projects, setting methodological standards, advising leadership |
| Common employers | Local health departments, hospitals, research support roles | State agencies, academic research centers, health systems | Federal agencies, large research institutions, consulting firms |
| Remote work availability | Moderate, depends on organizational policy | High, many organizations support hybrid or fully remote arrangements | High, senior analysts often work remotely with occasional travel |
Career Pathways and Advancement
The public health data analyst role is not a terminal position. It is an entry point into a broader career in health data science, epidemiology, and health services research. Understanding the pathways helps you make deliberate choices about which skills to develop and which opportunities to pursue.
Moving from Analyst to Epidemiologist
Some analysts transition into epidemiologist roles by pursuing a master's degree in epidemiology and taking on responsibilities that involve study design and causal inference. The analyst experience provides a strong foundation in data management and statistical methods. The epidemiologist role adds responsibility for designing studies, interpreting findings in the context of the literature, and guiding public health action.
Moving into Data Science and Informatics
Analysts with strong programming skills may move into health data science or clinical informatics. These roles involve building predictive models, working with unstructured data such as clinical notes, and developing tools that support clinical decision-making. The transition typically requires additional training in machine learning and experience with larger, more complex datasets.
Moving into Management and Leadership
Senior analysts may move into data management or analytics leadership roles. These positions involve supervising teams, setting data standards, managing budgets, and communicating with executive leadership. The technical skills remain important, but the primary work shifts to people management and organizational strategy.
Salary Expectations and Job Market Context
Salary data for public health data analysts varies by region, employer type, and experience level. Government salaries are typically set by pay scales that are publicly available. Hospital and private sector salaries are more variable. Remote work has expanded the geographic range of job opportunities, allowing candidates to apply for positions outside their local market.
The U.S. Bureau of Labor Statistics provides occupational outlook information for related categories under Life, Physical, and Social Science Occupations and Healthcare Occupations. These pages describe employment projections and typical work settings for the broader occupational groups that include data analysts. The O*NET OnLine database provides more granular information about specific job titles, including tasks, tools, and knowledge areas.
Educational Pathways and Training Options
Formal education is the most common route into the profession, but it is not the only route. The right pathway depends on your current situation, your career goals, and the resources available to you.
Undergraduate Preparation
A bachelor's degree in public health, biostatistics, statistics, data science, or a related field provides the foundation. Coursework in introductory statistics, research methods, and database management is directly relevant. Students should seek opportunities to apply classroom learning through internships, research assistant positions, or capstone projects.
Graduate Education
A master's degree in public health with a concentration in epidemiology or biostatistics is the most common graduate credential for the role. These programs typically include coursework in advanced statistical methods, study design, and data management. Many programs require a thesis or applied practicum that can serve as the basis for a portfolio project.
The National Institutes of Health offers training opportunities through its Office of Intramural Training and Education, including fellowships and short courses for students and early career researchers. These programs provide exposure to cutting-edge research and access to mentors who work on large-scale health studies.
Alternative Pathways
Self-directed learning is viable for candidates who already have strong quantitative skills. Online courses in R, Python, SQL, and data visualization can build technical competence. Public datasets allow learners to practice on real problems. The portfolio becomes the primary credential in this pathway, so the quality and depth of projects matter greatly.
Continuing Education for Working Professionals
Working analysts should treat learning as an ongoing activity. New methods, new tools, and new data standards emerge regularly. Professional conferences, webinars, and short courses provide opportunities to stay current. Reading the peer-reviewed literature through PubMed and NCBI Literature Resources keeps analysts connected to methodological developments and emerging health issues.
Remote Work Considerations for Public Health Data Analysts
Remote work has become a significant feature of the public health data analyst job market. Many organizations now support fully remote or hybrid arrangements. Understanding the practical implications helps you evaluate job postings and prepare for remote interviews.
What Remote Work Requires
Remote data analysis requires the same technical skills as on-site work, plus additional competencies in communication and self-management. Analysts must be able to collaborate through virtual meeting platforms, document their work clearly for colleagues who cannot look over their shoulder, and manage their time without direct supervision.
How to Demonstrate Remote Readiness
In interviews, describe specific examples of working independently, communicating asynchronously, and using collaboration tools. A portfolio that is well documented and hosted on a public repository demonstrates that you can produce work that others can understand without in-person explanation.
Evaluating Remote Job Postings
Remote job postings vary in their expectations. Some require candidates to work within specific time zones. Others are fully asynchronous. Some organizations provide home office equipment and internet stipends. Others expect employees to provide their own setup. Clarify these details before accepting an offer.
Common Failure Patterns and How to Avoid Them
Aspiring analysts often make predictable mistakes in their preparation and job search. Recognizing these patterns can save you time and improve your chances of success.
Overemphasizing Tools Over Concepts
Candidates sometimes focus on learning the latest tool or package without understanding the underlying statistical concepts. Employers can teach a specific tool. They cannot easily teach the judgment required to choose an appropriate analysis or interpret results correctly. Build your conceptual foundation first, then layer on tools.
Neglecting Communication Skills
Technical competence without communication ability limits career growth. An analyst who cannot explain findings to a health officer or a community group will struggle to have impact. Practice writing plain-language summaries and presenting your work to nontechnical audiences.
Building a Portfolio Without Documentation
A portfolio of scripts without explanation is not persuasive. Each project needs a narrative that explains the question, the data, the methods, and the findings. The documentation demonstrates that you can produce work that others can use and build upon.
Ignoring the Domain
Public health data analysis requires domain knowledge. Understanding how disease surveillance works, what electronic health records contain, and how health programs are evaluated makes you a more effective analyst. Read the literature, attend seminars, and learn the language of the field.
Professional Development and Networking
Building a career in public health data analysis involves more than technical skill. Professional networks provide access to job opportunities, mentorship, and collaborative projects. Developing a professional identity helps you communicate your value to employers and colleagues.
Joining Professional Communities
Professional associations in public health, epidemiology, and data science offer conferences, webinars, and networking events. Local meetups and online communities provide more informal opportunities to connect with practitioners. Participation in these communities exposes you to the range of work being done in the field.
Finding Mentors
Mentors can provide guidance on career decisions, feedback on your work, and introductions to opportunities. Look for mentors in your organization, through professional associations, or through alumni networks. A good mentor relationship is reciprocal, so think about what you can offer in return.
Contributing to the Field
As you gain experience, consider contributing to the field through teaching, writing, or open-source software development. Presenting at conferences, publishing method notes, or sharing reusable code builds your reputation and helps others. These contributions also create a record of your expertise that can be valuable in job searches.
The Role of Literature and Evidence in Daily Work
Public health data analysis is an evidence-based profession. The decisions that analysts support, whether about disease control policies, clinical protocols, or resource allocation, should be grounded in the best available research. Analysts must be able to find, read, and interpret the scientific literature.
Using Literature Databases
PubMed is the primary database for biomedical literature, maintained by the National Library of Medicine. NCBI Literature Resources provides access to additional databases, including full-text repositories and genetic sequence data. Analysts use these tools to understand the context for their analyses, identify appropriate methods, and interpret their findings in light of prior research.
Reading Studies Critically
Not all published research is of equal quality. Analysts must evaluate study design, sample size, potential biases, and the appropriateness of statistical methods. This critical reading skill is developed through practice and through coursework in research methods.
Applying Evidence to Practice
The connection between evidence and practice is not always direct. Analysts must consider whether the findings from a research study apply to their local population, their data systems, and their organizational context. This judgment is part of what distinguishes a skilled analyst from a technician.
Quality Assurance and Data Integrity
Data quality is the foundation of trustworthy analysis. An analyst who produces incorrect results, whether through coding errors, data processing mistakes, or misinterpretation, can cause real harm. Quality assurance practices are therefore a core part of the job.
Verification and Validation
Verification confirms that the analysis code does what it is intended to do. Validation confirms that the results are correct for the question being asked. Both require deliberate effort. Analysts should check their code against known values, compare results across methods, and have their work reviewed by colleagues when the stakes are high.
Documentation Standards
Documentation is a quality assurance tool. Every data transformation, every exclusion criterion, and every analytical decision should be recorded. This documentation allows others to reproduce the work and to identify errors when they occur. It also protects the analyst when questions arise about the validity of the results.
Handling Data Errors
When errors are found, they must be addressed promptly and transparently. The analyst should determine the scope of the error, correct the underlying issue, and communicate the correction to anyone who received the erroneous results. Hiding or minimizing errors damages credibility and can have serious consequences for public health decisions.
Limitations of the Role and Professional Boundaries
Public health data analysts work within defined boundaries. Understanding these boundaries helps you work effectively and avoid overstepping your authority.
Scope of Practice
Analysts provide data and analysis. They do not make policy decisions, diagnose patients, or prescribe treatments. The analyst's role is to ensure that decision-makers have accurate, relevant, and understandable information. The decision itself belongs to the appropriate authority.
Data Limitations
Every dataset has limitations. Data may be incomplete, biased, or collected for purposes other than the current analysis. Analysts have a professional obligation to understand and communicate these limitations. Presenting data without caveats can mislead decision-makers and undermine trust in the analysis.
Escalation Criteria
When an analyst identifies a serious data quality issue, a potential ethical concern, or a request that exceeds their expertise, they should escalate the matter to a supervisor or appropriate authority. The specific escalation path depends on the organization. Knowing when to escalate is a mark of professional judgment.
Preparing for the Job Search
The job search for a public health data analyst position requires a deliberate strategy. Understanding the hiring process, preparing your materials, and practicing your interview skills all contribute to success.
Building Your Application Materials
Your resume should emphasize measurable accomplishments and specific technical skills. Instead of listing job duties, describe what you achieved. For example, instead of writing "analyzed survey data," write "cleaned and analyzed a dataset of 10,000 survey responses to identify factors associated with vaccine uptake, producing a report used by program leadership."
Your cover letter should connect your specific skills and experience to the needs of the organization. Research the organization before applying and reference their work in your letter. A generic cover letter is easily identified and quickly discarded.
Preparing for Technical Interviews
Technical interviews may include live coding, take-home exercises, or both. Practice writing clean, well-documented code under time pressure. Review the fundamentals of SQL, statistical programming, and data visualization. Be prepared to explain your reasoning as you work, since interviewers are often more interested in your process than your final answer.
Following Up After Interviews
Send a thank-you note to your interviewers within 24 hours of the interview. Use the note to reinforce your interest in the role and to mention anything you forgot to say during the interview. If you do not hear back within the stated timeline, a polite follow-up is appropriate.
Frequently Asked Questions
What is the difference between a public health data analyst and an epidemiologist?
A public health data analyst focuses on data management, statistical analysis, and reporting. An epidemiologist typically has advanced training in study design and causal inference and is responsible for interpreting findings in the context of the scientific literature. In practice, the roles overlap, and many epidemiologists perform data analysis as part of their work. The analyst role is more focused on the technical execution of data tasks, while the epidemiologist role adds responsibility for study design and public health interpretation.
Do I need a master's degree to become a public health data analyst?
A master's degree is not always required, but it is common and often preferred. Entry-level positions may accept a bachelor's degree in a quantitative field combined with demonstrated skills. A master's degree in public health, biostatistics, or epidemiology provides structured training and access to internships and networking opportunities. Candidates without a master's degree can compensate with a strong portfolio and relevant work experience.
What programming language should I learn first?
R and Python are the two most valuable languages for public health data analysis. R has a stronger statistical heritage and is widely used in epidemiology and biostatistics. Python is more general-purpose and integrates well with production systems. Learning one well is better than learning both poorly. Many analysts eventually learn both, but starting with R is a reasonable choice for a public health focus.
How important is SQL for this role?
SQL is very important. Public health data is stored in relational databases, and analysts must be able to extract the data they need. SQL is often tested directly in interviews. A candidate who cannot write basic queries will struggle in most public health data analyst roles.
Can I work remotely as a public health data analyst?
Yes, remote work is common in this field. Many organizations support fully remote or hybrid arrangements. Remote work requires strong communication skills, self-discipline, and the ability to collaborate through virtual tools. The availability of remote positions varies by employer and by the sensitivity of the data being handled.
What should I include in my portfolio?
Your portfolio should include two to four projects that demonstrate your ability to clean data, conduct analysis, and communicate findings. Each project should have a clear question, a documented data source, a reproducible analysis script, and a written summary. Include at least one project that uses SQL and at least one that includes a data visualization. Host your code on a public repository and provide a link on your resume.
How do I get experience if I have never worked as an analyst?
Internships, volunteer projects, and academic research are common ways to gain experience. Look for opportunities to analyze data in any setting, even if the title is not "data analyst." A research assistant position, a class project, or a volunteer role with a community organization can all produce portfolio-worthy work. The key is to document what you did and what you learned.
What are the most common mistakes candidates make in interviews?
The most common mistakes include failing to explain your reasoning during technical exercises, being unable to discuss the limitations of your analysis, and lacking knowledge about the organization you are applying to. Candidates also sometimes overstate their experience or fail to ask thoughtful questions. Preparation and honest self-assessment are the best defenses against these mistakes.
Related Articles
- Bioinformatics Analyst: Job Description, Skills, and Career Path
- Bioinformatics Analyst: Job Description, Skills, and Career Path
- Computational Biologist Job Description: Skills, Deliverables, and Team Context
- Animal Science Jobs: A Complete Guide to Career Paths in 2025
- Data Science Careers in Biology: Building a Transferable Evidence Portfolio
References and Further Reading
- Life, Physical, and Social Science Occupations. U.S. Bureau of Labor Statistics.
- Healthcare Occupations. U.S. Bureau of Labor Statistics.
- O*NET OnLine. U.S. Department of Labor.
- Office of Intramural Training and Education. National Institutes of Health.
- NCBI Literature Resources. National Center for Biotechnology Information.
- PubMed. National Library of Medicine.
- Scientific writing capacity building with early career researchers during study implementation: The Enterics for Global Health seven-country experience.. 2026.
- Hiring qualified Forensic Investigative Genetic Genealogy (FIGG) practitioners: Recommendations for forensic science and law enforcement agencies.. 2026.
- Interpol review of forensic science management, 2022-2025.. 2026.
- Assessing Training Practices and Gaps for Staff Involved in the Delivery of Oncology Financial Navigation: A Qualitative Study.. 2026.
- Evaluating the experiences of Vietnamese university students enrolled in a longitudinal research cohort: a journey mapping approach.. 2026.
- A strategy for expanding infection prevention resources to support organizational growth. American Journal of Infection Control, 2020.
This article is educational and does not replace institutional policy, professional advice, or applicable safety and regulatory requirements.