-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathinstance-template-sd.html
188 lines (159 loc) · 6.54 KB
/
instance-template-sd.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
---
id: {{[id]}}
title: {{[title]}}
tcode: {{[type]}}
---
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="UTF-8" />
<title>Profile: {{page.title}} - FHIR</title>
{% include header.html %}
</head>
<body>
{% include navbar.html %}
<div id="segment-breadcrumb" class="segmnt">
<div class="container">
<ul class="breadcrumb">
<li title="{{ site.data.fhir.igName }}">
<a href="index.html">
<b>{{ site.data.fhir.igName }}</b>
</a>
</li>
<li>
<b>{{page.title}} Details</b>
</li>
</ul>
</div>
</div>
{% include publish-box.html %}
<div id="segment-content" class="segment">
<div class="container">
<div class="row">
<div class="inner-wrapper">
<div class="col-12">
<ul class="nav nav-tabs">
<li class="{% if page.path == "{{[type]}}-{{[id]}}.html" %}active{% endif %}"><a href="{{[type]}}-{{[id]}}.html">Content</a></li>
{% if "{{[type]}}" == "StructureDefinition" %}
<li class="{% if page.path == "{{[type]}}-{{[id]}}-definitions.html" %}active{% endif %}"><a href="{{[type]}}-{{[id]}}-definitions.html">Detailed Descriptions</a></li>
<li class="{% if page.path == "{{[type]}}-{{[id]}}-mappings.html" %}active{% endif %}"><a href="{{[type]}}-{{[id]}}-mappings.html">Mappings</a></li>
<li class="{% if page.path == "{{[type]}}-{{[id]}}-examples.html" %}active{% endif %}"><a href="{{[type]}}-{{[id]}}-examples.html">Examples</a></li>
{% endif %}
<li class="{% if page.path == "{{[type]}}-{{[id]}}.xml.html" %}active{% endif %}"><a href="{{[type]}}-{{[id]}}.xml.html">XML</a></li>
<li class="{% if page.path == "{{[type]}}-{{[id]}}.json.html" %}active{% endif %}"><a href="{{[type]}}-{{[id]}}.json.html">JSON</a></li>
</ul>
<h3>
StructureDefinition: {{page.id}}
</h3>
<a name="introduction"> </a>
<a name="profile"> </a>
<h4>Formal Views of Profile Content</h4>
{% include StructureDefinition-{{page.id}}-header.xhtml %}
<p>
<a href="{{site.data.fhir.path}}profiling.html#representation">Description of Profiles, Differentials,
Snapshots, and how the XML and JSON presentations work</a>.
</p>
<div id="tabs">
<ul>
<li>
<a href="#tabs-summ">Text Summary</a>
</li>
<li>
<a href="#tabs-diff">Differential Table</a>
</li>
<li>
<a href="#tabs-snap">Snapshot Table</a>
</li>
<li>
<a href="#tabs-all">All</a>
</li>
</ul>
<div id="tabs-summ">
<div id="tbl-summ">
<p>This structure is derived from <a href="{{site.data.structuredefinitions[page.id].basepath}}">{{site.data.structuredefinitions[page.id].basename}}</a>
</p>
<div id="tbl-diff-inner">
<a name="summary"> </a>
{% include StructureDefinition-{{page.id}}-summary.xhtml %}
</div>
</div>
</div>
<div id="tabs-diff">
<div id="tbl-diff">
<p>This structure is derived from <a href="{{site.data.structuredefinitions[page.id].basepath}}">{{site.data.structuredefinitions[page.id].basename}}</a>
</p>
<div id="tbl-diff-inner">
{% include StructureDefinition-{{page.id}}-diff.xhtml %}
</div>
</div>
</div>
<div id="tabs-snap">
<div id="tbl-snap">
<p>This structure is derived from <a href="{{site.data.structuredefinitions[page.id].basepath}}">{{site.data.structuredefinitions[page.id].basename}}</a>
</p>
<div id="tbl-snap-inner">
{% include StructureDefinition-{{page.id}}-snapshot.xhtml %}
</div>
</div>
</div>
<div id="tabs-all">
<div id="tbl-all">
<p>This structure is derived from <a href="{{site.data.structuredefinitions[page.id].basepath}}">{{site.data.structuredefinitions[page.id].basename}}</a></p>
<div id="tbl-all-inner">
<a name="summary"> </a>
{% include StructureDefinition-{{page.id}}-summary.xhtml%}
</div>
</div>
<div id="all-tbl-diff">
<p>
<b>Differential View</b>
</p>
<p>This structure is derived from <a href="{{site.data.structuredefinitions[page.id].basepath}}">{{site.data.structuredefinitions[page.id].basename}}</a></p>
<div id="all-tbl-diff-inner">
{% include StructureDefinition-{{page.id}}-diff.xhtml%}
</div>
</div>
<div id="all-tbl-snap">
<p>
<b>Snapshot View</b>
</p>
<div id="all-tbl-snap-inner">
{% include StructureDefinition-{{page.id}}-snapshot.xhtml%}
</div>
</div>
</div>
</div>
<p> </p>
<a name="tx"> </a>
{% include StructureDefinition-{{page.id}}-tx.xhtml%}
{% include StructureDefinition-{{page.id}}-inv.xhtml%} .
</div>
</div>
</div>
</div>
{% include footer.html %}
<script>
$(document).ready(function () {
try {
var currentTabIndex = sessionStorage.getItem('fhir-resource-tab-index');
}
catch (exception) { }
if (!currentTabIndex) {
currentTabIndex = '0';
}
$('#tabs').tabs({
active: currentTabIndex,
activate: function (event, ui) {
var active = $('.selector').tabs('option', 'active');
currentTabIndex = ui.newTab.index();
document.activeElement.blur();
try {
sessionStorage.setItem('fhir-resource-tab-index', currentTabIndex);
}
catch (exception) {
}
}
});
});
</script>
</body>
</html>