-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsd-examples.html
More file actions
34 lines (23 loc) · 1.07 KB
/
sd-examples.html
File metadata and controls
34 lines (23 loc) · 1.07 KB
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
---
# jekyll header
---
{% include header.html %}
<!-- ============BreadCrumb=============== -->
{% include container-start.html %}
<!-- ============CONTENT CONTENT=============== -->
<ul class="nav nav-tabs">
<li><a href="{{[type]}}-{{[id]}}.html">Content</a></li>
<li><a href="{{[type]}}-{{[id]}}-definitions.html">Detailed Descriptions</a></li>
<li class="active"><a href="#">Examples</a></li>
<li><a href="{{[type]}}-{{[id]}}-mappings.html">Mappings</a></li>
<li><a href="{{[type]}}-{{[id]}}.xml.html">XML</a></li>
<li><a href="{{[type]}}-{{[id]}}.json.html">JSON</a></li>
</ul>
<h4><span class="sectioncount">D.4.1.4<a name="D.4.1.4"> </a></span> StructureDefinition: {{[id]}} - Examples <a title="link to here" class="self-link" href="{{[type]}}-{{[id]}}-examples.html#D.4.1.4"><img src="target.png"/></a></h4>
<p>Examples using the {{[type]}}-{{[id]}} Profile.</p>
{% include {{[type]}}-example-list-{{[id]}}.xhtml %}
<!-- ==============END CONTENT END CONTENT=================== -->
{% include container-end.html %}
{% include footer.html %}
</body>
</html>