1.Cost-effectiveness analysis of cefiderocol for the treatment of confirmed or suspected carbapenem-resistant Gram-negative bacteria serious infections
Yuan GONG ; Shuo KANG ; Yibing HOU ; Xiaohui WANG ; Ying NIE ; Jing WANG ; Zhenhua PAN
China Pharmacy 2026;37(2):192-197
OBJECTIVE To evaluate the cost-effectiveness of cefiderocol versus best available therapy (BAT) or standard-of- care (SOC) for the treatment of confirmed or suspected carbapenem-resistant Gram-negative bacterial (CRGNB) serious infections from the perspective of the Chinese healthcare system, and to explore its reasonable pricing. METHODS A decision tree model was constructed based on data from two phase Ⅲ clinical trials (CREDIBLE-CR and GAME CHANGER) to simulate the cost- effectiveness of cefiderocol in two scenarios: salvage therapy for confirmed CRGNB infection (scenario 1) and empirical therapy for suspected CRGNB infection (scenario 2). The primary outcome measure was the incremental cost-effectiveness ratio (ICER). The willingness-to-pay (WTP) was set at 1 to 3 times China’s per capita GDP in 2024. To verify the robustness of the results, one- way and probabilistic sensitivity analyses were conducted, and based on these, a reasonable price range for cefiderocol in the Chinese market was explored. RESULTS The results for scenario 1 showed that the clinical cure rate in the cefiderocol group was higher than that in the BAT group (47.50% vs. 34.21%), but its ICER was 415 065.03 yuan per cured case, exceeding three times China’s GDP per capita. Scenario 2 revealed that the ICER for cefiderocol relative to SOC was as high as 1 362 446.16 yuan per cured case, far exceeding the WTP. Sensitivity analysis indicated that the treatment duration and price of cefiderocol were key factors affecting its cost-effectiveness. In the two scenarios described above, the unit price of cefiderocol must fall below 683.47 and 242.00 yuan/g, respectively, to be considered cost-effective. CONCLUSIONS Based on the current market price, cefiderocol lacks sufficient cost-effectiveness for treating confirmed or suspected CRGNB serious infections within China’s healthcare system. To improve its accessibility, price negotiations or a tiered medical insurance payment strategy are required.
2.Application of frontal electroencephalogram in assessment of anxiety, depression,and sleep quality in adolescents with emotional disorders
Ying YANG ; Haiting XU ; Weigang PAN ; Xinpeng XU ; Siyuan LIU ; Xiaohong LI
Sichuan Mental Health 2026;39(2):112-118
BackgroundEmotional disorders in adolescents have emerged as a prominent issue in recent years. Current mainstream clinical assessment approaches for such conditions predominantly rely on interviews and rating scales, which are limited by inherent drawbacks such as high subjectivity and recall bias. Accordingly, there exists an urgent clinical need for the development of objective, quantifiable auxiliary diagnostic tools.In previous studies, frontal electroencephalography (EEG) has demonstrated significant value in assessing depressive and anxiety. However, the lack of standardized quantitative metrics and intuitive visual analytical approaches has severely restricted clinical interpretability of EEG data and diminished patient engagement. To address these key limitations, the present study proposes an innovative analytical framework that converts frontal EEG signals into quantifiable visual metrics to enhance clinical comprehension and acceptance. ObjectiveTo explore the value of frontal EEG in assessing anxiety, depression, and sleep quality in adolescents with emotional disorders, with the aim of providing objective auxiliary tools for clinical diagnosis and assessment of adolescents with emotional disorders. MethodsThis cross-sectional study recruited 105 adolescents aged 12-18 years who visited the outpatient department of a specialized mental hospital in Beijing from April 2023 to April 2024. All participants met the diagnostic criteria for mood (affective) disorders or anxiety disorders in the International Classification of Diseases, tenth edition (ICD-10). Frontal EEG signals were collected within a big data analytics-driven framework and further processed by EEG system to generate six quantitative cerebral function indices, namely brain load, tension and excitement, emotional stress, sleepiness index, cerebral vitality, and cerebral fatigue. In addition, validated standardized scales, including the Self-rating Anxiety Scale (SAS), the Self-rating Depression Scale (SDS), and the Pittsburgh Sleep Quality Index (PSQI), were administered for anxiety, depressive symptoms, and sleep quality, respectively. ResultsIn adolescent patients with emotional disorders, the SAS score exhibited significant positive correlations with brain load (rs=0.328, P<0.01), emotional stress (rs=0.341, P<0.01), and cerebral fatigue (rs=0.286, P<0.01). The SDS score was positively correlated with brain load (rs=0.275, P<0.01), emotional stress (rs=0.241, P<0.05), and cerebral fatigue (rs=0.311, P<0.01), while showing a significant negative correlation with cerebral vitality (rs=-0.212, P<0.05). Additionally, the PSQI total score demonstrated positive correlations with brain load (rs=0.340, P<0.01), emotional stress (rs=0.322, P<0.01), and cerebral fatigue (rs=0.229, P<0.05). ConclusionFrontal EEG-derived indices, including brain load, emotional stress, cerebral fatigue and cerebral vitality, may serve as objective markers for reflecting anxiety, depression, and sleep quality in adolescents with emotional disorders. [Funded by Beijing High level Innovation and Entrepreneurship Talent Support Program (number, 202504841041); Horizontal Joint Project]
3.Pathogenesis Reasoning Chain-of-thought Supervision for Large Language Models: Syndrome Manifestation Recognition and Multidimensional Evaluation in Spleen-stomach Disorders
Shu-Han YANG ; Yu-Xin HU ; Xin-Yu YU ; Yu-Ying TU ; Yi-Chang ZANG ; Pan-Fei LI
Progress in Biochemistry and Biophysics 2026;53(5):1240-1263
ObjectiveThe essence of syndrome manifestation recognition in traditional Chinese medicine (TCM) is to infer the body’s latent pathogenesis state from clinical observational information, rather than to perform simple label matching. However, previous studies have largely modeled this task as syndrome pattern classification within a fixed label space, which does not adequately reflect the cognition process of TCM syndrome differentiation centered on pathogenesis reasoning, and is also insufficient to capture the openness, semantic variability, and cross-disease reusability of syndrome manifestation expression. This study aimed to investigate whether introducing pathogenesis reasoning chain-of-thought (PR-CoT) supervision into large language models (LLMs) could improve the quality and cognitive consistency of syndrome manifestation recognition and support cross-disease transfer. MethodsSyndrome manifestation recognition was formulated as a conditional generation task under the framework of clinical observational information (X)→pathogenesis structure (Z)→syndrome pattern output (Y), where Z serves as an explicit intermediate structural variable linking the clinical evidence and syndrome judgment. Within this framework, a PR-CoT-supervised dataset for syndrome manifestation recognition was constructed based on medical case records of spleen-stomach disorders. After preprocessing, information extraction, manual proofreading, and data cleaning, the dataset comprised 4 800 training cases, 400 development cases, and 400 test cases. Each sample was annotated with a structured PR-CoT consisting of three progressive levels: clinical information summarization, comprehensive pathogenesis analysis, and syndrome pattern output. Supervised fine-tuning was conducted on open-source LLMs, with an end-to-end model serving as the baseline. Qwen3-32B was used as the primary experimental model, and Qwen3-14B as the scale comparison model. A progressive multidimensional evaluation framework was further established, comprising a structural parsing level, a semantic similarity level, and an expert blind review level. At the structural parsing level, syndrome pattern expressions were decomposed into structural elements and evaluated using Precision, Recall, F1 score, and Jaccard similarity. At the semantic similarity level, independent LLMs scored the theoretical proximity between predicted and reference syndrome patterns. At the expert blind review level, three TCM experts independently evaluated model outputs on two dimensions: syndrome differentiation consistency and terminology standardization of syndrome patterns. In addition, zero-shot cross-disease transfer evaluation was conducted on gynecological and heart-system disorder test sets. ResultsAt the structural parsing level, PR-CoT supervision did not lead to a stable improvement in the element-wise overlap of syndrome pattern structural components. Compared with the corresponding baselines, neither Qwen3-32B nor Qwen3-14B showed consistent advantages in structural matching metrics after the introduction of PR-CoT supervision. In contrast, at the semantic similarity level, PR-CoT supervision produced stable positive gains across different model scales and evaluation systems. The average semantic score of Qwen3-32B increased from 6.425 8 in the baseline model to 6.585 0 after PR-CoT supervision, and that of Qwen3-14B increased from 5.870 0 to 5.964 2. At the expert blind review level, the overall score of Qwen3-32B (PR-CoT) was 7.026 0±0.107 7, higher than 6.416 3±0.288 9 for its baseline. In zero-shot cross-disease testing, the PR-CoT model still showed advantages in semantic evaluation and expert evaluation on both gynecological and heart-system disorder test sets, indicating a certain degree of transferability. ConclusionThe benefits of PR-CoT supervision are mainly reflected in TCM semantic consistency and clinical plausibility, rather than in improved hard matching of structural elements. These findings support understanding syndrome manifestation recognition as a process of generating and expressing latent pathogenesis structures, rather than as a classification task within a traditional fixed label space. By introducing pathogenesis reasoning as an explicit intermediate structure into the modeling process and combining it with a progressive multidimensional evaluation framework, this study provides a methodological pathway for intelligent TCM syndrome differentiation that integrates theoretical alignment, interpretability, and multi-level evaluation.
4.Pathogenesis Reasoning Chain-of-thought Supervision for Large Language Models: Syndrome Manifestation Recognition and Multidimensional Evaluation in Spleen-stomach Disorders
Shu-Han YANG ; Yu-Xin HU ; Xin-Yu YU ; Yu-Ying TU ; Yi-Chang ZANG ; Pan-Fei LI
Progress in Biochemistry and Biophysics 2026;53(5):1240-1263
ObjectiveThe essence of syndrome manifestation recognition in traditional Chinese medicine (TCM) is to infer the body’s latent pathogenesis state from clinical observational information, rather than to perform simple label matching. However, previous studies have largely modeled this task as syndrome pattern classification within a fixed label space, which does not adequately reflect the cognition process of TCM syndrome differentiation centered on pathogenesis reasoning, and is also insufficient to capture the openness, semantic variability, and cross-disease reusability of syndrome manifestation expression. This study aimed to investigate whether introducing pathogenesis reasoning chain-of-thought (PR-CoT) supervision into large language models (LLMs) could improve the quality and cognitive consistency of syndrome manifestation recognition and support cross-disease transfer. MethodsSyndrome manifestation recognition was formulated as a conditional generation task under the framework of clinical observational information (X)→pathogenesis structure (Z)→syndrome pattern output (Y), where Z serves as an explicit intermediate structural variable linking the clinical evidence and syndrome judgment. Within this framework, a PR-CoT-supervised dataset for syndrome manifestation recognition was constructed based on medical case records of spleen-stomach disorders. After preprocessing, information extraction, manual proofreading, and data cleaning, the dataset comprised 4 800 training cases, 400 development cases, and 400 test cases. Each sample was annotated with a structured PR-CoT consisting of three progressive levels: clinical information summarization, comprehensive pathogenesis analysis, and syndrome pattern output. Supervised fine-tuning was conducted on open-source LLMs, with an end-to-end model serving as the baseline. Qwen3-32B was used as the primary experimental model, and Qwen3-14B as the scale comparison model. A progressive multidimensional evaluation framework was further established, comprising a structural parsing level, a semantic similarity level, and an expert blind review level. At the structural parsing level, syndrome pattern expressions were decomposed into structural elements and evaluated using Precision, Recall, F1 score, and Jaccard similarity. At the semantic similarity level, independent LLMs scored the theoretical proximity between predicted and reference syndrome patterns. At the expert blind review level, three TCM experts independently evaluated model outputs on two dimensions: syndrome differentiation consistency and terminology standardization of syndrome patterns. In addition, zero-shot cross-disease transfer evaluation was conducted on gynecological and heart-system disorder test sets. ResultsAt the structural parsing level, PR-CoT supervision did not lead to a stable improvement in the element-wise overlap of syndrome pattern structural components. Compared with the corresponding baselines, neither Qwen3-32B nor Qwen3-14B showed consistent advantages in structural matching metrics after the introduction of PR-CoT supervision. In contrast, at the semantic similarity level, PR-CoT supervision produced stable positive gains across different model scales and evaluation systems. The average semantic score of Qwen3-32B increased from 6.425 8 in the baseline model to 6.585 0 after PR-CoT supervision, and that of Qwen3-14B increased from 5.870 0 to 5.964 2. At the expert blind review level, the overall score of Qwen3-32B (PR-CoT) was 7.026 0±0.107 7, higher than 6.416 3±0.288 9 for its baseline. In zero-shot cross-disease testing, the PR-CoT model still showed advantages in semantic evaluation and expert evaluation on both gynecological and heart-system disorder test sets, indicating a certain degree of transferability. ConclusionThe benefits of PR-CoT supervision are mainly reflected in TCM semantic consistency and clinical plausibility, rather than in improved hard matching of structural elements. These findings support understanding syndrome manifestation recognition as a process of generating and expressing latent pathogenesis structures, rather than as a classification task within a traditional fixed label space. By introducing pathogenesis reasoning as an explicit intermediate structure into the modeling process and combining it with a progressive multidimensional evaluation framework, this study provides a methodological pathway for intelligent TCM syndrome differentiation that integrates theoretical alignment, interpretability, and multi-level evaluation.
5.Residual Inflammatory Risk and Intracranial Atherosclerosis Plaque Vulnerability: Insights From High-Resolution Magnetic Resonance Imaging
Ying YU ; Rongrong CUI ; Xin HE ; Xinxin SHI ; Zhikai HOU ; Yuesong PAN ; Mingyao LI ; Jiabao YANG ; Zhongrong MIAO ; Yongjun WANG ; Rong WANG ; Xin LOU ; Long YAN ; Ning MA
Journal of Stroke 2025;27(2):207-216
Background:
and Purpose This study aimed to investigate the association between residual inflammatory risk (RIR) and vulnerable plaques using high-resolution magnetic resonance imaging (HRMRI) in symptomatic intracranial atherosclerotic stenosis (ICAS).
Methods:
This retrospective study included 70%–99% symptomatic ICAS patients hospitalized from January 2016 to December 2022. Patients were classified into four groups based on high-sensitivity C-reactive protein (hs-CRP) and low-density lipoprotein cholesterol (LDL-C): residual cholesterol inflammatory risk (RCIR, hs-CRP ≥3 mg/L and LDL-C ≥2.6 mmol/L), RIR (hs-CRP ≥3 mg/L and LDL-C <2.6 mmol/L), residual cholesterol risk (RCR, hs-CRP <3 mg/L and LDL-C ≥2.6 mmol/L), and no residual risk (NRR, hs-CRP <3 mg/L and LDL-C <2.6 mmol/L). Vulnerable plaque features on HRMRI included positive remodeling, diffuse distribution, intraplaque hemorrhage, and strong enhancement.
Results:
Among 336 included patients, 21, 60, 58, and 197 were assigned to the RCIR, RIR, RCR, and NRR groups, respectively. Patients with RCIR (adjusted odds ratio [aOR], 3.606; 95% confidence interval [CI], 1.346–9.662; P=0.011) and RIR (aOR, 3.361; 95% CI, 1.774–6.368, P<0.001) had higher risks of strong enhancement than those with NRR. Additionally, patients with RCIR (aOR, 2.965; 95% CI, 1.060–8.297; P=0.038) were more likely to have intraplaque hemorrhage compared with those with NRR. In the sensitivity analysis, RCR (aOR, 2.595; 95% CI, 1.201–5.608; P=0.015) exhibited an additional correlation with an increased risk of intraplaque hemorrhage.
Conclusion
In patients with symptomatic ICAS, RIR is associated with a higher risk of intraplaque hemorrhage and strong enhancement, indicating an increased vulnerability to atherosclerotic plaques.
6.Transcatheter closure of atrial septal defect using fully biodegradable occluder under ultrasound guidance: A case report
Ying' ; ao ZHAO ; Yiming YAN ; Ziping LI ; Hang LI ; Fengwen ZHANG ; Fang FANG ; Guangzhi ZHAO ; Jing DONG ; Chuangshi WANG ; Jiande WANG ; Wenbin OUYANG ; Xiangbin PAN
Chinese Journal of Clinical Thoracic and Cardiovascular Surgery 2025;32(12):1796-1799
Currently, transcatheter intervention is the preferred treatment for patients with anatomically suitable atrial septal defects. However, the use of nickel-titanium alloy occluders in interventional procedures results in lifelong presence of the implant in the body, leading to complications such as metal allergies and arrhythmias in some patients. To overcome the short-term and long-term complications associated with the presence of metal, and to avoid radiation exposure and metal toxicity, this paper reports a case of successful transcatheter closure of atrial septal defect in a pediatric patient with metal allergies using fully biodegradable occluder under ultrasound guidance, achieving excellent results by interventional therapy.
7.GPCRs identified on mitochondrial membranes:New therapeutic targets for diseases
Yanxin PAN ; Ning JI ; Lu JIANG ; Yu ZHOU ; Xiaodong FENG ; Jing LI ; Xin ZENG ; Jiongke WANG ; Ying-Qiang SHEN ; Qianming CHEN
Journal of Pharmaceutical Analysis 2025;15(7):1427-1434
G protein-coupled receptors(GPCRs)are the largest family of membrane proteins in eukaryotes,with nearly 800 genes coding for these proteins.They are involved in many physiological processes,such as light perception,taste and smell,neurotransmitter,metabolism,endocrine and exocrine,cell growth and migration.Importantly,GPCRs and their ligands are the targets of approximately one third of all mar-keted drugs.GPCRs are traditionally known for their role in transmitting signals from the extracellular environment to the cell's interior via the plasma membrane.However,emerging evidence suggests that GPCRs are also localized on mitochondria,where they play critical roles in modulating mitochondrial functions.These mitochondrial GPCRs(mGPCRs)can influence processes such as mitochondrial respi-ration,apoptosis,and reactive oxygen species(ROS)production.By interacting with mitochondrial signaling pathways,mGPCRs contribute to the regulation of energy metabolism and cell survival.Their presence on mitochondria adds a new layer of complexity to the understanding of cellular signaling,highlighting the organelle's role as not just an energy powerhouse but also a crucial hub for signal transduction.This expanding understanding of mGPCR function on mitochondria opens new avenues for research,particularly in the context of diseases where mitochondrial dysfunction plays a key role.Ab-normalities in the phase conductance pathway of GPCRs located on mitochondria are closely associated with the development of systemic diseases such as cardiovascular disease,diabetes,obesity and Alz-heimer's disease.In this review,we examined the various types of GPCRs identified on mitochondrial membranes and analyzed the complex relationships between mGPCRs and the pathogenesis of various diseases.We aim to provide a clearer understanding of the emerging significance of mGPCRs in health and disease,and to underscore their potential as therapeutic targets in the treatment of these conditions.
8.Transient Peripheral Carotid Inflammation Syndrome Diagnosed by Contrast-enhanced Ultrasound:A Case Report
Chunlei PAN ; Ying WANG ; Yahong WANG ; Li ZHANG ; Zhitong GE ; Yu CHEN ; Sheng CAI ; Hongyan WANG ; Xiao YANG ; Jianchu LI
Medical Journal of Peking Union Medical College Hospital 2025;16(3):785-789
Transient perivascular inflammation of the carotid artery(TIPIC)syndrome is a relatively rare disease,and ultrasound is the first screening method for initial diagnosis of the disease.Contrast-enhanced ultrasound(CEUS)has unique advantages in the follow-up of patients with TIPIC syndrome.This paper reports a patient with TIPIC syndrome who was treated with acute left neck pain.The inflammation was significantly re-lieved and subsided after treatment with non-steroidal anti-inflammatory drugs.The ultrasound changes of carotid artery lesions in this patient during follow-up were analyzed,and the application value of CEUS in the follow-up diagnosis of this disease was summarized,in the hope of providing clinical reference.
9.Development and application of a digital PCR-based assay for rapid diagnosis of common fetal chromosomal aneuploidies.
Xuejiao CHEN ; Yanfeng YANG ; Yuanyuan YING ; Feiyan PAN ; Zhiqiang GU ; Weimeng JIAO ; Zehang HE ; Huihui XU
Chinese Journal of Medical Genetics 2025;42(5):592-596
OBJECTIVE:
To assess the clinical value of digital PCR (dPCR) for the prenatal diagnosis of common fetal aneuploidies.
METHODS:
A dPCR-based assay was developed for detecting trisomies 21, 18, and 13. A retrospective analysis was carried out on 173 amniotic fluid samples collected by the Prenatal Diagnosis Center of Taizhou Hospital between January 2017 and December 2023. By using chromosomal karyotyping as the gold standard, the diagnostic performance of the multiplex dPCR system was evaluated in a double-blind manner. This study has been approved by the Ethics Committee of Taizhou Hospital (Ethics No. K20250339).
RESULTS:
Chromosomal karyotyping has identified 59 cases of trisomy 21, 5 cases of trisomy 18, 2 cases of trisomy 13, 6 cases with chromosomal structural abnormalities or mosaicisms, and 101 cases with a normal karyotype. The dPCR results (Z-score cutoff = 4.0, CI = 99.997%) showed full concordance with karyotyping (sensitivity = 100%, specificity = 100%, Kappa = 1). Among the 6 structurally abnormal or mosaicism samples, dPCR has accurately detected 4 cases, but mis-classified 2 cases of trisomy 21 with very low-level mosaicisms (3.3%, 6.9%, respectively) as normal.
CONCLUSION
The established multiplex dPCR system demonstrated high diagnostic accuracy for common chromosomal aneuploidies, with results available within 24 hours. It can serve as an efficient supplementary tool to conventional chromosomal karyotyping, providing reliable support for time-sensitive clinical decision-making in prenatal diagnosis.
Humans
;
Female
;
Pregnancy
;
Aneuploidy
;
Prenatal Diagnosis/methods*
;
Karyotyping
;
Retrospective Studies
;
Polymerase Chain Reaction/methods*
;
Chromosome Disorders/genetics*
;
Adult
;
Trisomy 13 Syndrome/diagnosis*
;
Trisomy 18 Syndrome/genetics*
;
Down Syndrome/genetics*
10.Outcome of clinical follow-up of maternal malignant tumors indicated by abnormal NIPT signals.
Yuanyuan YING ; Feiyan PAN ; Zhehang HE ; Huihui XU
Chinese Journal of Medical Genetics 2025;42(10):1153-1159
OBJECTIVE:
To assess the clinical value of non-invasive prenatal testing (NIPT) for identifying maternal malignant tumors.
METHODS:
A retrospective analysis was carried out on pregnant women undergoing Non-invasive prenatal testing (NIPT) at Taizhou Hospital in Zhejiang Province from January 2018 to December 2022. The criteria included maternal copy number variations for at least two chromosomes. Clinical follow-up data were obtained for the high-risk population of maternal malignant tumors through telephone follow-up and review of electronic medical records. This study was approved by the Medical Ethics Committee of the Hospital (Ethics No.: K20250339).
RESULTS:
Among 45 141 NIPT samples, 6 (0.013%) were suggested to have maternal malignant tumors. Follow-up information was available for 5 patients (83.3%). Two cases were diagnosed with maternal malignant tumors, including 1 myelodysplastic syndrome and 1 pelvic malignant tumor. Two cases were found to have multiple uterine fibroids and 1 was lost during follow-up.
CONCLUSION
The abnormal copy number indicated by NIPT may serve as an early signal for maternal malignant tumors. To establish a systematic follow-up protocol and multidisciplinary collaboration are conducive to achieving early diagnosis of tumors and improving the prognosis of patients. Based on the results of this study, it is recommended that for pregnant women with unexplained copy number variations and suspected maternal tumors by NIPT, targeted tumor screening program should be implemented to optimize their clinical management.
Humans
;
Female
;
Pregnancy
;
Adult
;
Retrospective Studies
;
DNA Copy Number Variations/genetics*
;
Follow-Up Studies
;
Neoplasms/diagnosis*
;
Noninvasive Prenatal Testing/methods*
;
Pregnancy Complications, Neoplastic/diagnosis*
;
Prenatal Diagnosis/methods*

Result Analysis
Print
Save
E-mail