-
Notifications
You must be signed in to change notification settings - Fork 0
/
StructureDefinition-va-location.profile.json.html
39 lines (29 loc) · 1.38 KB
/
StructureDefinition-va-location.profile.json.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
---
---
<!-- get modelType -->
{% include fragment-modelType.html id='va-location' %}
{% assign format = page.path | split: '.html'| first | split: '.' | last %}
{% if format == 'xml' %}
{% assign section = '7' %}
{% elsif format == 'json' %}
{% assign section = '8' %}
{% else %}
{% assign section = '9' %}
{% endif %}
{% include fragment-pagebegin.html %}
<div style="counter-reset: section {{section}}" class="col-12">
<!--ReleaseHeader--><p id="publish-box">Publish Box goes here</p><!--EndReleaseHeader-->
{% include fragment-profile-navtabs.html type='StructureDefinition' id='va-location' active=format %}
<a name="root"> </a>
<h2 id="root">{{modelType}}: SMARTVALocation - {{format | upcase}} Profile</h2>
{% include fragment-simpletable.html %}
<p>{{format | upcase}} representation of the va-location {{modelType | downcase }}.</p>
<p><a href="StructureDefinition-va-location.{{format}}" no-download="true">Raw {{format}}</a> | <a href="StructureDefinition-va-location.{{format}}" download>Download</a></p>
<!-- insert intro if present -->
{% include fragment-intro.html type='StructureDefinition' id='va-location' %}
{%include StructureDefinition-va-location-{{format}}-html.xhtml%}
<!-- insert notes if present -->
{% include fragment-notes.html type='StructureDefinition' id='va-location' %}
</div>
{% assign includetabscripts = 'true' %}
{% include fragment-pageend.html %}