paper-with-me

홈 › Papers

Clinical Data Goes MEDS? Let's OWL make sense of it

2026-01-07 · Alberto Marfoglia, Jong Ho Jhee, Adrien Coulet arxiv

The application of machine learning on healthcare data is often hindered by the lack of standardized and semantically explicit representation, leading to limited interoperability and reproducibility across datasets and experiments. The Medical Event Data Standard (MEDS) addresses these issues by introducing a minimal, event-centric data model designed for reproducible machine-learning workflows from health data. However, MEDS is defined as a data-format specification and does not natively provide integration with the Semantic Web ecosystem. In this article, we introduce MEDS-OWL, a lightweight OWL ontology that provides formal concepts and relations to represent MEDS datasets as RDF graphs. Additionally, we implemented meds2rdf, a Python conversion library that transforms MEDS events into RDF graphs, ensuring conformance with the ontology. We evaluate the proposed approach on two datasets: a synthetic clinical cohort describing care pathways for ruptured intracranial aneurysms, and a real-world subset of MIMIC-IV. To assess semantic consistency, we performed a SHACL validation against the resulting knowledge graphs. The first release of MEDS-OWL comprises 13 classes, 10 object properties, 20 data properties, and 24 OWL axioms. Combined with meds2rdf, it enables data transformation into FAIR-aligned datasets, provenance-aware publishing, and interoperability of event-based clinical data. By bridging MEDS with the Semantic Web, this work contributes a reusable semantic layer for event-based clinical data and establishes a robust foundation for subsequent graph-based analytics.

📄 PDF Abstract BibTeX arXiv:2601.04164

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

MedSTS: A Resource for Clinical Semantic Textual Similarity

2018-08-28 · Yanshan Wang, Naveed Afzal, Sunyang Fu, Li-Wei Wang 외

The wide adoption of electronic health records (EHRs) has enabled a wide range of applications leveraging EHR data. However, the meaningful use of EHR data largely depends on our ability to efficiently extract and consol…

Decision MakingSemantic SimilaritySemantic Textual SimilaritySentence+1

Launching into clinical space with medspaCy: a new clinical text processing toolkit in Python

2021-06-14 · Hannah Eyre, Alec B Chapman, Kelly S Peterson, Jianlin Shi 외

Despite impressive success of machine learning algorithms in clinical natural language processing (cNLP), rule-based approaches still have a prominent role. In this paper, we introduce medspaCy, an extensible, open-sourc…

BIG-bench Machine Learning

Towards Evaluating and Building Versatile Large Language Models for Medicine

2024-08-22 · Chaoyi Wu, Pengcheng Qiu, Jinxin Liu, Hongfei Gu 외

In this study, we present MedS-Bench, a comprehensive benchmark designed to evaluate the performance of large language models (LLMs) in clinical contexts. Unlike existing benchmarks that focus on multiple-choice question…

Multiple-choicenamed-entity-recognitionNamed Entity RecognitionQuestion Answering

Diffusion-empowered AutoPrompt MedSAM

2025-02-05 · Peng Huang, Shu Hu, Bo Peng, Xun Gong 외

MedSAM, a medical foundation model derived from the SAM architecture, has demonstrated notable success across diverse medical domains. However, its clinical application faces two major challenges: the dependency on labor…

Decoder

MedStruct-S: A Benchmark for Key Discovery, Key-Conditioned QA and Semi-Structured Extraction from OCR Clinical Reports

2026-05-04 · Yingyun Li, Yu Wang, Haiyang Qian arxiv

Semi-structured information extraction (IE) from OCR-derived clinical reports is crucial for efficiently reconstructing patients' longitudinal medical histories. In practice, this scenario commonly involves three tasks: …

Key-value Pair ExtractionInformation ExtractionQuestion Answering