BD-Core-FHIR-IG/bd-national-template/layouts/layout-codesystem.html
Dr. B. M. Riazul Islam 5840b58bca
All checks were successful
FHIR IG CI/CD Pipeline / build-ig (push) Successful in 7m12s
FHIR IG CI/CD Pipeline / deploy (push) Successful in 11s
Fixed Patient Profile according to CCDS
2025-09-30 20:59:21 +00:00

45 lines
1.5 KiB
HTML

---
---
{% include fragment-pagebegin.html %}
<div class="col-12">
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
<a name="root"> </a>
<h2 id="root">CodeSystem: {{site.data.pages[page.path].title | escape_once}}
{% if site.data.resources[resource_].experimental == true %}(Experimental){% endif %}
</h2>
{% include fragment-resourceTable.html %}
{%if site.data.resources[resource_].description %}
<p>
{{site.data.resources[resource_].description|markdownify}}
</p>
{% endif %}{%if site.data.resources[resource_].purpose %}
<p>
{{site.data.resources[resource_].purpose|markdownify}}
</p>
{% endif %}
<!-- insert intro if present -->
{% include fragment-intro.html type='{{[type]}}' id='{{[id]}}' %}
<p>
This Code system is referenced in the content logical definition of the following value sets:
</p>
{% include {{[type]}}-{{[id]}}-xref.xhtml %}
{% include {{[type]}}-{{[id]}}-content.xhtml %}
{% if site.data.resources[resource_].contained != nil %}
<h4>Contained resources</h4>
{% include {{[type]}}-{{[id]}}-contained-index.xhtml %}
{% endif %}
<!-- insert notes if present -->
{% include fragment-notes.html type='{{[type]}}' id='{{[id]}}' %}
{%include {{[type]}}-{{[id]}}-history.xhtml%}
</div>
{% include fragment-pageend.html %}