ORIGINAL ARTICLE

Int. J. Public Health, 19 August 2026

Volume 71 - 2026 | https://doi.org/10.3389/ijph.2026.1609472

AI powered patient records analysis for injury surveillance in children and adolescents – a feasibility study from Switzerland

  • SF

    Sonja Feer 1† *

  • FM

    Felix Matthias Saaro 2

  • AZ

    Annina Zysset 1

  • MB

    Mirjam Bächli 3

  • SN

    Steffen Nieman 3

  • DM

    Delphine Meier 3

  • MS

    Michelle Seiler 4

  • JB

    Jasmina Bogojeska 2

  • JD

    Julia Dratva 1,5

  • 1. Institute of Public Health, Zurich University of Applied Sciences, Winterthur, Switzerland

  • 2. Centre for Artificial Intelligence, Zurich University of Applied Sciences, Winterthur, Switzerland

  • 3. Swiss Council for Accident Prevention BFU, Bern, Switzerland

  • 4. Pediatric Emergency Department and Children’s Research Centre, University Children’s Hospital Zurich, Zurich, Switzerland

  • 5. Medical Faculty, University of Basel, Basel, Switzerland

Abstract

Objective:

This study investigates the feasibility of using an automated approach to extract injury-related information from narrative text in a paediatric emergency department to improve data basis on injuries among children and adolescents in Switzerland.

Methods:

The dataset comprises paediatric injury cases treated between 2018 and 2022 at the University Children’s Hospital Zürich emergency department (N = 30,876). Model development involved (1) adapting EU-IDB, a domain-specific hierarchical coding-system; (2) manual data annotation; and (3) fine tuning and (4) evaluation of a transformer-based model for multi-label text span classification.

Results:

Interrater reliability improved from moderate (κ = 0.45) to substantial (κ = 0.73) following adaptation of the coding system. Variable level classification performance was encouraging across three training variants (macro F1: ALL = 0.57, IND = 0.64, VAR = 0.63). Performance declined at lower levels, particularly at level 3 (macro F1: ALL = 0.08, IND = 0.23). Automated prevalence estimates correlated strongly with manual annotations (ρ = 0.948).

Conclusion:

Automated text span classification of injury-relevant information from electronic patient records shows promising first results to provide valuable information for injury surveillance and prevention, missing in Switzerland. However, more annotated data and detailed validation are needed to draw robust conclusions.

Introduction

Injuries in the age group of children and adolescents are a major public health concern. Unintentional injuries cause nearly 90% of total injury cases and are a primary reason for death and disability among the age group of children and adolescents []. Many injured children suffer from lifelong consequences such as disabilities or scarring []. Accidents also demand substantial healthcare resources, as injured children often require acute medical care []. Therefore, prevention of injuries must be a major public health initiative to enhance health and wellbeing of children and reduce the healthcare burden.

In Switzerland, data on child injuries is both incomplete and fragmented []. Existing data from various national reporting systems – such as road traffic accident reports, mortality statistics, or poison control services – provide only limited insight into the actual extent and causes of accidents and injuries among children and adolescents. Representative data on non-fatal injuries in the home and leisure sector and their causes are insufficiently available or not accessible in Switzerland []. Moreover, existing data sources also vary considerably in the level of detail provided. However, detailed information on injuries, in particular injury circumstances, e.g., place of occurrence, activity when injured or mechanism of injury, are important information for evidence-based injury prevention []. In addition to repeated national surveys, systematically collected clinical data on injuries would provide relevant and timely information.

In many countries, clinical data is used for injury surveillance in children and adolescents. A well-documented example is the Styrian Injury Surveillance System (StLSS) in Austria, which has been collecting detailed data on injuries among child and adolescents [, ]. Clinical data is also utilized in the European Injury Database (EU-IDB), to record injuries among children and adolescents in a standardized format across participating countries, based on emergency department (ED) visits []. Similarly, both the Canadian Hospitals Injury Reporting and Prevention Program (CHIRPP) and the National Electronic Injury Surveillance (NEISS) in the USA collect injury data on children and adolescents in EDs [, ]. These injury surveillance systems based on clinical data from hospitals have traditionally depended on manual data entry and interpretation [].

Recent advancements in Machine Learning (ML), namely, Large Language Models (LLMs), offer a promising approach to enhance injury insights by enabling the automatic classification of injury-relevant information from already existing narrative (unstructured) clinical text data. Vallmuur et al. concluded that applying ML techniques, to narrative text data can improve the completeness and timeliness of injury surveillance and thereby support more effective injury prevention policies and practices []. Recently, Azzolina et al. (2023) trained a model based on a random sample of manually annotated narrative diagnosis texts and concluded that ML methods are promising for improving injury surveillance by automatically classifying paediatric ED diagnoses []. Moreover, automated approaches have the potential to identify risk factors as basis for tailored health prevention strategies []. International efforts demonstrate that these automated approaches are highly efficient [, , ].

Automated approaches have been successfully applied for screening or classification of a single injury-related information from narrative clinical text data for surveillance tasks. To our knowledge, so far only one study by Choi et al. has managed to successfully classify a comprehensive set of injury-related information from ED narrative clinical text data []. They fine-tuned an LLM (Llama-2 12B parameters) on a multi-label task to classify five variables with 24 sub-labels from a large injury dataset, covering ED cases from two adult cohorts. However, an attempt at multi-label text-span classification to obtain injury-relevant information from unstructured ED narrative text data using automated approaches has not been published to date.

This study investigates the feasibility and necessary validation steps of this approach, applying an automated approach to classify a comprehensive set of injury-related information, using narrative (unstructured) text data recorded by medical staff in a paediatric ED. It is assumed that potentially valuable injury-related information–such as place of occurrence, mechanism of injury, and objects involved - is contained within these narrative text data. Combined with already structured data from electronic patient records (e.g., age and sex), this approach aims to not only improve the surveillance data on injuries in children and adolescents in Switzerland but also to support evidence-based injury prevention measures for children and adolescents.

Methods

Study population and data

Electronic health record data were accessed from ED visits from the University Children’s Hospital Zurich (UCHZ). All injury cases of children and adolescents aged 0 to 18, who were treated for injury between 1.1.2018 and 31.12.2022 at the UCHZ ED and for whom a general consent was obtained were included in the study. Data was anonymized by the UCHZ prior to the data transfer, ensuring that no personally identifiable data or identification codes, allowing data to be traced back to a patient, were included in the dataset. Ethics application was submitted to the Ethics Committee of the canton of Zurich (BASEC-Nr.: 2023-01947) and the project was approved.

Data include: Reason for treatment (injury vs. illness) recorded as a structured variable upon admission in the ED, further variables such as age (in years), sex, and month/year of arrival, as well as unstructured narrative data, such as a diagnosis and medical history text. To ensure data accuracy and consistency, a data cleaning process was conducted prior to analysis. The data cleaning involved exclusion of cases with repeated visits for the same injury (n = 4,270), missing key variables such as age, sex and month/year of treatment (n = 4), fell outside the observation period (n = 7), outside age range (n = 2) or duplicates (n = 6). The final dataset comprised 30,876 injury cases of children and adolescents aged 0–18 years, with a mean age of 6.9 years (SD 4.5).

This study followed a structured iterative process for the model development that involved various steps (see Figure 1) and adopted a cyclical workflow, enabling stepwise refinement through continuous learning and evaluation. The iterative process facilitated dynamic adaption to new insights based on evaluation and testing, addressed challenges as they emerged, and progressively enhanced study outcome.

FIGURE 1

Coding system

The internationally established injury coding system EU-IDB was chosen to label injury-relevant information []. It has a hierarchical structure, in which each variable can be further specified in up to two or three levels of labels (e.g., variable place of occurrence - Level 1 private living area - Level 2 kitchen) []. It covers all age groups including relevant injury labels for children and adolescents. After the initial manual annotation phase and preliminary classification results, the coding system was substantially reduced and adapted to better reflect injury patterns in children and adolescents, such as reducing the number of labels and adding child-specific labels, reducing the labels by a third from a total of 1187 to 574. The final coding system comprised the variables place of occurrence, mechanism of injury, activity when injured, products involved, type of sport and mode of transportation, as well as height, added by the authors to obtain additional information about the accident circumstances.

Manual annotation

To create a dataset for the model training and evaluation, a randomly chosen subset of the narrative medical history texts was manually annotated. The variables and their corresponding labels were assigned to identified text spans which provided relevant information for a specific variable of interest (see Table 1). For the annotation process, the tool Prodigy (https://prodi.gy/) was used. Manual annotation was done in two phases by a total of five individuals (annotators): three members of the project team, and two scientific assistants. All annotators received training that included an introduction to the coding tree and coding rules, followed by practical exercises in which randomly selected cases were annotated and discussed in the group.

TABLE 1

Narrative medical history text
Child was playing with her sibling on a loft bed in the bedroom and suddenly fell down (approx. 110 cm). She suffered RQW on the left eyelid. Cried straight away, was not unconscious, no vomiting so far, played at home
Annotations (identification of text spans and assignment of labels)
Text spanLabel - variableLable - level 1Lable - level 2Lable - level 3
PlayingActivity when injuredLeisure activityPlaying
Loft bedProductFurniture and furnishingsBed
BedroomPlace of occurrenceHomeLiving room, bedroom, children’s roomN/A
Fell downMechanism of injuryFalling, stumbling, jumping, pushedN/A
110 cmHeightFalling, stumbling, jumping, pushed
(>0.5 m and <1.5 m)

Example manual annotation narrative medical history text. Switzerland, 2018–2022.

The degree of agreement between the annotators was analysed twice during the feasibility study. For each test, a sample of 50 cases was randomly selected from the entire dataset and independently manually annotated by each annotator. Cohens κ was used to assess interrater reliability, where agreement is defined as both annotators selecting the same variable and producing overlapping text spans. In the first annotation phase, two annotators manually annotated n = 1,000 cases using the original IDB coding tree. The first interrater test involved three annotators, of which one was considered as the reference annotator because of his established experience in applying the IDB coding tree. The first interrater reliability showed a moderate agreement (κ = 0.45). Given the changes to the coding system, two new annotators were trained and involved in the second manual annotation phase, which comprised the manual annotation of an additional n = 1,000 cases and re-annotation of the initial n = 1,000 cases to reflect updated coding rules. This resulted in a final dataset (n = 2,000) single-annotated according to the same coding system. The new annotators performed a second interrater test using the adapted coding tree, resulting in substantial agreement between annotators (κ = 0.73).

To evaluate the performance of the trained models the manually annotated dataset was randomly divided into a training set (n = 1,800) and a test set (n = 200).

Model design and training for classification

The base model, an instruction fine-tuned version of the Mistral 7B v0.3 model (released May 22, 2024), was chosen because of its multilingual ability, openly available weights, and low hardware requirements for the fine-tuning. It is a transformer model with approximately seven billion parameters [

]. Supervised fine-tuning was performed using Parameter-Efficient Fine-Tuning (PEFT) via the Low-Rank Adaptation (LoRA) method [

]. Details regarding the hyperparameters can be found on the project page (

https://github.com/AIPRA-IS/feasibility

). Fine-tuning was formulated as a multi-label text-span classification task. During training, the model is provided with ED texts together with a semi-structured prompt that highlights the target variable and instructs the model to extract the corresponding spans. The model then produces a structured output that contains both the extracted text span and its associated hierarchical labels (levels 1–3) in the same structure as the annotated dataset in

Table 1

. This output format ensures that the model does not only locate the relevant span but also assigns the appropriate variable. Training was conducted on a single NVIDIA Tesla V100 GPU. Three variations of the fine-tuning setup were implemented to compare different prediction targets:

  • ALL One model to find text spans and assign the correct variable as well as the labels from the hierarchical coding system.

  • VAR One model to find text spans and only assign the correct variable.

  • IND A separate model for each variable (variable-specific model) to find the text spans and assign the labels from the hierarchical coding system for the target variable.

Performance evaluation

Model performance was assessed in two steps. First, for each ground-truth text span, we checked whether the model produces a text span sharing at least one word with it. Second, for each such overlapping span, we verified whether the predicted Variable and Level 1–3 labels are correct. This enables the generation of a confusion matrix for each label at each level, from which an F1 score is computed that is especially suitable for unbalanced class distributions.

To obtain uncertainty estimates for the performance scores without requiring costly model training, we applied non-parametric bootstrapping by resampling the test documents with replacement over 1,000 iterations, computing the F1 score in each iteration to derive 95% confidence intervals.

Automatic annotation of the complete data

To determine the frequency of each code within the entire dataset, the IND model, chosen because it performed best across the hierarchical levels, was applied to estimate the prevalence of all hierarchical labels for each variable separately. However, applying a classifier directly to estimate prevalence via naïve counting is known to produce biased estimates [], as asymmetric misclassification rates cause systematic over- or underestimation of class frequencies. To correct for this, we calibrated the raw prediction counts using the confusion matrix derived from the annotated subset and the Bayesian Classify and Count (BCC) method proposed by von Däniken et al. (2024) [], which adjust prevalence estimates to account for the classifier’s error structure. To assess plausibility, we compared the prevalence estimates obtained from the automatic annotations with those from the manually annotated subset.

Results

Manually annotated data

Our subset of 2,000 manually annotated narrative medical history texts contained a total of 5,326 annotations, each containing a text span with the corresponding variable and labels from the coding system. Table 2 shows the utilization of the labels per levels (coding hierarchy). Level 1 and 2 show a high utilization with 92.6% respectively 71.3%, although usage is lower for the variables product and sport for level 2. In contrast, level 3 shows lower utilization, with 53.9% of the available labels being used.

TABLE 2

VariableLevel 1Level 2Level 3
AvUtilAnnotAvUtilAnnotAvUtilAnnot
Place of occurrence997503632649171496
Mechanism of injury109185833271213241095
Activity when injured889552825735000
Product171710907658918197105734
Sport17133386931290000
Mode of transportation441691611169314
Height33161000000
Total #686353212581843974241130929
Utilization %92.671.353

Number of available (Av), utilized (Util), and annotated (Annot) labels in the annotated dataset (n = 2,000 narrative medical history texts) for each level grouped by the variable including the utilization across each level. Switzerland, 2018–2022.

Table 2 also shows the annotation counts per level grouped by variables. Mechanism of injury is the most often used variable with a total of 1,859 annotations. Of these n = 1,858 have an annotation on level 1, n = 1,213 on level 2 and n = 95 on level 3.

The number of annotations, and the number of labels used indicate that annotations of variables and level 1 are frequent. On level 2 the number of annotations is still high (n = 3,790) but spread across a lot of labels (n = 184). Level 3 has fewer annotations (n = 929) but still comprising many labels (n = 130), resulting in a lower number of annotations per code.

Performance evaluation

Figure 2 shows the classification performance across the three training variations (ALL, VAR and IND) including the 95% confidence intervals. Prediction performance on mechanism of injury, the variable with the most annotations, was high across all three variations (ALL = 0.65, VAR = 0.795, IND, 0.80) with the smallest confidence intervals. The models VAR and IND showed a good performance on height (VAR = 0.77, IND = 0.78) while ALL exhibited the lowest performance (ALL = 0.4) compared to all other variables. The confidence intervals on height were also the largest and it is the class with the lowest number of annotations. Fine-tuning a model to predict only the variable (VAR) yielded better average performance across most variables (Macro F1 = 0.63), however, it seemed to work worse for the variables sport, mode of transportation, and activity when injured. The best performance on average was achieved by separately fine-tuning individual variable-specific models (IND), with an average Macro F1 score of 0.64.

FIGURE 2

Table 3 shows the macro F1 scores for variable-level and hierarchical code-level prediction across the three model configurations (ALL, VAR, IND). At the variable level, the IND and VAR models performed comparably, and both outperformed the ALL model (mean F1: IND = 0.64, VAR = 0.63, ALL = 0.57). Gains were most pronounced for specific variables. The IND model substantially improved prediction of height (F1 = 0.78 vs. 0.39 for ALL) and mechanism of injury (F1 = 0.80 vs. 0.65), while the VAR model showed the strongest performance for product (F1 = 0.67) and achieved F1 = 0.78 for height. Across all models, prediction performance declined with each lower level of the label hierarchy. At level 1, the IND model again outperformed ALL (mean F1: 0.40 vs. 0.32). At level 2, performance was considerably lower across all variables (IND mean F = 0.26, All mean F1 = 0.23), with mechanism of injury showing the greatest benefit from the IND configuration (F1 = 0.42 vs. 0.23). Level 3 prediction was largely poor or not applicable. Mechanism of injury achieved F1 = 0.00 under the ALL model and only 0.28 under IND, while mode of transportation returned F1 = 0.00 under both configurations. Across all three model types, mechanism of injury and mode of transportation at the variable level, and height at level 1, showed the strongest absolute performance, whereas level 3 prediction across all variables remained the most challenging aspect of the classification task.

TABLE 3

VariableLevel 1Level 2Level 3
VariableALLINDVARALLINDALLINDALLIND
Place of occurrence0.430.400.520.280.250.260.190.170.41
0.31–0.550.30–0.500.42–0.620.16–0.430.16–0.360.15–0.360.10–0.280.00–0.500.00–0.83
Mechanism of injury0.650.800.800.440.570.230.420.000.28
0.58–0.710.75–0.860.74–0.850.31–0.600.42–0.790.18–0.290.32–0.520.00–0.000.00–0.59
Activity when injured0.650.660.580.30.330.230.26
0.56–0.730.57–0.740.48–0.670.22–0.410.23–0.450.15–0.330.17–0.37
Product0.570.600.670.330.360.280.270.140.23
0.48–0.660.52–0.670.60–0.740.25–0.420.25–0.460.20–0.370.19–0.350.08–0.200.15–0.31
Sport0.620.570.490.220.230.130.13
0.44–0.760.40–0.730.33–0.630.10–0.360.11–0.390.09–0.210.07–0.21
Mode of transportation0.690.690.570.430.360.220.280.000.00
0.50–0.850.53–0.840.36–0.750.29–0.830.25–0.690.10–0.400.17–0.450.00–0.000.00–0.00
Height0.390.780.780.240.68
0.12–0.620.60–0.930.57–0.930.00–0.500.43–0.88
Average0.570.640.630.320.400.230.260.080.23

F1 scores and 95% confidents intervals for the variants ALL (one model trained on all variables and levels) and IND (individually trained model for each variable) across the Variable and Label 1 to 3 aggregated by variable. Switzerland, 2018–2022.

Automatic annotation of the complete data

Table 4 shows the prevalence (including the estimated standard deviation) of the most relevant labels (prevalence at least 1%) of level 1 and 2 labels grouped by their variable within the annotated subset (n = 2,000) and compares it to the entire dataset (n = 30,876). The prevalence from the manual annotations is compared to the prevalence derived from the predictions obtained by the IND models on the full dataset. This comparison yields a Spearman correlation coefficient of ρ = 0.948 across the labels listed in Table 3.

TABLE 4

VariableAnnotated DatasetEntire Dataset
PrevalenceStd. Dev.PrevalenceStd. Dev.Diff
Mechanism of injury
1 – Blunt force30%±1.0%26%±0.2%4%
 1.2 – Contact with object/material/element16%±0.8%18%±0.2%−2%
 1.3 – Contact with person6%±0.5%2%±0.1%4%
2 – Falling, stumbling, jumping, pushed49%±1.1%46%±0.3%3%
 2.1 – Tripping, stumbling6%±0.5%4%±0.1%2%
 2.2 – Slipping, sliding5%±0.5%3%±0.1%2%
 2.6 – Fall from/with sports/transport equipment4%±0.4%1%±0.1%3%
4 – Thermal mechanism3%±0.4%2%±0.1%1%
 4.1 – Heat3%±0.4%2%±0.1%1%
7 – Physical overexerting8%±0.6%6%±0.1%2%
 7.1 – Acute overexertion8%±0.6%6%±0.1%2%
Product
5 – Furniture and furnishings9%±0.6%8%±0.2%1%
 5.1 – Bed (incl. parts/components)2%±0.3%1%±0.1%1%
 5.2 – Chair, bench, armchair, sofa4%±0.4%2%±0.1%2%
6 – Baby equipment or children’s product10%±0.7%16%±0.2%−6%
 6.1 – Baby or children’s item2%±0.3%2%±0.1%0%
 6.2 – Toys1%±0.2%1%±0.0%0%
 6.3 – Play equipment7%±0.6%8%±0.2%−1%
10 – Sports equipment7%±0.6%5%±0.1%2%
14 – Building structure or component9%±0.6%5%±0.1%4%
16 – Material (n.e.c.)3%±0.4%5%±0.1%−2%
Activity when injured
3 – Education (incl. school sport, university sport)6%±0.5%3%±0.1%3%
4 – Sport and physical activity18%±0.9%12%±0.2%6%
5 – Leisure activity16%±0.8%15%±0.2%1%
 5.2 – Playing14%±0.8%13%±0.2%1%
8 – Being on the move, journeys/transports3%±0.4%5%±0.1%−2%
Place of occurrence
1 – Home13%±0.8%3%±0.1%10%
 1.2 – Living room, bedroom, children’s room6%±0.5%1%±0.1%5%
4 – Day care, school, educational area12%±0.7%6%±0.1%6%
 4.1 – School or educational establishment5%±0.5%2%±0.1%3%
 4.2 – Day care facility3%±0.4%1%±0.0%2%
5 – Sports and athletics area7%±0.6%1%±0.1%6%
6 – Transport area2%±0.3%1%±0.0%1%
10 – Recreational area2%±0.3%1%±0.0%1%
Sport
1 – Team ball sport8%±0.6%6%±0.1%2%
 1.9 – Football (soccer)6%±0.5%4%±0.1%2%
8 – Artistic gymnastics and sport gymnastics with equipment1%±0.2%1%±0.1%0%
17 – Wheeled sport (non-motorised)4%±0.4%1%±0.0%3%
Height
1 – Falling, stumbling, jumping, pushed (<0.5 m)2%±0.3%4%±0.1%−2%
2 – Falling, stumbling, jumping, pushed (≥0.5 m and <1.5 m)4%±0.4%4%±0.1%0%
3 – Falling, stumbling, jumping, pushed (≥1.5 m)2%±0.3%2%±0.1%0%
Mode of transportation
1 – Transport means without motor drive8%±0.6%4%±0.1%4%

Prevalence estimates of the labels within the annotated dataset (n = 2,000) and the predictions of the entire dataset, including their difference, from the ED of the University Children’s Hospital Zurich (UCZH) (n = 30,876). Switzerland, 2018–2022.

For most labels, the difference between the prevalence estimations obtained from the annotated dataset and those obtained from the entire dataset is small. However, notable absolute discrepancies exist for certain labels, such as product (baby equipment or children’s product: 6%), activity when injured (sport and physical activity: 6%), place of occurrence (home: 10%).

Discussion

This study investigated the feasibility of utilizing an automated approach to extract multiple injury-related information from narrative (unstructured) medical history texts from a paediatric ED. Three fine-tuning model variants were evaluated: a single model predicting all variables and labels simultaneously (ALL), a model predicting only the variable label (VAR), and separate variable-specific models (IND). Variable-level extraction performance was encouraging across all three variants, demonstrating that the narrative texts contain sufficient injury-relevant information for automated extraction, consistent with our prior utility evaluation [].

Applying the IND model to the full dataset produced prevalence estimates that showed a strong rank correlation with the manually annotated subset (ρ = 0.948), and are broadly consistent with national injury projections and international data, for instance, falls as the leading mechanism of injury in children and adolescents [, ]. Notable absolute discrepancies exist for certain labels (product, activity when injured and place of occurrence). While the precise sources cannot be determined with certainty, these discrepancies may reflect a combination of sampling bias in the annotated subset, systematic under- or over-representation of certain injury contexts in the narrative texts, and the model’s tendency to misclassify semantically similar labels, particularly in categories where training annotations were sparse. The consistency with established epidemiological patterns is encouraging as a plausibility check, but larger and more representative annotated datasets are needed before the model’s use for surveillance purposes.

The hierarchically structured coding system, with its large number of labels across multiple levels, presented a fundamental challenge for automated classification. Adapting the EU-IDB coding system to the paediatric context, was a key prerequisite for model development. Reducing the breath of labels not relevant to children and adolescents improved interrater reliability. However, performance degraded consistently at lower levels of the coding hierarchy across all model variants, with the sharpest drop observed at level 3 (see Figure 2). Reflecting on one side the structural limitation of the data providing limited level of detail present in the ED narrative texts for some variables (e.g., injury circumstances) and greater detail for others (e.g., product). Highlighting a fundamental tension between the granularity of information needed for evidence-based injury prevention and the level of detail routinely captured in clinical documentation []. On the other side, the small number of manual annotations (n = 2,000) illustrates the challenge of “data annotation bottleneck” as identified as a key obstacle in NLP-based automatic extraction approaches in other clinical text data more broadly []. Small training sets also increase the risk of overfitting, limiting the model’s ability to learn robust patterns from rare labels []. In addition, confidence intervals indicate substantial uncertainty for variables with few annotations. This is an expected consequence of the small test set (n = 200) and the uneven label distribution, limiting the strength of conclusions that can be drawn. The number of manual annotations in our feasibility study produced a dataset of sufficient quality for model training to establish important first insights. However, a larger annotated dataset with sufficient examples for lower levels is needed to draw robust conclusions about model performance across the full label space. Underscoring the trade-off between coding granularity, necessary for detailed injury surveillance, and the annotation effort required to achieve reliable model performance at lower levels.

Historically, injury surveillance has relied on manual data entry and interpretation. Applying automated extraction to ED electronic records has the potential to establish comprehensive injury surveillance systems that minimise manual effort while delivering high accuracy [, , ]. Such integration could transform how injury data are collected and used, enabling timely surveillance and more efficient allocation of healthcare resources, ultimately strengthening public health responses and improving patient health outcomes []. International efforts in countries such as Canada and Italy are also attempting to implement AI-based approaches for paediatric injury surveillance [, ]. However, unlike Switzerland, those countries already possess substantial historically annotated injury datasets to draw on.

To our knowledge, this is one of the first studies to classify multiple injury-related text spans from paediatric ED records using a hierarchical coding system, extending beyond the single-variable classification approaches that characterise most prior work [, , ]. Preserving text span context improves interpretability and opens opportunities for automated data enrichment. Future integration of explainable AI techniques for LLMs could further strengthen transparency and clinical trust in model outputs [], addressing one of the key barriers to adopting AI in clinical and public health settings [].

Limitations

Several limitations of this feasibility study should be acknowledged:

First, the complexity of the EU-IDB coding tree posed a substantial challenge for automatic classification. Despite reducing the original coding system, the remaining hierarchical structure proved difficult for the models to navigate, particularly at lower levels where prediction performance declined markedly. Future work should explore whether further reduction of the coding tree, guided by annotation density and surveillance priorities, could improve classification performance without sacrificing the detail need for evidence-based injury prevention.

Second, the small number of manual annotations limited the size of the training and test datasets. To draw robust conclusions about the automated extraction, further evaluation using a larger test dataset with sufficient sample size for all analysed label categories is required. This highlights the necessity of increasing the manually annotated data to provide the basis for further development and enhancements of automated approaches for injury monitoring.

Third, the choice of model architecture and training setup involved trade-offs that may have affected performance. Only a single base model was used for the evaluation. Future work should compare different model sizes and output generation approaches such as reasoning strategies, unavailable at the time of the study. In addition, this baseline should be used to identify which narrative annotations would most improve classification performance. In this way, the manual annotation effort can be optimized so that only as much data is manually annotated as necessary to achieve a useful prediction performance.

Finally, model evaluation was limited in scope. Performance was assessed on a small test set, without cross-validation, which affects the robustness of the reported estimates for labels with a small number of samples in the test set. Further evaluation using human annotations of a blinded sample is needed to distinguish whether limitations stem from insufficient annotations, fine-tuning shortcomings, or inherent text ambiguity.

Conclusion

Our feasibility study provides important first insights on the automatic identification and multi-label classification of text spans containing paediatric injury-relevant information in Switzerland. This approach has the potential to improve currently insufficient injury surveillance and evidence-based prevention in children and adolescents in Switzerland. Prerequisites for the successful application of automated systems include digital access to ED patient records and detailed narrative text input from medical staff.

The results demonstrate that reducing its complexity and adding child-specific labels to the EU-IDB coding tree, enhanced model performance. The remaining hierarchical structure continued to pose challenges. Future work should expand the annotated dataset, systematically evaluate alternative models, integrate most recent methodological advances, and explore continuous active learning strategies to optimise the annotation effort. Model evaluation using larger test sets, evaluation across multiple representative test sets, cross-validation when feasible, and human validation will be required before it can be considered as ready for implementation in child injury surveillance in Switzerland. Data privacy, ethical considerations and transparency are other challenges that must be carefully addressed to ensure a secure and responsible implementation of the approach in using clinical data. Considering these challenges and once the necessary advancements for implementation are achieved, applying automated methods for text span classification while preserving injury context information could enable timely surveillance of injury trends allowing rapid responses to emerging injury patterns and circumstances and thereby supporting evidence-based prevention strategies aimed at improving public health outcomes in children and adolescents.

Statements

Ethics statement

The studies involving humans were approved by the Ethics Committee of the canton of Zurich (BASEC-Nr.: 2023-01947). The studies were conducted in accordance with the local legislation and institutional requirements. Written informed consent for participation in this study was provided by the participants’ legal guardians/next of kin.

Author contributions

All authors actively participated in different stages of the study. JD and JB acquired the funding and developed the study design. SF, JD and AZ were responsible for the planning and manual labelling of the study, while FS and JB performed the AI model design, training and performance evaluation. DM, SN and MB were involved as injury experts and MS was involved as paediatric ED expert in all stages of the study. SF and FS designed the paper and wrote a first draft of the manuscript. All authors contributed to the final manuscript and approved the submitted version.

Funding

The author(s) declared that financial support was received for this work and/or its publication. The authors declare that this study was funded by the Swiss Council for Accident Prevention BFU, under contract number 23-3901.

Conflict of interest

The authors declare that they do not have any conflicts of interest.

Generative AI statement

The author(s) declared that generative AI was not used in the creation of this manuscript.

Any alternative text (alt text) provided alongside figures in this article has been generated by Frontiers with the support of artificial intelligence and reasonable efforts have been made to ensure accuracy, including review by the authors wherever possible. If you identify any issues, please contact us.

References

Summary

Keywords

artificial intelligence, children and adolescents, injury, prevention, surveillance

Citation

Feer S, Saaro FM, Zysset A, Bächli M, Nieman S, Meier D, Seiler M, Bogojeska J and Dratva J (2026) AI powered patient records analysis for injury surveillance in children and adolescents – a feasibility study from Switzerland. Int. J. Public Health 71:1609472. doi: 10.3389/ijph.2026.1609472

Received

21 December 2025

Revised

22 June 2026

Accepted

15 July 2026

Published

19 August 2026

Volume

71 - 2026

Edited by

Gabriel Gulis, University of Southern Denmark, Denmark

Reviewed by

Lukas Novak, Olomouc University Social Health Institute (OUSHI), Czechia

Dragan Stoll, ZHAW Zurcher Hochschule fur Angewandte Wissenschaften Departement Soziale Arbeit, Switzerland

Updates

Copyright

*Correspondence: Sonja Feer,

† These authors share first authorship

‡ These authors share last authorship

This Original Article is part of the IJPH Special Issue “Artificial Intelligence (AI) and Public Health”

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article