@socialgouv/fiches-vdd 2.659.0 → 2.660.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/data/index.json +89 -71
- package/data/particuliers/F1008.json +1 -1
- package/data/particuliers/F1100.json +2 -2
- package/data/particuliers/F12544.json +1 -1
- package/data/particuliers/F12691.json +1 -1
- package/data/particuliers/F12695.json +1 -1
- package/data/particuliers/F13519.json +9 -131
- package/data/particuliers/F1367.json +17 -54
- package/data/particuliers/F1372.json +17 -54
- package/data/particuliers/F13782.json +1083 -1439
- package/data/particuliers/F1387.json +866 -518
- package/data/particuliers/F14935.json +1 -1
- package/data/particuliers/F1551.json +1 -1
- package/data/particuliers/F15675.json +2614 -2805
- package/data/particuliers/F16003.json +24 -668
- package/data/particuliers/F16096.json +1 -1
- package/data/particuliers/F1620.json +1 -1
- package/data/particuliers/F163.json +1 -1
- package/data/particuliers/F16507.json +49126 -3948
- package/data/particuliers/F16734.json +4 -3
- package/data/particuliers/F16904.json +65 -250
- package/data/particuliers/F16922.json +349 -1273
- package/data/particuliers/F1725.json +1 -1
- package/data/particuliers/F2042.json +10 -10
- package/data/particuliers/F2075.json +2 -2
- package/data/particuliers/F2094.json +2 -2
- package/data/particuliers/F2120.json +1 -1
- package/data/particuliers/F218.json +1 -1
- package/data/particuliers/F22116.json +24 -668
- package/data/particuliers/F22117.json +24 -668
- package/data/particuliers/F22118.json +8 -193
- package/data/particuliers/F24028.json +589 -60
- package/data/particuliers/F24412.json +384 -157
- package/data/particuliers/F2543.json +14 -39
- package/data/particuliers/F2857.json +1 -1
- package/data/particuliers/F2912.json +6 -5
- package/data/particuliers/F2981.json +1 -1
- package/data/particuliers/F303.json +2 -2
- package/data/particuliers/F31269.json +2 -2
- package/data/particuliers/F31272.json +1 -1
- package/data/particuliers/F31441.json +306 -48
- package/data/particuliers/F32037.json +2 -2
- package/data/particuliers/F33367.json +2 -2
- package/data/particuliers/F33924.json +1 -1
- package/data/particuliers/F33959.json +1 -1
- package/data/particuliers/F33999.json +575 -4231
- package/data/particuliers/F34327.json +2 -2
- package/data/particuliers/F34736.json +1 -1
- package/data/particuliers/F34778.json +26 -100
- package/data/particuliers/F34849.json +1 -1
- package/data/particuliers/F35124.json +62 -12
- package/data/particuliers/F35323.json +82 -2
- package/data/particuliers/F35558.json +1 -1
- package/data/particuliers/F35706.json +1 -1
- package/data/particuliers/F35789.json +17 -54
- package/data/particuliers/F35790.json +4 -4
- package/data/particuliers/F36369.json +82 -2
- package/data/particuliers/F371.json +51 -41
- package/data/particuliers/F724.json +1 -1
- package/data/particuliers/F751.json +1 -1
- package/data/particuliers/F835.json +1 -1
- package/data/particuliers/F847.json +6 -191
- package/data/particuliers/F909.json +1 -1
- package/data/particuliers/F967.json +3 -3
- package/data/particuliers/F980.json +1 -1
- package/data/particuliers/N165.json +1 -1
- package/data/particuliers/N31163.json +1 -1
- package/data/particuliers/N98.json +1 -1
- package/data/particuliers/R16396.json +1 -1
- package/data/particuliers/R19466.json +1 -1
- package/data/particuliers/R33396.json +1 -1
- package/data/particuliers/R33397.json +1 -1
- package/data/particuliers/R33696.json +1 -1
- package/data/particuliers/R46083.json +34 -0
- package/data/particuliers/R49067.json +1 -1
- package/data/particuliers/R49864.json +447 -0
- package/data/particuliers/R59398.json +204 -0
- package/data/particuliers/{R58640.json → R64419.json} +15 -15
- package/data/particuliers/R64420.json +308 -0
- package/data/particuliers/index.json +3 -2
- package/data/professionnels/F24648.json +3 -3
- package/data/professionnels/R46083.json +34 -0
- package/data/professionnels/R49067.json +1 -1
- package/data/professionnels/R59398.json +204 -0
- package/package.json +1 -1
- package/data/particuliers/F35305.json +0 -960
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [2.660.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.659.0...v2.660.0) (2023-03-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data:** 20230318_0415 update ([2f2b00c](https://github.com/SocialGouv/fiches-vdd/commit/2f2b00c06d380b00fc242b641f7804b1050f8bb1))
|
|
7
|
+
|
|
1
8
|
# [2.659.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.658.0...v2.659.0) (2023-03-17)
|
|
2
9
|
|
|
3
10
|
|
package/data/index.json
CHANGED
|
@@ -11065,14 +11065,14 @@
|
|
|
11065
11065
|
},
|
|
11066
11066
|
{
|
|
11067
11067
|
"id": "F13782",
|
|
11068
|
-
"text": "Licenciement économique
|
|
11068
|
+
"text": "Licenciement économique : entretien préalable"
|
|
11069
11069
|
}
|
|
11070
11070
|
],
|
|
11071
|
-
"date": "modified
|
|
11071
|
+
"date": "modified 2023-03-17",
|
|
11072
11072
|
"id": "F13782",
|
|
11073
11073
|
"subject": "Travail - Formation",
|
|
11074
|
-
"theme": "Accueil particuliers > Travail - Formation > Licenciement économique > Licenciement économique
|
|
11075
|
-
"title": "Licenciement économique
|
|
11074
|
+
"theme": "Accueil particuliers > Travail - Formation > Licenciement économique > Licenciement économique : entretien préalable",
|
|
11075
|
+
"title": "Licenciement économique : entretien préalable",
|
|
11076
11076
|
"type": "particuliers"
|
|
11077
11077
|
},
|
|
11078
11078
|
{
|
|
@@ -11588,7 +11588,7 @@
|
|
|
11588
11588
|
"text": "Quels sont les recours possibles après un jugement du conseil de prud'hommes ?"
|
|
11589
11589
|
}
|
|
11590
11590
|
],
|
|
11591
|
-
"date": "modified
|
|
11591
|
+
"date": "modified 2023-03-13",
|
|
11592
11592
|
"id": "F1387",
|
|
11593
11593
|
"subject": "Travail - Formation",
|
|
11594
11594
|
"theme": "Accueil particuliers > Travail - Formation > Conflits du travail dans le secteur privé > Quels sont les recours possibles après un jugement du conseil de prud'hommes ?",
|
|
@@ -17252,7 +17252,7 @@
|
|
|
17252
17252
|
"text": "Retraite dans le privé : rachat de trimestres"
|
|
17253
17253
|
}
|
|
17254
17254
|
],
|
|
17255
|
-
"date": "modified
|
|
17255
|
+
"date": "modified 2023-03-09",
|
|
17256
17256
|
"id": "F15675",
|
|
17257
17257
|
"subject": "Travail - Formation",
|
|
17258
17258
|
"theme": "Accueil particuliers > Travail - Formation > Retraite d'un salarié du secteur privé > Retraite dans le privé : rachat de trimestres",
|
|
@@ -19703,14 +19703,14 @@
|
|
|
19703
19703
|
},
|
|
19704
19704
|
{
|
|
19705
19705
|
"id": "F16507",
|
|
19706
|
-
"text": "
|
|
19706
|
+
"text": "Un proche est décédé"
|
|
19707
19707
|
}
|
|
19708
19708
|
],
|
|
19709
|
-
"date": "modified
|
|
19709
|
+
"date": "modified 2023-03-17",
|
|
19710
19710
|
"id": "F16507",
|
|
19711
19711
|
"subject": null,
|
|
19712
|
-
"theme": "Accueil particuliers > Comment faire si >
|
|
19713
|
-
"title": "
|
|
19712
|
+
"theme": "Accueil particuliers > Comment faire si > Un proche est décédé",
|
|
19713
|
+
"title": "Un proche est décédé",
|
|
19714
19714
|
"type": "particuliers"
|
|
19715
19715
|
},
|
|
19716
19716
|
{
|
|
@@ -38592,7 +38592,7 @@
|
|
|
38592
38592
|
"text": "Que faire en cas de morsure par un chien ?"
|
|
38593
38593
|
}
|
|
38594
38594
|
],
|
|
38595
|
-
"date": "modified
|
|
38595
|
+
"date": "modified 2023-03-17",
|
|
38596
38596
|
"id": "F24028",
|
|
38597
38597
|
"subject": "Loisirs - Sports - Culture",
|
|
38598
38598
|
"theme": "Accueil particuliers > Loisirs - Sports - Culture > Animal de compagnie > Que faire en cas de morsure par un chien ?",
|
|
@@ -39528,7 +39528,7 @@
|
|
|
39528
39528
|
"text": "Rupture du contrat de travail pour cas de force majeure"
|
|
39529
39529
|
}
|
|
39530
39530
|
],
|
|
39531
|
-
"date": "modified
|
|
39531
|
+
"date": "modified 2023-03-15",
|
|
39532
39532
|
"id": "F24412",
|
|
39533
39533
|
"subject": "Travail - Formation",
|
|
39534
39534
|
"theme": "Accueil particuliers > Travail - Formation > Rupture du contrat de travail dans le secteur privé > Rupture du contrat de travail pour cas de force majeure",
|
|
@@ -45344,7 +45344,7 @@
|
|
|
45344
45344
|
"text": "Particulier employeur : à quoi sert le Cesu déclaratif et comment y adhérer ?"
|
|
45345
45345
|
}
|
|
45346
45346
|
],
|
|
45347
|
-
"date": "modified 2023-03-
|
|
45347
|
+
"date": "modified 2023-03-13",
|
|
45348
45348
|
"id": "F2912",
|
|
45349
45349
|
"subject": "Travail - Formation",
|
|
45350
45350
|
"theme": "Accueil particuliers > Travail - Formation > Particulier employeur : aide à domicile (services à la personne) > Particulier employeur : à quoi sert le Cesu déclaratif et comment y adhérer ?",
|
|
@@ -49574,7 +49574,7 @@
|
|
|
49574
49574
|
"text": "Dans quel cas un agent public doit-il rembourser un trop-perçu de rémunération ?"
|
|
49575
49575
|
}
|
|
49576
49576
|
],
|
|
49577
|
-
"date": "modified
|
|
49577
|
+
"date": "modified 2023-03-17",
|
|
49578
49578
|
"id": "F31441",
|
|
49579
49579
|
"subject": "Travail - Formation",
|
|
49580
49580
|
"theme": "Accueil particuliers > Travail - Formation > Rémunération dans la fonction publique > Dans quel cas un agent public doit-il rembourser un trop-perçu de rémunération ?",
|
|
@@ -60319,14 +60319,14 @@
|
|
|
60319
60319
|
},
|
|
60320
60320
|
{
|
|
60321
60321
|
"id": "F33999",
|
|
60322
|
-
"text": "Licenciement abusif :
|
|
60322
|
+
"text": "Licenciement abusif : quelles sont les conséquences pour le salarié ?"
|
|
60323
60323
|
}
|
|
60324
60324
|
],
|
|
60325
|
-
"date": "modified
|
|
60325
|
+
"date": "modified 2023-03-15",
|
|
60326
60326
|
"id": "F33999",
|
|
60327
60327
|
"subject": "Travail - Formation",
|
|
60328
|
-
"theme": "Accueil particuliers > Travail - Formation > Conflits du travail dans le secteur privé > Licenciement abusif :
|
|
60329
|
-
"title": "Licenciement abusif :
|
|
60328
|
+
"theme": "Accueil particuliers > Travail - Formation > Conflits du travail dans le secteur privé > Licenciement abusif : quelles sont les conséquences pour le salarié ?",
|
|
60329
|
+
"title": "Licenciement abusif : quelles sont les conséquences pour le salarié ?",
|
|
60330
60330
|
"type": "particuliers"
|
|
60331
60331
|
},
|
|
60332
60332
|
{
|
|
@@ -68014,7 +68014,7 @@
|
|
|
68014
68014
|
"text": "Les primes sont-elles prises en compte pour la retraite des agents publics ?"
|
|
68015
68015
|
}
|
|
68016
68016
|
],
|
|
68017
|
-
"date": "modified
|
|
68017
|
+
"date": "modified 2023-03-13",
|
|
68018
68018
|
"id": "F35124",
|
|
68019
68019
|
"subject": "Travail - Formation",
|
|
68020
68020
|
"theme": "Accueil particuliers > Travail - Formation > Retraite d'un agent de la fonction publique (titulaire et non titulaire) > Les primes sont-elles prises en compte pour la retraite des agents publics ?",
|
|
@@ -69139,32 +69139,6 @@
|
|
|
69139
69139
|
"title": "Composition pénale",
|
|
69140
69140
|
"type": "particuliers"
|
|
69141
69141
|
},
|
|
69142
|
-
{
|
|
69143
|
-
"breadcrumbs": [
|
|
69144
|
-
{
|
|
69145
|
-
"id": "Particuliers",
|
|
69146
|
-
"text": "Accueil particuliers"
|
|
69147
|
-
},
|
|
69148
|
-
{
|
|
69149
|
-
"id": "N19806",
|
|
69150
|
-
"text": "Travail - Formation"
|
|
69151
|
-
},
|
|
69152
|
-
{
|
|
69153
|
-
"id": "N481",
|
|
69154
|
-
"text": "Licenciement économique"
|
|
69155
|
-
},
|
|
69156
|
-
{
|
|
69157
|
-
"id": "F35305",
|
|
69158
|
-
"text": "Licenciement économique : entretien préalable"
|
|
69159
|
-
}
|
|
69160
|
-
],
|
|
69161
|
-
"date": "modified 2022-09-05",
|
|
69162
|
-
"id": "F35305",
|
|
69163
|
-
"subject": "Travail - Formation",
|
|
69164
|
-
"theme": "Accueil particuliers > Travail - Formation > Licenciement économique > Licenciement économique : entretien préalable",
|
|
69165
|
-
"title": "Licenciement économique : entretien préalable",
|
|
69166
|
-
"type": "particuliers"
|
|
69167
|
-
},
|
|
69168
69142
|
{
|
|
69169
69143
|
"breadcrumbs": [
|
|
69170
69144
|
{
|
|
@@ -76334,7 +76308,7 @@
|
|
|
76334
76308
|
"text": "Comment calculer l'ancienneté pour le montant de l'indemnité de licenciement ?"
|
|
76335
76309
|
}
|
|
76336
76310
|
],
|
|
76337
|
-
"date": "modified
|
|
76311
|
+
"date": "modified 2023-03-13",
|
|
76338
76312
|
"id": "F371",
|
|
76339
76313
|
"subject": "Travail - Formation",
|
|
76340
76314
|
"theme": "Accueil particuliers > Travail - Formation > Licenciement d'un salarié pour motif personnel (secteur privé) > Comment calculer l'ancienneté pour le montant de l'indemnité de licenciement ?",
|
|
@@ -97654,7 +97628,7 @@
|
|
|
97654
97628
|
"text": "Demande d'allocation journalière d'accompagnement à domicile d'une personne en fin de vie"
|
|
97655
97629
|
}
|
|
97656
97630
|
],
|
|
97657
|
-
"date": "modified 2023-02-
|
|
97631
|
+
"date": "modified 2023-02-17",
|
|
97658
97632
|
"id": "R19466",
|
|
97659
97633
|
"subject": "Travail - Formation",
|
|
97660
97634
|
"theme": "Accueil particuliers > Services en ligne et formulaires > Demande d'allocation journalière d'accompagnement à domicile d'une personne en fin de vie",
|
|
@@ -103022,7 +102996,7 @@
|
|
|
103022
102996
|
"text": "Demande d'information particulière en cas de coupure de courant électrique"
|
|
103023
102997
|
}
|
|
103024
102998
|
],
|
|
103025
|
-
"date": "modified
|
|
102999
|
+
"date": "modified 2023-03-17",
|
|
103026
103000
|
"id": "R33397",
|
|
103027
103001
|
"subject": null,
|
|
103028
103002
|
"theme": "Accueil particuliers > Services en ligne et formulaires > Demande d'information particulière en cas de coupure de courant électrique",
|
|
@@ -103396,7 +103370,7 @@
|
|
|
103396
103370
|
"text": "Demande de congé de solidarité familiale dans le secteur privé"
|
|
103397
103371
|
}
|
|
103398
103372
|
],
|
|
103399
|
-
"date": "modified
|
|
103373
|
+
"date": "modified 2023-03-17",
|
|
103400
103374
|
"id": "R33696",
|
|
103401
103375
|
"subject": "Travail - Formation",
|
|
103402
103376
|
"theme": "Accueil particuliers > Services en ligne et formulaires > Demande de congé de solidarité familiale dans le secteur privé",
|
|
@@ -114843,6 +114817,28 @@
|
|
|
114843
114817
|
"title": "Portail PSE-RCC (Plan de sauvegarde de l'emploi-Rupture conventionnelle collective) (Service en ligne)",
|
|
114844
114818
|
"type": "particuliers"
|
|
114845
114819
|
},
|
|
114820
|
+
{
|
|
114821
|
+
"breadcrumbs": [
|
|
114822
|
+
{
|
|
114823
|
+
"id": "Particuliers",
|
|
114824
|
+
"text": "Accueil particuliers"
|
|
114825
|
+
},
|
|
114826
|
+
{
|
|
114827
|
+
"id": "servicesEnLigne",
|
|
114828
|
+
"text": "Services en ligne et formulaires"
|
|
114829
|
+
},
|
|
114830
|
+
{
|
|
114831
|
+
"id": "R49864",
|
|
114832
|
+
"text": "Demande d'évaluation de rachat de trimestres pour la retraite pour les périodes de stage en entreprise pendant les études supérieures"
|
|
114833
|
+
}
|
|
114834
|
+
],
|
|
114835
|
+
"date": "modified 2023-03-13",
|
|
114836
|
+
"id": "R49864",
|
|
114837
|
+
"subject": "Travail - Formation",
|
|
114838
|
+
"theme": "Accueil particuliers > Services en ligne et formulaires > Demande d'évaluation de rachat de trimestres pour la retraite pour les périodes de stage en entreprise pendant les études supérieures",
|
|
114839
|
+
"title": "Demande d'évaluation de rachat de trimestres pour la retraite pour les périodes de stage en entreprise pendant les études supérieures (Formulaire 15542*01)",
|
|
114840
|
+
"type": "particuliers"
|
|
114841
|
+
},
|
|
114846
114842
|
{
|
|
114847
114843
|
"breadcrumbs": [
|
|
114848
114844
|
{
|
|
@@ -124853,28 +124849,6 @@
|
|
|
124853
124849
|
"title": "Lettre de réclamation des documents de fin de contrat (Modèle de document)",
|
|
124854
124850
|
"type": "particuliers"
|
|
124855
124851
|
},
|
|
124856
|
-
{
|
|
124857
|
-
"breadcrumbs": [
|
|
124858
|
-
{
|
|
124859
|
-
"id": "Particuliers",
|
|
124860
|
-
"text": "Accueil particuliers"
|
|
124861
|
-
},
|
|
124862
|
-
{
|
|
124863
|
-
"id": "servicesEnLigne",
|
|
124864
|
-
"text": "Services en ligne et formulaires"
|
|
124865
|
-
},
|
|
124866
|
-
{
|
|
124867
|
-
"id": "R58640",
|
|
124868
|
-
"text": "Lettre de réclamation des documents de fin de contrat"
|
|
124869
|
-
}
|
|
124870
|
-
],
|
|
124871
|
-
"date": "modified 2022-09-05",
|
|
124872
|
-
"id": "R58640",
|
|
124873
|
-
"subject": "Travail - Formation",
|
|
124874
|
-
"theme": "Accueil particuliers > Services en ligne et formulaires > Lettre de réclamation des documents de fin de contrat",
|
|
124875
|
-
"title": "Lettre de réclamation des documents de fin de contrat (Modèle de document)",
|
|
124876
|
-
"type": "particuliers"
|
|
124877
|
-
},
|
|
124878
124852
|
{
|
|
124879
124853
|
"breadcrumbs": [
|
|
124880
124854
|
{
|
|
@@ -131475,6 +131449,50 @@
|
|
|
131475
131449
|
"title": "Info retraite - Estimer le montant de ma retraite (Service en ligne)",
|
|
131476
131450
|
"type": "particuliers"
|
|
131477
131451
|
},
|
|
131452
|
+
{
|
|
131453
|
+
"breadcrumbs": [
|
|
131454
|
+
{
|
|
131455
|
+
"id": "Particuliers",
|
|
131456
|
+
"text": "Accueil particuliers"
|
|
131457
|
+
},
|
|
131458
|
+
{
|
|
131459
|
+
"id": "servicesEnLigne",
|
|
131460
|
+
"text": "Services en ligne et formulaires"
|
|
131461
|
+
},
|
|
131462
|
+
{
|
|
131463
|
+
"id": "R64419",
|
|
131464
|
+
"text": "Convocation à un entretien préalable au licenciement économique de moins de 10 salariés sur une même période de 30 jours"
|
|
131465
|
+
}
|
|
131466
|
+
],
|
|
131467
|
+
"date": "modified 2023-03-17",
|
|
131468
|
+
"id": "R64419",
|
|
131469
|
+
"subject": "Travail - Formation",
|
|
131470
|
+
"theme": "Accueil particuliers > Services en ligne et formulaires > Convocation à un entretien préalable au licenciement économique de moins de 10 salariés sur une même période de 30 jours",
|
|
131471
|
+
"title": "Convocation à un entretien préalable au licenciement économique de moins de 10 salariés sur une même période de 30 jours (Formulaire)",
|
|
131472
|
+
"type": "particuliers"
|
|
131473
|
+
},
|
|
131474
|
+
{
|
|
131475
|
+
"breadcrumbs": [
|
|
131476
|
+
{
|
|
131477
|
+
"id": "Particuliers",
|
|
131478
|
+
"text": "Accueil particuliers"
|
|
131479
|
+
},
|
|
131480
|
+
{
|
|
131481
|
+
"id": "servicesEnLigne",
|
|
131482
|
+
"text": "Services en ligne et formulaires"
|
|
131483
|
+
},
|
|
131484
|
+
{
|
|
131485
|
+
"id": "R64420",
|
|
131486
|
+
"text": "Convocation à un entretien préalable au licenciement économique de 10 salariés ou plus sur une même période de 30 jours (entreprise sans CSE)"
|
|
131487
|
+
}
|
|
131488
|
+
],
|
|
131489
|
+
"date": "modified 2023-03-17",
|
|
131490
|
+
"id": "R64420",
|
|
131491
|
+
"subject": "Travail - Formation",
|
|
131492
|
+
"theme": "Accueil particuliers > Services en ligne et formulaires > Convocation à un entretien préalable au licenciement économique de 10 salariés ou plus sur une même période de 30 jours (entreprise sans CSE)",
|
|
131493
|
+
"title": "Convocation à un entretien préalable au licenciement économique de 10 salariés ou plus sur une même période de 30 jours (entreprise sans CSE) (Formulaire)",
|
|
131494
|
+
"type": "particuliers"
|
|
131495
|
+
},
|
|
131478
131496
|
{
|
|
131479
131497
|
"breadcrumbs": [
|
|
131480
131498
|
{
|
|
@@ -1759,7 +1759,7 @@
|
|
|
1759
1759
|
"children": [
|
|
1760
1760
|
{
|
|
1761
1761
|
"type": "text",
|
|
1762
|
-
"text": "Service d'accompagnement, de conseils et de prévention en cas de
|
|
1762
|
+
"text": "Service d'accompagnement, de conseils et de prévention en cas de risque d'expulsion liée à des impayés de loyer. Ce service informe gratuitement les locataires, comme les propriétaires."
|
|
1763
1763
|
}
|
|
1764
1764
|
]
|
|
1765
1765
|
},
|
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
"type": "element",
|
|
714
714
|
"name": "RessourceWeb",
|
|
715
715
|
"attributes": {
|
|
716
|
-
"URL": "http://
|
|
716
|
+
"URL": "http://annuairesante.ameli.fr/"
|
|
717
717
|
}
|
|
718
718
|
}
|
|
719
719
|
]
|
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
"type": "element",
|
|
1081
1081
|
"name": "RessourceWeb",
|
|
1082
1082
|
"attributes": {
|
|
1083
|
-
"URL": "http://
|
|
1083
|
+
"URL": "http://annuairesante.ameli.fr/"
|
|
1084
1084
|
}
|
|
1085
1085
|
}
|
|
1086
1086
|
]
|
|
@@ -536,68 +536,27 @@
|
|
|
536
536
|
},
|
|
537
537
|
{
|
|
538
538
|
"type": "text",
|
|
539
|
-
"text": ".
|
|
539
|
+
"text": "."
|
|
540
540
|
}
|
|
541
541
|
]
|
|
542
542
|
},
|
|
543
543
|
{
|
|
544
544
|
"type": "element",
|
|
545
|
-
"name": "
|
|
546
|
-
"attributes": {
|
|
547
|
-
"ID": "R2",
|
|
548
|
-
"sve": "non",
|
|
549
|
-
"type": "Local personnalisé sur SP"
|
|
550
|
-
},
|
|
545
|
+
"name": "Paragraphe",
|
|
551
546
|
"children": [
|
|
552
547
|
{
|
|
553
|
-
"type": "
|
|
554
|
-
"
|
|
555
|
-
"children": [
|
|
556
|
-
{
|
|
557
|
-
"type": "text",
|
|
558
|
-
"text": "Préfecture"
|
|
559
|
-
}
|
|
560
|
-
]
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"type": "element",
|
|
564
|
-
"name": "PivotLocal",
|
|
565
|
-
"children": [
|
|
566
|
-
{
|
|
567
|
-
"type": "text",
|
|
568
|
-
"text": "prefecture"
|
|
569
|
-
}
|
|
570
|
-
]
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"type": "element",
|
|
574
|
-
"name": "RessourceWeb",
|
|
575
|
-
"attributes": {
|
|
576
|
-
"URL": "http://www.interieur.gouv.fr/Le-ministere/Prefectures"
|
|
577
|
-
}
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
"type": "element",
|
|
581
|
-
"name": "Source",
|
|
582
|
-
"attributes": {
|
|
583
|
-
"ID": "R30603"
|
|
584
|
-
},
|
|
585
|
-
"children": [
|
|
586
|
-
{
|
|
587
|
-
"type": "text",
|
|
588
|
-
"text": "Ministère chargé de l'intérieur"
|
|
589
|
-
}
|
|
590
|
-
]
|
|
548
|
+
"type": "text",
|
|
549
|
+
"text": "Vous devrez déposer votre demande de carte de séjour d'un travailleur citoyen UE/EEE/Suisse sur internet avant la fin de votre titre de séjour étudiant."
|
|
591
550
|
}
|
|
592
551
|
]
|
|
593
552
|
},
|
|
594
553
|
{
|
|
595
554
|
"type": "element",
|
|
596
|
-
"name": "
|
|
555
|
+
"name": "ServiceEnLigne",
|
|
597
556
|
"attributes": {
|
|
598
|
-
"ID": "
|
|
599
|
-
"
|
|
600
|
-
"type": "
|
|
557
|
+
"ID": "R59398",
|
|
558
|
+
"URL": "https://administration-etrangers-en-france.interieur.gouv.fr/particuliers/#/",
|
|
559
|
+
"type": "Téléservice"
|
|
601
560
|
},
|
|
602
561
|
"children": [
|
|
603
562
|
{
|
|
@@ -606,27 +565,10 @@
|
|
|
606
565
|
"children": [
|
|
607
566
|
{
|
|
608
567
|
"type": "text",
|
|
609
|
-
"text": "
|
|
568
|
+
"text": "Faire une demande sur internet pour un titre de séjour, un changement de situation, un titre de voyage, une demande de naturalisation."
|
|
610
569
|
}
|
|
611
570
|
]
|
|
612
571
|
},
|
|
613
|
-
{
|
|
614
|
-
"type": "element",
|
|
615
|
-
"name": "PivotLocal",
|
|
616
|
-
"children": [
|
|
617
|
-
{
|
|
618
|
-
"type": "text",
|
|
619
|
-
"text": "sous_pref"
|
|
620
|
-
}
|
|
621
|
-
]
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
"type": "element",
|
|
625
|
-
"name": "RessourceWeb",
|
|
626
|
-
"attributes": {
|
|
627
|
-
"URL": "http://www.interieur.gouv.fr/Le-ministere/Prefectures"
|
|
628
|
-
}
|
|
629
|
-
},
|
|
630
572
|
{
|
|
631
573
|
"type": "element",
|
|
632
574
|
"name": "Source",
|
|
@@ -641,70 +583,6 @@
|
|
|
641
583
|
]
|
|
642
584
|
}
|
|
643
585
|
]
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"type": "element",
|
|
647
|
-
"name": "OuSAdresser",
|
|
648
|
-
"attributes": {
|
|
649
|
-
"ID": "R42203",
|
|
650
|
-
"sve": "non",
|
|
651
|
-
"type": "Local personnalisable"
|
|
652
|
-
},
|
|
653
|
-
"children": [
|
|
654
|
-
{
|
|
655
|
-
"type": "element",
|
|
656
|
-
"name": "Titre",
|
|
657
|
-
"children": [
|
|
658
|
-
{
|
|
659
|
-
"type": "text",
|
|
660
|
-
"text": "Préfecture de police de Paris - Service des titres de séjour"
|
|
661
|
-
}
|
|
662
|
-
]
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"type": "element",
|
|
666
|
-
"name": "PivotLocal",
|
|
667
|
-
"children": [
|
|
668
|
-
{
|
|
669
|
-
"type": "text",
|
|
670
|
-
"text": "paris_ppp_titre_sejour"
|
|
671
|
-
}
|
|
672
|
-
]
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"type": "element",
|
|
676
|
-
"name": "RessourceWeb",
|
|
677
|
-
"attributes": {
|
|
678
|
-
"URL": "https://www.prefecturedepolice.interieur.gouv.fr/demarches/titres-de-sejour-nous-contacter"
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
]
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"type": "element",
|
|
685
|
-
"name": "Attention",
|
|
686
|
-
"children": [
|
|
687
|
-
{
|
|
688
|
-
"type": "element",
|
|
689
|
-
"name": "Titre",
|
|
690
|
-
"children": [
|
|
691
|
-
{
|
|
692
|
-
"type": "text",
|
|
693
|
-
"text": "Attention"
|
|
694
|
-
}
|
|
695
|
-
]
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"type": "element",
|
|
699
|
-
"name": "Paragraphe",
|
|
700
|
-
"children": [
|
|
701
|
-
{
|
|
702
|
-
"type": "text",
|
|
703
|
-
"text": "il n'est pas possible d'effectuer les démarches dans certaines sous-préfectures. Renseignez-vous sur le site internet de votre préfecture."
|
|
704
|
-
}
|
|
705
|
-
]
|
|
706
|
-
}
|
|
707
|
-
]
|
|
708
586
|
}
|
|
709
587
|
]
|
|
710
588
|
},
|