-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
144 lines (108 loc) · 5.04 KB
/
index.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE HTML>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="UTF-8"/>
<title>[%title%] FHIR IG</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Point-of-care Device Implementation Guide" />
<meta name="author" content="http://www.hl7.org"/>
<link rel="stylesheet" href="fhir.css"/>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="dist-hist/css/bootstrap.css"/>
<link rel="stylesheet" href="assets-hist/css/bootstrap-fhir.css"/>
<!-- Project extras -->
<link rel="stylesheet" href="assets-hist/css/project.css"/>
<link rel="stylesheet" href="assets-hist/css/pygments-manni.css"/>
<link rel="stylesheet" href="jquery-ui.css"/>
<!-- Favicons -->
<link sizes="144x144" rel="apple-touch-icon-precomposed" href="assets-hist/ico/apple-touch-icon-144-precomposed.png"/>
<link sizes="114x114" rel="apple-touch-icon-precomposed" href="assets-hist/ico/apple-touch-icon-114-precomposed.png"/>
<link sizes="72x72" rel="apple-touch-icon-precomposed" href="assets-hist/ico/apple-touch-icon-72-precomposed.png"/>
<link rel="apple-touch-icon-precomposed" href="assets-hist/ico/apple-touch-icon-57-precomposed.png"/>
<link rel="shortcut icon" href="assets-hist/ico/favicon.png"/>
</head>
<body>
<div id="segment-header" class="segment"> <!-- segment-header -->
<div class="container"> <!-- container -->
<a no-external="true" id="logo" href="http://hl7.org/fhir"><img src="assets-hist/images/fhir-logo-www.png" alt="logo fhir"/></a>
<div>
<a no-external="true" id="hl7-logo" href="http://www.hl7.org">
<img src="assets-hist/images/hl7-logo.png" alt="visit the hl7 website" width="42" height="50"/>
</a>
</div>
<div style="font-size:24px;padding-top: 20px;" id="ig-status">
<b>[%title%] FHIR IG</b>
</div>
</div>
<div class="container"> <!-- container -->
</div></div> <!-- /segment-header -->
<div id="segment-navbar" class="segment"> <!-- segment-navbar -->
<div id="stripe"> </div>
<div class="container"> <!-- container -->
<!-- HEADER CONTENT -->
<nav class="navbar navbar-inverse">
<div class="container">
<button data-target=".navbar-inverse-collapse" data-toggle="collapse" type="button" class="navbar-toggle">
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
</button>
<a href="http://hl7.org/fhir/index.html" class="navbar-brand hidden">FHIR</a>
</div> <!-- /.nav-collapse -->
</div> <!-- /.container -->
</nav> <!-- /.navbar -->
<!-- /HEADER CONTENT -->
</div> <!-- /container -->
</div> <!-- /segment-navbar -->
<!-- ============BreadCrumb=============== -->
<!-- /container -->
<!-- /segment-breadcrumb -->
<div id="segment-content" class="segment"> <!-- segment-content -->
<div class="container"> <!-- container -->
<div class="row">
<div class="inner-wrapper">
<div class="col-12">
<!-- ============CONTENT CONTENT=============== -->
<h2 id="us-core-implementation-guide" class="no_toc">[%title%] FHIR IG</h2>
<p>
See the <a href="history.html">directory of released versions</a>.
<p/>
</div>
</div> <!-- /inner-wrapper -->
</div> <!-- /row -->
</div> <!-- /container -->
</div> <!-- /segment-content -->
<!-- /inner-wrapper -->
<!-- /row -->
<!-- /container -->
<!-- /segment-content -->
<div id="segment-footer" class="segment"> <!-- segment-footer -->
<div class="container"> <!-- container -->
<div class="inner-wrapper">
<p>
[%id%]:[%title%] ®© <a style="color: #81BEF7" href="http://hl7.org/fhir">FHIR</a> IG |
<!-- <a style="color: #81BEF7" rel="license" <href="../license.html"><img style="border-style: none;" alt="CC0" src="cc0.png"/></a> -->
<a rel="license" style="color: #81BEF7" href="http://hl7.org/fhirlicense.html"><img src="cc0.png" alt="CC0" style="border-style: none;"/></a>
</p>
</div> <!-- /inner-wrapper -->
</div> <!-- /container -->
</div> <!-- /segment-footer -->
<!-- disqus thread -->
<!-- disqus -->
<!-- end disqus -->
<div id="segment-post-footer" class="segment hidden"> <!-- segment-post-footer -->
<div class="container"> <!-- container -->
</div> <!-- /container -->
</div> <!-- /segment-post-footer -->
<!-- JS and analytics only. -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./assets-hist/js/jquery.js"> </script> <!-- note keep space here, otherwise it will be transformed to empty tag -> fails -->
<script src="./dist-hist/js/bootstrap.min.js"> </script>
<script src="./assets-hist/js/respond.min.js"> </script>
<script src="./assets-hist/js/fhir.js"> </script>
<!-- Analytics Below
================================================== -->
</body>
</html>