-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
239 lines (214 loc) · 13.3 KB
/
Copy pathindex.html
File metadata and controls
239 lines (214 loc) · 13.3 KB
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!doctype html>
<!--
FHIR Drills
Copyright 2016 Australian Digital Health Agency. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="FHIR Tutorials by the Australian Digital Health Agency to help you understand FHIR and its spec! No technical experience required.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>Overview | FHIR® tutorials</title>
<!-- Add to homescreen for Chrome on Android -->
<!-- <meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/android-desktop.png"> -->
<!-- Add to homescreen for Safari on iOS -->
<!-- <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Material Design Lite">
<link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png"> -->
<!-- Tile icon for Win8 (144x144 + tile color) -->
<!-- <meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF"> -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!--
<link rel="canonical" href="http://www.example.com/">
-->
<!-- CodeMirror -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.13.4/codemirror.min.css"></link>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.deep_purple-pink.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="css/language-switcher.css">
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
<link href="css/lightbox.min.css" rel="stylesheet">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-80290058-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="mdl-demo mdl-color--grey-100 mdl-color-text--grey-700 mdl-base lang-en">
<!-- The drawer is always open in large screens. The header is always shown,
even in small screens. -->
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-drawer
mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<div class="mdl-layout-spacer"></div>
<div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable
mdl-textfield--floating-label mdl-textfield--align-right">
<label class="mdl-button mdl-js-button mdl-button--icon"
for="fixed-header-drawer-exp">
<i class="material-icons">search</i>
</label>
<div class="mdl-textfield__expandable-holder">
<input class="mdl-textfield__input" type="text" name="sample"
id="fixed-header-drawer-exp">
</div>
</div>
</div>
</header>
<div class="mdl-layout__drawer">
<span class="mdl-layout-title">
<span class="lang-content lang-en">FHIR<sup>®</sup> tutorials</span>
<span class="lang-content lang-ru">FHIR<sup>®</sup> уроки</span>
</span>
<nav class="mdl-navigation">
<a href="./index.html" class="mdl-navigation__link is-active-tab">
<span class="lang-content lang-en">Overview</span>
<span class="lang-content lang-ru">Обзор</span>
</a>
<a href="./simple-patient.html" id="simple-patient" class="mdl-navigation__link">
<span class="lang-content lang-en">Simple Patient</span>
<span class="lang-content lang-ru">Пациент </span>
</a>
<a href="./simple-search.html" id="simple-search" class="mdl-navigation__link">
<span class="lang-content lang-en">Simple Search</span>
<span class="lang-content lang-ru">Поиск</span>
</a>
<a href="./patient-with-references.html" id="patient-with-references" class="mdl-navigation__link">
<span class="lang-content lang-en">Patient with References</span>
<span class="lang-content lang-ru">Пациент со ссылками</span>
</a>
<a href="./bundle.html" id="bundle" class="mdl-navigation__link">
<span class="lang-content lang-en">Bundle</span>
<span class="lang-content lang-ru">Пакет</span>
</a>
<a href="./operations.html" id="operations" class="mdl-navigation__link">
<span class="lang-content lang-en">Operations</span>
<span class="lang-content lang-ru">Операции</span>
</a>
<a href="./ValueSet-And-CodeSystem.html" id="ValueSet-And-CodeSystem" class="mdl-navigation__link">
<span class="lang-content lang-en">ValueSet & CodeSystem</span>
<span class="lang-content lang-ru">ValueSet и CodeSystem</span>
</a>
<a href="./conceptmap.html" id="conceptmap" class="mdl-navigation__link">
<span class="lang-content lang-en">ConceptMap</span>
<span class="lang-content lang-ru">ConceptMap</span>
</a>
<a href="./fhir-api.html" id="conceptmap" class="mdl-navigation__link">
<span class="lang-content lang-en">FHIR APIs</span>
<span class="lang-content lang-ru">FHIR API</span>
</a>
<a href="#" class="mdl-navigation__link"></a>
<a href="./exercises.html" class="mdl-navigation__link">
<span class="lang-content lang-en">FHIR exercises</span>
<span class="lang-content lang-ru">FHIR упражнения</span>
</a>
</nav>
</div>
<main class="mdl-layout__content">
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
<div class="mdl-card mdl-cell mdl-cell--12-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
<div class="mdl-card__supporting-text">
<img src="images/fhir-logo-www.png" align="right" width="20%">
<div class="lang-content lang-en">
<h3>FHIR Drills</h3>
<h4>FHIR<sup>®</sup> tutorials</h4>
<p>This set of pages contains a series of FHIR tutorials for those just beginning to learn the new specification. The tutorials require no prior knowledge of FHIR or REST.</p>
<p>These tutorials use <a href="http://hl7.org/fhir/R4/index.html/">FHIR R4</a> (version 4.0.1).</p>
<p>To continue, use the tabs left of the page and work through the tutorials from top to bottom starting with the <a href="./simple-patient.html">Simple Patient</a>.</p>
</div>
<div class="lang-content lang-ru">
<h3>FHIR Упражнения</h3>
<h4>FHIR<sup>®</sup> уроки</h4>
<p>Этот набор страниц содержит серию уроков FHIR для тех, кто только начинает изучать спецификацию. Уроки не требуют предварительных знаний FHIR или REST.</p>
<p>Эти уроки используют <a href="http://hl7.org/fhir/R4/index.html/">FHIR R4</a> (версия 4.0.1).</p>
<p>Чтобы продолжить, используйте вкладки слева от страницы и проработайте уроки сверху вниз, начиная с <a href="./simple-patient.html">Простого пациента</a>.</p>
</div>
</div>
</div>
</section>
<footer class="mdl-mega-footer">
<div class="mdl-mega-footer--middle-section">
<div class="mdl-mega-footer--drop-down-section">
<input class="mdl-mega-footer--heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer--heading">
<span class="lang-content lang-en">The Agency</span>
<span class="lang-content lang-ru">Агентство</span>
</h1>
<ul class="mdl-mega-footer--link-list">
<li><a href="https://www.digitalhealth.gov.au/">digitalhealth.gov.au</a></li>
<li><a href="https://myhealthrecord.gov.au/internet/mhr/publishing.nsf/content/home" title="Australian national health record">
<span class="lang-content lang-en">My Health Record</span>
<span class="lang-content lang-ru">Моя медицинская карта</span>
</a></li>
</ul>
</div>
<div class="mdl-mega-footer--drop-down-section">
<input class="mdl-mega-footer--heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer--heading">FHIR</h1>
<ul class="mdl-mega-footer--link-list">
<li><a href="https://confluence.hl7.org/spaces/FHIR/pages/391191767/2026-01+Connectathon+41" title="Virtual FHIR Connectathon, January 13-15, 2026">Connectathon 41</a></li>
<li><a href="http://hl7.org/fhir/R4" title="FHIR R4 Release">FHIR R4 Release</a></li>
<li><a href="http://build.fhir.org/" title="The latest FHIR as it is in development">FHIR Continuous Integration Build</a></li>
</ul>
</div>
<!-- Language Selector -->
<div class="mdl-mega-footer--drop-down-section">
<input class="mdl-mega-footer--heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer--heading">
<span class="lang-content lang-en">Language</span>
<span class="lang-content lang-ru">Язык</span>
</h1>
<div class="language-selector">
<select id="language-dropdown" class="lang-dropdown" onchange="switchLanguage(this.value)">
<option value="en">English</option>
<option value="ru" title="Russian language support for Central Asian countries adopting FHIR">Русский</option>
</select>
</div>
</div>
</div>
</footer>
</main>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.13.4/codemirror.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.13.4/mode/xml/xml.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.14.2/mode/javascript/javascript.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.min.js"></script>
<script src="js/lightbox-plus-jquery.min.js"></script>
<!-- lua.vm.js -->
<script src="js/lua.vm.js/dist/lua.vm.js"></script>
<!-- main javascript for this page-->
<script src="js/main.js"></script>
<!-- supporting javascript to actually do the uploading -->
<script src="js/post-resources.js"></script>
<script src="js/language-switcher.js"></script>
</body>
</html>