The Newfoundland and Labrador Population Health Index (NLPHI): A Computerized Framework for Population-Level Longitudinal Health Outcome Monitoring

Full text rendered from the published PDF. The PDF is the version of record; if the two differ, the PDF governs.

Abstract

Background : Routine monitoring in public health and primary care settings benefits from a compact, population-level metric that summarizes multi-domain burdens in an interpretable way.

Aims : To introduce the Newfoundland and Labrador Population Health Index (NLPHI) and a reference computerized implementation designed to be interpretable, auditable, and computationally transparent.

Methods : NLPHI aggregates domain-specific intensity and mortality terms into domain-specific affect values (DSAV) and returns a scalar Population Health Index (PHI) by averaging DSAV scores across domains within defined reporting periods. The formulation connects to life-table and burden-of-disease thinking by combining a time-loss component with a remaining-life-expectancy-weighted mortality component, while remaining intentionally lightweight relative to formal disability-adjusted life years (DALY) calculation. A reference computerized application was implemented for feasibility evaluation using publicly available validated datasets.

Results : The approach yields per-domain DSAV scores and an overall PHI suitable for routine monitoring, communication, and longitudinal review. The computerized application demonstrates reproducible computation, auditability, and trend visualization without reliance on proprietary databases.

Conclusion : NLPHI provides a pragmatic, transparent framework for population-level health assessment and tracking. Strengths and limitations are outlined, and avenues for calibration and further validation studies are identified to support broader deployment.

Keywords: Disability-Adjusted Life Years, Health Status Indicators, Life Expectancy, Mortality, Public Health

Introduction

Systems that summarize complex, heterogeneous health information into a single, interpretable figure are frequently requested by local programs, small clinics, municipal teams, and even regional and global health authorities. Composite indicators can assist in allocating attention, triaging limited resources, and communicating trajectories to specialists and non-specialists alike. However, when such tools are deployed within or outside large enterprise environments, certain constraints recur: the interface must be familiar and the output must be reproducible with modest technical effort. The Newfoundland and Labrador Population Health Index (NLPHI) was created with these constraints in mind. The index blends (i) a time- loss term entered in familiar calendar units (days, weeks, months, or years) and (ii) a mortality term scaled by the difference between local average life expectancy and mean age; together, these produce a domain-specific affect value (DSAV). An overall population health index (PHI) is the average of a set of DSAV values across domains recorded for a specific period. An accompanying computerized application implements data entry, computation, storage, and visualization, based primarily on the Python programming language. The connection to life-table and burden-of-disease thinking is acknowledged; however, the framework deliberately avoids claims of formal disability-adjusted life years (DALY) calculation or calibrated risk prediction [1–5]. The remainder of this paper describes the formulation, software architecture, and practical considerations of NLPHI and its implementation. Emphasis is placed on making every step inspectable and reproducible, from the conversion of time units to the calculation of domain values and the rendering of figures. The reference implementation is a single-workstation Qt application with hash-based credential storage and simple region registries, designed for settings

where enterprise electronic medical records (EMR) or a multiuser database may not be available [6-10]. METHODS 2.1 Design Constraints The following design constraints guided the development of NLPHI:

(A) Accessible through offline, standalone

software.

(B) Computerized application based on

widely used Python programming language [11].

(C) Period-centric workflow: data keyed by

specific period(s), with domain rows entered on demand; a dashboard produces a line plot for the main index and a heat map for domain values. 2.2 Formulation and Implementation 2.2.1 Metrics and Indices Metrics such as domain-specific total length of hospital stays (DSTLHS), domain-specific mortality (DSM), period-specific mean age (PSMA), period-specific life expectancy (PSLE), and period-specific population number (PSPN) were utilized to compute indices such as domain- specific total life-years affected (DSTLYA), domain-specific affect value (DSAV), and population health index (PHI), using specific formulas [Table 1]. The metrics serve as open and objective weights (including period-specific mean age, average life expectancy, population number, and domain-specific mortality) to ensure period- specific and objective outcome measurement when computing the indices. Time units are converted to years via fixed multipliers: 1 day = 1/365.25 year; 1 week = 1/52.14 year; 1 month = 1/12 year; 1 year = 1 year. This follows standard calendrical approximations and produces a floating-point time-loss in years. The NLPHI architecture employs a period-centric longitudinal workflow in which health data are indexed to discrete reporting intervals, such as the 2020–2022 fiscal biennium, while retaining the

computational versatility to integrate temporal loss units across multiple granularities, ranging from days to years. The determination of these observation windows is fundamental to the statistical validity of the metric. Specifically, the use of multi-year aggregates mitigates the volatility inherent in small-population datasets, thereby ensuring robust point estimates. Furthermore, these temporal frameworks facilitate the identification of longitudinal health trajectories, such as the epidemiological shifts precipitated by the COVID-19 pandemic. By anchoring dynamic variables, including mean cohort age and population denominator, as period- specific weights, the framework necessitates rigorous computational normalization to maintain the scalar integrity and contextual relevance of the final health index.

are objective, ensures accurate outcome measurement. The NLPHI architecture is well suited for routine population-level monitoring in settings that require concise and interpretable synthesis of multi-domain health burdens. This computerized framework is specifically designed for public health and primary care settings where enterprise EMR systems or multiuser databases are unavailable, and it prioritizes transparency and reproducibility over complex risk prediction. It is most effectively used as a pragmatic monitoring tool for tracking longitudinal health outcomes and visualizing trends across customizable domains, including demographic cohorts, geographic regions, or specific organ systems. Furthermore, its inherent adaptability permits the construction of domains based on physiological, psychological, or social determinants to ensure objective measurement across diverse public health contexts. Given that the approach relies upon metrics such as mean age, life expectancy, and mortality derived from routinely accessible databases, it functions as a statistical modeling platform rather than a clinical diagnostic tool. Consequently, the application of this index should be regarded as a foundation for future calibration efforts and not as a total replacement for formal burden-of-disease estimations or complex life- table analyses.

Table 2. Canadian region- and period-specific data for total length of hospital stays

Domain (province/territory)

stay (LOS) (2020-2021) Newfoundland and

Labrador

Prince Edward Island 136,374 111,732 Nova Scotia 783,977 753,433 Table 3. Metrics-specific provincial data Province Fiscal

Year

Newfoundland

2020-21 45.1 79.2* 520,553 5,420 2021-22 45.3 79.2* 525,972 5,850 Prince Edward

& Labrador

2020-21 43.1 81.2 164,318 1,345 2021-22 44.0 80.9 170,688 1,460 Nova Scotia 2020-21 44.2 80.4 992,055 9,670 2021-22 44.5 79.8 1,019,725 10,650 *Values marked with an asterisk represent a multi-year average (2020–2022), as single-year life expectancy for these smaller populations is often aggregated for statistical accuracy.

Island

2.3.2 Data Processing

The average age was calculated from province- specific mean ages for the periods 2020–2021 and 2021–2022; the obtained values (in years) were 44.13 and 44.60, respectively. Mean life expectancy values were 80.26 years (2020–2021) and 79.96 years (2021–2022); total population figures were 1,676,926 and 1,716,385, respectively. All metrics-specific data were used to populate the data templates, labeled Canada_A3_Y20-21 and Canada_A3_Y21-22, in the computerized system for the periods 2020– 2021 and 2021–2022, respectively (Figure 3). 2.3.3 Computation Upon completion of data processing, the system’s automated functions was applied to compute the indices. The automated process involves computing DSTLYA values to determine DSAV and PHI values. DSAV values for NL, PEI, and NS were determined as 0.2660, 0.0661, and

Total length of

Total length of

stay (LOS) (2021-2022)

387,846 362,241

Mean

Life Expectancy

Population Mortality

Age (Years)

(Deaths)

(Years)

0.4749 for 2020-2021, and 0.2716, 0.0679, and 0.4947 for 2021-2022, respectively. The PHI values for the three Atlantic provinces were 0.2690 (2020–2021) and 0.2781 (2021–2022), respectively (Figures 1–3).

Results

The DSAV values obtained from the computerized system clearly indicate that, among the three Atlantic provinces, PEI exhibited overall superior population health outcomes (smallest DSAV value). The DSAV values also indicate that overall population health deteriorated in the period 2021–2022 compared with 2020–2021 across all three Atlantic provinces. This finding is further supported by the PHI values, which also indicate subtle deterioration in 2021–2022 compared with 2020–2021, as the PHI value for 2021–2022 (0.2781) is higher than that for 2020– 2021 (0.2690) (Figure 3).

Discussion

Although PSMA and PSPN values were higher in 2021–2022 than in 2020–2021, higher DSM and lower PSLE values resulted in subtly higher DSAV and PHI values in 2021–2022 compared with 2020–2021. A potential reason behind that subtle spike across indices could be that, during the period 2021-2022, COVID 19-related hospitalizations and mortality were notably higher in the 2021-2022 than in 2020-2021. Moreover, COVID 19 also had significant impact on life expectancy and therefore subtle decrease in PSLE metric value was observed during 2021-2022 period in comparison to 2020-2021 period [14]. The NLPHI architecture bridges high-level epidemiological frameworks and localized health monitoring by offering a computationally transparent, lightweight alternative to traditional burden-of-disease models such as disability- adjusted life years (DALYs). By functioning as a pragmatic monitoring tool, it enables public health teams to maintain routine oversight without the need for complex life-table analyses or proprietary databases, thereby complementing established global benchmarks. The practical utility of the framework is evidenced by its regional granularity, as demonstrated by its ability to isolate health deteriorations at a provincial level within Atlantic Canada — specifically, a rise in DSAV for Newfoundland and Labrador from 0.2660 (2020–2021) to 0.2716 (2021–2022), likely attributable to the impact of the COVID-19 pandemic — which broader national indicators might otherwise obscure. Furthermore, the operational versatility of this Python-based system allows for the customization of domains across various categories — including specific organ systems and social determinants — providing a flexible solution for settings where rigid enterprise EMR systems are unavailable. Ultimately, the inherent transparency and auditability of the framework facilitate an inspectable pipeline for calculating scalar PHIs, allowing regional teams to

visualize trajectories and allocate resources with a precise understanding of the objective weights underlying the longitudinal outcome measurements. 4.1 Ethical, Privacy, and Safety Considerations Practical implementation was demonstrated using publicly available datasets extracted from the Discharge Abstract Database (DAD). No personal identification data was obtained or used. The computerized system is a public health statistical model and is not intended to be used for the diagnosis and/or treatment of any disease(s), disorder(s), and/or condition(s).

4.2 Limitations As noted previously, the domains are customizable according to research or statistical needs. Therefore, validation in diverse settings is required to evaluate the versatility of this public health statistical model.

4.3 Future Work Integration of the computerized framework with currently available and future databases through an application programming interface (API) could expand the range of use of this public health statistical framework.

Conclusion

The Newfoundland and Labrador Population Health Index (NLPHI) provides a clear, inspectable, computerized framework to summarize multi-domain burdens at the region- date level, using information that is routinely available to regional and international public health teams. The formulation integrates a transparent time-loss term and a remaining-life- expectancy-weighted mortality term to form per- domain values (DSAV), then averages those values to obtain a composite scalar. The reference implementation shows that a single-workstation Qt application, built with widely adopted scientific Python libraries and plain-text storage, can support data recording, trend visualization, and export without specialized infrastructure.

The construct of burden-of-disease estimation is defined as the formal and comprehensive assessment of the aggregate impact of health pathologies on a population, typically quantified by the disparity between extant health status and an idealized longitudinal trajectory where every individual achieves full longevity in optimal health. NLPHI is strategically positioned not as a substitute for these resource-intensive and analytically complex estimations, but rather as a pragmatic surveillance instrument engineered for routine deployment. In contrast to traditional burden-of-disease methodologies that frequently require elaborate life-table analyses and opaque risk prediction algorithms associated with formal DALY calculation, this framework prioritizes computational transparency and inspectability for regional public health practitioners. By integrating a temporal loss component with a residual-life- expectancy-weighted mortality term to generate the DSAV, the architecture maintains a conceptual link with established epidemiological thinking while ensuring accessibility. Furthermore, the framework serves as an extensible platform for future calibration and the longitudinal tracking of multi-domain burdens by utilizing objective weights, such as period-specific mean age and population denominators, which ensure that resulting health outcome measurements remain contextually relevant to their specific reporting intervals. Therefore, the approach is best understood as a pragmatic monitoring device and a platform for future calibration work, not as a replacement for life-table analysis or burden-of- disease estimation.

Table 1. Metrics utilized in computation of
indicesmeasurement across diverse public health
Index Formulacontexts. Given that the approach relies upon
DSTLYA DSTLYA =metrics such as mean age, life expectancy, and
DSTLHS + [(PSLEmortality derived from routinely accessible
− PSMA) × DSM]databases, it functions as a statistical modeling
DSAV DSAV × 100) / = (PSMA (DSTLYA ×platform rather than a clinical diagnostic tool.
PSPN)Consequently, the application of this index should
PHI PHI = ΣDSAV / N,be regarded as a foundation for future calibration
where N = numberefforts and not as a total replacement for formal
of domainsburden-of-disease estimations or complex life-
table analyses.
2.2.2 Domain Features2.3 Practical Implementation
The domains can be: demographic-specific (e.g.,2.3.1 Data Collection
different age and sex groups); region-specific (e.g.,For region-specific practical implementation of
different provinces or districts); organ system–NLPHI, validated datasets were extracted from the
specific (e.g., cardiovascular, respiratory, orpublicly available Discharge Abstract Database
reproductive); disease-specific (e.g., cerebral(DAD), accessible through the Canadian Institute
infarction, myocardial infarction, or bronchitis); orfor Health Information (CIHI). Canadian
determinant-specific (e.g., physiological, mental,provincial datasets for three Atlantic provinces —
or social factors such as access to care, addictioncovering total length of hospital stays for the fiscal
prevalence, or access to remote healthyears 2020–2021 and 2021–2022 — were
monitoring). Domains can also be customized toextracted [12] and are presented in Table 2. The
meet specific statistical needs. This constructthree Atlantic provinces were treated as three
allows the indices to be applied in diverse publicdistinct domains for region-specific
health settings and, as all period-specific metrics
DOI: 10 52609/jmlph v6i3 264 |E-mail: niazmirza111@gmail com
implementation.were extracted from Statistics Canada's published
Metrics-specific data, including province-report [13] and are presented in Table 3.
specific mean age, life expectancy, and mortality,
Comparative Presentation of DSAV Values for the Period 2020-2021
Figure 1. Comparative Presentation of DSAV Values for the Period 2020-2021
Comparative Presentation of DSAV Values for the Period 2021-2022
Figure 2. Comparative Presentation of DSAV Values for the Period 2021-2022
Comparative Presentation of PHI Values for the Periods 2020-2021 and 2021-2022
Figure 3. Comparative Presentation of PHI Values for the Periods 2020-2021 and 2021-2022

References

  1. Arnesen T, Nord E. The value of DALY life: problems with ethics and validity of disability adjusted life years. BMJ. 1999 Nov 27;319(7222):1423-5. doi: 10.1136/bmj.319.7222.1423. Erratum in: BMJ 2000 May 20;320(7246):1398. PMID: 10574867; PMCID: PMC1117148.
  2. Beresniak A, Bremond-Gignac D, Dupont D, Duru G. Reevaluating health metrics: Unraveling the limitations of disability-adjusted life years as an indicator in disease burden assessment. World J Methodol. 2025;15(1). doi: 10.5662/wjm.v15.i1.95796
  3. Grosse SD, Lollar DJ, Campbell VA, Chamie M. Disability and disability-adjusted life years: Not the same. Public Health Rep. 2009;124(2):197-202. doi: 10.1177/003335490912400206
  4. King CH, Bertino AM. Asymmetries of poverty: Why global burden of disease valuations underestimate the burden of neglected tropical diseases. PLoS Negl Trop Dis. 2008;2(3):e209. doi: 10.1371/journal.pntd.0000209
  5. Solberg CT, Norheim OF, Barra M. The disvalue of death in the global burden of disease. J Med Ethics. 2017;44(3):192-198. doi: 10.1136/medethics-2017-104365
  6. Bostan S, Johnson OA, Jaspersen LJ, Randell R. Contextual barriers to implementing open-source electronic health record systems for lowand lower-middle-income countries: scoping review. J Med Internet Res. 2024 Aug 1;26:e45242. doi: 10.2196/45242.
  7. Woldemariam MT, Jimma W. Adoption of electronic health record systems to enhance the quality of healthcare in low-income countries: a systematic review. BMJ Health Care Inform. 2023 Jun;30(1):e100704. doi: 10.1136/bmjhci-2022-100704. PMID: 37308185; PMCID: PMC10277040.
  8. Yehualashet DE, Seboka BT, Tesfa GA, Demeke AD, Amede ES. Barriers to the Adoption of Electronic Medical Record System in Ethiopia: A Systematic Review. J Multidiscip Healthc. 2021 Sep 17;14:2597-2603. Doi: 10.2147/JMDH.S327539. PMID: 34556994; PMCID: PMC8455291.
  9. Hackett AM, Adereti CO, Walker AP, Ozobu I, Petit J, Waldron KR, Rolle M. The impact of limited access to electronic medical records on neurosurgical care within the CARICOM countries: A survey and scoping review. Brain Spine. 2023 May 11;3:101747. doi: 10.1016/j.bas.2023.101747. PMID: 37383430; PMCID: PMC10293305.
  10. Jawhari B, Ludwick D, Keenan L, Zakus D, Hayward R. Benefits and challenges of EMR implementations in low resource settings: a state-of-the-art review. BMC Med Inform Decis Mak. 2016 Sep 6;16(1):116. Doi: 10.1186/s12911-016-0354-8. PMID: 27600269; PMCID: PMC5011989.
  11. Krishnapur PK, Chaitra CM, Arju B, Ananthakrishnan M. A reproducible Python-based computational pipeline for real-time ingestion, advanced analysis, and dynamic reporting of public health data: A systems validation study. Cureus. 2026 Feb 5;18(2):e103008. doi: 10.7759/cureus.103008. PMID: 41798472; PMCID: PMC12966939.
  12. Canadian Institute for Health Information. Inpatient hospitalization, surgery and newborn statistics, 2021–2022. Ottawa, ON: CIHI; 2023.
  13. Statistics Canada. Table 17-10-0005-01 Population estimates on July 1, by age and gender [Internet]. Ottawa (ON): Statistics Canada; [updated 2025; cited 2026 Mar 25]. Available from: https://doi.org/10.25318/1710000501-eng
  14. Statistics Canada. Provisional death counts and excess mortality, January 2020 to September 2023. Ottawa: Statistics Canada; 2023 Nov 27 [cited 2026 Mar 25]. Available from: https://www150.statcan.gc.ca/n1/daily-quotidien/231127/dq231127b-eng.htm