-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaccompagnement.html
More file actions
645 lines (576 loc) · 36.3 KB
/
Copy pathaccompagnement.html
File metadata and controls
645 lines (576 loc) · 36.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
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
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
<!DOCTYPE html>
<html lang="fr" class="no-js" dir="ltr">
<head>
<meta charset="UTF-8">
<title>Hub Santé - ANS</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="google-site-verification" content="mvufymUZYf1LuG-AqC_Tb2aMaSPjYDnoiI_GFGoqWnc" />
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://use.typekit.net/jjx2ksb.css">
<link rel="stylesheet" href="/style/style-ans.css" type="text/css">
<link rel="stylesheet" href="/style/style-esante.css" type="text/css">
<link rel="stylesheet" href="/style/bloc-global.css" type="text/css">
<link rel="stylesheet" href="/style/bloc-o-banniere.css" type="text/css">
<link rel="stylesheet" href="/style/bloc-globale-sliders.css" type="text/css">
<link rel="stylesheet" href="/style/bloc-m-remontee.css" type="text/css">
<link rel="stylesheet" href="/style/bloc-m-remontees-diverses.css" type="text/css">
<link rel="stylesheet" href="/style/bloc-m-card.css" type="text/css">
<link rel="stylesheet" href="/style/bloc-m-file.css" type="text/css">
<link rel="stylesheet" href="/style/bloc-o-colonnes.css" type="text/css">
<link rel="stylesheet" href="/style/mise-en-avant.css" type="text/css">
<link rel="stylesheet" href="/style/bloc-o-mise-en-avant-2.css" type="text/css">
<link rel="stylesheet" href="/style/bloc-o-mise-en-avant-3.css" type="text/css">
<link rel="stylesheet" href="/style/bloc-o-liste-fichiers.css" type="text/css">
<link rel="stylesheet" href="/style/print.css" type="text/css" media="print">
<link rel="stylesheet" href="/style.css" type="text/css">
</head>
<body>
<noscript>
<p class="js-off">Javascript est désactivé dans votre navigateur.</p>
</noscript>
<!-- Bandeau haut -->
<header class="header header-principal" role="banner">
<div class="header-principal__inner">
<div class="header-principal-left">
<div class="logos">
<div class="logo logo--0">
<a href="https://solidarites-sante.gouv.fr/" target="_blank">
<img src="/img/logo-ministere.svg" alt="Ministère de la Santé et de la Prévention"
width="107" height="62">
</a>
</div>
<div class="logo logo--1">
<a href="https://esante.gouv.fr/" target="_blank">
<img src="/img/logo-ANS.svg" alt="Accueil Design System ANS" width="166" height="50">
</a>
</div>
</div>
<p class="header__title">Hub Santé</p>
</div>
<div class="header-principal-right">
<div class="header-principal__nav">
<div class="navbar navbar-expand-xl navbar-light" tabindex="-1" id="menuPrincipalTarget">
<button type="button" class="navbar-toggler btn btn--icon-only btn-icon--header"
data-toggle="collapse" data-target="#menuPrincipal" aria-controls="menuPrincipal"
aria-expanded="false">
<svg class="svg-icon svg-menu" aria-hidden="true" focusable="false">
<use xlink:href="/svg-icons/icon-sprite.svg#menu"></use>
</svg>
<span class="sr-only">Menu</span>
</button>
<div class="collapse navbar-collapse" id="menuPrincipal">
<button type="button"
class="navbar-toggler-close d-xl-none btn btn--icon-only btn-icon--header"
data-toggle="collapse" data-target="#menuPrincipal" aria-controls="menuPrincipal"
aria-expanded="false">
<svg class="svg-icon svg-close" aria-hidden="true" focusable="false">
<use xlink:href="/svg-icons/icon-sprite.svg#close"></use>
</svg>
<span class="sr-only">Fermer le menu</span>
</button>
<nav role="navigation" aria-label="Menu principal">
<ul class="navbar-nav nav-lvl--1">
<li class="nav-item common-nav-item">
<a class="nav-link" href="/index.html">Bienvenue<span class="sr-only">(page
courante)</span></a>
</li>
<li class="nav-item common-nav-item">
<button class="nav-link" type="button" data-toggle="collapse"
data-target="#nav1-nav-collapse-submenu--1"
aria-controls="nav1-nav-collapse-submenu--1" aria-expanded="false">Le Hub
Santé</button>
<div class="collapse nav-collapse" id="nav1-nav-collapse-submenu--1"
data-parent="#menuPrincipal">
<div class="nav-collapse-inner">
<ul class="navbar-nav nav-lvl--2">
<li class="nav-item is-active common-nav-item">
<a class="nav-link" href="/pages/actualites.html">Actualités</a>
</li>
<li class="nav-item common-nav-item">
<a class="nav-link" href="/pages/travaux.html">Travaux en
cours</a>
</li>
</ul>
</div>
</div>
</li>
<li class="nav-item common-nav-item is-active">
<button class="nav-link" type="button" data-toggle="collapse"
data-target="#nav1-nav-collapse-submenu--2" aria-controls="nav1-nav-collapse-submenu--2"
aria-expanded="false">Accompagnement</button>
<div class="collapse nav-collapse" id="nav1-nav-collapse-submenu--2"
data-parent="#menuPrincipal">
<div class="nav-collapse-inner">
<ul class="navbar-nav nav-lvl--2">
<li class="nav-item common-nav-item ">
<a class="nav-link" href="/pages/parcours.html">Se raccorder au Hub</a>
</li>
<li class="nav-item common-nav-item is-active">
<a class="nav-link" href="/pages/accompagnement.html">Ressources éditeurs</a>
</li>
</ul>
</div>
</div>
</li>
<li class="nav-item common-nav-item">
<a class="nav-link" href="/pages/faq.html">FAQ</a>
</li>
<li class="nav-item common-nav-item">
<a class="nav-link" href="/pages/contacts.html">Contacts</a>
</li>
</ul>
</nav>
<ul class="nav-right">
<li class="nav-right-item collapse-wrapper common-nav-item">
<button type="button" class="btn btn--icon-only btn-icon--header" aria-label="Accessibilité"
data-toggle="collapse" data-target="#collapseAccess" aria-controls="collapseAccess"
aria-expanded="false">
<svg class="svg-icon svg-access" aria-hidden="true" focusable="false">
<use xlink:href="/svg-icons/icon-sprite.svg#access"></use>
</svg>
<span class="title-responsive">Accessibilité</span>
</button>
<div class="collapse nav-collapse nav-collapse--right" id="collapseAccess">
<section aria-labelledby="widget-access-title">
<h2 class="o-widget-access__intro" id="widget-access-title">Options
d'accessibilité</h2>
<div class="o-widget-access">
<div class="form-group form-group-custom-control">
<fieldset id="contrast-id">
<legend>Contrastes :</legend>
<div class="o-widget-access__option">
<input id="default-c" value="default-c" name="contrast"
checked="checked" type="radio" class="sr-only">
<label
class="o-widget-access__label btn btn--ghost btn--primary btn-sm"
for="default-c"><span class="sr-only">Contrastes</span>
Standards</label>
</div>
<div class="o-widget-access__option">
<input id="high-c" value="high-c" name="contrast" type="radio"
class="sr-only">
<label
class="o-widget-access__label btn btn--ghost btn--primary btn-sm"
for="high-c"><span class="sr-only">Contrastes</span>
Renforcés</label>
</div>
</fieldset>
</div>
</div>
</section>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="body-wrapper">
<!-- Emplacement du Header -->
<main class="main bg-drop bg-drop--reverse bg-white" role="main" id="main" tabindex="-1">
<!-- SVG pour les formes/pétales. A ajouter seulement une fois dans la page -->
<svg class="d-block" aria-hidden="true" focusable="false" height="0" width="0">
<defs>
<clipPath id="banner-1">
<path
d="M695.29 -0.12C729.18 124.56 716.75 273.17 658 445.72C632.28 417.11 580.63 392.75 475.78 391.1L328.99 391.1C147.29 391.1 0 243.98 0 62.47C0 48.2 1.99 27.34 5.96 -0.12C465.51 -0.12 695.29 -0.12 695.29 -0.12Z" />
</clipPath>
</defs>
</svg>
<!-- Bannière page interne -->
<div class="o-banner o-banner--has-image o-banner--has-breadcrumb">
<div class="container">
<nav class="breadcrumb-wrapper" role="navigation" aria-label="Fil d'ariane">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/index.html">Accueil
<svg class="svg-icon svg-angle-right" aria-hidden="true" focusable="false">
<use xlink:href="/svg-icons/icon-sprite.svg#angle-right"></use>
</svg>
</a></li>
<li class="breadcrumb-item active" aria-current="page"> Ressources
</li>
</ol>
</nav>
<div class="o-banner__content">
<h1>Ressources éditeurs </h1>
<p class="lead"> Retrouvez ici toutes les ressources relatives aux travaux sur l'ensemble des
périmètres du Hub Santé.</p>
<div class="o-banner__share-links d-none d-lg-inline-flex">
<ul class="list-unstyled d-lg-inline-flex"></ul>
</div>
</div>
</div>
<div class="o-banner__img d-none d-lg-block">
<div class="o-banner__clip">
<img src="/img/ans/IMG_Cadres de references et standards.jpeg" alt="" width="714" height="446">
</div>
</div>
</div>
<!-- Bandeau gris Outils-->
<div class="bg-gray-400 pt-2 pb-2">
<div class="container paragraph-title-text text-center text-default ">
<h2>Les outils mis à votre disposition </h2>
<div class="wysiwyg text-center mt-2 mb-2">
<p>
Le LRM de test simule les interactions d'un LRM avec le Hub et vous permet de tester vos
développements (cf. guide de l'interface de test).<br>
Le site de spécifications vous permet de visualiser les messages qui peuvent être reçus ou
envoyés.
</p>
</div>
</div>
<div class="container" style="display: flex; justify-content: space-around; flex-wrap: wrap;">
<a href="https://github.com/ansforge/SAMU-Hub-Modeles?tab=readme-ov-file#hub-sant%C3%A9---librairie-mod%C3%A8les"
class="btn btn--style1 btn--white mt-1" target="_blank">
Librairie Modèles </a>
<a href="https://bac-a-sable.hub.esante.gouv.fr/lrm/" class="btn btn--style1 btn--white mt-1"
target="_blank">
LRM de test </a>
<a href="/resources/Accompagnement/general/Guide site interface de test LRM.pdf"
class="btn btn--style1 btn--white mt-1" target="_blank">
Guide du LRM de test </a>
</div>
</div>
<!-- Documents -->
<div class="container paragraph-space">
<div class="paragraph__header row justify-content-center">
<div class="col-md-10 col-lg-8 text-center mt-2 mb-3">
<h2>Les documents à télécharger </h2>
<p>Ces documents sont régulièrement mis à jour afin de vous accompagner dans vos travaux
d'implémentation. </p>
</div>
</div>
<!-- Charte éditeurs -->
<!-- <div class=" paragraph__header row justify-content-center">
<div class="col-md-10 col-lg-8 text-center mt-2">
<h3 id="charte"> <u>Charte du Hub Santé</u></h3>
</div>
<div class="col-md-10 col-lg-8 text-center mt-2">
<p>Vous trouverez ci-dessous la charte d'adhésion au Hub Santé actuellement mise en
concertation.
</p>
</div>
</div>
<div class="o-paragraph--files row col--eq-height mt-4 ">
<div class="o-paragraph--files__item col--eq-height col-md-4 mb-3 ">
<a href="/resources/Accompagnement/general/2024.04.25 - Hub Sante - Charte d'adhesion v1.0 - concertation editeurs.pdf"
class="m-file bg-gray-300 rounded-sm top-left-radius-0" target="_blank">
<p class="m-file__title h4 mb-1"> Charte d'adhésion
<button type="button" data-toggle="tooltip" data-placement="top" data-html="true"
title="<p>Mise en concertation le 26 avril 2024 en v1.0</p>">
<svg class="svg-icon svg-question-circle" aria-hidden="true" focusable="false">
<use xlink:href="/svg-icons/icon-sprite.svg#question-circle"></use>
</svg>
<span class="sr-only">Mise en concertation le 26 avril 2024 en v1.0</span>
</button>
</p>
<p class="m-file__info text-default mb-0"><I>
PDF - Version 1.0 - 0.7 Mo
</I></p>
</a>
</div>
</div> -->
<!-- Specs techniques -->
<div class="paragraph__header row justify-content-center">
<div class="col-md-10 col-lg-8 text-center mt-2 ">
<h3 id="technique"><u>Spécifications techniques</u></h3>
</div>
<div class="col-md-10 col-lg-8 text-center mt-2">
<p>Les modèles de données associés au Hub Santé sont disponibles sur un
<a href="https://github.com/ansforge/SAMU-Hub-Modeles?tab=readme-ov-file#hub-sant%C3%A9---librairie-mod%C3%A8les"
target="_blank"> <i>repository</i> GitHub public
</a>. Les schémas, exemples, diagrammes UML et documents détaillés y ont disponibles ainsi
qu'un
package Java associé et directement utilisable dans votre code.
</p>
</div>
</div>
<div class="o-paragraph--files row col--eq-height mt-6 ">
<div class="o-paragraph--files__item col--eq-height col-md-6 mb-1">
<a href="/resources/Accompagnement/tech/DST v1.4 - Hub Santé.pdf"
class="m-file bg-gray-300 rounded-sm top-left-radius-0" target="_blank">
<p class="m-file__title h4 mb-1">Dossier des Spécifications Techniques (DST)</p>
<p class="m-file__info text-default mb-0"><I>PDF - Version 1.4 - 1.5 Mo </I></p>
</a>
</div>
<div class="o-paragraph--files__item col--eq-height col-md-6 mb-1 ">
<a href="/resources/Accompagnement/tech/DST v1.4 - Notice de changement.pdf"
class="m-file bg-gray-300 rounded-sm top-left-radius-0 " target="_blank">
<p class="m-file__title h4 mb-1">Notice de changement du DST v1.4</p>
<p class="m-file__info text-default mb-0"><I>PDF - 0.3 Mo</I></p>
</a>
</div>
<div class="o-paragraph--files__item col--eq-height col-md-6 mb-1 ">
<a href="/resources/Accompagnement/tech/DST v1.3 - Notice de changement.pdf"
class="m-file bg-gray-300 rounded-sm top-left-radius-0 " target="_blank">
<p class="m-file__title h4 mb-1">Notice de changement du DST v1.3</p>
<p class="m-file__info text-default mb-0"><I>PDF - 0.3 Mo</I></p>
</a>
</div>
</div>
<!-- Specs fonctionnelles -->
<div class=" paragraph__header row justify-content-center mt-6 mb-6">
<div class="col-md-10 col-lg-8 text-center mt-2">
<h3 id="fonctionnel"> <u>Spécifications fonctionnelles</u></h3>
<p></p>
</div>
<div class="col-md-10 col-lg-8 text-center mt-2">
<p>Les correspondances entre la version du modèle et les versions des différents périmètres du
DSF sont disponibles dans le Readme du
<a href="https://github.com/ansforge/SAMU-Hub-Modeles?tab=readme-ov-file#correspondance-dsf---librairie"
target="_blank"> <i>repository</i> GitHub public
</a>.
</p>
</div>
</div>
<div class="o-paragraph--files row col--eq-height mt-4 ">
<div class="o-paragraph--files__item col--eq-height col-md-6 mb-3 ">
<a href="/resources/Accompagnement/DSF/25.04.09_Hub Sante_Dossier des Specifications.pdf"
class="m-file bg-gray-300 rounded-sm top-left-radius-0 " target="_blank">
<p class="m-file__title h4 mb-1">Dossier des Spécifications Fonctionnelles (DSF)</p>
<p class="m-file__info text-default mb-0"><I>PDF - Version 3.4.1 - 18.4 Mo</I></p>
</a>
</div>
<div class="o-paragraph--files__item col--eq-height col-md-6 mb-3 ">
<a href="/resources/Accompagnement/DSF/26.06.11_DSF_Hub Sante.zip"
class="m-file bg-gray-300 rounded-sm top-left-radius-0 " target="_blank">
<p class="m-file__title h4 mb-1">Annexes du DSF</p>
<p class="m-file__info text-default mb-0"><I>ZIP - Version 3.4.1 - 27.8 Mo</I></p>
</a>
</div>
</div>
<div class="wysiwyg mt-2" id="historique">
<table id="table-versions">
<caption>
<h4> Historique des publications DSF </h4>
<p>Chaque périmètre du DSF correspond à une version du modèle : le tableau de correspondance
ci-dessous vous permet de télécharger la publication du DSF dont vous avez besoin.
Chaque montée de version du format d'échanges correspond à une version du DSF,
regroupant différents périmètres et leurs versions respectives.
<br>Parfois, lorsque seul le périmètre fonctionnel change, la publication DSF est alors
téléchargeable en cliquant sur la version du périmètre qui a changé.
<br>Les versions LTS (Long Term Support) sont des versions stabilisées ayant vocation à
rester disponible sur une durée étendue.
</p>
</caption>
<thead>
<tr>
<td style="text-align: center;"> Format d'échanges</td>
<th scope="col" style="text-align: center;">Principes transverses</th>
<th scope="col" style="text-align: center;">Périmètre 15-15</th>
<th scope="col" style="text-align: center;">Périmètre 15-SMUR</th>
<th scope="col" style="text-align: center;">Périmètre 15-GPS</th>
<th scope="col" style="text-align: center;">Périmètre 15-NexSIS</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" style="text-align: center;"> <a
href="/resources/Accompagnement/DSF/24.08.21_DSF_Hub Sante.zip" target="_blank">
1.0 </a></th>
<td class="deprecated">1.4</td>
<td class="eol-planned">1.5</td>
<td class="deprecated">1.4 - <a
href="/resources/Accompagnement/DSF/24.09.18_DSF_Hub Sante.zip" target="_blank">
1.5 </a></td>
<td class="deprecated">1.0 - 1.1
</td>
<td class="deprecated">1.8</td>
</tr>
<tr>
<th scope="row" style="text-align: center;"> <a
href="/resources/Accompagnement/DSF/24.10.23_DSF_Hub Sante.zip" target="_blank">
2.0 </a></th>
<td class="deprecated">1.4</td>
<td class="deprecated">2.0</td>
<td class="deprecated">1.6</td>
<td class="deprecated">1.2</td>
<td class="deprecated">1.9</td>
</tr>
<tr>
<th scope="row" style="text-align: center;"> <a
href="/resources/Accompagnement/DSF/25.04.09_DSF_Hub Sante.zip" target="_blank">
3.0 </a></th>
<td style="text-align: center;">1.5</td>
<td class="active"><strong>2.1 (LTS)</strong>
</td>
<td class="active"><strong>1.7 (LTS)</strong>
</td>
<td class="active"><strong>1.3 (LTS)</strong>
</td>
<td class="active"><strong>1.9.1 (LTS)</strong>
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="6" style="font-size: 0.85em; padding-top: 0.8rem; color: #464c6d;">
<b>Légende :</b>
<span class="active"
style="padding: 2px 8px; margin-right: 8px; border-radius: 3px;">■
Active</span>
<span class="eol-planned"
style="padding: 2px 8px; margin-right: 8px; border-radius: 3px;">■
Fin de vie planifiée</span>
<span class="deprecated" style="padding: 2px 8px; border-radius: 3px;">■
Décommissionnée</span>
</td>
</tr>
</tfoot>
</table>
<p> <b>N.B.</b> Les <b>cahiers de recette</b> sont disponibles dans les bundles associés à chaque
version (à partir de la version 1.0 du modèle).
</div>
</div>
</div>
<!-- scripts -->
<script type="text/javascript" src="/script/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="/script/vendor.js"></script>
<script type="text/javascript" src="/script/app.js"></script>
<script type="text/javascript" src="/script/tiny-slider.js"></script>
<script type="text/javascript" src="/script/bloc-o-remontees-diverses.js"></script>
<script type="text/javascript" src="/script/bloc-global-sliders.js"></script>
</body>
<!-- Bandeau bas -->
<footer class="footer footer-principal" role="contentinfo">
<div class="footer__region1">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3 text-center text-md-left">
<div class="logos">
<div class="logo logo--0">
<a href="https://solidarites-sante.gouv.fr"
title="Ministère de la Santé et de la Prévention (nouvelle fenêtre)" target="_blank"
rel="nofollow">
<img src="/img/logo-ministere.svg" alt="Ministère de la Santé et de la Prévention"
width="133" height="77" loading="lazy">
</a>
</div>
<div class="logo logo--1">
<a href="https://esante.gouv.fr/" title="Agence du Numérique en Santé (nouvelle fenêtre)"
target="_blank" rel="nofollow">
<img src="/img/logo-ANS-footer.svg" alt="Agence du Numérique en Santé" width="106"
height="74" loading="lazy">
</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 text-center text-md-left">
<p class="footer__title">
<strong> Agence du Numérique en Santé</strong>
<br> 2-10 Rue d'Oradour-sur-Glane
<br> 75015 Paris
</p>
<div class="m-social">
<ul class="m-social__list">
<li class="m-social__item">
<a class="m-social__link" href="http://linkedin.com" target="_blank" rel="nofollow">
<div class="m-social__icon">
<svg class="svg-icon svg-linkedin" aria-hidden="true" focusable="false">
<use xlink:href="/svg-icons/icon-sprite.svg#linkedin"></use>
</svg>
</div>
<span class="sr-only">linkedin</span>
</a>
</li>
<li class="m-social__item">
<a class="m-social__link" href="https://x.com/esante_gouv_fr" target="_blank"
rel="nofollow">
<div class="m-social__icon">
<svg class="svg-icon svg-x" aria-hidden="true" focusable="false">
<use xlink:href="/svg-icons/icon-sprite.svg#x"></use>
</svg>
</div>
<span class="sr-only">x</span>
</a>
</li>
<li class="m-social__item">
<a class="m-social__link"
href="https://www.youtube.com/channel/UCd1zuSaU5cE1lRCpwv_HSMA" target="_blank"
rel="nofollow">
<div class="m-social__icon">
<svg class="svg-icon svg-youtube" aria-hidden="true" focusable="false">
<use xlink:href="/svg-icons/icon-sprite.svg#youtube"></use>
</svg>
</div>
<span class="sr-only">youtube</span>
</a>
</li>
<li class="m-social__item">
<a class="m-social__link" href="https://esante.gouv.fr/rss.xml" target="_blank"
rel="nofollow">
<div class="m-social__icon">
<svg class="svg-icon svg-rss" aria-hidden="true" focusable="false">
<use xlink:href="/svg-icons/icon-sprite.svg#rss"></use>
</svg>
</div>
<span class="sr-only">rss</span>
</a>
</li>
</ul>
</div>
</div>
<div class="col-6 col-lg-3">
<ul class="footer-list">
</ul>
</div>
<div class="col-6 col-lg-3">
<ul class="footer-list">
<li class="footer-list__item footer-list__item--hasIcon">
<a href="/pages/accompagnement.html">
<svg class="svg-icon svg-angle-right" aria-hidden="true" focusable="false">
<use xlink:href="/svg-icons/icon-sprite.svg#angle-right"></use>
</svg>Documentation</a>
</li>
<li class="footer-list__item footer-list__item--hasIcon">
<a href="/pages/contacts.html">
<svg class="svg-icon svg-angle-right" aria-hidden="true" focusable="false">
<use xlink:href="/svg-icons/icon-sprite.svg#angle-right"></use>
</svg>Contactez-nous</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer__region2">
<div class="container">
<div class="footer-contentinfo">
<ul class="footer-list footer-list--inline">
<li class="footer-list__item">
<a href="https://solidarites-sante.gouv.fr/" target="_blank" target="_blank">
Ministère de la Santé et de la Prévention</a>
</li>
<li class="footer-list__item">
<a href="https://www.legifrance.gouv.fr/" target="_blank">
Legifrance.gouv.fr</a>
</li>
<li class="footer-list__item">
<a href="https://www.service-public.fr/" target="_blank">
Service-public.fr</a>
</li>
<li class="footer-list__item">
<a href="/pages-footer/mentions_legales.html">
Mentions légales</a>
</li>
<li class="footer-list__item">
<a href="/pages-footer/declaration_accessibilite.html">
Accessibilité : non conforme </a>
</li>
<li class="footer-list__item">
<a href="/pages-footer/donnees_personnelles.html">
Politique de protection des données personnelles </a>
</li>
<li class="footer-list__item">
<a href="/pages-footer/plan_de_site.html">Plan de site </a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</html>