forked from HL7/davinci-pdex-plan-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cs.html
45 lines (34 loc) · 1.31 KB
/
cs.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
---
# 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 title="code systems"><a href="codesystems.html"><b>Code Systems</b></a></li>
<li><b>{{[title]}}</b></li>
</ul>
</div>
<!-- /container -->
</div>
<!-- /segment-breadcrumb -->
{% include container-start.html %}
<!-- ============CONTENT CONTENT=============== -->
<ul class="nav nav-tabs">
<li class="active"><a href="#">Content</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>
{% include {{[type]}}-{{[id]}}-content.xhtml %}
Downloads: <a href="{{[type]}}-{{[id]}}.xml" download>XML</a>, <a href="{{[type]}}-{{[id]}}.json" download>JSON</a>, <a href="{{[type]}}-{{[id]}}.ttl" download>Turtle</a>
<p> </p>
<h3>References</h3>
This code system is used by the following value sets:
{% include {{[type]}}-{{[id]}}-xref.xhtml %}
<!-- ==============END CONTENT END CONTENT=================== -->
{% include container-end.html %}
{% include footer.html %}