-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStructureDefinition-va-patient-examples.html
41 lines (35 loc) · 1.32 KB
/
StructureDefinition-va-patient-examples.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
---
<!-- get modelType -->
{% include fragment-modelType.html id='va-patient' %}
{% include fragment-pagebegin.html %}
<div style="counter-reset: section 6" class="col-12">
<!--ReleaseHeader--><p id="publish-box">Publish Box goes here</p><!--EndReleaseHeader-->
{% include fragment-profile-navtabs.html type='StructureDefinition' id='va-patient' active='example' %}
<a name="root"> </a>
<h2 id="root">{{modelType}}: SmartVAPatient - Examples</h2>
{% include fragment-simpletable.html %}
<!-- insert intro if present -->
{% include fragment-intro.html type='StructureDefinition' id='va-patient' %}
{% assign basepath = page.path | replace: '-examples.html', '.html' %}
{% if site.data.pages[basepath].examples.size > 0 %}
<p>Examples for the va-patient Profile.</p>
<table style="grid">
<tbody>
{% for example in site.data.pages[basepath].examples %}
<tr>
<td>
<a href="{{example.url}}">{{example.title | escape_once}}</a>
</td>
</tr>
{% endfor %}
</tbody>
</table>
{% else %}
<p><b>No examples are currently available for the {{id}} Profile.</b></p>
{% endif %}
<!-- insert notes if present -->
{% include fragment-notes.html type='StructureDefinition' id='va-patient' %}
</div>
{% assign includetabscripts = 'true' %}
{% include fragment-pageend.html %}