<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>electronic health record interoperability &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/electronic-health-record-interoperability/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Sep 2026 00:37:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>electronic health record interoperability &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Latent representations and SNOMED-CT mapping improve diagnosis classification in EMR data</title>
		<link>https://scienmag.com/latent-representations-and-snomed-ct-mapping-improve-diagnosis-classification-in-emr-data/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Wed, 09 Sep 2026 00:37:06 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI accuracy in medical diagnosis]]></category>
		<category><![CDATA[clinical data interoperability]]></category>
		<category><![CDATA[clinical data normalization]]></category>
		<category><![CDATA[deep learning for medical coding]]></category>
		<category><![CDATA[diagnosis classification]]></category>
		<category><![CDATA[diagnosis classification in EMRs]]></category>
		<category><![CDATA[electronic health record interoperability]]></category>
		<category><![CDATA[electronic medical record standardization]]></category>
		<category><![CDATA[EMR data pooling challenges]]></category>
		<category><![CDATA[EMR data standardization]]></category>
		<category><![CDATA[healthcare data heterogeneity]]></category>
		<category><![CDATA[heterogeneity in EMR systems]]></category>
		<category><![CDATA[machine learning in healthcare]]></category>
		<category><![CDATA[medical informatics]]></category>
		<category><![CDATA[medical language embedding spaces]]></category>
		<category><![CDATA[medical language embeddings]]></category>
		<category><![CDATA[medical language translation]]></category>
		<category><![CDATA[multilingual medical records]]></category>
		<category><![CDATA[natural language processing in medicine]]></category>
		<category><![CDATA[SNOMED-CT mapping]]></category>
		<guid isPermaLink="false">https://scienmag.com/latent-representations-and-snomed-ct-mapping-improve-diagnosis-classification-in-emr-data/</guid>

					<description><![CDATA[Every hospital records its patients&#8217; stories in its own dialect. One electronic medical record system may store a diagnosis as &#8220;acute MI,&#8221; another as &#8220;myocardial infarction, ST-elevation,&#8221; and a third as a free-text note buried in a physician&#8217;s narrative. For researchers hoping to pool data across institutions, this inconsistency is one of the most stubborn [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Every hospital records its patients&#8217; stories in its own dialect. One electronic medical record system may store a diagnosis as &#8220;acute MI,&#8221; another as &#8220;myocardial infarction, ST-elevation,&#8221; and a third as a free-text note buried in a physician&#8217;s narrative. For researchers hoping to pool data across institutions, this inconsistency is one of the most stubborn obstacles in medical informatics. A team of South Korean researchers now reports a machine learning approach that translates messy, real-world diagnosis text into the standardized vocabulary of SNOMED-CT — and their model achieves an accuracy of 0.934 across 273 clinical classes, rivaling state-of-the-art systems while offering a new window into how medical language lives inside the hidden mathematical spaces of language models.</p>
<p>The study, conducted by Sungsu Oh and Hyunsu Lee of Pusan National University&#8217;s Department of Physiology together with neurosurgeons In Ho Han, Jae Il Lee, and Byung Kwan Choi of Pusan National University Hospital, was published in Medical &amp; Biological Engineering &amp; Computing. The work tackles a problem that has plagued health informatics for decades: electronic medical record systems are heterogeneous by design, shaped by local workflows, billing requirements, and clinical habits. When hospitals want to collaborate — whether for multi-site clinical trials, epidemiological surveillance, or artificial intelligence development — their data must first be normalized onto a common clinical ontology. SNOMED-CT, the Systematized Nomenclature of Medicine—Clinical Terms, is the most comprehensive such ontology in existence, but mapping free-text diagnoses to its precise concepts has traditionally required laborious manual coding or brittle rule-based systems.</p>
<p>The Korean team&#8217;s strategy begins with ClinicalBERT, a variant of the BERT transformer architecture that has been pretrained on clinical text, giving it an innate familiarity with the abbreviations, fragments, and idiosyncrasies of physician prose. Rather than treating diagnosis classification as a pure text-labeling task, the researchers framed it as a problem of geometry. They trained ClinicalBERT on electronic medical record data to produce latent representations — dense numerical vectors — for spans of text corresponding to diagnoses. In parallel, they encoded the fully specified names, or FSNs, of SNOMED-CT concepts: the ontology&#8217;s unambiguous, self-describing labels such as &#8220;myocardial infarction (disorder).&#8221; The goal of the fine-tuning stage was to pull these two families of vectors toward one another in the embedding space, so that the vector for a hospital&#8217;s idiosyncratic diagnosis text would land close to the vector for its correct SNOMED-CT concept.</p>
<p>The alignment was accomplished through mean squared error-based fine-tuning, a loss function that penalizes the squared distance between the EMR-derived diagnosis embeddings and their target SNOMED-CT FSN embeddings. This is a conceptually elegant move: instead of asking the model to memorize a lookup table of diagnoses, the researchers asked it to reshape its internal geometry so that semantic equivalence becomes spatial proximity. Once the alignment was complete, the resulting latent representations were fed into a downstream classification model that assigns each diagnosis span to one of 273 SNOMED-CT classes.</p>
<p>The performance numbers are striking. The proposed model achieved an accuracy of 0.934, a weighted F1-score of 0.923, and a macro-averaged F1-score of 0.823 across the 273 classes. The gap between the weighted and macro scores reflects a familiar reality of clinical data: some diagnostic classes appear far more frequently than others, and models naturally excel at common conditions while struggling with rare ones. A macro-averaged F1 above 0.82 nevertheless indicates that the model maintains strong performance across the board, not merely on the frequent diagnoses that dominate hospital records.</p>
<p>Perhaps the most thought-provoking finding, however, is what the fine-tuning did not do. Despite measurably improving semantic alignment in the embedding space, the fine-tuned model performed roughly on par with the base, unmodified ClinicalBERT when it came to the downstream classification task. Both remained competitive with dedicated biomedical entity-linking systems — SapBERT, which achieved an accuracy of 0.944 in the comparison, and BioSyn, at 0.931. This apparent paradox — better alignment, similar classification — is one of the study&#8217;s central insights. The researchers analyzed the latent representations directly, examining how diagnosis vectors were distributed before and after fine-tuning, and found that the fine-tuned model exhibited reduced similarity distances and more distinct class separation. Fine-tuning reduced the average Manhattan distance between paired representations by 36.2 percent and the average cosine distance by 53.1 percent, evidence that the embeddings had indeed converged toward their ontological targets.</p>
<p>In other words, the geometry of the latent space became cleaner and more semantically coherent, even if the final classification accuracy did not climb. The authors suggest that base ClinicalBERT, having been pretrained on large volumes of clinical text, already encodes much of the structure needed for discrimination, and that MSE-based alignment improves the interpretability and organization of the space without necessarily adding discriminative power. This trade-off between semantic alignment and discriminative performance is a subtle but important consideration for anyone designing medical NLP systems: a model whose embeddings cluster cleanly by concept may be more useful for retrieval, normalization, and cross-dataset integration even when its headline accuracy is unchanged.</p>
<p>The implications reach beyond a single hospital&#8217;s coding workflow. Medical concept normalization is a foundational enabling technology for the secondary use of health data — the practice of reusing clinical records for research, quality improvement, and public health. Studies have documented both the enormous opportunity and the serious technical and privacy barriers involved. Manual coding is expensive and inconsistent; rule-based systems fail when clinicians invent new abbreviations; and naive deep learning classifiers trained at one institution often collapse when deployed at another, where documentation habits differ. An embedding-based approach that explicitly anchors diagnoses to SNOMED-CT fully specified names offers a path toward models that transfer more gracefully, because the anchor points are institution-independent.</p>
<p>Privacy considerations loom large in this domain, and the Korean team&#8217;s approach has advantages here as well. Because the model operates on diagnosis spans rather than whole patient records, and because the data used to train it were de-identified retrospective records — a design approved by the Institutional Review Board of Pusan National University Hospital, with informed consent waived for the de-identified data — the pipeline is compatible with privacy-preserving deployment. The authors describe the method as having strong potential for scalable, privacy-preserving medical concept normalization in real-world clinical environments. Notably, the trained artifacts are embeddings and classifiers rather than raw patient data, meaning institutions could in principle share model components without sharing records — a property that aligns with the growing movement toward federated and privacy-conscious health AI.</p>
<p>The study also contributes to a rapidly maturing field. Automated medical coding has seen an explosion of deep learning approaches in recent years, with transformer models applied to ICD-10 and SNOMED-CT coding tasks across multiple languages and healthcare systems. Comparisons in this literature are notoriously difficult because datasets, class counts, and annotation standards vary widely; by benchmarking directly against SapBERT and BioSyn, two widely cited biomedical representation models, the Pusan National University team situates their result within a recognizable landscape. Their 0.934 accuracy sits within roughly one percentage point of SapBERT&#8217;s 0.944, achieved with a straightforward MSE alignment strategy rather than specialized contrastive pretraining.</p>
<p>There are caveats, as with any machine learning study in medicine. The model was trained and evaluated on data from a single hospital network, and while 273 SNOMED-CT classes is a substantial label space, it is a small fraction of the ontology&#8217;s several hundred thousand concepts. Rare diagnoses, ambiguous abbreviations, and multilingual clinical text all remain open challenges. The authors also emphasize that the observed tension between semantic alignment and classification performance deserves further study — future work may find alignment objectives that improve both properties simultaneously, or demonstrate that better-aligned embeddings pay off in downstream tasks beyond classification, such as cross-lingual normalization or retrieval-augmented clinical decision support.</p>
<p>Still, the work represents a meaningful step toward a long-promised vision: hospital data that can travel. When a diagnosis written in a Busan emergency department can be automatically and reliably expressed in the same standardized language as one written in a Baltimore clinic, the foundations for multi-institutional research, fairer AI training datasets, and population-scale health insights become dramatically more accessible. The Korean team&#8217;s results suggest that the key may lie not just in better classifiers, but in sculpting the hidden geometric spaces where machines understand medicine — one embedding at a time.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Automatic mapping and classification of diagnosis text in electronic medical records to SNOMED-CT concepts using ClinicalBERT latent representations for improved medical data integration.</p>
<p><strong>Article Title:</strong> Diagnosis classification in EMR data using latent representations and SNOMED-CT mapping for improved medical data integration</p>
<p><strong>Article References:</strong> Oh, S., Han, I. H., Lee, J. I., Choi, B. K., &amp; Lee, H. (2026). Diagnosis classification in EMR data using latent representations and SNOMED-CT mapping for improved medical data integration. <em>Medical &amp; Biological Engineering &amp; Computing</em>. <a href="https://doi.org/10.1007/s11517-026-03654-5" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s11517-026-03654-5</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11517-026-03654-5" target="_blank" rel="noopener noreferrer">10.1007/s11517-026-03654-5</a></p>
<p><strong>Keywords:</strong> Electronic medical record, SNOMED-CT, ClinicalBERT, Medical concept normalization, Diagnosis classification, Latent representations, Semantic alignment, Health informatics, Medical data integration, Natural language processing</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">190488</post-id>	</item>
		<item>
		<title>How Smarter Software Choices Could Slash U.S. Health Care Expenses</title>
		<link>https://scienmag.com/how-smarter-software-choices-could-slash-u-s-health-care-expenses/</link>
		
		<dc:creator><![CDATA[Courtney Benton]]></dc:creator>
		<pubDate>Fri, 03 Oct 2025 16:19:11 +0000</pubDate>
				<category><![CDATA[Bussines]]></category>
		<category><![CDATA[claim processing optimization]]></category>
		<category><![CDATA[electronic health record interoperability]]></category>
		<category><![CDATA[financial challenges in U.S. healthcare]]></category>
		<category><![CDATA[healthcare cost management strategies]]></category>
		<category><![CDATA[healthcare information technology improvements]]></category>
		<category><![CDATA[healthcare software solutions]]></category>
		<category><![CDATA[healthcare technology adoption]]></category>
		<category><![CDATA[HITECH Act impact on healthcare]]></category>
		<category><![CDATA[hospitals and clinics financial health]]></category>
		<category><![CDATA[insurance claim denial reduction]]></category>
		<category><![CDATA[operational efficiency in healthcare providers]]></category>
		<category><![CDATA[transformative healthcare management practices]]></category>
		<guid isPermaLink="false">https://scienmag.com/how-smarter-software-choices-could-slash-u-s-health-care-expenses/</guid>

					<description><![CDATA[The United States healthcare system continues to grapple with one of its most persistent challenges: denied insurance claims. These denials not only inflate the operational costs for healthcare providers but also contribute to a staggering volume of unpaid bills, complicating the financial landscape for hospitals and clinics nationwide. In this complex milieu, Hilal Atasoy, an [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The United States healthcare system continues to grapple with one of its most persistent challenges: denied insurance claims. These denials not only inflate the operational costs for healthcare providers but also contribute to a staggering volume of unpaid bills, complicating the financial landscape for hospitals and clinics nationwide. In this complex milieu, Hilal Atasoy, an associate professor at Rutgers Business School, has pinpointed a potent yet straightforward solution that could transform claim processing and significantly reduce denials — enhanced management of healthcare information technology.</p>
<p>Atasoy’s recent publication in the September issue of <em>MIS Quarterly</em> brings to light the intricate relationship between electronic health record (EHR) technologies and insurance claim denials. The study argues that software interoperability, or the lack thereof, plays a critical role in the accuracy and success of healthcare claim submissions. This connection, if addressed properly, holds the potential to alleviate some of the financial burdens currently plaguing the healthcare industry.</p>
<p>The foundation of Atasoy’s research rests on the Health Information Technology for Economic and Clinical Health Act (HITECH) introduced in 2009. The legislation aimed to accelerate the adoption of electronic health record systems across U.S. healthcare providers, promoting a digital infrastructure as a pillar for reformative change. Although this policy succeeded in increasing EHR uptake, it inadvertently triggered interoperability issues owing to a diverse array of software vendors employed by different institutions.</p>
<p>This diverse software environment creates significant data inconsistencies and gaps when patient information is transferred or accessed across different systems. Such lapses often result in erroneous or incomplete submissions to insurance companies, thereby increasing the likelihood of claim denials. Atasoy’s work meticulously examines how these technological disparities translate into real-world financial consequences for medical providers.</p>
<p>Between 2000 and 2020, an eye-opening $745 billion worth of healthcare services were rendered without compensation, with claim denials representing a substantial portion of this uncompensated care. To dissect the role of healthcare information technology in these denials, Atasoy and her colleagues utilized a large dataset comprising over 19 million anonymized patient visits collected from 48 hospitals in Maryland. This dataset included detailed records of whether initial claims were approved or denied.</p>
<p>By mapping these claims against patterns of EHR adoption and software sourcing strategies, the researchers unveiled compelling evidence: hospitals relying on multiple software vendors experienced higher rates of claim denial compared to those standardizing on a single vendor’s system. A seemingly modest reduction from 1.18% to 1.03% denial rate was observed when a single vendor approach was employed, but at scale, this marginal improvement translates to millions of dollars saved and substantial administrative efficiencies gained.</p>
<p>The study further delved into the influence of physicians’ familiarity with EHR systems across their workplaces. It found that when doctors practiced within hospitals utilizing similar EHR platforms, claim denials declined, underscoring the critical role of user proficiency in navigating software systems. Familiarity promotes accurate clinical data entry and fosters compliance with insurance payer protocols, ultimately enhancing the integrity and acceptability of submitted claims.</p>
<p>Atasoy and her team highlight this alignment between user experience and technological uniformity as a powerful lever in addressing claim denials. By fostering standardized and user-friendly interfaces within EHR systems, healthcare organizations can minimize data entry errors and streamline the flow of clinical information critical for claims processing. This insight marks an important paradigm shift, positioning software management not just as a tool for digitization, but as an integral component of financial stewardship in healthcare.</p>
<p>As healthcare costs spiral ever upwards, a multifaceted approach is necessary to stem mounting expenditure. While technology is not a panacea, Atasoy’s findings suggest targeted improvements in EHR interoperability and user interface standardization could deeply impact the rate of denied claims and reduce downstream costs. This efficiency gain could alleviate the financial strain faced by both providers and patients, whose care and wallets are often caught in the crossfire of administrative inefficiencies.</p>
<p>Moreover, the research carries significant implications for federal healthcare policy. It advocates for a strategic emphasis on EHR certification processes that ensure interoperability and minimize vendor variability. Strengthening regulatory oversight in this domain could enforce higher standards for software usability and data accuracy—critical factors that determine whether an insurance claim sails through or gets inexplicably rejected.</p>
<p>The standardization agenda extends beyond software to the very design of user interfaces and workflows, which when optimized, can propel data accuracy to new heights. “Placing greater emphasis on usability and standardization of user interfaces and layouts,” the researchers argue, “can substantially reduce the extent of errors in claim processing.” Such improvements offer tangible benefits, including fewer surprise bills for patients and more predictable revenue streams for healthcare providers.</p>
<p>Atasoy’s investigation also illuminates the underappreciated connection between clinician experience with EHR applications and operational costs linked to denials. Healthcare systems that invest in training physicians within standardized EHR environments are better positioned to curb these costs by reducing inaccuracies and incomplete submissions. This dimension underscores an often-overlooked facet of healthcare IT: the human-technology interface.</p>
<p>The broader takeaway from this comprehensive study is clear: technology adoption in healthcare must transcend mere presence to embrace integration and alignment. When systems are fragmented and users struggle with disjointed applications, the resulting data errors can cascade into significant financial losses. Conversely, harmonized EHR ecosystems empower providers to offer seamless, accurately documented care, bolstering both clinical and financial outcomes.</p>
<p>At a time when the U.S. healthcare system is under intense pressure to contain costs while improving care quality, leveraging technology strategically could be a game-changer. Atasoy’s work not only quantifies the economic impacts of EHR interoperability but also charts a path toward systemic improvements that benefit providers, payers, and patients alike. By addressing the root causes of denied insurance claims through smarter software management, the healthcare industry can move closer to a more efficient, equitable future.</p>
<hr />
<p><strong>Subject of Research</strong>: People<br />
<strong>Article Title</strong>: The Interplay Between Healthcare Information Technologies and Denied Claims<br />
<strong>News Publication Date</strong>: Not provided (Article Publication Date: 1-Sep-2025)<br />
<strong>Web References</strong>: <a href="http://dx.doi.org/10.25300/MISQ/2024/17469">http://dx.doi.org/10.25300/MISQ/2024/17469</a><br />
<strong>References</strong>: Hilal Atasoy et al., <em>MIS Quarterly</em>, September 2025<br />
<strong>Keywords</strong>: Medical facilities, Health care, Health and medicine</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">85848</post-id>	</item>
	</channel>
</rss>
