-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstance-template-sd.html
72 lines (49 loc) · 1.64 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
---
# jekyll header
---
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<!-- instance template base -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="rcpa,RCPA, Structured Cancer Reporting" />
<title>RCPA\rcpa - FHIR v1.6.0</title>
{% include header.html %}
</head>
<body>
{% include navbar.html %}
<div id="segment-breadcrumb" class="segment"> <!-- segment-breadcrumb -->
<div class="container"> <!-- container -->
<ul class="breadcrumb">
<!-- daf\daf / page / daf -->
<li title="Colorectal Implementation Guide"><b>Home</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-9">
<h2>{{[title]}}</h2>
<p>
Formats: <a href="{{[type]}}-{{[id]}}.xml.html">XML</a>, <a href="{{[type]}}-{{[id]}}.json.html">JSON</a>, <a href="{{[type]}}-{{[id]}}.ttl.html">Turtle</a>
</p>
<h2>Summary</h2>
{% include {{[type]}}-{{[id]}}-header.xhtml %}
<hr/>
<h2>Differential</h2>
{% include {{[type]}}-{{[id]}}-diff.xhtml %}
<hr/>
<h2>Snapshot</h2>
{% include {{[type]}}-{{[id]}}-snapshot.xhtml %}
<h2>Definitions</h2>
{% include {{[type]}}-{{[id]}}-dict.xhtml %}
</div>
</div> <!-- /inner-wrapper -->
</div> <!-- /row -->
</div> <!-- /container -->
</div> <!-- /segment-content -->
{% include footer.html %}
</body>
</html>