Abstract
Background: Processing data from electronic health records (EHRs) to build research-grade databases is a lengthy and expensive process. Modern arthroplasty practice commonly uses multiple sites of care, including clinics and ambulatory care centers. However, most private data systems prevent obtaining usable insights for clinical practice.
Objective: This study aims to create an automated natural language processing (NLP) pipeline for extracting clinical concepts from EHRs related to orthopedic outpatient visits, hospitalizations, and surgeries in a multicenter, single-surgeon practice. The pipeline was also used to assess therapies and complications after total hip arthroplasty (THA).
Methods: EHRs of 1290 patients undergoing primary THA from January 1, 2012 to December 31, 2019 (operated and followed by the same surgeon) were processed using artificial intelligence (AI)–based models (NLP and machine learning). In addition, 3 independent medical reviewers generated a gold standard using 100 randomly selected EHRs. The algorithm processed the entire database from different EHR systems, generating an aggregated clinical data warehouse. An additional manual control arm was used for data quality control.
Results: The algorithm was as accurate as human reviewers (0.95 vs 0.94; P=.01), achieving a database-wide average F1-score of 0.92 (SD 0.09; range 0.67‐0.99), validating its use as an automated data extraction tool. During the first year after direct anterior THA, 92.1% (1188/1290) of our population had a complication-free recovery. In 7.9% (102/1290) of cases where surgery or recovery was not uneventful, lateral femoral cutaneous nerve sensitivity (47/1290, 3.6%), intraoperative fractures (13/1290, 1%), and hematoma (9/1290, 0.7%) were the most common complications.
Conclusions: Algorithm evaluation of this dataset accurately represented key clinical information swiftly, compared with human reviewers. This technology may provide substantial value for future surgeon practice and patient counseling. Furthermore, the low early complication rate of direct anterior THA in this surgeon’s hands was supported by the dataset, which included data from all treated patients in a multicenter practice.
doi:10.2196/64705
Keywords
Introduction
Total hip arthroplasty (THA) is one of the most effective orthopedic procedures [
]. The number of THAs is projected to rise, along with its impact on health care resources [ ]. However, more government funding requires efficient quality control and accountability. Quality monitoring is expected to have a bigger impact on orthopedic practices and on medicine as a whole in the near future. Unfortunately, many surgeons working in nonacademic settings frequently lack the resources and financing needed to properly evaluate the quality of patient care they provide. The broad adoption of electronic health records (EHRs) simplifies access to vast amounts of medical data and facilitates data analysis.Despite how inefficient and time-consuming manual review is, it remains the gold standard for reviewing medical information. Research has shown that systematic reporting of postoperative orthopedic surgical adverse events is infrequent [
], despite the low complication rates associated with THA. Monitoring the standard of care after THA is still challenging, since evaluating sufficient records in a timely manner is a complex task. Using natural language processing (NLP) technology, we developed a system that can extract relevant postoperative problems from unstructured EHR data [ ]. We questioned whether such an AI-supported approach might be used to provide precise, continuing feedback on the quality of care provided after THA in a high-volume, nonacademic clinical setting. We assumed that a computer algorithm would perform at least as well as a human reviewer, which is considered the industry standard.The primary goal of this study was, therefore, to design and develop an automated NLP pipeline for extracting clinical concepts from reports on outpatients, hospitalizations, and surgeries from a single surgeon, multicenter practice. Using the pipeline, the secondary goal was to examine and evaluate therapies and complications following THA.
Methods
Ethical Considerations
Patients were invited to participate in the research on the direct anterior approach (DAA) of hip replacement. Informed consent for the use of patient data in this retrospective study was obtained as part of the institutional review board (IRB) protocol (WCG IRB Protocol 20225993). Patients undergoing surgery were provided with a consent form at the time of intake, which was signed before the procedure. Patients who continued to be followed up subsequently signed consent forms that were applicable retrospectively. Data were anonymized before analysis.
Patient Selection
Data from 1290 patients undergoing 1304 primary DAA THAs using a Hana Orthopedic Surgery Table (Mizuho OSI), with the same surgical team and implants. Data was collected from January 1, 2012 to December 31, 2019, and analyzed retrospectively. Exclusion criteria included age under 18 years, failure to provide informed consent, and revision surgery.
Follow-Up Schedule
Patients were followed preoperatively and postoperatively at 2 weeks, 6 weeks, 3 months (on a per-case basis), and 1 year. The algorithm screened EHRs for key sentences, words, and clinical definitions that were compiled by the surgical team.
Adverse Event Classification
A list of 19 complications based on the study of the Hip Society THA Complications Workgroup was compiled [
]. A separate category was added for lower back pain, sciatica, or both. Treatment was categorized as either conservative or interventional.EHR Data Structure and Documentation Variability
The study used EHR systems that capture all patient interactions across the health system. Documentation varied by note type: operative reports were dictated using a standardized format, with intraoperative complications documented in a dedicated subsection. Radiographic reports, however, were dictated by multiple radiologists without a uniform structure. Complications were often identifiable through multiple associated notes across different document types. Implant records were dictated directly from intraoperative purchasing logs, ensuring high reliability. The NLP algorithm flagged typographical errors in dictated notes that human reviewers overlooked.
Gold Standard Adjudication Process
To ensure consistency in the gold standard corpus used for training the algorithm, all discrepancies among reviewers were resolved through senior adjudication. When ambiguities were identified in a case, they were escalated to the senior author, who conducted a thorough review of the full case file. Final determinations were made based on clinical expertise and consensus, ensuring a standardized and reliable reference dataset.
NLP Pipeline Development and Validation
The NLP pipeline was developed and validated in 3 phases, as described by Van de Meulebroucke et al [
]. First, a training set of 50 EHRs was annotated to generate relevant input, since a sample size of 50 EHRs was previously found sufficient to achieve accuracy over 90% [ ]. Second, an independent gold standard was generated through manual review by 3 independent surgeons of a derivation cohort of 100 EHRs. Third, the entire dataset of 1290 patients was manually reviewed to calculate the algorithm’s recall, precision, and F1-score. Patient records were analyzed using standard procedures of each center’s EHR system by a manual reviewer.The pipeline uses a text mining engine based on machine learning and NLP to extract important concepts from EHRs. The NLP pipeline incorporates several preprocessing steps, including language detection, sentence segmentation, and tokenization, to prepare unstructured EHR text for analysis. The core architecture is based on a deep learning model fine-tuned on large-scale clinical datasets and adapted for domain-specific tasks in orthopedics. Named entity recognition identifies relevant medical concepts, relation extraction determines associations between entities, and attribute extraction captures features such as negations and temporal qualifiers. Processed outputs were mapped to Unified Medical Language System (UMLS) Concept Unique Identifiers (CUIs), which includes standard terminologies like the Systematized Nomenclature of Medicine-Clinical Terms (SNOMED-CT). Mapping was performed by a probabilistic entity-linking algorithm that integrates semantic ranking and term preferences, ensuring precise and standardized representation. In addition, the processed data were standardized using the Observational Medical Outcomes Partnership Common Data Model, which harmonizes structured and unstructured data from different EHR systems into a unified format. This approach enables the efficient processing of unstructured clinical text and supports the accurate extraction and mapping of clinical concepts.
Complications and their respective treatment, along with other clinical features, were collected into a database and standardized using UMLS CUIs. The NLP tool mined variables from the full set of source data within EHRs, including, but not limited to, clinical notes, primary care records, radiology reports, laboratory results, discharge summaries, and surgical documentation. The full list of study variables is shown in
. To assess accuracy, a scoring system was established such that one point was given to each correct clinical concept, extracted by the algorithm or the human reviewer ( ). Correct clinical concepts referred to those matching the gold standard. Precision, recall, and F1-score were used as statistical parameters to reflect the performance of the algorithm, as calculated with R (R Foundation for Statistical Computing) statistical programming ( ).
Definition | Calculation | |
Accuracy | Percentage (%) of relevant concepts extracted by method A/B. | Number of concepts÷total number of concepts expected to be extracted |
Recall or sensitivity | Ratio between all identified concepts and all existing concepts in a given text (0‐1). | True positives÷(true positives+false negatives) |
Precision | Ratio between all adequately identified concepts and all identified concepts (0‐1). | True positives÷(true positives+false positives) |
F1-score | Harmonic mean of recall and precision (0‐1). | 2×(recall×precision)÷(recall+precision) |
Statistical Analysis
For categorical values, the number of patients (n) and relative proportions (%) are shown.
Checks for accuracy, recall, and precision involved measuring model outcomes against a gold standard created by human annotators. The F1-score assesses the trade-off between precision and recall by calculating their harmonic mean (
).Results
Performance of the NLP Pipeline
compares the accuracy of human reviewers to an algorithm on various aspects of 100 patient records. Overall, the algorithm was slightly more accurate than human reviewers, with an accuracy of 0.952 compared with 0.945 for human reviewers, a difference of 0.007 (P=.01). The most notable differences in accuracy between the algorithm and human reviewers were on the variables of weight (0.24 difference in accuracy), revision (0.06 difference), and offset (0.02 difference), all of which were detected more accurately by the algorithm. The algorithm was less accurate on variables such as cup size, prosthetic loosening, and heterotopic ossification grade, though with small differences in accuracy ranging from −0.06 to 0.04.
In order to further assess the quality of data extracted by the algorithm, we calculated statistical parameters such as recall, precision, and F1-score of the different variables detected in the study, as defined in
. The results shown in reflect that for most variables, the recall and F1-score are high, indicating that the model is able to correctly identify the presence of the clinical variables in the data. The average values for all the variables show an overall high performance of the model.Human reviewer accuracy | Algorithm accuracy | Delta | |
Antibiotics | 1 | 1 | 0 |
Blood loss | 1 | 0.98 | −0.02 |
Cup size | 0.98 | 0.92 | −0.06 |
Date of procedure | 0.98 | 0.98 | 0 |
Dislocation | 0.96 | 0.94 | −0.02 |
Fracture | 0.98 | 0.96 | −0.02 |
Heterotopic ossification grade | 0.9 | 0.92 | 0.02 |
Offset | 1 | 0.98 | −0.02 |
Pain killer | 0.96 | 0.96 | 0 |
Primary arthrosis | 0.98 | 0.98 | 0 |
Prosthesis manufacturer | 0.94 | 0.96 | 0.02 |
Prosthetic loosening | 0.96 | 0.92 | −0.04 |
Psoas tendinopathy | 1 | 0.96 | −0.04 |
Range of motion | 0.86 | 0.88 | 0.02 |
Revision | 0.9 | 0.96 | 0.06 |
Steel type | 0.9 | 0.92 | 0.02 |
Surgery duration | 1 | 0.98 | −0.02 |
Thromboembolism | 1 | 0.98 | −0.02 |
Weight | 0.64 | 0.88 | 0.24 |
Wound infection | 0.96 | 0.98 | 0.02 |
Total | 0.945 | 0.952 | 0.007 |
Recall | Precision | F1-score | |
Superficial wound infection | 1 | 0.88 | 0.94 |
Heterotopic ossification | 0.92 | 0.95 | 0.93 |
Lower back pain | 1 | 0.98 | 0.99 |
Peri-prosthetic Infection | 0.98 | 0.95 | 0.96 |
Wound infection | 0.95 | 0.82 | 0.88 |
Dislocation | 1 | 0.99 | 0.99 |
Revision | 1 | 0.97 | 0.98 |
Intra-operative fracture | 1 | 0.99 | 0.99 |
Post-operative fracture | 1 | 0.89 | 0.94 |
Bleeding | 0.95 | 0.65 | 0.77 |
Prosthetic loosening | 1 | 0.98 | 0.99 |
Pain | 0.97 | 0.88 | 0.92 |
Nerve injury | 0.89 | 0.92 | 0.90 |
Psoas burden | 0.99 | 0.99 | 0.99 |
Sciatica | 0.75 | 0.88 | 0.81 |
Vascular systems injury | 1 | 0.5 | 0.67 |
Average | 0.96 | 0.89 | 0.92 |
Complications and Interventions of DAA THA
The mean age of the patients included in the dataset was 63.5 (SD 9.6) years and 57.4% (740/1290) were women. The complications during the first year after direct anterior THA in these patients are shown in
, as well as the conservative or interventional treatment of these clinical outcomes.Soft tissue complications were the most common type of complication observed in patients undergoing THA. The most common type of soft tissue complication was sensory deficit (47/1290, 3.6%), followed by hematoma (9/1290, 0.7%) and superficial wound infection (3/1290, 0.2%). No incidents of bleeding, prolonged wound drainage, motor nerve deficit, vascular injury, or sciatica were reported. Regarding mechanical complications, periprosthetic fractures occurred in 1.4% of cases (18/1290; 13 intraoperatively and 5 postoperatively), and instability occurred in 0.5% (7/1290) of cases. Implant fracture, cup-liner dislocation and osteolysis were not reported.
shows interventions in the 1-year postoperative period. The most common interventions were intraoperative (cerclage and wiring), which account for 1% (n=13) of cases. Readmission was detected in 0.9% (n=12) of patients. Other interventions such as aspiration, wound debridement, closed reduction, osteosynthesis or cerclage, and revision, each account for less than 1% of cases.
Complication subgroup | Total, n (%) | Conservative treatment, n (%) | Interventional treatment, n (%) |
Soft tissue complications: wounds | |||
Bleeding | 0 (0) | 0 (0) | 0 (0) |
Hematoma | 9 (0.7) | 6 (0.5) | 3 (0.2) |
Prolonged wound drainage | 1 (0.1) | 0 (0) | 1 (0.1) |
Soft tissue complications: infection | |||
Superficial wound infection | 3 (0.2) | 3 (0.2) | 0 (0) |
Deep PJI | 3 (0.2) | 0 (0) | 3 (0.2) |
Soft tissue complications: neural deficit | |||
Motor nerve deficit | 0 (0) | 0 (0) | 0 (0) |
Transient sensory deficit (LFCN | sensitivity)47 (3.6) | 47 (3.6) | 0 (0) |
Soft tissue complications: lower back pain | |||
Lumbago | 6 (0.5) | 6 (0.5) | 0 (0) |
Sciatica | 1 (0.1) | 1 (0.1) | 0 (0) |
Soft tissue complications: other | |||
Vascular Injury | 0 (0) | 0 (0) | 0 (0) |
Heterotopic Ossification | 2 (0.2) | 2 (0.2) | 0 (0) |
Thromboembolic disease | 3 (0.2) | 3 (0.2) | 0 (0) |
Mechanical complications: periprosthetic fracture | |||
Intraoperative | 13 (1) | 0 (0) | 13 (1) |
Postoperative | 5 (0.4) | 0 (0) | 5 (0.4) |
Mechanical complications: other | |||
Instability | 7 (0.5) | 3 (0.2) | 4 (0.3) |
Implant fracture | 0 (0) | 0 (0) | 0 (0) |
Loosening | 2 (0.2) | 0 (0) | 2 (0.2) |
Cup-liner dislocation | 0 (0) | 0 (0) | 0 (0) |
Bearing surface wear | 1 (0.1) | 0 (0) | 1 (0.1) |
Osteolysis | 0 (0) | 0 (0) | 0 (0) |
aPJI: prosthetic joint infection.
bLFCN: lateral femoral cutaneous nerve.
Intervention | Values (n=1290), n (%) |
Intraoperative | |
Cerclage and wiring | 13 (1) |
Outpatient | |
Infiltration | 0 (0) |
Aspiration | 3 (0.2) |
Reoperation | |
Wound debridement | 2 (0.2) |
Closed reduction | 2 (0.2) |
Osteosynthesis or cerclage | 2 (0.2) |
Other | |
Revision | 9 (0.7) |
Readmission | 12 (0.9) |
Discussion
Principal Findings
This study reflects the use of AI techniques to streamline and improve data capture from EHRs, in line with the current need for innovative solutions to obtain meaningful information from existing data sources in the field of orthopedics [
]. AI-supported automation, substantiated in the first step by directly comparing it with a manual review of a random sample of patients, showed no statistical differences in accuracy across all compared clinical concepts. Subsequently, application of the algorithm to the entire dataset generated very high F1-scores, therefore, validating its ability to detect positive results in our cohort with a high degree of precision and recall. This allowed a single-surgeon registry to be populated from existing health data within EHRs in a very short period of time. The NLP pipeline handled documentation variability using named entity recognition, probabilistic entity linking, and attribute extraction, allowing synonym recognition and standardization to SNOMED-CT and UMLS CUIs. This data-driven approach ensured robust identification of complications across different documentation sources. Furthermore, the methodology deployed in this study allows for inclusion of data from different software sources, which can be a limitation of single-surgeon registries that must be populated from diverse clinics or ambulatory care centers. The resulting multicenter, single-surgeon database is comparable in its granularity to single-system registries populated with conventional methods, circumventing the complexity of a system that is becoming increasingly fragmented.The methodology that was previously described in a smaller cohort of Dutch patients is validated here in a multicenter, US-based practice, screening records in English from 1290 patients over an 8-year period at high accuracy [
]. It also demonstrates its usefulness in the nonacademic setting, compared with previous studies at academic centers [ , ]. Analysis of such a large cohort from a single surgeon permitted categorization of frequent concepts without needing to account for the confounding variables of different techniques and complication rates of multiple surgeons [ ].Our dataset split balances annotation feasibility and model performance, following previous clinical NLP studies. Small, high-quality training sets have been shown to be effective in constrained domains, particularly when leveraging structured reporting patterns [
]. The chosen test set size aligns with established practices in clinical NLP research [ ]. Instead of relying solely on predefined training-validation-test ratios, we incorporated post hoc validation on a large dataset to assess generalizability, a common strategy in clinical text mining [ , ].In addition, clinical insight was also gained regarding the frequency and management of complications over a 1-year period. While the study highlights the effectiveness of NLP tools in single surgeon practices, extensive datasets can greatly benefit from its capabilities. NLP tools offer versatility in both big data settings and smaller subsets, enabling comprehensive analysis across various practice settings and facilitating evaluation of outcomes, for example, relative to regional averages or previously published work.
Ultimately, concept detection and extraction of the pipeline demonstrated accuracy on par with human reviewers at a fraction of the cost and time required for manual chart review. Validation is a necessary step for algorithm use that benefits from physicians’ feedback through annotation. This input is necessary to test algorithm performance, to calibrate the algorithm’s rates of false positives and false negatives, and to examine if clinical use of algorithms leads to better research insights and health care services [
]. The ease and high degree of fidelity of concept extraction by the algorithm in this study facilitated longitudinal evaluation of clinical complications, and importantly, also precluded the need to manually filter through patient charts, which is time-consuming [ ].Comparison With Previous Work
The representativeness of the methodology in this study is hence reflected by the frequency of the complications, which falls within the lower range of previously described cohorts [
]. For instance, a frequency of 1% of periprosthetic fractures was detected, which was the most common intraoperative complication in this study, and was found to be 2.1%, 1.6%, and 1.1% in other cohorts [ , , ]. Other similar comparisons show that revisions were detected in 0.7% (9/1290) of patients in our study vs 2.1% (5/239) and 1.6% (3/187), and prosthetic joint infection, at 0.2% (3/1290) in our study, appeared in 1.3% (3/239) and 1.6% (3/187) of patients in the aforementioned studies [ , ]. In a prospective comparison of DAA to posterior approach THA (43 DAA THAs in total), 2.3% (1/43) had hematoma vs 0.7% (9/1290) in our study, 2.3% (1/43) presented heterotopic ossification vs 0.2% (3/1290) shown here, and neither study detected dislocations [ ]. Therefore, the results obtained using the validated, NLP-driven methodology shown here also highlight the quality of practice of the surgeon, for the complications described in this study fall within the lower range of those previously described in the literature [ , - ].Limitations
As is the case in real-world evidence studies, there are certain limitations to consider for this study, such as missing values for certain variables. Regarding rare concepts such as bleeding, the scarcity of terms found in the EHRs may hinder algorithm training. The algorithm solely focused on patients undergoing DAA THA, which is the method used by the surgeon, but its validity could be further strengthened by expanding the analyses to other populations. In addition, the quality of records kept at each site determines the quality of algorithm training, highlighting the need for ongoing validation processes as the database expands. Missing structured data were treated as true absences and were not imputed. For unstructured text, missing values could reflect a lack of documentation or true absences. Manual review helped assess whether missing information stemmed from documentation gaps or NLP constraints. While a single-surgeon dataset ensures consistency in surgical technique and documentation style, it may limit generalizability to other surgical practices. However, the inclusion of multisource EHR data and independent validation by multiple reviewers helps mitigate this potential bias.
Conclusions
In this study, the NLP pipeline proved highly effective in improving data capture and enhancing clinical outcomes analysis following DAA THA, overcoming constraints linked to single-surgeon registries, which typically require data aggregation from multiple care sites. It holds significant potential for future orthopedic studies, providing accurate and cost-effective insights. In addition, the dataset supports the low early complication rate of direct anterior THA in this surgeon’s multicenter practice.
Conflicts of Interest
NHM declares the following conflicts of interest: royalties from Medenvision and Synthes; speakers bureau or paid presentations for DePuy, Medenvision, and Mizuho/OSI; paid consultancy for Medacta USA and Medenvision; stock or stock options in DEO, Docspera, Ostaudio, OutcomeMD, and Radlink; board member of the Anterior Hip Foundation. DH is part of the management and CLO is an employee at LynxCare, Inc.
Data sources, categories, and concept unique identifiers of all clinical data points.
DOCX File, 38 KBReferences
- Learmonth ID, Young C, Rorabeck C. The operation of the century: total hip replacement. The Lancet. Oct 2007;370(9597):1508-1519. [CrossRef]
- Lee GC, Marconi D. Complications following direct anterior hip procedures: costs to both patients and surgeons. J Arthroplasty. Sep 2015;30(9 Suppl):98-101. [CrossRef] [Medline]
- Bozic KJ, Grosso LM, Lin Z, et al. Variation in hospital-level risk-standardized complication rates following elective primary total hip and knee arthroplasty. J Bone Joint Surg Am. Apr 16, 2014;96(8):640-647. [CrossRef] [Medline]
- Van de Meulebroucke C, Beckers J, Corten K. What can we expect following anterior total hip arthroplasty on a regular operating table? A validation study of an artificial intelligence algorithm to monitor adverse events in a high-volume, nonacademic setting. J Arthroplasty. Oct 2019;34(10):2260-2266. [CrossRef] [Medline]
- Healy WL, Iorio R, Clair AJ, Pellegrini VD, Della Valle CJ, Berend KR. Complications of total hip arthroplasty: standardized list, definitions, and stratification developed by the hip society. Clin Orthop Relat Res. Feb 2016;474(2):357-364. [CrossRef] [Medline]
- Zsidai B, Kaarre J, Hilkert AS, et al. Accelerated evidence synthesis in orthopaedics-the roles of natural language processing, expert annotation and large language models. J Exp Orthop. Sep 28, 2023;10(1):99. [CrossRef] [Medline]
- Wyles CC, Tibbo ME, Fu S, et al. Use of natural language processing algorithms to identify common data elements in operative notes for total hip arthroplasty. J Bone Joint Surg Am. Nov 6, 2019;101(21):1931-1938. [CrossRef] [Medline]
- Flores-Balado Á, Castresana Méndez C, Herrero González A, et al. Using artificial intelligence to reduce orthopedic surgical site infection surveillance workload: algorithm design, validation, and implementation in 4 Spanish hospitals. Am J Infect Control. Nov 2023;51(11):1225-1229. [CrossRef] [Medline]
- Frenkel Rutenberg T, Vitenberg M, Daglan E, Kadar A, Shemesh S. Single surgeon versus co-surgeons in primary total joint arthroplasty: does “two is better than one” apply to surgeons? J Pers Med. Oct 9, 2022;12(10):1683. [CrossRef] [Medline]
- Liu S, Wen A, Wang L, et al. An open natural language processing (NLP) framework for EHR-based clinical research: a case demonstration using the National COVID Cohort Collaborative (N3C). J Am Med Inform Assoc. Nov 17, 2023;30(12):2036-2040. [CrossRef] [Medline]
- Johnson AEW, Pollard TJ, Shen L, et al. MIMIC-III, a freely accessible critical care database. Sci Data. May 24, 2016;3(1):160035. [CrossRef] [Medline]
- Chapman WW, Nadkarni PM, Hirschman L, D’Avolio LW, Savova GK, Uzuner O. Overcoming barriers to NLP for clinical text: the role of shared tasks and the need for additional creative solutions. J Am Med Inform Assoc. 2011;18(5):540-543. [CrossRef] [Medline]
- Uzuner O, Solti I, Cadag E. Extracting medication information from clinical text. J Am Med Inform Assoc. 2010;17(5):514-518. [CrossRef] [Medline]
- Gundersen T, Bærøe K. The future ethics of artificial intelligence in medicine: making sense of collaborative models. Sci Eng Ethics. Apr 1, 2022;28(2):17. [CrossRef] [Medline]
- Gauthier MP, Law JH, Le LW, et al. Automating access to real-world evidence. JTO Clin Res Rep. Jun 2022;3(6):100340. [CrossRef] [Medline]
- Alva A, Nizam I, Gogos S. Minimizing complications in bikini incision direct anterior approach total hip arthroplasty: a single surgeon series of 865 cases. J Exp Orthop. Jan 4, 2021;8(1):1. [CrossRef] [Medline]
- Soza D, Pujol O, Lara Y, Castellanos S, Hernández A, Barro V. A comparative of a single novice surgeon’s direct anterior approach and posterior approach learning curves in total hip arthroplasty: a retrospective cohort study. Eur J Orthop Surg Traumatol. May 2022;32(4):767-774. [CrossRef] [Medline]
- Barrett WP, Turner SE, Leopold JP. Prospective randomized study of direct anterior vs postero-lateral approach for total hip arthroplasty. J Arthroplasty. Oct 2013;28(9):1634-1638. [CrossRef] [Medline]
- Wernly D, Wegrzyn J, Lallemand G, Mahlouly J, Tissot C, Antoniadis A. Total hip arthroplasty through the direct anterior approach with and without the use of a traction table: a matched-control, retrospective, single-surgeon study. J Orthop Surg Res. Jan 11, 2021;16(1):45. [CrossRef] [Medline]
- De Geest T, Fennema P, Lenaerts G, De Loore G. Adverse effects associated with the direct anterior approach for total hip arthroplasty: a Bayesian meta-analysis. Arch Orthop Trauma Surg. Aug 2015;135(8):1183-1192. [CrossRef] [Medline]
Abbreviations
AI: artificial intelligence |
CUI: Concept Unique Identifier |
DAA: direct anterior approach |
EHR: electronic health record |
NLP: natural language processing |
SNOMED-CT: Systematized Nomenclature of Medicine-Clinical Terms |
THA: total hip arthroplasty |
UMLS: Unified Medical Language System |
Edited by Christian Lovis; submitted 24.07.24; peer-reviewed by Akhil Chaturvedi, Benjamin Senst, Lokesh Chinthala; final revised version received 30.01.25; accepted 16.02.25; published 12.03.25.
Copyright© Nicholas H Mast, Clara L Oeste, Dries Hens. Originally published in JMIR Medical Informatics (https://medinform.jmir.org), 12.3.2025.
This is an open-access article distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work, first published in JMIR Medical Informatics, is properly cited. The complete bibliographic information, a link to the original publication on https://medinform.jmir.org/, as well as this copyright and license information must be included.