-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
358 lines (316 loc) · 22.7 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
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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ED8VLFMEVY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ED8VLFMEVY');
</script>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous">
<link rel="shortcut icon" href="./assets/favicon.png" />
<title>Welcome to fhir.ch</title>
<style>
.thumbnail img {
max-height: 100%;
max-width: 100%;
}
</style>
</head>
<body>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<div class="container">
<div class="row">
<div class="col-sm">
<a href="#" class="thumbnail">
<img src="assets/fhirchlogo.jpg" id="logo" />
</a>
<p><a href="https://www.hl7.org/fhir/">FHIR® – Fast Healthcare Interoperability Resources</a> – is a next generation standards framework created by <a href="https://www.hl7.org/">HL7®</a>.
You find here an Implementation Guide registry for Switzerland. This registry is maintained by <a href="https://www.hl7.ch/">HL7 Switzerland.</a>
</p>
<p>
To participate join our <a href="https://github.com/hl7ch/ch-core/wiki">FHIR.ch work group calls</a>. See also the recommendation for the <a href="https://github.com/hl7ch/ch-core/wiki/Guidelines-for-Swiss-IG-Development">Swiss Implementation Guide development</a>.
</p>
</div>
</div>
<div class="row">
<div class="col-sm">
<h2>Swiss Implementation Guides</h2>
<p> <br />
<i>by <a href="https://www.hl7.ch/">HL7 Switzerland</a></i>
</p>
<h5>CH Core</h5>
<p>
Core FHIR profiles for Switzerland by <a href="https://www.hl7.ch/technisches-komitee/arbeitsgruppe-fhir/">HL7 Switzerland FHIR workgroup</a>. See <a href="https://github.com/hl7ch/ch-core/wiki">wiki</a> for more information.
<br />
<a href="/ig/ch-core/index.html">Implementation Guide</a> |
<a href="http://build.fhir.org/ig/hl7ch/ch-core/index.html">CI Build</a> |
<a href="/ig/ch-core/history.html">Publication History</a> |
<a href="https://github.com/hl7ch/ch-core">Source</a> |
<a href="https://www.hl7.ch/technisches-komitee/arbeitsgruppe-fhir/">Arbeitsgruppe FHIR</a>
</p>
<h5>CH Term</h5>
<p>
FHIR implementation guide containing terminology that is used in Switzerland for the core profiles, various exchange formats and also in the context of the Swiss electronic patient record (EPR).
<br />
<a href="/ig/ch-term/index.html">Implementation Guide</a> |
<a href="http://build.fhir.org/ig/hl7ch/ch-term/index.html">CI Build</a> |
<a href="/ig/ch-term/history.html">Publication History</a> |
<a href="https://github.com/hl7ch/ch-term">Source</a> |
<a href="https://www.hl7.ch/technisches-komitee/arbeitsgruppe-fhir/">Arbeitsgruppe FHIR</a>
</p>
<h5>CH EMED</h5>
<p>
FHIR eMedication exchange formats for Annex 4 corresponding to <a href="http://e-health-wiki.ch/index.php/Ehscda:CDA-CH-EMED_(specification)">CDA-CH-EMED</a>.
<br />
<a href="/ig/ch-emed/index.html">Implementation Guide</a> |
<a href="http://build.fhir.org/ig/hl7ch/ch-emed/index.html">CI Build</a> |
<a href="/ig/ch-emed/history.html">Publication History</a> |
<a href="https://github.com/hl7ch/ch-emed">Source</a> |
<a href="https://www.hl7.ch/technisches-komitee/">Joint Venture Arbeitsgruppe Austauschformate EPD</a>
</p>
<h5>CH VACD</h5>
<p>
Implementation Guide for the exchange of vaccination and immunization information in Switzerland</a>.
<br />
<a href="/ig/ch-vacd/index.html">Implementation Guide</a> |
<a href="http://build.fhir.org/ig/hl7ch/ch-vacd/index.html">CI Build</a> |
<a href="/ig/ch-vacd/history.html">Publication History</a> |
<a href="https://github.com/hl7ch/ch-vacd">Source</a> |
<a href="https://www.hl7.ch/technisches-komitee/">Joint Venture Arbeitsgruppe Austauschformate EPD</a>
</p>
<h5>CH AllergyIntolerance</h5>
<p>
Swiss Implementation Guide for Allergy & Intolerance based on the <a href="https://www.e-health-suisse.ch/fileadmin/user_upload/Dokumente/D/ipag-bericht-eallergien-intoleranzen.pdf">recommendations</a> of the interprofessional working group EPR (IPAG).
<br />
<a href="/ig/ch-allergyintolerance/index.html">Implementation Guide</a> |
<a href="http://build.fhir.org/ig/hl7ch/ch-allergyintolerance/index.html">CI Build</a> |
<a href="/ig/ch-allergyintolerance/history.html">Publication History</a> |
<a href="https://github.com/hl7ch/ch-allergyintolerance">Source</a> |
<a href="https://www.hl7.ch/technisches-komitee/">Joint Venture Arbeitsgruppe Austauschformate EPD</a>
</p>
<h5>CH ORF</h5>
<p>
The Order & Referral by Form (CH ORF) Profile describes how forms for eReferrals, requests for information
(such as diagnostic imaging results, lab results, discharge reports etc.) can be defined, deployed and
used in order to achieve a syntactical and semantically consistent cross enterprise information exchange.
<br />
<a href="/ig/ch-orf/index.html">Implementation Guide</a> |
<a href="http://build.fhir.org/ig/hl7ch/ch-orf/index.html">CI Build</a> |
<a href="/ig/ch-orf/history.html">Publication History</a> |
<a href="https://github.com/hl7ch/ch-orf">Source</a> |
<a href="https://www.hl7.ch/technisches-komitee/">Joint Venture Arbeitsgruppe Austauschformate EPD</a>
</p>
<h5>CH eTOC</h5>
<p>
Transition of Care Implementation Guide based on the <a href="https://www.e-health-suisse.ch/fileadmin/user_upload/Dokumente/2018/D/181206_eTOC-eUeberweisungsbericht-IPAG_d.pdf">IPAG report</a>.
<br />
<a href="/ig/ch-etoc/index.html">Implementation Guide</a> |
<a href="https://build.fhir.org/ig/hl7ch/ch-etoc/branches/main/index.html">CI Build</a> |
<a href="/ig/ch-etoc/history.html">Publication History</a> |
<a href="https://github.com/hl7ch/ch-etoc">Source</a> |
<a href="https://www.hl7.ch/technisches-komitee/">Joint Venture Arbeitsgruppe Austauschformate EPD</a>
</p>
<h5>CH RAD-Order</h5>
<p>
Based on the CH ORF Implementation Guide for Order & Referral in the Radiology domain to achieve
a syntactical and semantically consistent cross enterprise information exchange.
<br />
<a href="/ig/ch-rad-order/index.html">Implementation Guide</a> |
<a href="http://build.fhir.org/ig/hl7ch/ch-rad-order/index.html">CI Build</a> |
<a href="/ig/ch-rad-order/history.html">Publication History</a> |
<a href="https://github.com/hl7ch/ch-rad-order">Source</a> |
<a href="https://www.hl7.ch/technisches-komitee/">Joint Venture Arbeitsgruppe Radiologie</a>
</p>
<h5>CH LAB-Order</h5>
<p>
Swiss Implementation Guide for the exchange of order data in the laboratory sector.
<br />
<a href="/ig/ch-lab-order/index.html">Implementation Guide</a> |
<a href="http://build.fhir.org/ig/hl7ch/ch-lab-order/index.html">CI Build</a> |
<a href="/ig/ch-lab-order/history.html">Publication History</a> |
<a href="https://github.com/hl7ch/ch-lab-order">Source</a> |
<a href="https://www.hl7.ch/technisches-komitee/joint-venture/">Joint Venture Laborprojekt</a>
</p>
<h5>CH LAB-Report</h5>
<p>
Implementation Guide for Laboratory Reports in Switzerland.
<br />
<a href="/ig/ch-lab-report/index.html">Implementation Guide</a> |
<a href="https://build.fhir.org/ig/hl7ch/ch-lab-report/index.html">CI Build</a> |
<a href="/ig/ch-lab-report/history.html">Publication History</a> |
<a href="https://github.com/hl7ch/ch-lab-report/">Source</a> |
<a href="https://www.hl7.ch/technisches-komitee/joint-venture/">Joint Venture Laborprojekt</a>
</p>
<h5>CH IPS</h5>
<p>
Swiss IPS based on the <a href="https://hl7.org/fhir/uv/ips/">International Patient Summary Implementation Guide</a>.
<br />
<a href="/ig/ch-ips/index.html">Implementation Guide</a> |
<a href="https://build.fhir.org/ig/hl7ch/ch-ips/index.html">CI Build</a> |
<a href="/ig/ch-ips/history.html">Publication History</a> |
<a href="https://github.com/hl7ch/ch-ips">Source</a> |
<a href="https://www.hl7.ch/technisches-komitee/">Joint Venture Arbeitsgruppe EPD</a>
</p>
<h5>CDA-FHIR-Maps</h5>
<p>
This Implementation Guide provides maps to transform documents from CDA to FHIR and back.
<br />
<a href="/ig/cda-fhir-maps/index.html">Implementation Guide</a> |
<a href="http://build.fhir.org/ig/hl7ch/cda-fhir-maps/">CI Build</a> |
<a href="/ig/cda-fhir-maps/history.html">Publication History</a> |
<a href="https://github.com/hl7ch/cda-fhir-maps">Source</a> |
<a href="https://www.hl7.ch/technisches-komitee/arbeitsgruppe-fhir/">Arbeitsgruppe FHIR</a>
</p>
<p> <br />
<i>by <a href="https://www.e-health-suisse.ch/">eHealth Suisse</a></i>
</p>
<h5>CH EPR FHIR</h5>
<p>
This national extension provides a FHIR based API for the Swiss EPR by extending the IHE FHIR based mobile profiles.
<br />
<a href="/ig/ch-epr-fhir/index.html">Implementation Guide</a> |
<a href="http://build.fhir.org/ig/ehealthsuisse/ch-epr-fhir/index.html">CI Build</a> |
<a href="/ig/ch-epr-fhir/history.html">Publication History</a> |
<a href="https://github.com/ehealthsuisse/ch-epr-fhir">Source</a> |
<a href="mailto:[email protected]">Contact</a>
</p>
<p> <br />
<i>by <a href="https://www.bag.admin.ch/bag/en/home.html">Federal Office of Public Health FOPH</a></i>
</p>
<h5>CH ATC</h5>
<p>
The profile
<a href="https://www.bag.admin.ch/dam/bag/de/dokumente/nat-gesundheitsstrategien/strategie-ehealth/gesetzgebung-elektronisches-patientendossier/gesetze/ergaenzung_2.2_anhang_5_epdv_edi_20200415.PDF.download.PDF/Ergaenzung_2.2_Anhang_5_EPDV_EDI_Ausgabe_3_20200415.PDF">CH ATC</a> defines the audit trail consumption requirements for the EPR in Switzerland which a community
has to provide for a patients audit trail. See
<a href="https://www.e-health-suisse.ch/startseite.html">eHealth Suisse</a> for more information about the Electronic Patient Record in Switzerland.
<br />
<a href="/ig/ch-atc/index.html">Implementation Guide</a> |
<a href="http://build.fhir.org/ig/ehealthsuisse/ch-atc/index.html">CI Build</a> |
<a href="/ig/ch-atc/history.html">Publication History</a> |
<a href="https://github.com/ehealthsuisse/ch-atc">Source</a> |
<a href="mailto:[email protected]">Contact</a>
</p>
<h5>CH CRL</h5>
<p>Implementation Guide to specifies the exchange format for cancer registration. In order to achieve data completeness on a national level, institutions involved in diagnosing or treating cancer are required to report cases of cancer to a cancer registry.</p>
<p>
<a href="/ig/ch-crl/index.html">Implementation Guide</a> |
<a href="http://build.fhir.org/ig/ahdis/ch-crl/index.html">CI Build</a> |
<a href="/ig/ch-crl/history.html">Publication History</a> |
<a href="https://github.com/ahdis/ch-crl">Source</a> |
<a href="https://www.nicer.org/de/krebsregistrierung/">Contact</a>
</p>
<h5>CH ELM</h5>
<p>CH ELM is a project of the Swiss Federal Office of Public Health (FOPH), Communicable Diseases Division, to enable laboratories to send their observations of notifiable communicable infectious diseases to the FOPH electronically.</p>
<p>
<a href="/ig/ch-elm/index.html">Implementation Guide</a> |
<a href="http://build.fhir.org/ig/ahdis/ch-elm/index.html">CI Build</a> |
<a href="/ig/ch-elm/history.html">Publication History</a> |
<a href="https://github.com/ahdis/ch-elm/">Source</a> |
<a href="https://www.bag.admin.ch/bag/en/home/das-bag/kontakt-standort.html">Contact</a>
</p>
<p> <br />
<i>by <a href="https://www.ech.ch/">eCH</a> / <a href="https://www.hl7.ch/">HL7 Switzerland</a></i>
</p>
<h5>CH EMS</h5>
<p>
Implementation Guide for the Emergency Medical Service Protocol (eCH-0207) from IVR and HL7 Switzerland.
<br />
<a href="/ig/ch-ems/index.html">Implementation Guide</a> |
<a href="http://build.fhir.org/ig/hl7ch/ch-ems/index.html">CI Build</a> |
<a href="/ig/ch-ems/history.html">Publication History</a> |
<a href="https://github.com/hl7ch/ch-ems">Source</a> |
<a href="mailto:[email protected]">Contact</a>
</p>
<p> <br />
<i>by other organizations</i>
</p>
<h5>CH-EMED-EPR</h5>
<p>
FHIR eMedication exchange formats for the implementation effort of <a href="https://www.cara.ch">CARA</a> within its EPR community.
<br />
<a href="https://fhir.ch/ig/ch-emed-epr/index.html">Implementation Guide</a> |
<a href="https://build.fhir.org/ig/CARA-ch/ch-emed-epr/">CI Build</a> |
<a href="/ig/ch-emed-epr/history.html">Publication History</a> |
<a href="https://github.com/CARA-ch/ch-emed-epr">Source</a> |
<a href="https://www.cara.ch/fr/www-cara-ch-fr-contact.html">Contact</a>
</p>
<h5>eMediplan CHMED IG</h5>
<p>
CHMED is a FHIR based definition for the eMediplan CHMED format.
<br />
<a href="http://chmed20af.emediplan.ch/">Implementation Guide</a> |
<a href="http://chmed20af.emediplan.ch/fhir/history.html">Publication History</a> |
<a href="https://github.com/ahdis/chmed">Source</a> |
<a href="mailto:[email protected]">Contact</a>
</p>
<h5>Swissnoso Implementation Guide</h5>
<p>
Implementation guide to specify the exchange format for data transmission to Swissnoso in the context of monitoring and prevention of healthcare-associated infections.
<br />
<a href="/ig/swissnoso/index.html">Implementation Guide</a> |
<a href="http://build.fhir.org/ig/ahdis/swissnoso/index.html">CI Build</a> |
<a href="/ig/swissnoso/history.html">Publication History</a> |
<a href="https://github.com/ahdis/swissnoso">Source</a> |
<a href="mailto:[email protected]">Contact</a>
</p>
<h5>MedNet Interface IG</h5>
<p>
This Implementation Guides describes the bundle that can be used to transfer patient information to MedNet, providing an optimized pre-filling of all forms.
<br />
<a href="https://doc.mednet.swiss/fhir/index.html">Implementation Guide</a> |
<a href="https://doc.mednet.swiss/fhir/history.html">Publication History</a> |
<a href="https://www.openmedical.swiss/#contact">Contact</a>
</p>
<p><br /><br /></p>
</div>
</div>
<div class="row">
<div class="col-sm">
<h2>HL7 Switzerland</h2>
<p>
<a href="https://www.hl7.ch/">HL7 Switzerland</a> is the Swiss affiliate of
<a href="https://www.hl7.org/">HL7 International</a>. The technical committe has a FHIR work group which meets twice a year and has regular <a href="https://github.com/hl7ch/ch-core/wiki">FHIR.ch work group calls</a>. For further
information do not hesitate to
<a href="mailto:[email protected]">contact us</a>.
</div>
<div class="col-sm">
<h2>HL7 International</h2>
<p>
<ul>
<li>
The
<a href="http://www.hl7.org/fhir">FHIR</a> standard is maintained by
<a href="https://www.hl7.org/">HL7</a>
<a href="http://www.hl7.org/participate/index.cfm?ref=nav">(get involved)</a>
</li>
<li>
<a href="http://www.fhir.org">HL7® FHIR® Foundation</a>, the home for FHIR implementers
</li>
<li>
<a href="http://chat.fhir.org">FHIR Chat Channels</a>
</li>
</ul>
</p>
</div>
</div>
<div class="row">
FHIR® and the Flame design mark are the registered trademarks of HL7®.
</div>
</div>
</body>
</html>