Added FHIR IG
This commit is contained in:
parent
fbf7290539
commit
0221077fb6
470
HID_tmp.html
470
HID_tmp.html
@ -1,470 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<title>HID.md</title>
|
|
||||||
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
|
|
||||||
|
|
||||||
<style>
|
|
||||||
/* https://github.com/microsoft/vscode/blob/master/extensions/markdown-language-features/media/markdown.css */
|
|
||||||
/*---------------------------------------------------------------------------------------------
|
|
||||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
||||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
||||||
*--------------------------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: var(--vscode-markdown-font-family, -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif);
|
|
||||||
font-size: var(--vscode-markdown-font-size, 14px);
|
|
||||||
padding: 0 26px;
|
|
||||||
line-height: var(--vscode-markdown-line-height, 22px);
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
html,footer,header{
|
|
||||||
font-family: var(--vscode-markdown-font-family, -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif);
|
|
||||||
font-size: var(--vscode-markdown-font-size, 14px);
|
|
||||||
}
|
|
||||||
|
|
||||||
#code-csp-warning {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
color: white;
|
|
||||||
margin: 16px;
|
|
||||||
text-align: center;
|
|
||||||
font-size: 12px;
|
|
||||||
font-family: sans-serif;
|
|
||||||
background-color:#444444;
|
|
||||||
cursor: pointer;
|
|
||||||
padding: 6px;
|
|
||||||
box-shadow: 1px 1px 1px rgba(0,0,0,.25);
|
|
||||||
}
|
|
||||||
|
|
||||||
#code-csp-warning:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
background-color:#007acc;
|
|
||||||
box-shadow: 2px 2px 2px rgba(0,0,0,.25);
|
|
||||||
}
|
|
||||||
|
|
||||||
body.scrollBeyondLastLine {
|
|
||||||
margin-bottom: calc(100vh - 22px);
|
|
||||||
}
|
|
||||||
|
|
||||||
body.showEditorSelection .code-line {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.showEditorSelection .code-active-line:before,
|
|
||||||
body.showEditorSelection .code-line:hover:before {
|
|
||||||
content: "";
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: -12px;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.showEditorSelection li.code-active-line:before,
|
|
||||||
body.showEditorSelection li.code-line:hover:before {
|
|
||||||
left: -30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-light.showEditorSelection .code-active-line:before {
|
|
||||||
border-left: 3px solid rgba(0, 0, 0, 0.15);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-light.showEditorSelection .code-line:hover:before {
|
|
||||||
border-left: 3px solid rgba(0, 0, 0, 0.40);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-light.showEditorSelection .code-line .code-line:hover:before {
|
|
||||||
border-left: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-dark.showEditorSelection .code-active-line:before {
|
|
||||||
border-left: 3px solid rgba(255, 255, 255, 0.4);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-dark.showEditorSelection .code-line:hover:before {
|
|
||||||
border-left: 3px solid rgba(255, 255, 255, 0.60);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-dark.showEditorSelection .code-line .code-line:hover:before {
|
|
||||||
border-left: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-high-contrast.showEditorSelection .code-active-line:before {
|
|
||||||
border-left: 3px solid rgba(255, 160, 0, 0.7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-high-contrast.showEditorSelection .code-line:hover:before {
|
|
||||||
border-left: 3px solid rgba(255, 160, 0, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-high-contrast.showEditorSelection .code-line .code-line:hover:before {
|
|
||||||
border-left: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
max-height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:focus,
|
|
||||||
input:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
outline: 1px solid -webkit-focus-ring-color;
|
|
||||||
outline-offset: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
|
||||||
border: 0;
|
|
||||||
height: 2px;
|
|
||||||
border-bottom: 2px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
padding-bottom: 0.3em;
|
|
||||||
line-height: 1.2;
|
|
||||||
border-bottom-width: 1px;
|
|
||||||
border-bottom-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1, h2, h3 {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
||||||
|
|
||||||
table > thead > tr > th {
|
|
||||||
text-align: left;
|
|
||||||
border-bottom: 1px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
table > thead > tr > th,
|
|
||||||
table > thead > tr > td,
|
|
||||||
table > tbody > tr > th,
|
|
||||||
table > tbody > tr > td {
|
|
||||||
padding: 5px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
table > tbody > tr + tr > td {
|
|
||||||
border-top: 1px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote {
|
|
||||||
margin: 0 7px 0 5px;
|
|
||||||
padding: 0 16px 0 10px;
|
|
||||||
border-left-width: 5px;
|
|
||||||
border-left-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
|
||||||
font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback";
|
|
||||||
font-size: 1em;
|
|
||||||
line-height: 1.357em;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.wordWrap pre {
|
|
||||||
white-space: pre-wrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre:not(.hljs),
|
|
||||||
pre.hljs code > div {
|
|
||||||
padding: 16px;
|
|
||||||
border-radius: 3px;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre code {
|
|
||||||
color: var(--vscode-editor-foreground);
|
|
||||||
tab-size: 4;
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Theming */
|
|
||||||
|
|
||||||
.vscode-light pre {
|
|
||||||
background-color: rgba(220, 220, 220, 0.4);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-dark pre {
|
|
||||||
background-color: rgba(10, 10, 10, 0.4);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-high-contrast pre {
|
|
||||||
background-color: rgb(0, 0, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-high-contrast h1 {
|
|
||||||
border-color: rgb(0, 0, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-light table > thead > tr > th {
|
|
||||||
border-color: rgba(0, 0, 0, 0.69);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-dark table > thead > tr > th {
|
|
||||||
border-color: rgba(255, 255, 255, 0.69);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-light h1,
|
|
||||||
.vscode-light hr,
|
|
||||||
.vscode-light table > tbody > tr + tr > td {
|
|
||||||
border-color: rgba(0, 0, 0, 0.18);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-dark h1,
|
|
||||||
.vscode-dark hr,
|
|
||||||
.vscode-dark table > tbody > tr + tr > td {
|
|
||||||
border-color: rgba(255, 255, 255, 0.18);
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
/* Tomorrow Theme */
|
|
||||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
|
||||||
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
|
||||||
|
|
||||||
/* Tomorrow Comment */
|
|
||||||
.hljs-comment,
|
|
||||||
.hljs-quote {
|
|
||||||
color: #8e908c;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tomorrow Red */
|
|
||||||
.hljs-variable,
|
|
||||||
.hljs-template-variable,
|
|
||||||
.hljs-tag,
|
|
||||||
.hljs-name,
|
|
||||||
.hljs-selector-id,
|
|
||||||
.hljs-selector-class,
|
|
||||||
.hljs-regexp,
|
|
||||||
.hljs-deletion {
|
|
||||||
color: #c82829;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tomorrow Orange */
|
|
||||||
.hljs-number,
|
|
||||||
.hljs-built_in,
|
|
||||||
.hljs-builtin-name,
|
|
||||||
.hljs-literal,
|
|
||||||
.hljs-type,
|
|
||||||
.hljs-params,
|
|
||||||
.hljs-meta,
|
|
||||||
.hljs-link {
|
|
||||||
color: #f5871f;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tomorrow Yellow */
|
|
||||||
.hljs-attribute {
|
|
||||||
color: #eab700;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tomorrow Green */
|
|
||||||
.hljs-string,
|
|
||||||
.hljs-symbol,
|
|
||||||
.hljs-bullet,
|
|
||||||
.hljs-addition {
|
|
||||||
color: #718c00;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tomorrow Blue */
|
|
||||||
.hljs-title,
|
|
||||||
.hljs-section {
|
|
||||||
color: #4271ae;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tomorrow Purple */
|
|
||||||
.hljs-keyword,
|
|
||||||
.hljs-selector-tag {
|
|
||||||
color: #8959a8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs {
|
|
||||||
display: block;
|
|
||||||
overflow-x: auto;
|
|
||||||
color: #4d4d4c;
|
|
||||||
padding: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-emphasis {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-strong {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
/*
|
|
||||||
* Custom MD PDF CSS
|
|
||||||
*/
|
|
||||||
html,footer,header{
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "Meiryo";
|
|
||||||
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "Meiryo";
|
|
||||||
padding: 0 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre {
|
|
||||||
background-color: #f8f8f8;
|
|
||||||
border: 1px solid #cccccc;
|
|
||||||
border-radius: 3px;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: pre-wrap;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre:not(.hljs) {
|
|
||||||
padding: 23px;
|
|
||||||
line-height: 19px;
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote {
|
|
||||||
background: rgba(127, 127, 127, 0.1);
|
|
||||||
border-color: rgba(0, 122, 204, 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.emoji {
|
|
||||||
height: 1.4em;
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 19px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* for inline code */
|
|
||||||
:not(pre):not(.hljs) > code {
|
|
||||||
color: #C9AE75; /* Change the old color so it seems less like an error */
|
|
||||||
font-size: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Page Break : use <div class="page"/> to insert page break
|
|
||||||
-------------------------------------------------------- */
|
|
||||||
.page {
|
|
||||||
page-break-after: always;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<link rel="stylesheet" href="file:///Users/dr.b.m.riazulislam/Desktop/Python-projects/chatbot-knowledge/R%3A%5C2.Travail%5C1.Enseignement%5CCours%5C_1.Outils%5C2.Developpement%5C1.SCSS%5Cmain.css" type="text/css"><link rel="stylesheet" href="file:///Users/dr.b.m.riazulislam/Desktop/Python-projects/chatbot-knowledge/D%3A%5Crdaros%5CCours%5C_1.Outils%5C2.Developpement%5C1.SCSS%5Cmain.css" type="text/css">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<h2 id="introduction-of-unique-health-id-in-bangladesh">Introduction of Unique Health ID in Bangladesh</h2>
|
|
||||||
<p><strong>Introduction to Health ID</strong><br>
|
|
||||||
In 2023, Bangladesh introduced a <strong>unique Health ID</strong> for every citizen as a crucial component of the country’s <strong>Health Information Exchange (HIE)</strong> system. The Health ID, which begins with the digit <strong>9</strong>, is designed to ensure seamless management and sharing of medical information across healthcare facilities while avoiding duplication of records. It serves as a cornerstone for digital health transformation, enabling efficient, patient-centered healthcare delivery.</p>
|
|
||||||
<hr>
|
|
||||||
<p><strong>Why a Health ID?</strong></p>
|
|
||||||
<ol>
|
|
||||||
<li>
|
|
||||||
<p><strong>Inclusion for All Age Groups:</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>Unlike the National ID (NID), which is issued only to individuals aged 18 and above, the Health ID system includes citizens of all ages by leveraging <strong>Birth Registration Numbers</strong> for individuals under 18 years. This ensures universal coverage and inclusivity in health services.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p><strong>Prevention of Duplication:</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>A person can obtain only one Health ID, issued after verification of either their <strong>National ID (NID)</strong> or <strong>Birth Registration Number (BRN)</strong>. This strict validation process eliminates the possibility of duplicate records.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p><strong>Facilitating Health Information Exchange:</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>The Health ID is crucial for ensuring <strong>interoperability</strong> across hospitals and health systems in Bangladesh. It enables the retrieval of a patient’s medical history from any facility with a hospital automation system, given the patient's <strong>explicit consent</strong>.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
<hr>
|
|
||||||
<p><strong>How to Obtain a Health ID</strong><br>
|
|
||||||
The Health ID system offers multiple convenient ways for citizens to register, ensuring accessibility for diverse populations:</p>
|
|
||||||
<ol>
|
|
||||||
<li>
|
|
||||||
<p><strong>Point of Care Registration:</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>Citizens can obtain a Health ID while visiting hospitals where <strong>OpenMRS+</strong> is operational. By presenting their NID or BRN, patients can register for a Health ID on the spot at the hospital’s registration desk or ticket counter.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p><strong>Community-Based Registration (OpenSRP):</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>In areas where <strong>OpenSRP</strong> is available, community health workers facilitate Health ID registration during domiciliary visits for maternal and child health services, routine vaccination campaigns, or other outreach programs under the <strong>Expanded Program on Immunization (EPI)</strong>.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p><strong>Online Portal:</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>An <strong>online portal</strong> (https://eappointment.dghs.gov.bd) allows citizens to obtain a health ID by providing their NID or birth registration number. In selected pilot areas, from this portal, anyone can book appointments for outdoor services. However, getting an online appointment for outdoor services is limited to only piloting areas. This convenient feature enables access to health services even before visiting a healthcare facility and allows patients to obtain their own Health ID from home. Even if a person is out-of-country or abroad, they can also obtain a Health ID from this online portal.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
<hr>
|
|
||||||
<p><strong>Benefits of Health ID</strong></p>
|
|
||||||
<ol>
|
|
||||||
<li>
|
|
||||||
<p><strong>Seamless Access to Medical Records:</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>Once issued, a Health ID links the patient to their comprehensive medical history. With proper consent, any healthcare facility equipped with hospital automation systems can retrieve a patient’s previous records, streamlining care delivery.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p><strong>Enhanced Continuity of Care:</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>The Health ID ensures that critical patient information is available at every point of care, reducing errors and improving the quality of treatment.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p><strong>Data-Driven Healthcare:</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>Health IDs provide a foundation for collecting accurate, population-level health data, enabling better planning and policymaking.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p><strong>Patient-Centered Approach:</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>Patients retain control over their medical information through consent mechanisms, fostering trust in the health system.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
<hr>
|
|
||||||
<p><strong>Real-Time Monitoring of Health ID Distribution</strong><br>
|
|
||||||
The progress of Health ID distribution is monitored through a <strong>real-time dashboard</strong> at <a href="https://pdb.shrlive.dghs.gov.bd">https://pdb.shrlive.dghs.gov.bd</a>. This ensures transparency and allows for timely adjustments in the implementation process.</p>
|
|
||||||
<hr>
|
|
||||||
<p><strong>Challenges and Solutions</strong></p>
|
|
||||||
<ol>
|
|
||||||
<li>
|
|
||||||
<p><strong>Internet Dependency:</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>While the Health ID system relies on internet connectivity for real-time data sharing, <strong>offline functionality</strong> is supported in facilities with intermittent connectivity. This ensures services are not disrupted due to infrastructure challenges.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p><strong>Awareness and Training:</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>Health workers and community members are being educated about the importance of Health IDs and the processes for obtaining them.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
<hr>
|
|
||||||
<p><strong>Conclusion</strong><br>
|
|
||||||
The Health ID system marks a significant step in Bangladesh's journey toward a <strong>digitally empowered healthcare system</strong>. By ensuring universal health coverage, preventing duplication, and enabling seamless data exchange, the Health ID enhances the efficiency and effectiveness of health services. With multiple registration pathways and real-time monitoring, the initiative is poised to transform healthcare delivery for millions of citizens.</p>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
391
fhirig_tmp.html
391
fhirig_tmp.html
@ -1,391 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<title>fhirig.md</title>
|
|
||||||
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
|
|
||||||
|
|
||||||
<style>
|
|
||||||
/* https://github.com/microsoft/vscode/blob/master/extensions/markdown-language-features/media/markdown.css */
|
|
||||||
/*---------------------------------------------------------------------------------------------
|
|
||||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
||||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
||||||
*--------------------------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: var(--vscode-markdown-font-family, -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif);
|
|
||||||
font-size: var(--vscode-markdown-font-size, 14px);
|
|
||||||
padding: 0 26px;
|
|
||||||
line-height: var(--vscode-markdown-line-height, 22px);
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
html,footer,header{
|
|
||||||
font-family: var(--vscode-markdown-font-family, -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif);
|
|
||||||
font-size: var(--vscode-markdown-font-size, 14px);
|
|
||||||
}
|
|
||||||
|
|
||||||
#code-csp-warning {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
color: white;
|
|
||||||
margin: 16px;
|
|
||||||
text-align: center;
|
|
||||||
font-size: 12px;
|
|
||||||
font-family: sans-serif;
|
|
||||||
background-color:#444444;
|
|
||||||
cursor: pointer;
|
|
||||||
padding: 6px;
|
|
||||||
box-shadow: 1px 1px 1px rgba(0,0,0,.25);
|
|
||||||
}
|
|
||||||
|
|
||||||
#code-csp-warning:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
background-color:#007acc;
|
|
||||||
box-shadow: 2px 2px 2px rgba(0,0,0,.25);
|
|
||||||
}
|
|
||||||
|
|
||||||
body.scrollBeyondLastLine {
|
|
||||||
margin-bottom: calc(100vh - 22px);
|
|
||||||
}
|
|
||||||
|
|
||||||
body.showEditorSelection .code-line {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.showEditorSelection .code-active-line:before,
|
|
||||||
body.showEditorSelection .code-line:hover:before {
|
|
||||||
content: "";
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: -12px;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.showEditorSelection li.code-active-line:before,
|
|
||||||
body.showEditorSelection li.code-line:hover:before {
|
|
||||||
left: -30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-light.showEditorSelection .code-active-line:before {
|
|
||||||
border-left: 3px solid rgba(0, 0, 0, 0.15);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-light.showEditorSelection .code-line:hover:before {
|
|
||||||
border-left: 3px solid rgba(0, 0, 0, 0.40);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-light.showEditorSelection .code-line .code-line:hover:before {
|
|
||||||
border-left: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-dark.showEditorSelection .code-active-line:before {
|
|
||||||
border-left: 3px solid rgba(255, 255, 255, 0.4);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-dark.showEditorSelection .code-line:hover:before {
|
|
||||||
border-left: 3px solid rgba(255, 255, 255, 0.60);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-dark.showEditorSelection .code-line .code-line:hover:before {
|
|
||||||
border-left: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-high-contrast.showEditorSelection .code-active-line:before {
|
|
||||||
border-left: 3px solid rgba(255, 160, 0, 0.7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-high-contrast.showEditorSelection .code-line:hover:before {
|
|
||||||
border-left: 3px solid rgba(255, 160, 0, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-high-contrast.showEditorSelection .code-line .code-line:hover:before {
|
|
||||||
border-left: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
max-height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:focus,
|
|
||||||
input:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
outline: 1px solid -webkit-focus-ring-color;
|
|
||||||
outline-offset: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
|
||||||
border: 0;
|
|
||||||
height: 2px;
|
|
||||||
border-bottom: 2px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
padding-bottom: 0.3em;
|
|
||||||
line-height: 1.2;
|
|
||||||
border-bottom-width: 1px;
|
|
||||||
border-bottom-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1, h2, h3 {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
||||||
|
|
||||||
table > thead > tr > th {
|
|
||||||
text-align: left;
|
|
||||||
border-bottom: 1px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
table > thead > tr > th,
|
|
||||||
table > thead > tr > td,
|
|
||||||
table > tbody > tr > th,
|
|
||||||
table > tbody > tr > td {
|
|
||||||
padding: 5px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
table > tbody > tr + tr > td {
|
|
||||||
border-top: 1px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote {
|
|
||||||
margin: 0 7px 0 5px;
|
|
||||||
padding: 0 16px 0 10px;
|
|
||||||
border-left-width: 5px;
|
|
||||||
border-left-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
|
||||||
font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback";
|
|
||||||
font-size: 1em;
|
|
||||||
line-height: 1.357em;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.wordWrap pre {
|
|
||||||
white-space: pre-wrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre:not(.hljs),
|
|
||||||
pre.hljs code > div {
|
|
||||||
padding: 16px;
|
|
||||||
border-radius: 3px;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre code {
|
|
||||||
color: var(--vscode-editor-foreground);
|
|
||||||
tab-size: 4;
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Theming */
|
|
||||||
|
|
||||||
.vscode-light pre {
|
|
||||||
background-color: rgba(220, 220, 220, 0.4);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-dark pre {
|
|
||||||
background-color: rgba(10, 10, 10, 0.4);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-high-contrast pre {
|
|
||||||
background-color: rgb(0, 0, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-high-contrast h1 {
|
|
||||||
border-color: rgb(0, 0, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-light table > thead > tr > th {
|
|
||||||
border-color: rgba(0, 0, 0, 0.69);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-dark table > thead > tr > th {
|
|
||||||
border-color: rgba(255, 255, 255, 0.69);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-light h1,
|
|
||||||
.vscode-light hr,
|
|
||||||
.vscode-light table > tbody > tr + tr > td {
|
|
||||||
border-color: rgba(0, 0, 0, 0.18);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vscode-dark h1,
|
|
||||||
.vscode-dark hr,
|
|
||||||
.vscode-dark table > tbody > tr + tr > td {
|
|
||||||
border-color: rgba(255, 255, 255, 0.18);
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
/* Tomorrow Theme */
|
|
||||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
|
||||||
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
|
||||||
|
|
||||||
/* Tomorrow Comment */
|
|
||||||
.hljs-comment,
|
|
||||||
.hljs-quote {
|
|
||||||
color: #8e908c;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tomorrow Red */
|
|
||||||
.hljs-variable,
|
|
||||||
.hljs-template-variable,
|
|
||||||
.hljs-tag,
|
|
||||||
.hljs-name,
|
|
||||||
.hljs-selector-id,
|
|
||||||
.hljs-selector-class,
|
|
||||||
.hljs-regexp,
|
|
||||||
.hljs-deletion {
|
|
||||||
color: #c82829;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tomorrow Orange */
|
|
||||||
.hljs-number,
|
|
||||||
.hljs-built_in,
|
|
||||||
.hljs-builtin-name,
|
|
||||||
.hljs-literal,
|
|
||||||
.hljs-type,
|
|
||||||
.hljs-params,
|
|
||||||
.hljs-meta,
|
|
||||||
.hljs-link {
|
|
||||||
color: #f5871f;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tomorrow Yellow */
|
|
||||||
.hljs-attribute {
|
|
||||||
color: #eab700;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tomorrow Green */
|
|
||||||
.hljs-string,
|
|
||||||
.hljs-symbol,
|
|
||||||
.hljs-bullet,
|
|
||||||
.hljs-addition {
|
|
||||||
color: #718c00;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tomorrow Blue */
|
|
||||||
.hljs-title,
|
|
||||||
.hljs-section {
|
|
||||||
color: #4271ae;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tomorrow Purple */
|
|
||||||
.hljs-keyword,
|
|
||||||
.hljs-selector-tag {
|
|
||||||
color: #8959a8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs {
|
|
||||||
display: block;
|
|
||||||
overflow-x: auto;
|
|
||||||
color: #4d4d4c;
|
|
||||||
padding: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-emphasis {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-strong {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
/*
|
|
||||||
* Custom MD PDF CSS
|
|
||||||
*/
|
|
||||||
html,footer,header{
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "Meiryo";
|
|
||||||
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "Meiryo";
|
|
||||||
padding: 0 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre {
|
|
||||||
background-color: #f8f8f8;
|
|
||||||
border: 1px solid #cccccc;
|
|
||||||
border-radius: 3px;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: pre-wrap;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre:not(.hljs) {
|
|
||||||
padding: 23px;
|
|
||||||
line-height: 19px;
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote {
|
|
||||||
background: rgba(127, 127, 127, 0.1);
|
|
||||||
border-color: rgba(0, 122, 204, 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.emoji {
|
|
||||||
height: 1.4em;
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 19px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* for inline code */
|
|
||||||
:not(pre):not(.hljs) > code {
|
|
||||||
color: #C9AE75; /* Change the old color so it seems less like an error */
|
|
||||||
font-size: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Page Break : use <div class="page"/> to insert page break
|
|
||||||
-------------------------------------------------------- */
|
|
||||||
.page {
|
|
||||||
page-break-after: always;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<link rel="stylesheet" href="file:///Users/dr.b.m.riazulislam/Desktop/Python-projects/chatbot-knowledge/R%3A%5C2.Travail%5C1.Enseignement%5CCours%5C_1.Outils%5C2.Developpement%5C1.SCSS%5Cmain.css" type="text/css"><link rel="stylesheet" href="file:///Users/dr.b.m.riazulislam/Desktop/Python-projects/chatbot-knowledge/D%3A%5Crdaros%5CCours%5C_1.Outils%5C2.Developpement%5C1.SCSS%5Cmain.css" type="text/css">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<h1 id="bangladesh-core-fhir-implementation-guide-bd-core-fhir-ig">Bangladesh Core FHIR Implementation Guide (BD-Core-FHIR-IG)</h1>
|
|
||||||
<p>The Directorate General of Health Services (DGHS) is leading the development of the <strong>Bangladesh Core FHIR Implementation Guide (BD-Core-FHIR-IG)</strong> as part of implementing the <strong>Bangladesh Digital Health Blueprint</strong>.</p>
|
|
||||||
<p>This initiative is designed to ensure that health information systems in Bangladesh can work together seamlessly. By following <strong>internationally recognized standards</strong>, Bangladesh is not only strengthening its own health data governance but also creating the foundation for <strong>cross-border health information exchange</strong> in the future.</p>
|
|
||||||
<p>For patients, this means clear benefits:</p>
|
|
||||||
<ul>
|
|
||||||
<li>Their health information will move more smoothly between hospitals, clinics, and programs.</li>
|
|
||||||
<li>Duplicate tests and procedures can be reduced, saving both time and cost.</li>
|
|
||||||
<li>Patients will experience better continuity of care when moving between providers or even across borders.</li>
|
|
||||||
</ul>
|
|
||||||
<p>The Implementation Guide is available at:<br>
|
|
||||||
👉 <a href="https://fhir.dghs.gov.bd">https://fhir.dghs.gov.bd</a></p>
|
|
||||||
<hr>
|
|
||||||
<h2 id="why-this-matters">Why this matters</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Supports the <strong>national blueprint for digital health implementation</strong>.</li>
|
|
||||||
<li>Provides a <strong>trusted reference</strong> for all stakeholders in the health sector.</li>
|
|
||||||
<li>Builds the pathway for <strong>internationally compatible digital health services</strong>.</li>
|
|
||||||
<li>Ensures that the <strong>patient remains at the center</strong> of the health information ecosystem.</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
Loading…
Reference in New Issue
Block a user