BD-Core-FHIR-IG/input/pagecontent/downloads.xml
Dr. B. M. Riazul Islam 18c7029f91
All checks were successful
FHIR IG CI/CD Pipeline / build-ig (push) Successful in 6m46s
FHIR IG CI/CD Pipeline / deploy (push) Successful in 11s
fixed reverted back the download page
2025-10-06 15:44:18 +00:00

48 lines
1.3 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">
{% assign excludexml = site.data.info.excludexml | downcase | slice: 0 %}
{% assign excludejson = site.data.info.excludejson | downcase | slice: 0 %}
{% assign excludettl = site.data.info.excludettl | downcase | slice: 0 %}
<p>
Download the entire implementation guide <a href="full-ig.zip">here</a>
</p>
<table>
<tbody>
<tr>
<th>Artifact Definitions</th>
{% unless excludexml == 'y' %}
<td>
<a href="definitions.xml.zip">XML</a>
</td>
{% endunless %}
{% unless excludejson == 'y' %}
<td>
<a href="definitions.json.zip">JSON</a>
</td>
{% endunless %}
{% unless excludettl == 'y' %}
<td>
<a href="definitions.ttl.zip">Turtle</a>
</td>
{% endunless %}
</tr>
<tr>
<th>Examples</th>
{% unless excludexml == 'y' %}
<td>
<a href="examples.xml.zip">XML</a>
</td>
{% endunless %}
{% unless excludejson == 'y' %}
<td>
<a href="examples.json.zip">JSON</a>
</td>
{% endunless %}
{% unless excludettl == 'y' %}
<td>
<a href="examples.ttl.zip">Turtle</a>
</td>
{% endunless %}
</tr>
</tbody>
</table>
</div>