Lessons Learned from the Policies Developed for the Management of the COVID-19 Pandemic in Northern Cyprus: A Mixed-Methods Study
Abstract
1. Introduction
2. Materials and Methods
2.1. Data Collection
2.2. Qualitative Data Analysis
2.3. Quantitative Data Analysis
3. Results
3.1. Qualitative Finding
3.2. Quantitative Findings
3.2.1. 2020: Absence of a Statistically Significant Relationship
3.2.2. 2021: A Strong Negative Correlation Indicating Proactive Control
3.2.3. 2022: A Strong Positive Correlation Indicating a Reactive Strategy
4. Discussion
4.1. Policy Implications and Lessons for Future Pandemics
4.2. Strengths and Limitations of This Study
5. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
Abbreviations
COVID-19 | Coronavirus Disease, 2019 |
WHO | World Health Organisation |
PCR | Polymerase Chain Reaction |
SARS-CoV-2 | Severe Acute Respiratory Syndrome Coronavirus 2 |
NPI | Non-Pharmaceutical Interventions |
Appendix A
# --- FINAL PYTHON CODE FOR PUBLICATION APPENDIX --- # Step 1: Import necessary libraries import pandas as pd import seaborn as sns import matplotlib.pyplot as plt from scipy.stats import linregress # --- A) USER-CONFIGURABLE VARIABLES --- # Change these values for each year’s graph (2020, 2021, 2022) csv_file_name = ‘2020_data.csv’ year = 2020 title_text = f“No Significant Statistical Relationship Between Health Policy Decision\n Numbers and Confirmed COVID-19 Case Numbers in {year}” # ------------------------------------ # Step 2: Load and Validate Data try: # Use semicolon as a separator, as corrected by the user df = pd.read_csv(csv_file_name, sep = ‘;’) except FileNotFoundError: print(f“ERROR: The file ‘{csv_file_name}’ was not found. Please check the file name and path.”) exit() # Define variable names for clarity, matching the CSV columns x_variable = ’Decisions’ y_variable = ’Cases’ if x_variable not in df.columns or y_variable not in df.columns: print(f“ERROR: Column names ‘{x_variable}’ or ‘{y_variable}’ not found in the file.”) print(f“Available columns are: {df.columns.tolist()}”) exit() # Step 3: Perform Statistical Calculations (for cross-validation with SPSS) slope, intercept, r_value, p_value, std_err = linregress(df[x_variable], df[y_variable]) r_squared = r_value**2 # Step 4: Generate the Visualization # Set the figure size for a standard publication format fig, ax = plt.subplots(figsize = (8, 5.5)) # Create the regression plot using Seaborn sns.regplot( x = x_variable, y = y_variable, data = df, ax = ax, # Aesthetics to mimic a professional/SPSS look color = ‘blue’, # Color of the data points line_kws = {“color”: “red”, “linewidth”: 2}, # Properties of the regression line ci = 95 # Set the confidence interval to 95% ) # Customize the confidence interval band’s appearance # Find the collection for the CI band and set its properties band = ax.collections[0] band.set_alpha(0.5) # Set transparency band.set_facecolor(‘blue’) # Set fill color to a neutral gray # Step 5: Add Statistical Annotations to the Plot # Format the p-value for standard scientific reporting if p_value < 0.001: p_text = “p < 0.001” elif p_value < 0.01: p_text = f“p = {p_value:.3f}” else: p_text = f“p = {p_value:.2f}” stats_text = f“R2 = {r_squared:.4f}\n{p_text}” # Place the text box in the upper right corner ax.text(0.95, 0.95, stats_text, transform = ax.transAxes, fontsize = 11, verticalalignment = ‘top’, horizontalalignment = ‘right’, bbox = dict(boxstyle = ‘round’, facecolor = ‘white’, alpha = 0.8, edgecolor = ‘gray’)) # Step 6: Finalize Plot Aesthetics for Publication # Set the two-line, centered title with appropriate padding ax.set_title(title_text, fontsize = 12, pad = 20) # Set clear axis labels ax.set_xlabel(‘Total No. of Health Policy Decisions (Monthly)’, fontsize = 10) ax.set_ylabel(‘Total No. of Confirmed COVID-19 Cases (Monthly)’, fontsize = 10) # Add a grid for better readability, similar to SPSS ax.grid(True, which = ‘both’, linestyle = ‘--’, linewidth = 0.5) ax.set_facecolor(‘white’) fig.set_facecolor(‘white’) # Step 7: Save the Figure in High Resolution # dpi = 300 is the standard for print quality. bbox_inches = ‘tight’ prevents labels from being cut off. output_filename = f‘figure_relationship_{year}.png’ plt.savefig(output_filename, dpi = 300, bbox_inches = ‘tight’) # Display the plot in the notebook plt.show() print(f“\nSuccess! The graph has been saved as ‘{output_filename}’ with high resolution.”) |
References
- World Health Organisation. Coronavirus Disease (COVID-19) Pandemic. Available online: https://www.who.int/emergencies/disease-outbreak-news/item/2020-DON229 (accessed on 16 June 2024).
- Djalante, R.; Lassa, J.; Setiamarga, D.; Sudjatma, A.; Indrawan, M.; Haryanto, B.; Mahfud, C.; Sinapoy, M.S.; Djalante, S.; Rafliana, I.; et al. Review and Analysis of Current Responses to COVID-19 in Indonesia: Period of January to March 2020. Prog. Disaster Sci. 2020, 6, 100091. [Google Scholar] [CrossRef] [PubMed]
- Mishra, A.; Basumallick, S.; Lu, A.; Chiu, H.; Shah, M.A.; Shukla, Y.; Tiwari, A. The Healthier Healthcare Management Models for COVID-19. J. Infect. Public Heal. 2021, 14, 927–937. [Google Scholar] [CrossRef] [PubMed]
- Li, Q.; Guan, X.; Wu, P.; Wang, X.; Zhou, L.; Tong, Y.; Ren, R.; Leung, K.S.M.; Lau, E.H.Y.; Wong, J.Y.; et al. Early Transmission Dynamics in Wuhan, China, of Novel Coronavirus–Infected Pneumonia. N. Engl. J. Med. 2020, 382, 1199–1207. [Google Scholar] [CrossRef] [PubMed]
- Chakraborty, I.; Maity, P. COVID-19 Outbreak: Migration, Effects on Society, Global Environment and Prevention. Sci. Total Environ. 2020, 728, 138882. [Google Scholar] [CrossRef]
- World Health Organisation. WHO COVID-19 Dashboard - Number of COVID-19 Cases Reported to WHO (Cumulative Total). Available online: https://data.who.int/dashboards/covid19/cases (accessed on 16 June 2024).
- World Health Organisation. WHO COVID-19 Dashboard - Number of COVID-19 Death Reported to WHO (Cumulative Total). Available online: https://data.who.int/dashboards/covid19/deaths?n=o (accessed on 16 June 2024).
- World Health Organization Health Systems Resilience Why Is Resilience Important? Available online: https://www.who.int/teams/primary-health-care/health-systems-resilience (accessed on 16 June 2024).
- Sheerah, H.A.; Almuzaini, Y.; Khan, A. Public Health Challenges in Saudi Arabia during the COVID-19 Pandemic: A Literature Review. Healthcare 2023, 11, 1757. [Google Scholar] [CrossRef]
- Iijima, K.; Akishita, M.; Endo, T.; Ichikawa, T.; Ozaki, N.; Ogasawara, K.; Kihara, Y.; Kuzuya, M.; Komatsu, H.; Terasaki, H.; et al. Reconstruction of a Resilient and Secure Community and Medical Care System in the Coronavirus Era-English Translation of the Japanese Opinion Released from the Science Council of Japan. Geriatr. Gerontol. Int. 2025, 25, 481–490. [Google Scholar] [CrossRef]
- Jefferies, S.; French, N.; Gilkison, C.; Graham, G.; Hope, V.; Marshall, J.; McElnay, C.; McNeill, A.; Muellner, P.; Paine, S.; et al. COVID-19 in New Zealand and the Impact of the National Response: A Descriptive Epidemiological Study. Lancet Public Heal. 2020, 5, e612–e623. [Google Scholar] [CrossRef]
- Chan, T.-C.; Chou, C.-C.; Chu, Y.-C.; Tang, J.-H.; Chen, L.-C.; Lin, H.-H.; Chen, K.J.; Chen, R.-C. Effectiveness of Controlling COVID-19 Epidemic by Implementing Soft Lockdown Policy and Extensive Community Screening in Taiwan. Sci. Rep. 2022, 12, 12053. [Google Scholar] [CrossRef]
- Vasilaki, O.; Moisoglou, I.; Meimeti, E.; Mpogiatzidis, P.; Spyrou, S. Public Health Policies Regarding the COVID-19 Pandemic Management: The Cases of Australia, New Zealand, Singapore, Finland and Iceland. Int. J. Caring Sci. 2022, 15, 680–693. [Google Scholar]
- Talabis, D.A.S.; Babierra, A.L.; Buhat, C.A.H.; Lutero, D.S.; Quindala, K.M.; Rabajante, J.F. Local Government Responses for COVID-19 Management in the Philippines. BMC Public Heal. 2021, 21, 1711. [Google Scholar] [CrossRef]
- Girum, T.; Lentiro, K.; Geremew, M.; Migora, B.; Shewamare, S. Global Strategies and Effectiveness for COVID-19 Prevention through Contact Tracing, Screening, Quarantine, and Isolation: A Systematic Review. Trop. Med. Heal. 2020, 48, 91. [Google Scholar] [CrossRef] [PubMed]
- Birdal, C.; Deniz, F.K.; Erdogan, S. COVID-19 Surveillance Report for the TRNC.; The Ministry of Health: TRNC, 2024. Available online: https://saglik.gov.ct.tr/Portals/9/COVID-19%203%20YILLIK%20RAPOR-%20KKTC%20Saglk%20Bakanlg.pdf (accessed on 17 June 2025).
- Serakinci, N.; Savasan, A.; Rasmussen, F. Updated North Cyprus Response Status for COVID-19 in Comparison with Similar Country Sizes. Highlights on the Importance of Population per Square Meter. Multidiscip. Respir. Med. 2020, 15, 699. [Google Scholar] [CrossRef] [PubMed]
- Almeida, F. Strategies To Perform A Mixed Methods Study. Eur. J. Educ. Stud. 2018, 5, 137–151. [Google Scholar] [CrossRef]
- Braun, V.; Clarke, V. Using Thematic Analysis in Psychology. Qual. Res. Psychol. 2006, 3, 77–101. [Google Scholar] [CrossRef]
- Pearson, K. Notes on the History of Correlation. Biometrika 1920, 13, 25–45. [Google Scholar] [CrossRef]
- Marshall, P. The Impact of Quarantine on Covid-19 Infections. Epidemiologic Methods 2021, 10, 20200038. [Google Scholar] [CrossRef]
- Murphy, M.M.; Jeyaseelan, S.M.; Howitt, C.; Greaves, N.; Harewood, H.; Quimby, K.R.; Sobers, N.; Landis, R.C.; Rocke, K.D.; Hambleton, I.R. COVID-19 Containment in the Caribbean: The Experience of Small Island Developing States. Res. Glob. 2020, 2, 100019. [Google Scholar] [CrossRef]
- Noahsen, P.; Faber, L.L.; Isidor, S.; Fonager, J.; Rasmussen, M.; Hansen, H.L. The Covid-19 Pandemic in Greenland, Epidemic Features and Impact of Early Strict Measures, March 2020 to June 2022. Eurosurveillance 2023, 28, 2200767. [Google Scholar] [CrossRef]
- Matthias, E.; Kalle, K.; Nikolaus, W. Covid-19 Across European Regions: The Role of Border Controls. Covid Econ. 2020, 43, 94–111. Available online: https://cepr.org/system/files/publication-files/101394-covid_economics_issue_42.pdf#page=94 (accessed on 24 September 2025).
- Sayed, A.A. The Progressive Public Measures of Saudi Arabia to Tackle Covid-19 and Limit Its Spread. IJERPH 2021, 18, 783. [Google Scholar] [CrossRef]
- Kalogiannidis, S. Covid Impact on Small Business. Int. J. Soc. Sci. Econ. Inven. 2020, 6, 387–391. [Google Scholar] [CrossRef]
- Khatrawi, E.M.; Sayed, A.A. Assessing the Dynamics of COVID-19 Morbidity and Mortality in Response to Mass Vaccination: A Comparative Study Between Saudi Arabia and the United Kingdom. Cureus 2022, 14, e33042. [Google Scholar] [CrossRef]
- Karaivanov, A.; Lu, S.E.; Shigeoka, H.; Chen, C.; Pamplona, S. Face masks, public policies and slowing the spread of COVID-19: Evidence from Canada. J. Heal. Econ. 2021, 78, 102475. [Google Scholar] [CrossRef]
- Liu, C.; Huang, J.; Chen, S.; Wang, D.; Zhang, L.; Liu, X.; Lian, X. The Impact of Crowd Gatherings on the Spread of COVID-19. Environ. Res. 2022, 213, 113604. [Google Scholar] [CrossRef]
Date | Official Gazette No. | Decisions | Codes | The Main Theme |
---|---|---|---|---|
26 January 2021 | 21 | Those who engage in contactless trade within the scope of the Green Line regulation can trade without quarantine. | Green Line | Trade |
9 April 2020 | 62 | All land, sea, air and entry gates are banned for tourists and all other country citizens except for Northern Cyprus citizens, their spouses and children. | Entry gates | Border Controls |
28 January 2021 | 23 | All public and private schools will switch from face-to-face education to online education. | Online education, face to face education | Education |
19 March 2021 | 64 | Starting home quarantine, establishing wristbands and tracking systems | Home quarantine | Contagion Precautions |
12 July 2021 | 155 | Obligation to comply with mask, distance and 1.5 m rules in all indoor and outdoor areas | mask, distance and 1.5 m rules | |
19 February 2021 | 40 | Suspension of takeaway services along with restaurants | Takeaway services | Work Order |
4 April 2020 | 59 | Initiating criminal proceedings against those who do not comply with the partial curfew | Criminal proceedings | Penalties and Control |
5 July 2020 | 126 | Receiving services from private health institutions for the COVID-19 | Private health institutions | Health Services |
Main Themes | Total No. of Decisions | No. of Thematic Codes | Total No. of Confirmed COVID-19 Cases per Year | ||||||
---|---|---|---|---|---|---|---|---|---|
2020 | 2021 | 2022 | 2020 | 2021 | 2022 | 2020 | 2021 | 2022 | |
Transportation | 7 | 5 | 1 | 2 | 2 | 1 | 1508 | 31,261 | 83,517 |
Tourism | 1 | 8 | 0 | 1 | 2 | 0 | |||
Basic Needs | 2 | 6 | 0 | 1 | 1 | 0 | |||
Social Activities | 51 | 53 | 1 | 16 | 14 | 1 | |||
Border Controls | 82 | 72 | 8 | 6 | 4 | 2 | |||
Health Services | 9 | 4 | 1 | 4 | 1 | 1 | |||
Trade | 8 | 7 | 0 | 3 | 3 | 0 | |||
Education | 19 | 21 | 3 | 3 | 5 | 3 | |||
Contagion Precautions | 151 | 258 | 28 | 15 | 20 | 6 | |||
Official Notice and Permission | 10 | 5 | 0 | 4 | 2 | 0 | |||
Work Order | 63 | 82 | 0 | 24 | 24 | 0 | |||
Penalties and Controls | 20 | 1 | 0 | 7 | 1 | 0 |
Year | Total No. of Policy Decisions (Yearly) | Total No. of Confirmed COVID-19 Cases (Yearly) | Pearson’s r Value | R Square (R2) Value | p-Value | Interpretation of Relationship |
---|---|---|---|---|---|---|
2020 | 423 | 1508 | 0.1743 | 0.030 | 0.630 | Not Statistically Significant |
2021 | 522 | 31,261 | −0.7754 | 0.601 | 0.003 | Strong and Significantly Negative |
2022 | 42 | 83,517 | 0.8906 | 0.793 | 0.001 | Strong and Significantly Positive |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Osmanogullari, S.F.; Gilanliogullari, N.; Artac Ozdal, M. Lessons Learned from the Policies Developed for the Management of the COVID-19 Pandemic in Northern Cyprus: A Mixed-Methods Study. Healthcare 2025, 13, 2475. https://doi.org/10.3390/healthcare13192475
Osmanogullari SF, Gilanliogullari N, Artac Ozdal M. Lessons Learned from the Policies Developed for the Management of the COVID-19 Pandemic in Northern Cyprus: A Mixed-Methods Study. Healthcare. 2025; 13(19):2475. https://doi.org/10.3390/healthcare13192475
Chicago/Turabian StyleOsmanogullari, Seren Fatma, Nazemin Gilanliogullari, and Macide Artac Ozdal. 2025. "Lessons Learned from the Policies Developed for the Management of the COVID-19 Pandemic in Northern Cyprus: A Mixed-Methods Study" Healthcare 13, no. 19: 2475. https://doi.org/10.3390/healthcare13192475
APA StyleOsmanogullari, S. F., Gilanliogullari, N., & Artac Ozdal, M. (2025). Lessons Learned from the Policies Developed for the Management of the COVID-19 Pandemic in Northern Cyprus: A Mixed-Methods Study. Healthcare, 13(19), 2475. https://doi.org/10.3390/healthcare13192475