Files
BD-Core-FHIR-IG/input/pagecontent/history.xml
Dr. B. M. Riazul Islam 665ba07e37
All checks were successful
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Successful in 5m41s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Successful in 8s
modified history template
2026-03-07 05:20:59 +06:00

45 lines
1.4 KiB
XML

<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
<a name="intro"> </a>
<h3>Version History</h3>
<p>
This page provides the version history for the Bangladesh Core FHIR Implementation Guide.
</p>
<p>
For a machine-readable version history, see <a href="package-list.json">package-list.json</a>.
</p>
<a name="published"> </a>
<h4>Published Versions</h4>
<table class="grid">
<thead>
<tr>
<th>Version</th>
<th>Date</th>
<th>Status</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for ver in site.data.info.versions %}
{% if ver.id != 'current' %}
<tr>
<td><a href="{{ver.url}}"><b>{{ver.id}}</b></a></td>
<td>{{ver.date}}</td>
<td>{{ver.status}}</td>
<td>{{ver.desc}}</td>
</tr>
{% endif %}
{% endfor %}
</tbody>
</table>
<a name="ci"> </a>
<h4>Continuous Integration Build</h4>
{% for ver in site.data.info.versions %}
{% if ver.id == 'current' %}
<div style="background-color: #f8f9fa; padding: 10px; border-left: 5px solid #007bff; margin-top: 10px;">
<p>Latest development build is available at: <a href="{{ver.url}}">{{ver.url}}</a></p>
</div>
{% endif %}
{% endfor %}
</div>