REVIEW 4 major objections 5 minor 21 references
CSSDM Ontology to Enable Continuity of Care Data Interoperability
T0 review · 4 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read This paper proposes that a Common Semantic Standardized Data Model grounded in ISO 13940 and FHIR, applied through semi-automated mapping, turns heterogeneous healthcare records into a queryable knowledge graph for continuity of care.
desk verdict A plausible standards-based mapping prototype that doesn't yet substantiate its harmonization claim; the evaluation is two queries and expert self-confirmation. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the CSSDM ontology, an OWL 2 model with description-logic expressiveness ALCHQ(D), which combines ISO 13940 continuity-of-care concepts with FHIR-defined attributes. The load-bearing mechanism is the semi-automated mapping workflow: the KARMA data integration tool proposes a mapping from each source table or file to the CSSDM schema, stores it as a reusable R2RML file, and a human expert supervises the result so that clinical meaning is preserved. This gives the approach its claim to interoperability: existing legacy systems keep their local schemas, while a common semantic target makes their data jointly queryable.
What would settle it
Run a set of source records with known clinical values through the CSSDM pipeline, then query the resulting knowledge graph for those same values and compare the answers to the source data; if any medication quantities, patient counts, or gender-specific aggregations differ from the original records, the claim that the mapping preserves semantics is falsified.
Extended reading notes
Core claim
The paper's central claim is that the CSSDM ontology, grounded in the ISO 13940 System of Concepts to Support Continuity of Care and enriched with FHIR resource attributes, provides a common schema that can harmonize heterogeneous healthcare data into a linked-data knowledge graph. The authors demonstrate the mapping of specific concepts, such as 'subject of care' to FHIR:Patient, 'observed condition' to FHIR:Observation, and 'Referral' to FHIR:ServiceRequest, and describe how FHIR:MedicationRequest was added as a subclass of 'request' where no exact ContSys concept existed. They argue that this ontology-based ETL pipeline, supervised by domain experts, offers an alternative approach to interoperability that supports secondary data analysis and continuity of care queries. Evidence presented includes SPARQL competency queries answered against the generated graph, consistency checking with the HermiT reasoner, and a clean report from the OOPS! ontology pitfall scanner.
Load-bearing premise
The pipeline assumes that the mappings proposed by KARMA and approved by human experts preserve the clinical meaning of the original records, yet the paper reports no accuracy metric or gold-standard comparison to verify that preservation.
Editorial extensions
If this is right
- Legacy healthcare systems can be connected without being redesigned; their data is translated to the CSSDM schema rather than requiring a shared exchange format.
- Once a source schema is mapped, the R2RML mapping can be reused for new datasets with the same structure, lowering the cost of adding data sources.
- A queryable knowledge graph can answer continuity-of-care competency questions, such as which patients received a prescription and with what quantity, across care settings.
- Aligning with ISO 13940 and FHIR means the model is a candidate to support cross-border or multi-site research and secondary data analysis.
- Distinguishing common and core attributes from context-specific ones suggests that around 80% of data fields can be made interoperable while local needs remain local.
Reading between the lines
- The paper's own evaluation stops at query demonstration; a stronger test would compare the graph's answers against the original source records to quantify how much clinical meaning survives the mapping.
- The reported difference in prescribed drug quantities between male and female patients is treated as a sample query, not as a finding; it would be wrong to read it as evidence about the underlying population.
- Because the approach reuses a common schema, it could be extended to link non-clinical social-care data, such as living conditions and home-care services, into the same graph, which the paper identifies as future work.
- A testable next step, which the authors mention for a later phase, is applying the pipeline to the MIMIC-IV dataset; reproducing the claimed query results on an independent public dataset would make the interoperability claim falsifiable.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a Common Semantic Standardized Data Model (CSSDM) ontology grounded in ISO 13940 ContSys and FHIR, together with a semi-automated KARMA-based ETL workflow for converting heterogeneous legacy healthcare data into a knowledge graph. The authors report ontology consistency checks with the HermiT reasoner and the OOPS! pitfall scanner, and they illustrate the resulting graph with two SPARQL competency queries (CQ1 and CQ2) that compare prescribed medication quantities by gender. The central claim is that CSSDM facilitates data harmonization and linking, offering an alternative approach to interoperability in health and social care.
Significance. If validated, the approach would provide a standards-aligned semantic layer for integrating heterogeneous EHR data, and the reuse of ISO 13940 and FHIR as external anchors is a genuine strength. The use of existing W3C standards, R2RML, and an open-source tool like KARMA also supports practical adoption. However, the current evidence is largely demonstrative: the only reported evaluations are a consistency check, a pitfall scan, and two illustrative queries on an unstated dataset. The paper's significance therefore depends on future, more rigorous validation of whether the mapping preserves clinical meaning at scale.
major comments (4)
- [§V, §VI] The central claim that CSSDM 'facilitates data harmonization and linking' is supported only by two illustrative SPARQL queries on an unstated dataset. No quantitative metrics, no baseline comparison, no gold standard, and no error analysis are reported. The two queries (female vs male patients and prescribed quantity) show that the generated KG can answer simple aggregate queries, but they do not demonstrate that the mapping preserves the intended clinical semantics of the source records. Please provide a systematic evaluation, e.g., precision/recall against a gold standard mapping, a comparison to direct RDB-to-RDF conversion, or at least a detailed description of the dataset and query set.
- [§III, §IV] The mapping workflow is described as semi-automated and 'requires supervision by a human expert to ensure accuracy,' but the paper reports no mechanism for measuring or ensuring that accuracy. No inter-rater reliability, no validation against independently constructed mappings, and no procedure for detecting dropped or distorted clinical concepts (e.g., medication dosages, temporal constraints) are described. Because the entire evaluation depends on the RDF graph being a faithful translation of the source records, this missing validation is load-bearing for the interoperability claim.
- [§V] The evaluation is partly self-referential: the competency questions CQ1 and CQ2 were authored by the same team that designed the ontology and ran the mapping, and the success criterion is that domain experts confirm the results 'align with their expectations.' Since the expectations are not elicited independently or pre-registered, this is a weak test of the interoperability claim. The paper should source competency questions from external stakeholders or from a documented requirements analysis, and specify success criteria in advance.
- [§VI] The claim that the approach 'advances interoperability for approximately 80% of the data fields' is presented as a rule of thumb with no supporting evidence. If this is meant as a quantitative assertion, it needs a derivation or empirical support; otherwise, it should be clearly labeled as a conjecture rather than a result.
minor comments (5)
- [§III] The paragraph beginning 'RDF/XML was the first RDF format...' appears out of place amid the description of assumptions and methodology; consider moving or removing it.
- [§I, §VI] The paper uses 'ontology' and 'data model' interchangeably in some places; clarify the distinction for readers.
- [§I, §IV] Figure references are inconsistent (e.g., 'Figure 3,' and 'the figure 2'), and some sentences are incomplete, such as 'Our rationale for this choice the following considerations' in Section III. A careful language edit is needed.
- [§IV] The paper repeatedly refers to a 'supplementary document' and a GitHub ontology link, but neither the supplementary document nor the persistent link appears in the arXiv submission; please include them or provide a stable URL.
- [§IV] The description of the dataset used for the queries is missing. Please specify the source, size, and preprocessing steps in Section IV.
Circularity Check
Evaluation is a closed expert loop: the same stakeholders correct the KARMA mapping and then confirm query results match their expectations; the core CSSDM ontology is imported from the authors' own prior work.
-
fitted input called prediction
[§IV (KARMA mapping loop) and §V (expert validation)]
"The tool's user interface also helps to check and provide initial mapping by engaging healthcare stakeholders in a loop, thus minimizing disagreement and misalignment. ... For instance, the main responsibilities of healthcare professionals are to verify and confirm whether the outcomes align with their expectations from the given scenario and their initial thoughts when defining personas."
The stakeholders who are asked to validate query results are the same stakeholders who, in §IV, are engaged in a loop to check and correct the KARMA mapping. The RDF graph is therefore constructed to encode their expectations; asking them to confirm that SPARQL outcomes align with those expectations is a closed loop. The paper reports no independent gold standard, accuracy metric, inter-rater reliability, or external benchmark for the mapping, so the 'successful' competency queries are guaranteed by the mapping corrections made by the evaluators themselves. The claim that CSSDM 'facilitates data harmonization' is thus supported by a self-fulfilling evaluation rather than by an independent test.
-
self citation load bearing
[§III Methodology, Step 1]
"In Step 1, we created a Formal Ontology for Continuity of Care (CSSDM), details of which are available in our previous work [9], [15], [16]."
The ontology whose adequacy is the paper's central claim is not derived in this paper; it is imported from the authors' own prior publications. The present paper adds FHIR attributes and mapping details, but the core CSSDM artifact is taken on the authority of [9], [15], [16], which are self-citations with overlapping authorship and are not independently reproduced or machine-checked here. The grounding in ISO 13940 and FHIR and the use of the external KARMA tool provide some independent content, but the load-bearing object—CSSDM itself—comes from the authors' own citation chain rather than from an external derivation.
full rationale
The paper is not entirely circular: it grounds the CSSDM in external standards (ISO 13940, FHIR) and uses an external open-source mapping tool (KARMA), and the ontology is checked for logical consistency with the HermiT reasoner and OOPS!. However, the central evaluation is self-referential: the same healthcare stakeholders who correct the semi-automated mapping in a loop are later asked to confirm that the query results align with their expectations, so the validation cannot fail independently. In addition, the core CSSDM ontology is taken from the authors' own prior work without an independent derivation in this paper. These factors make the evidence for the interoperability claim partially circular, though not a pure definitional tautology, giving a score of 6.
Assumptions & free parameters
free parameters (1)
- 80% common/core fields rule of thumb =
80%
assumptions (3)
- domain assumption ISO 13940 ContSys concepts can be aligned to FHIR resources with a small set of extensions (e.g., MedicationRequest as a subclass of Request).
- domain assumption KARMA mapping with human supervision preserves the clinical meaning of the source data.
- ad hoc to paper The competency questions CQ1 and CQ2 constitute a valid evaluation of the ontology's fitness.
invented entities (1)
-
CSSDM ontology
Cite this review
Pith. "Pith review of CSSDM Ontology to Enable Continuity of Care Data Interoperability." pith.science (2026). https://pith.science/paper/MS6LREI4
@misc{pith2026250110160,
author = {Pith},
title = {Pith review of: CSSDM Ontology to Enable Continuity of Care Data Interoperability},
year = {2026},
howpublished = {\url{https://pith.science/paper/MS6LREI4}},
note = {Machine review of arXiv:2501.10160}
}
read the original abstract
The rapid advancement of digital technologies and recent global pandemic scenarios have led to a growing focus on how these technologies can enhance healthcare service delivery and workflow to address crises. Action plans that consolidate existing digital transformation programs are being reviewed to establish core infrastructure and foundations for sustainable healthcare solutions. Reforming health and social care to personalize home care, for example, can help avoid treatment in overcrowded acute hospital settings and improve the experiences and outcomes for both healthcare professionals and service users. In this information-intensive domain, addressing the interoperability challenge through standards-based roadmaps is crucial for enabling effective connections between health and social care services. This approach facilitates safe and trustworthy data workflows between different healthcare system providers. In this paper, we present a methodology for extracting, transforming, and loading data through a semi-automated process using a Common Semantic Standardized Data Model (CSSDM) to create personalized healthcare knowledge graph (KG). The CSSDM is grounded in the formal ontology of ISO 13940 ContSys and incorporates FHIR-based specifications to support structural attributes for generating KGs. We propose that the CSSDM facilitates data harmonization and linking, offering an alternative approach to interoperability. This approach promotes a novel form of collaboration between companies developing health information systems and cloud-enabled health services. Consequently, it provides multiple stakeholders with access to high-quality data and information sharing.
Figures
Reference graph
Works this paper leans on
-
[1]
Iso/dis 13940 health informatics — system of concepts to support continuity of care,
I. O. for Standardization (ISO), “Iso/dis 13940 health informatics — system of concepts to support continuity of care,” 2024. [Online]. Available: https://www.iso.org/standard/83432.html
work page 2024
-
[2]
Ehr-oriented knowledge graph system,
Y. Shang, Y. Tian, M. Zhou, T. Zhou, K. Lyu, Z. Wang, R. Xin, T. Liang, S. Zhu, and J. Li, “Ehr-oriented knowledge graph system,” IEEE Journal of Biomedical and Health Informatics , vol. 25, no. 7, pp. 2463 –2475, 2021
work page 2021
-
[3]
Unpacking complexity in public health interventions with the actor –network theory,
A. Bilodeau and L. Potvin, “Unpacking complexity in public health interventions with the actor –network theory,” Health Promotion Inter - national, vol. 33, no. 1, pp. 173–181, 2018
work page 2018
-
[4]
L. Leydesdorff, “The triple helix, quadruple helix,. . . , and an n-tuple of helices: explanatory models for analyzing the knowledge -based economy?” Journal of the knowledge economy, vol. 3, pp. 25–35, 2012
work page 2012
-
[5]
A translation approach to portable ontology specifica - tions,
T. R. Gruber, “A translation approach to portable ontology specifica - tions,” Knowledge acquisition, vol. 5, no. 2, pp. 199–220, 1993
work page 1993
-
[6]
A framework for accessing patient big data: Ant view of a south african health facility,
S. Mgudlwa and T. Iyamu, “A framework for accessing patient big data: Ant view of a south african health facility,” The African Journal of Information Systems, vol. 13, no. 2, p. 5, 2021
work page 2021
-
[7]
K. M. Cresswell, A. Worth, and A. Sheikh, “Actor -network theory and its role in understanding the implementation of information technology developments in healthcare,” BMC medical informatics and decision making, vol. 10, pp. 1–11, 2010
work page 2010
-
[8]
G. Antoniou and F. Van Harmelen, A semantic web primer. MIT press, 2004
work page 2004
Show all 21 references
-
[9]
Contsonto: A formal ontology for continuity of care,
S. Das and P. Hussey, “Contsonto: A formal ontology for continuity of care,” in pHealth 2021. IOS Press, 2021, pp. 82–87
2021
-
[10]
Interface of inference models with concept and medical record models,
A. L. Rector, P. D. Johnson, S. Tu, C. Wroe, and J. Rogers, “Interface of inference models with concept and medical record models,” in Conference on Artificial Intelligence in Medicine in Europe . Springer, 2001, pp. 314–323
2001
-
[11]
Interoperability with multiple fast health- care interoperability resources (fhir®) profiles and versions,
M. A. Kramer and C. Moesel, “Interoperability with multiple fast health- care interoperability resources (fhir®) profiles and versions,” JAMIA open, vol. 6, no. 1, p. ooad001, 2023
2023
-
[12]
An overview of ontoclean,
N. Guarino and C. A. Welty, “An overview of ontoclean,” Handbook on ontologies, pp. 151–171, 2004
2004
-
[13]
Semi-automatically mapping structured sources into the semantic web,
C. A. Knoblock, P. Szekely, J. L. Ambite, A. Goel, S. Gupta, K. Lerman, M. Muslea, M. Taheriyan, and P. Mallick, “Semi-automatically mapping structured sources into the semantic web,” in Extended semantic web conference. Springer, 2012, pp. 375–390
2012
-
[14]
Cross-border medical research using multi -layered and distributed knowledge,
G. Bella, L. Elliot, S. Das, S. Pavis, E. Turra, D. Robertson, and F. Giunchiglia, “Cross-border medical research using multi -layered and distributed knowledge,” in ECAI 2020 . IOS Press, 2020, pp. 2956 – 2963
2020
-
[15]
How ontology can be used to achieve semantic interoperability in healthcare,
S. Das and P. Hussey, “How ontology can be used to achieve semantic interoperability in healthcare,” European Journal of Public Health, vol. 32, no. Supplement 3, pp. ckac129–363, 2022
2022
-
[16]
A knowledge graph to understand nursing big data: case example for guidance,
P. Hussey, S. Das, S. Farrell, L. Ledger, and A. Spencer, “A knowledge graph to understand nursing big data: case example for guidance,” Journal of Nursing Scholarship, vol. 53, no. 3, pp. 323–332, 2021
2021
-
[17]
Baader, The description logic handbook: Theory, implementation and applications
F. Baader, The description logic handbook: Theory, implementation and applications. Cambridge university press, 2003
2003
-
[18]
Semantics and complexity of sparql,
J. Pe´rez, M. Arenas, and C. Gutierrez, “Semantics and complexity of sparql,” ACM Transactions on Database Systems (TODS), vol. 34, no. 3, pp. 1–45, 2009
2009
-
[19]
The role of competency questions in en - terprise engineering,
M. Gru¨ninger and M. S. Fox, “The role of competency questions in en - terprise engineering,” in Benchmarking—Theory and practice. Springer, 1995, pp. 22–31
1995
-
[20]
J. Z. Pan, G. Vetere, J. M. Gomez -Perez, and H. Wu, Exploiting linked data and knowledge graphs in large organisations. Springer, 2017
2017
-
[21]
Semui: a knowledge driven visualization of diversified data,
F. Giunchiglia, S. R. Ojha, and S. Das, “Semui: a knowledge driven visualization of diversified data,” in 2017 IEEE 11th International Conference on Semantic Computing (ICSC) . IEEE, 2017, pp. 234 – 241
2017
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.