-
Notifications
You must be signed in to change notification settings - Fork 0
/
sd-examples.html
55 lines (40 loc) · 2.26 KB
/
sd-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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
# jekyll header
---
{% include header.html %}
<!-- <div id="segment-breadcrumb" class="segmnt"> <!-\- segment-breadcrumb -\->
<div class="container"> <!-\- container -\->
<ul class="breadcrumb">
<li title="home"><a href="index.html"><b>Home</b></a></li>
<li><b>{{[title]}} Details</b></li>
</ul>
</div> <!-\- /container -\->
</div> <!-\- /segment-breadcrumb -\->-->
<div id="segment-content" class="segment"> <!-- segment-content -->
<div class="container"> <!-- container -->
<div class="row">
<div class="inner-wrapper">
<!-- CONTENT CONTENT -->
<div class="col-12">
{% include publish-box.html %}
<ul class="nav nav-tabs">
<li><a href="{{[type]}}-{{[id]}}.html">Content</a></li>
<li class="active"><a href="#">Examples</a></li>
<li><a href="{{[type]}}-{{[id]}}-definitions.html">Detailed Descriptions</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>
<li><a href="{{[type]}}-{{[id]}}.ttl.html">Turtle</a></li>
</ul>
<!--<h4><span class="sectioncount">D.4.1.4<a name="D.4.1.4"> </a></span> StructureDefinition:{{page.type}} - Examples <a title="link to here" class="self-link" href="{{[type]}}-{{[id]}}-definitions.html#D.4.1.4"><img src="target.png"/></a></h4>-->
<h4><span class="sectioncount">D.4.1.4<a name="D.4.1.4"> </a></span> {{[type]}}-{{[id]}} - Examples <a title="link to here" class="self-link" href="{{[type]}}-{{[id]}}-definitions.html#D.4.1.4"><img src="target.png"/></a></h4>
<p>Examples includes links to example resources that conform to the profile or extension and that support implementation by demonstrating one or more usage scenarios supported by this implementation guide.</p>
{% capture my-include %}{% include {{[id]}}-examples.md %}{% endcapture %}{{ my-include | markdownify }}
</div>
</div> <!-- /inner-wrapper -->
</div> <!-- /row -->
</div> <!-- /container -->
</div> <!-- /segment-content -->
{% include footer.html %}
</body>
</html>