Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

Development of an HL7 interface engine, based on tree structure and streaming algorithm, for large-size messages

Ki Sung Um1, Yun Sik Kwak, Hune Cho

  • 1Center of Bioinformatics, National Cancer Institute, Notional Institute of Health, 6116 Executive Blvd. Suite 403, Rockville, MD 20852, USA. umkis@mail.nih.gov

Computer Methods and Programs in Biomedicine
|September 27, 2005
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Opportunities and challenges of a dynamic consent-based application: personalized options for personal health data sharing and utilization.

BMC medical ethics·2024
Same author

Identifying facilitators of and barriers to the adoption of dynamic consent in digital health ecosystems: a scoping review.

BMC medical ethics·2023
Same author

Construction of the Nursing Diagnosis Ontology in Obstetric and Gynecologic Nursing Unit using Nursing Process and SNOMED CT.

Korean journal of women health nursing·2023
Same author

Development of a Frailty Detection Model Using Machine Learning with the Korean Frailty and Aging Cohort Study Data.

Healthcare informatics research·2022
Same author

Strategy to Adopt and Deploy HL7 FHIR Standard for Healthcare Interoperability in Korea.

Healthcare informatics research·2021
Same author

Developing a Transnational Health Record Framework with Level-Specific Interoperability Guidelines Based on a Related Literature Review.

Healthcare (Basel, Switzerland)·2021
Same journal

Accounting for approximation errors using surrogate-based parameter estimation of cardiac mechanics digital twins.

Computer methods and programs in biomedicine·2026
Same journal

Facial iPPG heatmap patterns based on period-aware autoencoder show association with carotid atherosclerosis towards non-contact hemodynamic assessment.

Computer methods and programs in biomedicine·2026
Same journal

Explainable machine learning models predict liver fibrosis risk and outcome in the general population: Development and multi-cohort external validation.

Computer methods and programs in biomedicine·2026
Same journal

Evaluation of surrogate endpoints for survival outcomes using the surrogate package in R.

Computer methods and programs in biomedicine·2026
Same journal

Relative spectral and frication-based descriptors as numerical indicators of place of articulation shifts in fricatives produced by Polish children.

Computer methods and programs in biomedicine·2026
Same journal

Leaflet resection improves valve expansion and hemodynamic performance in redo TAVI with balloon- and self-expanding transcatheter heart valve configurations.

Computer methods and programs in biomedicine·2026
See all related articles

This study introduces a new streaming algorithm for Health Level Seven (HL7) message parsing, overcoming message length limitations. This method efficiently handles large medical data, including images, improving healthcare data exchange.

Area of Science:

  • Health Informatics
  • Computer Science
  • Medical Data Exchange

Background:

  • Existing Health Level Seven (HL7) interface engines limit message length due to memory-intensive string array parsing.
  • This limitation prevents the effective handling of large data, such as images and multimedia, crucial for modern electronic health records.
  • Current systems struggle with critical errors when processing lengthy HL7 messages containing rich media.

Purpose of the Study:

  • To address the limitations of traditional HL7 message parsing methods.
  • To develop a novel HL7 parsing engine capable of handling unlimited message lengths, including large medical data.
  • To enhance the exchange of comprehensive patient information, incorporating multimedia elements.

Main Methods:

  • Implementation of a 'streaming algorithm' for HL7 message parsing.

Related Experiment Videos

  • Utilizing a character-stream object to process data character-by-character between main memory and hard disk.
  • Developing an HL7 engine with functionalities for message generation, parsing, validation, browsing, sending, and receiving, including XML format support.
  • Main Results:

    • The new streaming algorithm effectively alleviates the processing load on main memory.
    • The developed HL7 engine successfully parsed and generated XML-formatted HL7 messages.
    • The engine facilitated the exchange of HL7 messages containing 10MB images and discharge summaries between two university hospitals.

    Conclusions:

    • The streaming algorithm offers a robust solution for overcoming HL7 message length limitations.
    • This approach enables the efficient handling of large medical data, including images and multimedia, in healthcare systems.
    • The developed HL7 engine significantly improves the capability for comprehensive medical data exchange.