-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinstance-template-vs.html
61 lines (43 loc) · 1.48 KB
/
instance-template-vs.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
---
# 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>
<hr/>
{% include {{[type]}}-{{[name]}}.xhtml %}
<h2>Expansion</h2>
{% include {{[type]}}-{{[id]}}-expansion.xhtml %}
</div>
</div> <!-- /inner-wrapper -->
</div> <!-- /row -->
</div> <!-- /container -->
</div> <!-- /segment-content -->
{% include footer.html %}
</body>
</html>