BD-Core-FHIR-IG/bd-national-template/layouts/layout-canonical-testing.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

60 lines
1.9 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='testing' %}
<a name="root"> </a>
<h2 id="root">{{[type]}}: {{site.data.pages[page.path].title | escape_once}}
{% if site.data.resources[resource_].experimental == true %}(Experimental){% endif %}
</h2>
{% include fragment-simpletable.html %}
{% assign basepath = page.path | replace: '-testing.html', '.html' %}
<!-- insert intro if present -->
{% include fragment-intro.html type='{{[type]}}' id='{{[id]}}' %}
<h3>Test Plans</h3>
{% if site.data.pages[basepath].testplans.size > 0 %}
<table style="grid">
<tbody>
{% for testplan in site.data.pages[basepath].testplans %}
<tr>
<td>
<a href="{{testplan.url}}">{{testplan.title | escape_once}}</a>
</td>
</tr>
{% endfor %}
</tbody>
</table>
{% else %}
<p><b>No test plans are currently available for the {{id}} {{[type]}}.</b></p>
{% endif %}
<h3>Test Scripts</h3>
{% if site.data.pages[basepath].testscripts.size > 0 %}
<table style="grid">
<tbody>
{% for testscript in site.data.pages[basepath].testscripts %}
<tr>
<td>
<a href="{{testscript.url}}">{{testscript.title | escape_once}}</a>
</td>
</tr>
{% endfor %}
</tbody>
</table>
{% else %}
<p><b>No test scripts are currently available for the {{id}} {{[type]}}.</b></p>
{% endif %}
<!-- insert notes if present -->
{% include fragment-notes.html type='{{[type]}}' id='{{[id]}}' %}
{%include {{[type]}}-{{[id]}}-history.xhtml%}
</div>
{% include fragment-pageend.html %}