Showing source for: https://e-hir.org/
Duration: 1.381516s
Server: Apache

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--[if IE 7]><html xmlns="http://www.w3.org/1999/xhtml" lang="eng" xml:lang="eng" class="ie7"><![endif]-->
<!--[if IE 8]><html xmlns="http://www.w3.org/1999/xhtml" lang="eng" xml:lang="eng" class="ie8"><![endif]-->
<!--[if IE 9]><html xmlns="http://www.w3.org/1999/xhtml" lang="eng" xml:lang="eng" class="ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="eng" xml:lang="eng" xmlns="http://www.w3.org/1999/xhtml">
    <!--<![endif]-->
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
        <meta content="telephone=no" name="format-detection">
        <title>
   Healthcare Informatics Research
        </title>
        <meta content="GbiJrEyOO_RX0lFkKa0JD2Kk1ehSsdHVGtG2fAL3xV4" name="google-site-verification">
        <meta content="IE=Edge,Chrome=1" http-equiv="X-UA-Compatible">
        <meta content="Healthcare Informatics Research" name="Title">
        <meta content="Healthcare Informatics Research, Healthc Inform Res, HIR, Korean Society of Medical Informatics" name="Subject">
        <meta content="Healthcare Informatics Research (Healthc Inform Res, HIR), the official publication of Korean Society of Medical Informatics, is published twice a year, June 30 and December 31. It covers all fields of medical science including clinical research and basic medical science. The journal aims to communicate new medical information between medical personnels and to help development of medicine and propagation of medical knowledge. All manuscripts should be creative, informative and helpful for diagnosis and treatment of the medical diseases and for communication of valuable information about all fields of medicine." name="Description">
        <link href="/image/icon/favicon.ico" rel="shortcut icon">
        <link href="/css/common_v1.1.css" rel="stylesheet" type="text/css">
        <link href="/css/style.css?1715728832" rel="stylesheet" type="text/css">
        <script src="/script/jquery.js" type="text/javascript">
        </script>
        <script src="/script/jquery.placeholder.js" type="text/javascript">
        </script>
        <script src="/script/jquery.bxslider.min.js" type="text/javascript">
        </script>
        <script src="/script/user.js" type="text/javascript">
        </script>
        <script src="https://code.jquery.com/jquery-latest.min.js">
        </script>
        <script type="text/javascript">
            $(document).ready(function() {
                $("#gnb>li").mouseover(function() {
                    $(".globalSearch").css("display", "none");
                });
            });
            function journal_download(type, sid, filename) {
                var increase_column;
                if (type == "pdf") {
                    var openWindow = window.open("about:blank");
                    openWindow.location.href = '/upload/pdf/' + filename;
                    increase_column = "pdf_down";
                } else if (type == "epub") {
                    location.href = '/func/download.php?' + filename;
                    increase_column = "epub_down";
                }
                $.ajax({
                    type: 'POST',
                    data: {
                        table: 'journal_tbl',
                        column: increase_column,
                        count: 1,
                        condition_column: 'sid',
                        condition_value: sid
                    },
                    url: '/func/count_increase.php'
                });
            }
            var acIdx = -1;
            function autoCompleteHead(v) {
                if (event.keyCode >= 37 && event.keyCode <= 40) {
                    if (event.keyCode % 2) return;
                    var max = $(".autoKeywords").size();
                    if (event.keyCode == 38) acIdx--; else if (event.keyCode == 40) acIdx++;
                    if (acIdx < 0) acIdx = max - 1;
                    if (acIdx > max - 1) acIdx = 0;
                    $(".autoKeywords").css("background", "#ffffff");
                    $(".autoKeywords").eq(acIdx).css("background", "#e9e9e9");
                    $("input[name='term_all']").val($(".autoKeywords").eq(acIdx).text());
                    return;
                }
                acIdx = -1;
                $.post("/func/autoComplete.php", "value=" + v, function(d, s) {
                    if (s == "success") {
                        if (d != "" && v.length > 1) {
                            $("#autoCompleteLayerHead").attr("class", "");
                            $("#autoCompleteLayerHead").html(d);
                        } else {
                            $("#autoCompleteLayerHead").attr("class", "none");
                            $("#autoCompleteLayerHead").html("");
                        }
                    }
                });
            }
            var autoComplete_ck = 0;
            function term_all_onblur() {
                if (autoComplete_ck == 0) {
                    $("#autoCompleteLayerHead").html("");
                    $("#autoCompleteLayerHead").attr("class", "none");
                }
            }
            function transText(f) {
                if (!f.term_all.value) return false;
            }
        </script>
        <!-- Google tag (gtag.js) -->
        <script async="" src="https://www.googletagmanager.com/gtag/js?id=G-B6M7X1D4D4">
        </script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() {
                dataLayer.push(arguments);
            }
            gtag('js', new Date());
            gtag('config', 'G-B6M7X1D4D4');
        </script>
    </head>
    <body>
        <div class="wrapper">
            <div class="headerWrap">
                <div class="header">
                    <div class="header_navi">
                        <div class="util_navi" style="background-image:url('/image/top_bg_t.gif');">
                            <ul class="utilMenu">
                                <li>
                                    <a href="/" title="Home">
                                        Home
                                    </a>
                                </li>
                                <li>
                                    <a href="https://www.editorialmanager.com/hir/default.aspx" target="_blank" title="E-submission">
                                        E-submission
                                    </a>
                                </li>
                                <li>
                                    <a href="/about/sitemap.php" title="Sitemap">
                                        Sitemap
                                    </a>
                                </li>
                                <li>
                                    <a href="/about/contact.php" title="Contact Us">
                                        Contact us
                                    </a>
                                </li>
                                <li>
                                    <div id="google_translate_element" style="padding-top:0;height:20px;">
                                    </div>
                                    <script type="text/javascript">
                                        function googleTranslateElementInit() {
                                            new google.translate.TranslateElement({
                                                pageLanguage: '',
                                                layout: google.translate.TranslateElement.InlineLayout.SIMPLE
                                            }, 'google_translate_element');
                                        }
                                    </script>
                                    <script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit" type="text/javascript">
                                    </script>
                                </li>
                            </ul>
                        </div>
                    </div>
                    <div class="header_logo">
                        <h1>
                            <a href="/" title="Home">
                                <img alt="Healthcare Informatics Research" src="/image/top_logo.gif">
                            </a>
                        </h1>
                        <p class="qrCode">
                            <img alt="QR Code" class="qr" src="/image/top_img.gif">
                        </p>
                        <div style="clear: both;">
                        </div>
                    </div>
                    <div class="gnbWrap">
                        <div class="gnb_menu">
                            <ul id="gnb">
                                <li>
                                    <a href="/" title="Home">
                                        HOME
                                    </a>
                                </li>
                                <li>
                                    <a href="/about/" title="About">
                                        ABOUT
                                    </a>
                                    <ul class="subMenu m1">
                                        <li>
                                            <a href="/about/index.php" title="Aims and scope">
                                                Aims and scope
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/about.php" title="About the journal">
                                                About the journal
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/editorial.php" title="Editorial board">
                                                Editorial board
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/management_policy.php" title="Management policy">
                                                Management policy
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/best_practice.php" title="Best practice">
                                                Best practice
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/open_access.php" title="Open access">
                                                Open access
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/contact.php" title="Contact us">
                                                Contact us
                                            </a>
                                        </li>
                                    </ul>
                                </li>
                                <li>
                                    <a href="/articles/category.php" title="ARTICLE CATEGORY">
                                        ARTICLE CATEGORY&nbsp;
                                    </a>
                                    <dl class="subMenu m2">
                                        <dd>
                                            <ul>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Editorial" title="Editorial">
                                                        Editorial
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Review article" title="Review article">
                                                        Review article
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Original article" title="Original article">
                                                        Original article
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Case report" title="Case report">
                                                        Case report
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Tutorial" title="Tutorial">
                                                        Tutorial
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Communication" title="Communication">
                                                        Communication
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Others" title="Others">
                                                        Others
                                                    </a>
                                                </li>
                                            </ul>
                                            <p>
                                                <a href="/articles/category.php" title="Browse all articles">
                                                    Browse all articles &gt;
                                                </a>
                                            </p>
                                        </dd>
                                    </dl>
                                </li>
                                <li>
                                    <a href="/articles/archive.php" title="BROWSE ARTICLES">
                                        BROWSE ARTICLES&nbsp;
                                    </a>
                                    <dl class="subMenu m3">
                                        <dd>
                                            <ul>
                                                <li>
                                                    <a href="/current/" title="Current issue">
                                                        Current issue
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/archive.php" title="All issues">
                                                        All issues
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/mostread.php" title="Most view">
                                                        Most view
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/mostdownload.php" title="Most download">
                                                        Most download
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/mostcited.php" title="Most cited">
                                                        Most cited
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/funded.php" title="Funded articles">
                                                        Funded articles
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/search.php" title="Search">
                                                        Search
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/author_index.php" title="Author index">
                                                        Author index
                                                    </a>
                                                </li>
                                            </ul>
                                        </dd>
                                    </dl>
                                </li>
                                <li>
                                    <a href="/authors/authors.php" title="FOR CONTRIBUTORS">
                                        FOR CONTRIBUTORS&nbsp;
                                    </a>
                                    <ul class="subMenu m4" style="width:180px;">
                                        <li>
                                            <a href="/authors/authors.php" title="Instructions for authors">
                                                Instructions for authors
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/authors/ethics.php" title="Code of ethics">
                                                Code of ethics
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/authors/checklist.php" title="Checklist for submission">
                                                Checklist for submission
                                            </a>
                                        </li>
                                        <li>
                                            <a href="https://www.editorialmanager.com/hir/default.aspx" title="E-submission">
                                                E-submission
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/authors/reviewers.php" title="Guideline for peer review process">
                                                Guideline for peer review process
                                            </a>
                                        </li>
                                    </ul>
                                </li>
                            </ul>
                            <ul class="btn">
                                <li>
                                    <a class="viewSearch" href="#" title="Search">
                                        <img alt="Search" class="viewSearch" src="/image/headerBtn_search.gif" title="Search">
                                    </a>
                                </li>
                                <li>
                                    <a href="/articles/search.php" title="Advanced Search">
                                        <img alt="Advanced Search" src="/image/headerBtn_search2.gif">
                                    </a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="globalSearch">
                    <dl>
                        <dt class="hidden">
                            Search
                        </dt>
                        <dd>
                            <form action="/articles/search_result.php" method="post" name="searformform" onsubmit="return transText(this);">
                                <fieldset>
                                    <legend>
                                        Healthc Inform Res Search
                                    </legend>
                                    <input autocomplete="off" class="_placeholder" name="term_all" onblur="term_all_onblur();" onfocus="autoCompleteHead(this.value);" onkeyup="autoCompleteHead(this.value);" placeholder="Keyword, Title, Author, or Citation" type="text" value="">
                                    <span class="search">
                                        <input class="opacity0" type="submit" value="Search">
                                    </span>
                                </fieldset>
                            </form>
                            <div class="none" id="autoCompleteLayerHead">
                            </div>
                            <p class="close">
                                <a href="#">
                                    CLOSE
                                </a>
                            </p>
                        </dd>
                    </dl>
                </div>
            </div>
            <!-- //headerWrap -->
            <hr>
            <script>
                function getCookie(name) {
                    var nameOfCookie = name + "=";
                    var x = 0;
                    while (x <= document.cookie.length) {
                        var y = (x + nameOfCookie.length);
                        if (document.cookie.substring(x, y) == nameOfCookie) {
                            if ((endOfCookie = document.cookie.indexOf(";", y)) == -1) endOfCookie = document.cookie.length;
                            return unescape(document.cookie.substring(y, endOfCookie));
                        }
                        x = document.cookie.indexOf(" ", x) + 1;
                        if (x == 0) break;
                    }
                    return "";
                }
                $(function() {
                    if (getCookie("popup_181127") != "done") {
                        $("#popup_181127").show();
                    }
                });
                function setCookie(name, value, expiredays) {
                    var todayDate = new Date();
                    todayDate.setDate(todayDate.getDate() + expiredays);
                    document.cookie = name + "=" + escape(value) + "; path=/; expires=" + todayDate.toGMTString() + ";";
                }
                function closeLayout(val) {
                    if ($("input:checkbox[name='" + val + "']").is(":checked")) {
                        setCookie(val, "done", 1);
                        $("#" + val).hide();
                    } else {
                        $("#" + val).hide();
                    }
                }
                function journal_download(type, sid, filename) {
                    var increase_column;
                    if (type == "pdf") {
                        https: var openWindow = window.open("about:blank");
                        openWindow.location.href = '/upload/pdf/' + filename;
                        increase_column = "pdf_down";
                    } else if (type == "epub") {
                        location.href = '/func/download.php?' + filename;
                        increase_column = "epub_down";
                    }
                    $.ajax({
                        type: 'POST',
                        data: {
                            table: 'journal_tbl',
                            column: increase_column,
                            count: 1,
                            condition_column: 'sid',
                            condition_value: sid
                        },
                        url: '/func/count_increase.php'
                    });
                }
            </script>
            <div id="container" style="border-bottom:none;">
                <div class="contents">
                    <div class="articleRolling">
                        <div class="article topArticle">
                            <dl>
                                <dd class="etc">
                                    <p class="type">
                                        Review Article
                                    </p>
                                    <p class="date">
                                        April 30, 2024
                                    </p>
                                    <br>
                                </dd>
                                <dt>
                                    <a href="/journal/view.php?number=1196" title="Current Health Data Standardization Project and Future Directions to Ensure Interoperability in Korea">
                                        Current Health Data Standardization Project and Future Directions to Ensure Interoperability in Korea
                                    </a>
                                </dt>
                                <dd class="writer">
                                    AeKyung Kwon, Ho-Young Lee, Soo-Yong Shin, et al.
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Healthc Inform Res.
                                    </em>
                                    2024;30(2):93-102.
                                </dd>
                            </dl>
                            <p class="img">
                                <a href="/journal/view.php?number=1196">
                                    <img src="/upload/thumbnails/HIR-main--2-93.jpg" style="border:solid 1px #D5D5D5;max-width:177px;max-height:110px;">
                                </a>
                            </p>
                            <div class="brief">
                                <a href="/journal/view.php?number=1196">
                                    <span style="font-family: Lora; font-size: 13px; color:#2f312f;line-height:130%;">
                                        Objectives: The need for interoperability at the national level was highlighted in Korea, leading to a consensus on the importance of establishing national standards that align with international technological standards...
                                    </span>
                                </a>
                            </div>
                        </div>
                        <div class="article topArticle">
                            <dl>
                                <dd class="etc">
                                    <p class="type">
                                        Review Article
                                    </p>
                                    <p class="date">
                                        April 30, 2024
                                    </p>
                                    <br>
                                </dd>
                                <dt>
                                    <a href="/journal/view.php?number=1197" title="Status of MyHealthWay and Suggestions for Widespread Implementation, Emphasizing the Utilization and Practical Use of Personal Medical Data">
                                        Status of MyHealthWay and Suggestions for Widespread Implementation, Emphasizing the Utilization and Practical Use of Personal Medical Data
                                    </a>
                                </dt>
                                <dd class="writer">
                                    Taejun Ha, Seonguk Kang, Na Young Yeo, et al.
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Healthc Inform Res.
                                    </em>
                                    2024;30(2):103-112.
                                </dd>
                            </dl>
                            <p class="img">
                                <a href="/journal/view.php?number=1197">
                                    <img src="/upload/thumbnails/HIR-main--2-103.jpg" style="border:solid 1px #D5D5D5;max-width:177px;max-height:110px;">
                                </a>
                            </p>
                            <div class="brief">
                                <a href="/journal/view.php?number=1197">
                                    <span style="font-family: Lora; font-size: 13px; color:#2f312f;line-height:130%;">
                                        Objectives: In the Fourth Industrial Revolution, there is a focus on managing diverse medical data to improve healthcare and prevent disease. The challenges include tracking detailed medical records across multiple...
                                    </span>
                                </a>
                            </div>
                        </div>
                        <div class="article topArticle">
                            <dl>
                                <dd class="etc">
                                    <p class="type">
                                        Review Article
                                    </p>
                                    <p class="date">
                                        April 30, 2024
                                    </p>
                                    <br>
                                </dd>
                                <dt>
                                    <a href="/journal/view.php?number=1198" title="Empowering Healthcare through Comprehensive Informatics Education: The Status and Future of Biomedical and Health Informatics Education">
                                        Empowering Healthcare through Comprehensive Informatics Education: The Status and Future of Biomedical and Health Informatics Education
                                    </a>
                                </dt>
                                <dd class="writer">
                                    Kye Hwa Lee, Myung-Gwan Kim, Jae-Ho Lee, et al.
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Healthc Inform Res.
                                    </em>
                                    2024;30(2):113-126.
                                </dd>
                            </dl>
                            <p class="img">
                                <a href="/journal/view.php?number=1198">
                                    <img src="/upload/thumbnails/HIR-main--2-113.jpg" style="border:solid 1px #D5D5D5;max-width:177px;max-height:110px;">
                                </a>
                            </p>
                            <div class="brief">
                                <a href="/journal/view.php?number=1198">
                                    <span style="font-family: Lora; font-size: 13px; color:#2f312f;line-height:130%;">
                                        Objectives: Education in biomedical and health informatics is essential for managing complex healthcare systems, bridging the gap between healthcare and information technology, and adapting to the digital requirements of the...
                                    </span>
                                </a>
                            </div>
                        </div>
                        <div class="article topArticle noImg">
                            <dl>
                                <dd class="etc">
                                    <p class="type">
                                        Review Article
                                    </p>
                                    <p class="date">
                                        April 30, 2024
                                    </p>
                                    <br>
                                </dd>
                                <dt>
                                    <a href="/journal/view.php?number=1199" title="Effect of Mobile Health Applications on Improving Self-Management Knowledge and Seizure Control in Epilepsy Patients: A Scoping Review">
                                        Effect of Mobile Health Applications on Improving Self-Management Knowledge and Seizure Control in Epilepsy Patients: A Scoping Review
                                    </a>
                                </dt>
                                <dd class="writer">
                                    Iin Ernawati, Nanang Munif Yasin, Ismail Setyopranoto, et al.
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Healthc Inform Res.
                                    </em>
                                    2024;30(2):127-139.
                                </dd>
                            </dl>
                            <div class="brief">
                                <a href="/journal/view.php?number=1199">
                                    <span style="font-family: Lora; font-size: 13px; color:#2f312f;line-height:130%;">
                                        Objectives: Mobile health app-based interventions are increasingly being developed to support chronic disease management, particularly for epilepsy patients. These interventions focus on managing stress, monitoring drug side effects, providing education,...
                                    </span>
                                </a>
                            </div>
                        </div>
                        <div class="article topArticle noImg">
                            <dl>
                                <dd class="etc">
                                    <p class="type">
                                        Original Article
                                    </p>
                                    <p class="date">
                                        April 30, 2024
                                    </p>
                                    <br>
                                </dd>
                                <dt>
                                    <a href="/journal/view.php?number=1200" title="Development and Validation of Adaptable Skin Cancer Classification System Using Dynamically Expandable Representation">
                                        Development and Validation of Adaptable Skin Cancer Classification System Using Dynamically Expandable Representation
                                    </a>
                                </dt>
                                <dd class="writer">
                                    Bong Kyung Jang, Yu Rang Park
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Healthc Inform Res.
                                    </em>
                                    2024;30(2):140-146.
                                </dd>
                            </dl>
                            <div class="brief">
                                <a href="/journal/view.php?number=1200">
                                    <span style="font-family: Lora; font-size: 13px; color:#2f312f;line-height:130%;">
                                        Objectives: Skin cancer is a prevalent type of malignancy, necessitating efficient diagnostic tools. This study aimed to develop an automated skin lesion classification model using the dynamically expandable representation (DER)...
                                    </span>
                                </a>
                            </div>
                        </div>
                        <div class="article topArticle noImg">
                            <dl>
                                <dd class="etc">
                                    <p class="type">
                                        Original Article
                                    </p>
                                    <p class="date">
                                        April 30, 2024
                                    </p>
                                    <br>
                                </dd>
                                <dt>
                                    <a href="/journal/view.php?number=1201" title="Informatics Competencies of Students in a Doctor of Nursing Practice Program: A Descriptive Study">
                                        Informatics Competencies of Students in a Doctor of Nursing Practice Program: A Descriptive Study
                                    </a>
                                </dt>
                                <dd class="writer">
                                    Jeeyae Choi, Seoyoon Woo, Valerie Tarte
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Healthc Inform Res.
                                    </em>
                                    2024;30(2):147-153.
                                </dd>
                            </dl>
                            <div class="brief">
                                <a href="/journal/view.php?number=1201">
                                    <span style="font-family: Lora; font-size: 13px; color:#2f312f;line-height:130%;">
                                        Objectives: Health systems that apply artificial intelligence (AI) are transforming the roles of healthcare providers, including those of Doctor of Nursing Practice (DNP) providers. These professionals are required to utilize...
                                    </span>
                                </a>
                            </div>
                        </div>
                        <div class="article topArticle noImg">
                            <dl>
                                <dd class="etc">
                                    <p class="type">
                                        Original Article
                                    </p>
                                    <p class="date">
                                        April 30, 2024
                                    </p>
                                    <br>
                                </dd>
                                <dt>
                                    <a href="/journal/view.php?number=1202" title="Adoption of Electronic Medical Records in Healthcare Facilities in the Emirate of Dubai">
                                        Adoption of Electronic Medical Records in Healthcare Facilities in the Emirate of Dubai
                                    </a>
                                </dt>
                                <dd class="writer">
                                    Mahera Abdulrahman, Osama El-Hassan, Mohammad Abdulqader Al Redha, et al.
                                </dd>
                                <dd style="font-family: Lora; font-size: 12px; color: #6f6f6f;">
                                    <em>
                                        Healthc Inform Res.
                                    </em>
                                    2024;30(2):154-161.
                                </dd>
                            </dl>
                            <div class="brief">
                                <a href="/journal/view.php?number=1202">
                                    <span style="font-family: Lora; font-size: 13px; color:#2f312f;line-height:130%;">
                                        Objectives: This paper aimed to assess the adoption of electronic medical records (EMRs) in healthcare facilities in Dubai, the largest city in the United Arab Emirates (UAE) and a location...
                                    </span>
                                </a>
                            </div>
                        </div>
                    </div>
                    <!--articleRolling-->
                    <!-- Main Search -->
                    <div class="articleType">
                        <ul>
                            <li class="">
                                <a href="/index.php?v_type=3">
         ARCHIVE
                                </a>
                            </li>
                            <li class="on">
                                <a href="/index.php?v_type=2">
                                    CURRENT ISSUE
                                </a>
                            </li>
                            <!--<li class=""><a href="/index.php?v_type=4">MOST VIEW</a></li>-->
                            <li class="">
                                <a href="/index.php?v_type=6">
         MOST CITED
                                </a>
                            </li>
                        </ul>
                        <dl style="right:185px;padding-bottom:3px;">
                            <dd>
                                <a href="/journal/rss/xml/feed.xml">
                                    <img src="/image/icon_rss.gif">
                                </a>
                            </dd>
                        </dl>
                        <dl>
                            <dt style="color:#F48200;">
                                Current Issue
                            </dt>
                            <dd>
                                <a href="/current/" style="color:#303030;">
                                    Volume 30(2); Apr 2024
                                </a>
                            </dd>
                        </dl>
                    </div>
                    <div class="articleList">
                        <table class="articleTbl">
                            <colgroup>
                                <col style="width: 50%;">
                                <col style="width: 50%;">
                            </colgroup>
                            <tbody>
                                <tr class="article_tr">
                                    <td>
                                        <dl class="article">
                                            <!--dt>
                        <a href="/journal/view.php?number=1195" title="Health and Medical Big Data Forum: Large Language Models in Healthcare">Health and Medical Big Data Forum: Large Language Models in Healthcare</a>
                    </dt-->
                                            <dt>
                                                <a href="/journal/view.php?number=1195" title="Health and Medical Big Data Forum: Large Language Models in Healthcare">
                                                    <span style="font-size: 18px;">
              Health and Medical Big Data Forum: Large Language Models in Healthcare
                                                    </span>
                                                </a>
                                            </dt>
                                            <dd class="writer">
                                                Jinwook Choi
                                            </dd>
                                            <dd style="font-size: 11px; color: #2f312f; font-weight:bold;">
                                                <em>
                                                    Healthc Inform Res.
                                                </em>
                                                2024;30(2):91-92.
                                                <p>
                                                </p>
                                            </dd>
                                            <dd class="etc">
                                                <p class="type" style="float:left;">
                                                    Editorial
                                                </p>
                                                <p class="date">
                                                    April 30, 2024
                                                </p>
                                            </dd>
                                            <ul class="relBtn">
                                                <li class="icon5">
                                                    <a onclick='journal_download("pdf", "1195", "hir-2024-30-2-91.pdf")'>
                                                        PDF
                                                    </a>
                                                </li>
                                            </ul>
                                        </dl>
                                    </td>
                                    <td>
                                        <dl class="article">
                                            <!--dt>
                        <a href="/journal/view.php?number=1196" title="Current Health Data Standardization Project and Future Directions to Ensure Interoperability in Korea">Current Health Data Standardization Project and Future Directions to Ensure Interoperability in Korea</a>
                    </dt-->
                                            <dt>
                                                <a href="/journal/view.php?number=1196" title="Current Health Data Standardization Project and Future Directions to Ensure Interoperability in Korea">
                                                    <img src="/upload/thumbnails/HIR-main--2-93.jpg">
                                                    <span style="font-size: 18px;">
              Current Health Data Standardization Project and Future Directions to Ensure Interoperability in Korea
                                                    </span>
                                                </a>
                                            </dt>
                                            <dd class="writer">
                                                AeKyung Kwon, Ho-Young Lee, Soo-Yong Shin, et al.
                                            </dd>
                                            <dd style="font-size: 11px; color: #2f312f; font-weight:bold;">
                                                <em>
                                                    Healthc Inform Res.
                                                </em>
                                                2024;30(2):93-102.
                                                <p>
                                                </p>
                                            </dd>
                                            <dd class="etc">
                                                <p class="type" style="float:left;">
                                                    Review Article
                                                </p>
                                                <p class="date">
                                                    April 30, 2024
                                                </p>
                                            </dd>
                                            <ul class="relBtn">
                                                <li class="icon5">
                                                    <a onclick='journal_download("pdf", "1196", "hir-2024-30-2-93.pdf")'>
                                                        PDF
                                                    </a>
                                                </li>
                                            </ul>
                                        </dl>
                                    </td>
                                </tr>
                                <tr class="article_tr">
                                    <td>
                                        <dl class="article">
                                            <!--dt>
                        <a href="/journal/view.php?number=1197" title="Status of MyHealthWay and Suggestions for Widespread Implementation, Emphasizing the Utilization and Practical Use of Personal Medical Data">Status of MyHealthWay and Suggestions for Widespread Implementation, Emphasizing the Utilization and Practical Use of Personal Medical Data</a>
                    </dt-->
                                            <dt>
                                                <a href="/journal/view.php?number=1197" title="Status of MyHealthWay and Suggestions for Widespread Implementation, Emphasizing the Utilization and Practical Use of Personal Medical Data">
                                                    <img src="/upload/thumbnails/HIR-main--2-103.jpg">
                                                    <span style="font-size: 18px;">
              Status of MyHealthWay and Suggestions for Widespread Implementation, Emphasizing the Utilization and Practical Use of Personal Medical Data
                                                    </span>
                                                </a>
                                            </dt>
                                            <dd class="writer">
                                                Taejun Ha, Seonguk Kang, Na Young Yeo, et al.
                                            </dd>
                                            <dd style="font-size: 11px; color: #2f312f; font-weight:bold;">
                                                <em>
                                                    Healthc Inform Res.
                                                </em>
                                                2024;30(2):103-112.
                                                <p>
                                                </p>
                                            </dd>
                                            <dd class="etc">
                                                <p class="type" style="float:left;">
                                                    Review Article
                                                </p>
                                                <p class="date">
                                                    April 30, 2024
                                                </p>
                                            </dd>
                                            <ul class="relBtn">
                                                <li class="icon5">
                                                    <a onclick='journal_download("pdf", "1197", "hir-2024-30-2-103.pdf")'>
                                                        PDF
                                                    </a>
                                                </li>
                                            </ul>
                                        </dl>
                                    </td>
                                    <td>
                                        <dl class="article">
                                            <!--dt>
                        <a href="/journal/view.php?number=1198" title="Empowering Healthcare through Comprehensive Informatics Education: The Status and Future of Biomedical and Health Informatics Education">Empowering Healthcare through Comprehensive Informatics Education: The Status and Future of Biomedical and Health Informatics Education</a>
                    </dt-->
                                            <dt>
                                                <a href="/journal/view.php?number=1198" title="Empowering Healthcare through Comprehensive Informatics Education: The Status and Future of Biomedical and Health Informatics Education">
                                                    <img src="/upload/thumbnails/HIR-main--2-113.jpg">
                                                    <span style="font-size: 18px;">
              Empowering Healthcare through Comprehensive Informatics Education: The Status and Future of Biomedical and Health Informatics Education
                                                    </span>
                                                </a>
                                            </dt>
                                            <dd class="writer">
                                                Kye Hwa Lee, Myung-Gwan Kim, Jae-Ho Lee, et al.
                                            </dd>
                                            <dd style="font-size: 11px; color: #2f312f; font-weight:bold;">
                                                <em>
                                                    Healthc Inform Res.
                                                </em>
                                                2024;30(2):113-126.
                                                <p>
                                                </p>
                                            </dd>
                                            <dd class="etc">
                                                <p class="type" style="float:left;">
                                                    Review Article
                                                </p>
                                                <p class="date">
                                                    April 30, 2024
                                                </p>
                                            </dd>
                                            <ul class="relBtn">
                                                <li class="icon5">
                                                    <a onclick='journal_download("pdf", "1198", "hir-2024-30-2-113.pdf")'>
                                                        PDF
                                                    </a>
                                                </li>
                                            </ul>
                                        </dl>
                                    </td>
                                </tr>
                                <tr class="article_tr">
                                    <td>
                                        <dl class="article">
                                            <!--dt>
                        <a href="/journal/view.php?number=1199" title="Effect of Mobile Health Applications on Improving Self-Management Knowledge and Seizure Control in Epilepsy Patients: A Scoping Review">Effect of Mobile Health Applications on Improving Self-Management Knowledge and Seizure Control in Epilepsy Patients: A Scoping Review</a>
                    </dt-->
                                            <dt>
                                                <a href="/journal/view.php?number=1199" title="Effect of Mobile Health Applications on Improving Self-Management Knowledge and Seizure Control in Epilepsy Patients: A Scoping Review">
                                                    <span style="font-size: 18px;">
              Effect of Mobile Health Applications on Improving Self-Management Knowledge and Seizure Control in Epilepsy Patients: A Scoping Review
                                                    </span>
                                                </a>
                                            </dt>
                                            <dd class="writer">
                                                Iin Ernawati, Nanang Munif Yasin, Ismail Setyopranoto, et al.
                                            </dd>
                                            <dd style="font-size: 11px; color: #2f312f; font-weight:bold;">
                                                <em>
                                                    Healthc Inform Res.
                                                </em>
                                                2024;30(2):127-139.
                                                <p>
                                                </p>
                                            </dd>
                                            <dd class="etc">
                                                <p class="type" style="float:left;">
                                                    Review Article
                                                </p>
                                                <p class="date">
                                                    April 30, 2024
                                                </p>
                                            </dd>
                                            <ul class="relBtn">
                                                <li class="icon5">
                                                    <a onclick='journal_download("pdf", "1199", "hir-2024-30-2-127.pdf")'>
                                                        PDF
                                                    </a>
                                                </li>
                                            </ul>
                                        </dl>
                                    </td>
                                    <td>
                                        <dl class="article">
                                            <!--dt>
                        <a href="/journal/view.php?number=1200" title="Development and Validation of Adaptable Skin Cancer Classification System Using Dynamically Expandable Representation">Development and Validation of Adaptable Skin Cancer Classification System Using Dynamically Expandable Representation</a>
                    </dt-->
                                            <dt>
                                                <a href="/journal/view.php?number=1200" title="Development and Validation of Adaptable Skin Cancer Classification System Using Dynamically Expandable Representation">
                                                    <span style="font-size: 18px;">
              Development and Validation of Adaptable Skin Cancer Classification System Using Dynamically Expandable Representation
                                                    </span>
                                                </a>
                                            </dt>
                                            <dd class="writer">
                                                Bong Kyung Jang, Yu Rang Park
                                            </dd>
                                            <dd style="font-size: 11px; color: #2f312f; font-weight:bold;">
                                                <em>
                                                    Healthc Inform Res.
                                                </em>
                                                2024;30(2):140-146.
                                                <p>
                                                </p>
                                            </dd>
                                            <dd class="etc">
                                                <p class="type" style="float:left;">
                                                    Original Article
                                                </p>
                                                <p class="date">
                                                    April 30, 2024
                                                </p>
                                            </dd>
                                            <ul class="relBtn">
                                                <li class="icon5">
                                                    <a onclick='journal_download("pdf", "1200", "hir-2024-30-2-140.pdf")'>
                                                        PDF
                                                    </a>
                                                </li>
                                            </ul>
                                        </dl>
                                    </td>
                                </tr>
                                <tr class="article_tr">
                                    <td>
                                        <dl class="article">
                                            <!--dt>
                        <a href="/journal/view.php?number=1201" title="Informatics Competencies of Students in a Doctor of Nursing Practice Program: A Descriptive Study">Informatics Competencies of Students in a Doctor of Nursing Practice Program: A Descriptive Study</a>
                    </dt-->
                                            <dt>
                                                <a href="/journal/view.php?number=1201" title="Informatics Competencies of Students in a Doctor of Nursing Practice Program: A Descriptive Study">
                                                    <span style="font-size: 18px;">
              Informatics Competencies of Students in a Doctor of Nursing Practice Program: A Descriptive Study
                                                    </span>
                                                </a>
                                            </dt>
                                            <dd class="writer">
                                                Jeeyae Choi, Seoyoon Woo, Valerie Tarte
                                            </dd>
                                            <dd style="font-size: 11px; color: #2f312f; font-weight:bold;">
                                                <em>
                                                    Healthc Inform Res.
                                                </em>
                                                2024;30(2):147-153.
                                                <p>
                                                </p>
                                            </dd>
                                            <dd class="etc">
                                                <p class="type" style="float:left;">
                                                    Original Article
                                                </p>
                                                <p class="date">
                                                    April 30, 2024
                                                </p>
                                            </dd>
                                            <ul class="relBtn">
                                                <li class="icon5">
                                                    <a onclick='journal_download("pdf", "1201", "hir-2024-30-2-147.pdf")'>
                                                        PDF
                                                    </a>
                                                </li>
                                            </ul>
                                        </dl>
                                    </td>
                                    <td>
                                        <dl class="article">
                                            <!--dt>
                        <a href="/journal/view.php?number=1202" title="Adoption of Electronic Medical Records in Healthcare Facilities in the Emirate of Dubai">Adoption of Electronic Medical Records in Healthcare Facilities in the Emirate of Dubai</a>
                    </dt-->
                                            <dt>
                                                <a href="/journal/view.php?number=1202" title="Adoption of Electronic Medical Records in Healthcare Facilities in the Emirate of Dubai">
                                                    <span style="font-size: 18px;">
              Adoption of Electronic Medical Records in Healthcare Facilities in the Emirate of Dubai
                                                    </span>
                                                </a>
                                            </dt>
                                            <dd class="writer">
                                                Mahera Abdulrahman, Osama El-Hassan, Mohammad Abdulqader Al Redha, et al.
                                            </dd>
                                            <dd style="font-size: 11px; color: #2f312f; font-weight:bold;">
                                                <em>
                                                    Healthc Inform Res.
                                                </em>
                                                2024;30(2):154-161.
                                                <p>
                                                </p>
                                            </dd>
                                            <dd class="etc">
                                                <p class="type" style="float:left;">
                                                    Original Article
                                                </p>
                                                <p class="date">
                                                    April 30, 2024
                                                </p>
                                            </dd>
                                            <ul class="relBtn">
                                                <li class="icon5">
                                                    <a onclick='journal_download("pdf", "1202", "hir-2024-30-2-154.pdf")'>
                                                        PDF
                                                    </a>
                                                </li>
                                            </ul>
                                        </dl>
                                    </td>
                                </tr>
                                <tr class="article_tr">
                                    <td>
                                        <dl class="article">
                                            <!--dt>
                        <a href="/journal/view.php?number=1203" title="Prevalence of Selected Ophthalmic Diseases Using a Smartphone-Based Fundus Imaging System in Quang Tri and Thai Nguyen, Vietnam">Prevalence of Selected Ophthalmic Diseases Using a Smartphone-Based Fundus Imaging System in Quang Tri and Thai Nguyen, Vietnam</a>
                    </dt-->
                                            <dt>
                                                <a href="/journal/view.php?number=1203" title="Prevalence of Selected Ophthalmic Diseases Using a Smartphone-Based Fundus Imaging System in Quang Tri and Thai Nguyen, Vietnam">
                                                    <span style="font-size: 18px;">
              Prevalence of Selected Ophthalmic Diseases Using a Smartphone-Based Fundus Imaging System in Quang Tri and Thai Nguyen, Vietnam
                                                    </span>
                                                </a>
                                            </dt>
                                            <dd class="writer">
                                                Jaewon Kim, Sangchul Yoon, Holden Yoon Seung Kim
                                            </dd>
                                            <dd style="font-size: 11px; color: #2f312f; font-weight:bold;">
                                                <em>
                                                    Healthc Inform Res.
                                                </em>
                                                2024;30(2):162-167.
                                                <p>
                                                </p>
                                            </dd>
                                            <dd class="etc">
                                                <p class="type" style="float:left;">
                                                    Case Report
                                                </p>
                                                <p class="date">
                                                    April 30, 2024
                                                </p>
                                            </dd>
                                            <ul class="relBtn">
                                                <li class="icon5">
                                                    <a onclick='journal_download("pdf", "1203", "hir-2024-30-2-162.pdf")'>
                                                        PDF
                                                    </a>
                                                </li>
                                            </ul>
                                        </dl>
                                    </td>
                                    <td>
                                        <dl class="article">
                                            <!--dt>
                        <a href="/journal/view.php?number=1204" title="Corrigendum to: Development and Verification of Time-Series Deep Learning for Drug-Induced Liver Injury Detection in Patients Taking Angiotensin II Receptor Blockers: A Multicenter Distributed Research Network Approach">Corrigendum to: Development and Verification of Time-Series Deep Learning for Drug-Induced Liver Injury Detection in Patients Taking Angiotensin II Receptor Blockers: A Multicenter Distributed Research Network Approach</a>
                    </dt-->
                                            <dt>
                                                <a href="/journal/view.php?number=1204" title="Corrigendum to: Development and Verification of Time-Series Deep Learning for Drug-Induced Liver Injury Detection in Patients Taking Angiotensin II Receptor Blockers: A Multicenter Distributed Research Network Approach">
                                                    <span style="font-size: 18px;">
              Corrigendum to: Development and Verification of Time-Series Deep Learning for Drug-Induced Liver Injury Detection in Patients Taking Angiotensin II Receptor Blockers: A Multicenter Distributed Research Network Approach
                                                    </span>
                                                </a>
                                            </dt>
                                            <dd class="writer">
                                                Suncheol Heo, Jae Yong Yu, Eun Ae Kang, et al.
                                            </dd>
                                            <dd style="font-size: 11px; color: #2f312f; font-weight:bold;">
                                                <em>
                                                    Healthc Inform Res.
                                                </em>
                                                2024;30(2):168-168.
                                                <p>
                                                </p>
                                            </dd>
                                            <dd class="etc">
                                                <p class="type" style="float:left;">
                                                    Corrigendum
                                                </p>
                                                <p class="date">
                                                    April 30, 2024
                                                </p>
                                            </dd>
                                            <ul class="relBtn">
                                                <li class="icon5">
                                                    <a onclick='journal_download("pdf", "1204", "hir-2024-30-2-168.pdf")'>
                                                        PDF
                                                    </a>
                                                </li>
                                            </ul>
                                        </dl>
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                    <!--moreArticle-->
                </div>
                <!--contents-->
                <div class="aside">
                    <ul class="moreInfo">
                        <li>
                            <a href="https://www.editorialmanager.com/hir/default.aspx" target="_blank">
                                <img src="/image/e_submission.gif" title="E-Submission">
                            </a>
                        </li>
                    </ul>
                    <div class="journal" style="margin-top:5px;width:174px;height:312px;background:url(/image/cover.jpg);">
                        <a href="/current/">
                            <img border="0" src="/upload/thumbnails/hir-30-2-cover.jpg" width="158px">
                        </a>
                    </div>
                    <ul class="moreInfo">
                        <li>
                            <a href="/func/download.php?path=L2hvbWUvdmlydHVhbC9lLWhpci9qb3VybmFsL2ZpbGUvSElSLUVuZG5vdGUtU3R5bGUuZW5z&amp;filename=SElSLUVuZG5vdGUtU3R5bGUuZW5z" target="_blank">
                                <img src="/image/right_endnote_style_file.gif" title="Healthcare Informatics Research Endnote style download">
                            </a>
                        </li>
                        <li>
                            <a href="/articles/author_index.php">
                                <img src="/image/authorindex_b.gif" title="Author Index">
                            </a>
                        </li>
                        <li>
                            <a href="/metrics/metrics_total_down_ref.php" onclick="window.open(this.href, 'Metrics_Total_View', 'width=720, height=845,scrollbars=yes');return false;" style="cursor:pointer;">
                                <img border="0" class="vertical_middle" src="/image/banner_Metrics.gif" title="More information">
                            </a>
                        </li>
                        <li style="padding-top:10px;">
                            <a href="https://mjl.clarivate.com/cgi-bin/jrnlst/jlresults.cgi?PC=MASTER&amp;ISSN=2093-3681" target="_blank">
                                <div style="position: relative;background-size:cover;background-image:url('/image/impact_factor_174bg.gif');width:174px;height:137px;font-family: 'Roboto', 'Noto Sans KR', sans-serif">
                                    <div style="position:absolute;left:14px;top:113px;font-size:12px;color:#ffffff;">
          Journal Impact Factor 2.9
                                    </div>
                                </div>
                            </a>
                        </li>
                        <li style="padding-top:3px;">
                            <a href="https://www.scimagojr.com/journalsearch.php?q=21100242232&amp;tip=sid&amp;exact=no" target="_blank" title="SCImago Journal &amp; Country Rank">
                                <img alt="SCImago Journal &amp; Country Rank" border="0" src="https://www.scimagojr.com/journal_img.php?id=21100242232" width="174px">
                            </a>
                        </li>
                        <li>
                            <div id="vis">
                            </div>
                            <script>
                                var tags = [{
                                    "key": "Information",
                                    "value": 289
                                },{
                                    "key": "Information System",
                                    "value": 270
                                },{
                                    "key": "Hospital Information System",
                                    "value": 206
                                },{
                                    "key": "System",
                                    "value": 196
                                },{
                                    "key": "Nursing",
                                    "value": 145
                                },{
                                    "key": "Medical Informatics",
                                    "value": 144
                                },{
                                    "key": "Technology",
                                    "value": 137
                                },{
                                    "key": "Age",
                                    "value": 126
                                },{
                                    "key": "Artificial Intelligence",
                                    "value": 124
                                },{
                                    "key": "Health Information",
                                    "value": 123
                                },{
                                    "key": "Electronic Health Records",
                                    "value": 120
                                },{
                                    "key": "Electronic Medical Record",
                                    "value": 115
                                },{
                                    "key": "Internet",
                                    "value": 110
                                },{
                                    "key": "Innovation",
                                    "value": 104
                                },{
                                    "key": "Machine Learning",
                                    "value": 103
                                },{
                                    "key": "Informatics",
                                    "value": 102
                                },{
                                    "key": "Learning",
                                    "value": 101
                                },{
                                    "key": "Information Systems",
                                    "value": 99
                                },{
                                    "key": "Classification",
                                    "value": 99
                                },{
                                    "key": "Meta-Analysis",
                                    "value": 98
                                },{
                                    "key": "Electronic Health Record",
                                    "value": 97
                                },{
                                    "key": "Medical Record",
                                    "value": 96
                                },{
                                    "key": "Hospital",
                                    "value": 93
                                },{
                                    "key": "CT",
                                    "value": 92
                                },{
                                    "key": "Disease",
                                    "value": 90
                                },{
                                    "key": "Aging",
                                    "value": 90
                                },{
                                    "key": "medical information",
                                    "value": 88
                                },{
                                    "key": "Health Records",
                                    "value": 88
                                },{
                                    "key": "Web",
                                    "value": 86
                                },{
                                    "key": "Patient",
                                    "value": 81
                                }];
                            </script>
                            <script charset="utf-8" src="https://d3js.org/d3.v3.min.js">
                            </script>
                            <script src="https://www.e-crt.org/script/d3.layout.cloud.js">
                            </script>
                            <script src="https://www.e-crt.org/script/word-cloud.js" type="text/javascript">
                            </script>
                        </li>
                        <!-- Flowplayer-->
                        <!--
            <li><img src="/image/title_videoclip.gif" title="Video clip"></li>
            <div class="flowplayer" data-swf="flowplayer.swf" data-key="$446132326889350" data-ratio="0.4167"></div>
                                <link rel="stylesheet" href="//releases.flowplayer.org/7.0.4/skin/skin.css">
                <script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
                <script src="//releases.flowplayer.org/7.0.4/flowplayer.min.js"></script>

                <div data-aspect-ratio="47:25" class="flowplayer no-volume">
                    <video>
                        <source type="video/webm" src="/upload/media/.webm">
                        <source type="video/mp4" src="/upload/media/.mp4">
                        <source type="video/flv" src="/upload/media/.flv">
                    </video>
                </div>

                <li style="background-color:#D2E2F2;padding-top:2px;padding-left:5px;font-size:8pt;"><a href="/journal/view.php?doi=" title=""></li>
			-->
                        <li style="padding-top:8px;">
                            <a href="http://www.kosmi.org/eng/main/main.html" target="_blank" title="THE Korean Society of Medical Informatics">
                                <img src="/image/ban_kosmi.gif">
                            </a>
                        </li>
                    </ul>
                </div>
                <!--  //aside -->
            </div>
            <!-- //container -->
            <hr>
            <!-- right banner area begin -->
            <ul class="relSite">
                <li>
                    <a href="https://www.ncbi.nlm.nih.gov/pmc/journals/1520" target="_blank">
                        <img alt="PubMed Central" src="/image/banner/pmc.gif" style="width:132px;height:32px;" title="PubMed Central">
                    </a>
                </li>
                <li>
                    <a href="https://www.ncbi.nlm.nih.gov/pubmed?term=Healthc%20Inform%20Res[jour]" target="_blank">
                        <img alt="PubMed" src="/image/banner/pubmed2.gif" style="width:132px;height:32px;" title="PubMed">
                    </a>
                </li>
                <li>
                    <a href="https://www.scopus.com/sourceid/21100242232" target="_blank">
                        <img alt="" src="/image/banner/scopus.gif" style="width:132px;height:32px;" title="">
                    </a>
                </li>
                <li>
                    <a href="https://koreamed.org/JournalVolume.php?id=1088" target="_blank">
                        <img alt="KoreaMed" src="/image/banner/koreamed.gif" style="width:132px;height:32px;" title="KoreaMed">
                    </a>
                </li>
                <li>
                    <a href="https://www.komci.org/JournalVolume.php?id=1088&amp;code=1088HIR" target="_blank">
                        <img alt="KoMCI" src="/image/banner/komci.gif" style="width:132px;height:32px;" title="KoMCI">
                    </a>
                </li>
                <li>
                    <a href="https://doaj.org/toc/2093-3681" target="_blank">
                        <img alt="DOAJ" src="/image/banner/DOAJ_174_45.gif" style="width:132px;height:32px;" title="DOAJ">
                    </a>
                </li>
                <li>
                    <a href="https://scholar.google.com/scholar?hl=en&amp;as_publication=Healthcare+Informatics+Research&amp;as_q=" target="_blank">
                        <img alt="GoogleScholar" src="/image/banner/GoogleScholar.gif" style="width:132px;height:32px;" title="GoogleScholar">
                    </a>
                </li>
                <li class="clear">
                    <a href="https://www.crossref.org/services/similarity-check/" target="_blank">
                        <img alt="Similarity Check" src="/image/banner/CrossRef_Similarity_Check_174_45.gif" style="width:132px;height:32px;" title="Similarity Check">
                    </a>
                </li>
                <li>
                    <a href="https://www.crossref.org/services/cited-by/" target="_blank">
                        <img alt="Crossref Cited-by Linking" src="/image/banner/CrossRef_Cited_by_174_45.gif" style="width:132px;height:32px;" title="Crossref Cited-by Linking">
                    </a>
                </li>
                <li>
                    <a href="https://www.crossref.org/services/crossmark/" target="_blank">
                        <img alt="CrossMark" src="/image/banner/Crossmark_174_45.gif" style="width:132px;height:32px;" title="CrossMark">
                    </a>
                </li>
                <li>
                    <a href="https://www.crossref.org/services/funder-registry/" target="_blank">
                        <img alt="Funder Registry" src="/image/banner/Funder_Registry_174_45.gif" style="width:132px;height:32px;" title="Funder Registry">
                    </a>
                </li>
                <li>
                    <a href="https://www.crossref.org/members/prep/2780" target="_blank">
                        <img alt="" src="/image/banner/metadata.gif" style="width:132px;height:32px;" title="">
                    </a>
                </li>
                <li>
                    <a href="https://orcid.org/" target="_blank">
                        <img alt="ORCID" src="/image/banner/ORCID.gif" style="width:132px;height:32px;" title="ORCID">
                    </a>
                </li>
                <li>
                    <a href="http://publicationethics.org/" target="_blank">
                        <img alt="COPE" src="/image/banner/COPE.gif" style="width:132px;height:32px;" title="COPE">
                    </a>
                </li>
            </ul>
            <div class="siteMap">
                <dl class="last" style="width:230px">
                    <dt>
                        <a href="/about/" title="ABOUT">
       ABOUT
                        </a>
                    </dt>
                    <dd>
                        <dl>
                            <dd>
                                <ul>
                                    <li>
                                        <a href="/about/index.php" title="Aims and scope">
                                            Aims and scope
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/about.php" title="About the journal">
                                            About the journal
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/editorial.php" title="Editorial board">
                                            Editorial board
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/management_policy.php" title="Management policy">
                                            Management policy
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/best_practice.php" title="Best practice">
                                            Best practice
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/open_access.php" title="Open access">
                                            Open access
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/contact.php" title="Contact us">
                                            Contact us
                                        </a>
                                    </li>
                                </ul>
                            </dd>
                        </dl>
                    </dd>
                </dl>
                <dl style="width:255px">
                    <dt>
                        <a href="/articles/category.php" title="ARTICLES">
                            ARTICLE CATEGORY
                        </a>
                    </dt>
                    <dd>
                        <ul>
                            <li>
                                <a href="/articles/category.php?article_category=Editorial" title="Editorial">
                                    Editorial
                                </a>
                            </li>
                            <li>
                                <a href="/articles/category.php?article_category=Review article" title="Review article">
                                    Review article
                                </a>
                            </li>
                            <li>
                                <a href="/articles/category.php?article_category=Original article" title="Original article">
                                    Original article
                                </a>
                            </li>
                            <li>
                                <a href="/articles/category.php?article_category=Case report" title="Case report">
                                    Case report
                                </a>
                            </li>
                            <li>
                                <a href="/articles/category.php?article_category=Tutorial" title="Tutorial">
                                    Tutorial
                                </a>
                            </li>
                            <li>
                                <a href="/articles/category.php?article_category=Communication" title="Communication">
                                    Communication
                                </a>
                            </li>
                            <li>
                                <a href="/articles/category.php?article_category=Others" title="Others">
                                    Others
                                </a>
                            </li>
                        </ul>
                        <p>
                            <a href="/articles/category.php" title="Browse all articles">
                                Browse all articles &gt;
                            </a>
                        </p>
                    </dd>
                </dl>
                <dl style="width:255px">
                    <dt>
                        <a href="/articles/archive.php" title="ISSUES">
                            BROWSE ARTICLES
                        </a>
                    </dt>
                    <dd>
                        <ul>
                            <li>
                                <a href="/current/" title="Current issue">
                                    Current issue
                                </a>
                            </li>
                            <li>
                                <a href="/articles/archive.php" title="All issues">
                                    All issues
                                </a>
                            </li>
                            <li>
                                <a href="/articles/mostread.php" title="Most view">
                                    Most view
                                </a>
                            </li>
                            <li>
                                <a href="/articles/mostdownload.php" title="Most download">
                                    Most download
                                </a>
                            </li>
                            <li>
                                <a href="/articles/mostcited.php" title="Most cited">
                                    Most cited
                                </a>
                            </li>
                            <li>
                                <a href="/articles/funded.php" title="Funded articles">
                                    Funded articles
                                </a>
                            </li>
                            <li>
                                <a href="/articles/search.php" title="Search">
                                    Search
                                </a>
                            </li>
                            <li>
                                <a href="/articles/author_index.php" title="Author index">
                                    Author index
                                </a>
                            </li>
                        </ul>
                    </dd>
                </dl>
                <dl style="width:220px">
                    <dt>
                        <a href="/authors/authors.php" title="FOR CONTRIBUTORS">
                            FOR CONTRIBUTORS
                        </a>
                    </dt>
                    <dd>
                        <ul>
                            <li>
                                <a href="/authors/authors.php" title="Instructions for authors">
                                    Instructions for authors
                                </a>
                            </li>
                            <li>
                                <a href="/authors/ethics.php" title="Code of ethics">
                                    Code of ethics
                                </a>
                            </li>
                            <li>
                                <a href="/authors/checklist.php" title="Checklist for submission">
                                    Checklist for submission
                                </a>
                            </li>
                            <li>
                                <a href="https://www.editorialmanager.com/hir/default.aspx" title="E-submission">
                                    E-submission
                                </a>
                            </li>
                            <li>
                                <a href="/authors/reviewers.php" title="Guideline for peer review process">
                                    Guideline for peer review process
                                </a>
                            </li>
                        </ul>
                    </dd>
                </dl>
            </div>
            <div class="footerWrap">
                <div>
                    <dl>
                        <dt>
                            Editorial Office
                        </dt>
                        <dd>
                            1618 Kyungheegung Achim Bldg 3, 34, Sajik-ro 8-gil, Jongno-gu, Seoul 03174, Korea
                            <br>
                            Tel: +82-2-733-7637, +82-2-734-7637&nbsp;&nbsp;&nbsp;&nbsp;
                            <!--Fax: +82-&nbsp;&nbsp;&nbsp;&nbsp;-->
       E-mail:
                            <a href="mailto:[email protected]" style="color:#ffffff;">
                                [email protected]
                            </a>
                            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                        </dd>
                    </dl>
                    <p>
                        Copyright &copy;
                        <a href="http://www.kosmi.org" target="_blank">
                            2024 by Korean Society of Medical Informatics.
                        </a>
                    </p>
                    <p class="posTR">
                        <a href="http://publishing.m2comm.kr/" target="_blank">
                            <img alt="Developed in M2community" src="/image/developed_m2.png">
                        </a>
                    </p>
                </div>
            </div>
            <!-- //footerWrap -->
        </div>
        <!-- //wrapper -->
        <style>
            #overlay {
                display             : none;
                position            : absolute;
                top                 : 0px;
                left                : 0px;
                width               : 100%;
                height              : 100%;
                z-index             : 999;
            }
            #overlay #overlay_close {
                margin              : 25px auto 0px auto;
                height              : 20px;
                text-align          : right;
            }
            #overlay #main_image_wrap {
                margin              : 25px auto 25px auto;
                height              : 448px;
                text-align          : center;
            }
        </style>
        <div id="overlay">
            <div style="width:900px; background-color: rgba(208,208,208,0.85); border: 1px solid #a0a0a0; padding-bottom: 25px; margin: auto;">
                <div id="overlay_close">
                    <img alt="Close layer" onclick="closePhotoView(); return false;" src="/image/b_close.png" style="cursor:pointer;margin-right:25px;">
                </div>
                <div id="main_image_wrap">
                    <table style="margin: auto;">
                        <tbody>
                            <tr>
                                <td onclick="mImage_sliding('prev')" style="cursor: pointer;" valign="middle">
                                    <img alt="prev" border="0" src="/image/b_prev.png">
                                </td>
                                <td style="width: 800px;height:448px;" valign="middle">
                                    <img height="448" id="main_image" src="" width="800">
                                </td>
                                <td onclick="mImage_sliding('next')" style="cursor: pointer;" valign="middle">
                                    <img alt="next" border="0" src="/image/b_next.png">
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
            </div>
        </div>
        <script>
            var thumb_array = new Array();
            var thumb_index = 0;
            function mImage_sliding(dir) {
                if (dir == 'next') {
                    thumb_index++;
                    if (thumb_index >= thumb_array.length) {
                        thumb_index--;
                        return false;
                    }
                } else {
                    thumb_index--;
                    if (thumb_index < 0) {
                        thumb_index++;
                        return false;
                    }
                }
                changeMainImage(thumb_array[thumb_index]);
            }
            function openPhotoView(obj) {
                var y = $(this).scrollTop();
                $("#overlay").css("margin-top", y + 100);
                $("#overlay").show();
                thumb_array = new Array();
                $(obj).parent().parent().find('img.thumb').each(function(index) {
                    thumb_array.push($(this).attr("src"));
                    if ($(obj).attr("src") == $(this).attr("src")) {
                        thumb_index = index;
                        changeMainImage($(this).attr("src"));
                    }
                });
            }
            function openPhotoView2() {
                var y = $(this).scrollTop();
                $("#overlay").css("margin-top", y + 100);
                $("#overlay").show();
                thumb_array = new Array();
                var src_data = $("#ss_516").html();
                console.log(src_data);
            }
            function closePhotoView() {
                $('#overlay').hide();
                thumb_array = new Array();
            }
            function changeMainImage(src) {
                $("<img />").attr("src", src).load(function() {
                    var ratio = 800 / this.width;
                    var width = this.width * ratio;
                    var height = this.height * ratio;
                    if (height > 448) {
                        ratio = 448 / this.height;
                        width = this.width * ratio;
                        height = this.height * ratio;
                    }
                    $("#overlay #main_image_wrap #main_image").attr('src', this.src);
                    $("#overlay #main_image_wrap #main_image").attr('width', width);
                    $("#overlay #main_image_wrap #main_image").attr('height', height);
                });
            }
        </script>
        <style>
            #overlay {
                display             : none;
                position            : absolute;
                top                 : 0px;
                left                : 0px;
                width               : 100%;
                height              : 100%;
                z-index             : 999;
            }
            #overlay #overlay_close {
                margin              : 25px auto 0px auto;
                height              : 20px;
                text-align          : right;
            }
            #overlay #main_image_wrap {
                margin              : 25px auto 25px auto;
                height              : 448px;
                text-align          : center;
            }
        </style>
        <div id="overlay">
            <div style="width:900px; background-color: rgba(208,208,208,0.85); border: 1px solid #a0a0a0; padding-bottom: 25px; margin: auto;">
                <div id="overlay_close">
                    <img alt="Close layer" onclick="closePhotoView(); return false;" src="/image/b_close.png" style="cursor:pointer;margin-right:25px;">
                </div>
                <div id="main_image_wrap">
                    <table style="margin: auto;">
                        <tbody>
                            <tr>
                                <td onclick="mImage_sliding('prev')" style="cursor: pointer;" valign="middle">
                                    <img alt="prev" border="0" src="/image/b_prev.png">
                                </td>
                                <td style="width: 800px;height:448px;" valign="middle">
                                    <img height="448" id="main_image" src="" width="800">
                                </td>
                                <td onclick="mImage_sliding('next')" style="cursor: pointer;" valign="middle">
                                    <img alt="next" border="0" src="/image/b_next.png">
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
            </div>
        </div>
        <script>
            var thumb_array = new Array();
            var thumb_index = 0;
            function mImage_sliding(dir) {
                if (dir == 'next') {
                    thumb_index++;
                    if (thumb_index >= thumb_array.length) {
                        thumb_index--;
                        return false;
                    }
                } else {
                    thumb_index--;
                    if (thumb_index < 0) {
                        thumb_index++;
                        return false;
                    }
                }
                changeMainImage(thumb_array[thumb_index]);
            }
            function openPhotoView(obj) {
                var y = $(this).scrollTop();
                $("#overlay").css("margin-top", y + 100);
                $("#overlay").show();
                thumb_array = new Array();
                $(obj).parent().parent().find('img.thumb').each(function(index) {
                    thumb_array.push($(this).attr("src"));
                    if ($(obj).attr("src") == $(this).attr("src")) {
                        thumb_index = index;
                        changeMainImage($(this).attr("src"));
                    }
                });
            }
            function openPhotoView2() {
                var y = $(this).scrollTop();
                $("#overlay").css("margin-top", y + 100);
                $("#overlay").show();
                thumb_array = new Array();
                var src_data = $("#ss_516").html();
                console.log(src_data);
            }
            function closePhotoView() {
                $('#overlay').hide();
                thumb_array = new Array();
            }
            function changeMainImage(src) {
                $("<img />").attr("src", src).load(function() {
                    var ratio = 800 / this.width;
                    var width = this.width * ratio;
                    var height = this.height * ratio;
                    if (height > 448) {
                        ratio = 448 / this.height;
                        width = this.width * ratio;
                        height = this.height * ratio;
                    }
                    $("#overlay #main_image_wrap #main_image").attr('src', this.src);
                    $("#overlay #main_image_wrap #main_image").attr('width', width);
                    $("#overlay #main_image_wrap #main_image").attr('height', height);
                });
            }
        </script>
        <!-- altmetric script -->
        <script src="https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js" type="text/javascript">
        </script>
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://e-hir.org/ 2024-05-14 23:20:33
2 https://thebolditalic.com/?gi=4204… 2024-05-14 23:20:32
3 https://thebolditalic.com/?gi=bf7a… 2024-05-14 23:20:29
4 https://thebolditalic.com/?gi=d33d… 2024-05-14 23:20:28
5 https://thebolditalic.com/?gi=9950… 2024-05-14 23:20:28
6 https://thebolditalic.com/?gi=10c4… 2024-05-14 23:20:25
7 https://thebolditalic.com/?gi=95f5… 2024-05-14 23:20:21
8 https://thebolditalic.com/?gi=6f1c… 2024-05-14 23:20:20
9 https://thebolditalic.com/?gi=9a74… 2024-05-14 23:20:19
10 https://thebolditalic.com/?gi=efdd… 2024-05-14 23:20:17
11 https://thebolditalic.com/?gi=ad13… 2024-05-14 23:20:17
12 https://thebolditalic.com/?gi=024d… 2024-05-14 23:20:16
13 https://thebolditalic.com/?gi=4096… 2024-05-14 23:20:16
14 https://thebolditalic.com/?gi=460f… 2024-05-14 23:20:11
15 https://thebolditalic.com/?gi=3707… 2024-05-14 23:20:11
16 https://thebolditalic.com/?gi=ac00… 2024-05-14 23:20:05
17 https://thebolditalic.com/?gi=2a83… 2024-05-14 23:20:05
18 https://thebolditalic.com/?gi=c6f9… 2024-05-14 23:20:05
19 https://thebolditalic.com/?gi=582b… 2024-05-14 23:20:04
20 https://thebolditalic.com/?gi=c315… 2024-05-14 23:20:03