-
Notifications
You must be signed in to change notification settings - Fork 0
/
CodeSystem-smart-va-level-of-education-codesystem-testing.html
59 lines (51 loc) · 1.85 KB
/
CodeSystem-smart-va-level-of-education-codesystem-testing.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
---
{% include fragment-pagebegin.html %}
<div class="col-12">
<!--ReleaseHeader--><p id="publish-box">Publish Box goes here</p><!--EndReleaseHeader-->
{% include fragment-base-navtabs.html type='CodeSystem' id='smart-va-level-of-education-codesystem' active='testing' %}
<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-simpletable.html %}
{% assign basepath = page.path | replace: '-testing.html', '.html' %}
<!-- insert intro if present -->
{% include fragment-intro.html type='CodeSystem' id='smart-va-level-of-education-codesystem' %}
<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}} CodeSystem.</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}} CodeSystem.</b></p>
{% endif %}
<!-- insert notes if present -->
{% include fragment-notes.html type='CodeSystem' id='smart-va-level-of-education-codesystem' %}
{%include CodeSystem-smart-va-level-of-education-codesystem-history.xhtml%}
</div>
{% include fragment-pageend.html %}