Project

General

Profile

Download (33.4 KB) Statistics
| Branch: | Tag: | Revision:

calebasse / calebasse / fixtures / ressources.json @ 2d114b9a

1
[
2
  {
3
    "pk": 1, 
4
    "model": "ressources.office", 
5
    "fields": {
6
      "city": "Somwhere", 
7
      "fax": "", 
8
      "description": "", 
9
      "service": 1, 
10
      "slug": "CMPP_siege", 
11
      "phone": "", 
12
      "address": "30 rue du coup", 
13
      "zip_code": "3000", 
14
      "email": "", 
15
      "address_complement": ""
16
    }
17
  }, 
18
  {
19
    "pk": 1, 
20
    "model": "ressources.school", 
21
    "fields": {
22
      "city": "Saint-\u00c9tienne", 
23
      "fax": "", 
24
      "address_complement": "", 
25
      "description": "", 
26
      "name": "Coll\u00e8ge Gambetta", 
27
      "phone": "04 77 49 28 90", 
28
      "address": "34bis Rue Michelet", 
29
      "director_name": "", 
30
      "email": "", 
31
      "zip_code": "42000"
32
    }
33
  }, 
34
  {
35
    "pk": 1, 
36
    "model": "ressources.room", 
37
    "fields": {
38
      "etablissement": 1, 
39
      "name": "Salle 1"
40
    }
41
  }, 
42
  {
43
    "pk": 2, 
44
    "model": "ressources.room", 
45
    "fields": {
46
      "etablissement": 1, 
47
      "name": "Salle 4"
48
    }
49
  }, 
50
  {
51
    "pk": 3, 
52
    "model": "ressources.room", 
53
    "fields": {
54
      "etablissement": 1, 
55
      "name": "test"
56
    }
57
  }, 
58
  {
59
    "pk": 1, 
60
    "model": "ressources.service", 
61
    "fields": {
62
      "fax": "", 
63
      "description": "", 
64
      "slug": "cmpp", 
65
      "phone": "", 
66
      "email": "", 
67
      "name": "CMPP"
68
    }
69
  }, 
70
  {
71
    "pk": 2, 
72
    "model": "ressources.service", 
73
    "fields": {
74
      "fax": "", 
75
      "description": "", 
76
      "slug": "camsp", 
77
      "phone": "", 
78
      "email": "", 
79
      "name": "CAMSP"
80
    }
81
  }, 
82
  {
83
    "pk": 3, 
84
    "model": "ressources.service", 
85
    "fields": {
86
      "fax": "", 
87
      "description": "", 
88
      "slug": "sessad-dys", 
89
      "phone": "", 
90
      "email": "", 
91
      "name": "SESSAD DYS"
92
    }
93
  }, 
94
  {
95
    "pk": 4, 
96
    "model": "ressources.service", 
97
    "fields": {
98
      "fax": "", 
99
      "description": "", 
100
      "slug": "sessad-ted", 
101
      "phone": "", 
102
      "email": "", 
103
      "name": "SESSAD TED"
104
    }
105
  }, 
106
  {
107
    "pk": 97, 
108
    "model": "ressources.acttype", 
109
    "fields": {
110
      "name": "1 PSYCHO + 1 PSYCHOMOT", 
111
      "service": 1, 
112
      "billable": true
113
    }
114
  }, 
115
  {
116
    "pk": 58, 
117
    "model": "ressources.acttype", 
118
    "fields": {
119
      "name": "1ER CONSULTATION", 
120
      "service": 1, 
121
      "billable": true
122
    }
123
  }, 
124
  {
125
    "pk": 92, 
126
    "model": "ressources.acttype", 
127
    "fields": {
128
      "name": "2 PSYCHO + 1 ENFANT", 
129
      "service": 1, 
130
      "billable": true
131
    }
132
  }, 
133
  {
134
    "pk": 88, 
135
    "model": "ressources.acttype", 
136
    "fields": {
137
      "name": "2 PSYCHOMOT + 1 ENFANT", 
138
      "service": 1, 
139
      "billable": true
140
    }
141
  }, 
142
  {
143
    "pk": 21, 
144
    "model": "ressources.acttype", 
145
    "fields": {
146
      "name": "ACCOMPAGNEMENT - ORIENTATION", 
147
      "service": 2, 
148
      "billable": true
149
    }
150
  }, 
151
  {
152
    "pk": 57, 
153
    "model": "ressources.acttype", 
154
    "fields": {
155
      "name": "ACCUEIL", 
156
      "service": 1, 
157
      "billable": true
158
    }
159
  }, 
160
  {
161
    "pk": 117, 
162
    "model": "ressources.acttype", 
163
    "fields": {
164
      "name": "ACCUEIL", 
165
      "service": 3, 
166
      "billable": true
167
    }
168
  }, 
169
  {
170
    "pk": 167, 
171
    "model": "ressources.acttype", 
172
    "fields": {
173
      "name": "ACCUEIL", 
174
      "service": 4, 
175
      "billable": true
176
    }
177
  }, 
178
  {
179
    "pk": 1, 
180
    "model": "ressources.acttype", 
181
    "fields": {
182
      "name": "ACCUEIL (MR)", 
183
      "service": 2, 
184
      "billable": true
185
    }
186
  }, 
187
  {
188
    "pk": 47, 
189
    "model": "ressources.acttype", 
190
    "fields": {
191
      "name": "ACTIVITE BIBLIOTHEQUE", 
192
      "service": 2, 
193
      "billable": true
194
    }
195
  }, 
196
  {
197
    "pk": 22, 
198
    "model": "ressources.acttype", 
199
    "fields": {
200
      "name": "AEEH", 
201
      "service": 2, 
202
      "billable": true
203
    }
204
  }, 
205
  {
206
    "pk": 108, 
207
    "model": "ressources.acttype", 
208
    "fields": {
209
      "name": "ATELIER MOTS", 
210
      "service": 1, 
211
      "billable": true
212
    }
213
  }, 
214
  {
215
    "pk": 154, 
216
    "model": "ressources.acttype", 
217
    "fields": {
218
      "name": "ATELIER MOTS", 
219
      "service": 3, 
220
      "billable": true
221
    }
222
  }, 
223
  {
224
    "pk": 29, 
225
    "model": "ressources.acttype", 
226
    "fields": {
227
      "name": "AUTRE GROUPE (2 TH\u00c9RAPEUTES AU MOINS)", 
228
      "service": 2, 
229
      "billable": true
230
    }
231
  }, 
232
  {
233
    "pk": 100, 
234
    "model": "ressources.acttype", 
235
    "fields": {
236
      "name": "BILAN COGNITIF", 
237
      "service": 1, 
238
      "billable": true
239
    }
240
  }, 
241
  {
242
    "pk": 96, 
243
    "model": "ressources.acttype", 
244
    "fields": {
245
      "name": "BILAN ERGOTHERAPIE", 
246
      "service": 1, 
247
      "billable": true
248
    }
249
  }, 
250
  {
251
    "pk": 48, 
252
    "model": "ressources.acttype", 
253
    "fields": {
254
      "name": "BILAN ERGOTHERAPIQUE", 
255
      "service": 2, 
256
      "billable": true
257
    }
258
  }, 
259
  {
260
    "pk": 139, 
261
    "model": "ressources.acttype", 
262
    "fields": {
263
      "name": "BILAN ERGOTH\u00c9RAPIE", 
264
      "service": 3, 
265
      "billable": true
266
    }
267
  }, 
268
  {
269
    "pk": 99, 
270
    "model": "ressources.acttype", 
271
    "fields": {
272
      "name": "BILAN GRAPHOTHERAPIE", 
273
      "service": 1, 
274
      "billable": true
275
    }
276
  }, 
277
  {
278
    "pk": 62, 
279
    "model": "ressources.acttype", 
280
    "fields": {
281
      "name": "BILAN LOGICO MATHEMATIQUE", 
282
      "service": 1, 
283
      "billable": true
284
    }
285
  }, 
286
  {
287
    "pk": 131, 
288
    "model": "ressources.acttype", 
289
    "fields": {
290
      "name": "BILAN LOGICO-MATH\u00c9MATIQUES", 
291
      "service": 3, 
292
      "billable": true
293
    }
294
  }, 
295
  {
296
    "pk": 91, 
297
    "model": "ressources.acttype", 
298
    "fields": {
299
      "name": "BILAN NEURO PSYCHOLOGIQUE", 
300
      "service": 1, 
301
      "billable": true
302
    }
303
  }, 
304
  {
305
    "pk": 134, 
306
    "model": "ressources.acttype", 
307
    "fields": {
308
      "name": "BILAN NEUROPSYCHOLOGIQUE", 
309
      "service": 3, 
310
      "billable": true
311
    }
312
  }, 
313
  {
314
    "pk": 60, 
315
    "model": "ressources.acttype", 
316
    "fields": {
317
      "name": "BILAN ORTHOPHONIQUE", 
318
      "service": 1, 
319
      "billable": true
320
    }
321
  }, 
322
  {
323
    "pk": 125, 
324
    "model": "ressources.acttype", 
325
    "fields": {
326
      "name": "BILAN ORTHOPHONIQUE", 
327
      "service": 3, 
328
      "billable": true
329
    }
330
  }, 
331
  {
332
    "pk": 135, 
333
    "model": "ressources.acttype", 
334
    "fields": {
335
      "name": "BILAN ORTHOPHONIQUE EN LIB\u00c9RAL", 
336
      "service": 3, 
337
      "billable": true
338
    }
339
  }, 
340
  {
341
    "pk": 63, 
342
    "model": "ressources.acttype", 
343
    "fields": {
344
      "name": "BILAN PSYCHO-PEDAGOGIQUE", 
345
      "service": 1, 
346
      "billable": true
347
    }
348
  }, 
349
  {
350
    "pk": 59, 
351
    "model": "ressources.acttype", 
352
    "fields": {
353
      "name": "BILAN PSYCHOLOGIQUE", 
354
      "service": 1, 
355
      "billable": true
356
    }
357
  }, 
358
  {
359
    "pk": 123, 
360
    "model": "ressources.acttype", 
361
    "fields": {
362
      "name": "BILAN PSYCHOLOGIQUE", 
363
      "service": 3, 
364
      "billable": true
365
    }
366
  }, 
367
  {
368
    "pk": 169, 
369
    "model": "ressources.acttype", 
370
    "fields": {
371
      "name": "BILAN PSYCHOLOGIQUE", 
372
      "service": 4, 
373
      "billable": true
374
    }
375
  }, 
376
  {
377
    "pk": 61, 
378
    "model": "ressources.acttype", 
379
    "fields": {
380
      "name": "BILAN PSYCHOMOTEUR", 
381
      "service": 1, 
382
      "billable": true
383
    }
384
  }, 
385
  {
386
    "pk": 124, 
387
    "model": "ressources.acttype", 
388
    "fields": {
389
      "name": "BILAN PSYCHOMOTEUR", 
390
      "service": 3, 
391
      "billable": true
392
    }
393
  }, 
394
  {
395
    "pk": 53, 
396
    "model": "ressources.acttype", 
397
    "fields": {
398
      "name": "BILAN SENSORIMOTEUR", 
399
      "service": 2, 
400
      "billable": true
401
    }
402
  }, 
403
  {
404
    "pk": 9, 
405
    "model": "ressources.acttype", 
406
    "fields": {
407
      "name": "BILAN-OBSERVATION KINESITHERAPIE", 
408
      "service": 2, 
409
      "billable": true
410
    }
411
  }, 
412
  {
413
    "pk": 6, 
414
    "model": "ressources.acttype", 
415
    "fields": {
416
      "name": "BILAN-OBSERVATION NEUROPSYCHOLOGIQUE", 
417
      "service": 2, 
418
      "billable": true
419
    }
420
  }, 
421
  {
422
    "pk": 8, 
423
    "model": "ressources.acttype", 
424
    "fields": {
425
      "name": "BILAN-OBSERVATION ORTHOPHONIE", 
426
      "service": 2, 
427
      "billable": true
428
    }
429
  }, 
430
  {
431
    "pk": 4, 
432
    "model": "ressources.acttype", 
433
    "fields": {
434
      "name": "BILAN-OBSERVATION PSYCHOLOGIQUE", 
435
      "service": 2, 
436
      "billable": true
437
    }
438
  }, 
439
  {
440
    "pk": 7, 
441
    "model": "ressources.acttype", 
442
    "fields": {
443
      "name": "BILAN-OBSERVATION PSYCHOMOTRICITE", 
444
      "service": 2, 
445
      "billable": true
446
    }
447
  }, 
448
  {
449
    "pk": 15, 
450
    "model": "ressources.acttype", 
451
    "fields": {
452
      "name": "CO THERAPIE", 
453
      "service": 2, 
454
      "billable": true
455
    }
456
  }, 
457
  {
458
    "pk": 183, 
459
    "model": "ressources.acttype", 
460
    "fields": {
461
      "name": "CO-PRISE EN CHARGE", 
462
      "service": 4, 
463
      "billable": true
464
    }
465
  }, 
466
  {
467
    "pk": 151, 
468
    "model": "ressources.acttype", 
469
    "fields": {
470
      "name": "CONCERTATION + \u00c9QUIPE EXT\u00c9RIEURE", 
471
      "service": 3, 
472
      "billable": true
473
    }
474
  }, 
475
  {
476
    "pk": 34, 
477
    "model": "ressources.acttype", 
478
    "fields": {
479
      "name": "CONCERTATION AVEC EQUIPE EXTERIEURE (LIEU DE VIE, CR\u00c8CHE, A.E.M.O...)", 
480
      "service": 2, 
481
      "billable": true
482
    }
483
  }, 
484
  {
485
    "pk": 41, 
486
    "model": "ressources.acttype", 
487
    "fields": {
488
      "name": "CONCERTATION DIRECTION", 
489
      "service": 2, 
490
      "billable": true
491
    }
492
  }, 
493
  {
494
    "pk": 86, 
495
    "model": "ressources.acttype", 
496
    "fields": {
497
      "name": "CONCERTATION+EQUIPE EXT.", 
498
      "service": 1, 
499
      "billable": false
500
    }
501
  }, 
502
  {
503
    "pk": 114, 
504
    "model": "ressources.acttype", 
505
    "fields": {
506
      "name": "CONSULT TEL TCC", 
507
      "service": 1, 
508
      "billable": true
509
    }
510
  }, 
511
  {
512
    "pk": 2, 
513
    "model": "ressources.acttype", 
514
    "fields": {
515
      "name": "CONSULTATION NEUROPEDIATRIQUE", 
516
      "service": 2, 
517
      "billable": true
518
    }
519
  }, 
520
  {
521
    "pk": 3, 
522
    "model": "ressources.acttype", 
523
    "fields": {
524
      "name": "CONSULTATION PEDOPSYCHIATRIQUE", 
525
      "service": 2, 
526
      "billable": true
527
    }
528
  }, 
529
  {
530
    "pk": 145, 
531
    "model": "ressources.acttype", 
532
    "fields": {
533
      "name": "CONSULTATION PLURIDISCIPLINAIRE D'ACCUEIL", 
534
      "service": 3, 
535
      "billable": true
536
    }
537
  }, 
538
  {
539
    "pk": 127, 
540
    "model": "ressources.acttype", 
541
    "fields": {
542
      "name": "COURRIER", 
543
      "service": 3, 
544
      "billable": true
545
    }
546
  }, 
547
  {
548
    "pk": 93, 
549
    "model": "ressources.acttype", 
550
    "fields": {
551
      "name": "E.S.S.", 
552
      "service": 1, 
553
      "billable": false
554
    }
555
  }, 
556
  {
557
    "pk": 133, 
558
    "model": "ressources.acttype", 
559
    "fields": {
560
      "name": "E.S.S.", 
561
      "service": 3, 
562
      "billable": true
563
    }
564
  }, 
565
  {
566
    "pk": 104, 
567
    "model": "ressources.acttype", 
568
    "fields": {
569
      "name": "ENFANT +  MERE", 
570
      "service": 1, 
571
      "billable": true
572
    }
573
  }, 
574
  {
575
    "pk": 65, 
576
    "model": "ressources.acttype", 
577
    "fields": {
578
      "name": "ENTRETIEN", 
579
      "service": 1, 
580
      "billable": true
581
    }
582
  }, 
583
  {
584
    "pk": 166, 
585
    "model": "ressources.acttype", 
586
    "fields": {
587
      "name": "ENTRETIEN", 
588
      "service": 3, 
589
      "billable": true
590
    }
591
  }, 
592
  {
593
    "pk": 20, 
594
    "model": "ressources.acttype", 
595
    "fields": {
596
      "name": "ENTRETIEN ASSISTANTE SOCIALE", 
597
      "service": 2, 
598
      "billable": true
599
    }
600
  }, 
601
  {
602
    "pk": 119, 
603
    "model": "ressources.acttype", 
604
    "fields": {
605
      "name": "ENTRETIEN ENFANT", 
606
      "service": 3, 
607
      "billable": true
608
    }
609
  }, 
610
  {
611
    "pk": 118, 
612
    "model": "ressources.acttype", 
613
    "fields": {
614
      "name": "ENTRETIEN FAMILIAL", 
615
      "service": 3, 
616
      "billable": true
617
    }
618
  }, 
619
  {
620
    "pk": 168, 
621
    "model": "ressources.acttype", 
622
    "fields": {
623
      "name": "ENTRETIEN FAMILIAL", 
624
      "service": 4, 
625
      "billable": true
626
    }
627
  }, 
628
  {
629
    "pk": 107, 
630
    "model": "ressources.acttype", 
631
    "fields": {
632
      "name": "ENTRETIEN GRAPHOTHERAPIE", 
633
      "service": 1, 
634
      "billable": true
635
    }
636
  }, 
637
  {
638
    "pk": 170, 
639
    "model": "ressources.acttype", 
640
    "fields": {
641
      "name": "ENTRETIEN PROFESSIONNEL EXTERIEUR", 
642
      "service": 4, 
643
      "billable": true
644
    }
645
  }, 
646
  {
647
    "pk": 44, 
648
    "model": "ressources.acttype", 
649
    "fields": {
650
      "name": "ENTRETIEN PSYCHOLOGIQUE AVEC LA MERE", 
651
      "service": 2, 
652
      "billable": true
653
    }
654
  }, 
655
  {
656
    "pk": 43, 
657
    "model": "ressources.acttype", 
658
    "fields": {
659
      "name": "ENTRETIEN PSYCHOLOGIQUE AVEC LE PERE", 
660
      "service": 2, 
661
      "billable": true
662
    }
663
  }, 
664
  {
665
    "pk": 184, 
666
    "model": "ressources.acttype", 
667
    "fields": {
668
      "name": "ENTRETIEN TELEPHONIQUE FAMILLE", 
669
      "service": 4, 
670
      "billable": true
671
    }
672
  }, 
673
  {
674
    "pk": 172, 
675
    "model": "ressources.acttype", 
676
    "fields": {
677
      "name": "ENTRETIEN TELEPHONIQUE PROFESSIONNEL", 
678
      "service": 4, 
679
      "billable": true
680
    }
681
  }, 
682
  {
683
    "pk": 10, 
684
    "model": "ressources.acttype", 
685
    "fields": {
686
      "name": "ENTRETIENS FAMILIAUX - GUIDANCE", 
687
      "service": 2, 
688
      "billable": true
689
    }
690
  }, 
691
  {
692
    "pk": 95, 
693
    "model": "ressources.acttype", 
694
    "fields": {
695
      "name": "ERGOTHERAPIE", 
696
      "service": 1, 
697
      "billable": true
698
    }
699
  }, 
700
  {
701
    "pk": 137, 
702
    "model": "ressources.acttype", 
703
    "fields": {
704
      "name": "ERGOTH\u00c9RAPIE", 
705
      "service": 3, 
706
      "billable": true
707
    }
708
  }, 
709
  {
710
    "pk": 144, 
711
    "model": "ressources.acttype", 
712
    "fields": {
713
      "name": "ERGOTH\u00c9RAPIE \u00c0 L'\u00c9COLE", 
714
      "service": 3, 
715
      "billable": true
716
    }
717
  }, 
718
  {
719
    "pk": 180, 
720
    "model": "ressources.acttype", 
721
    "fields": {
722
      "name": "ESS ", 
723
      "service": 4, 
724
      "billable": true
725
    }
726
  }, 
727
  {
728
    "pk": 36, 
729
    "model": "ressources.acttype", 
730
    "fields": {
731
      "name": "FORMATION", 
732
      "service": 2, 
733
      "billable": true
734
    }
735
  }, 
736
  {
737
    "pk": 94, 
738
    "model": "ressources.acttype", 
739
    "fields": {
740
      "name": "GRAPHOTHERAPIE", 
741
      "service": 1, 
742
      "billable": true
743
    }
744
  }, 
745
  {
746
    "pk": 149, 
747
    "model": "ressources.acttype", 
748
    "fields": {
749
      "name": "GROUPE A MEDIATION COGNITIVE", 
750
      "service": 3, 
751
      "billable": true
752
    }
753
  }, 
754
  {
755
    "pk": 70, 
756
    "model": "ressources.acttype", 
757
    "fields": {
758
      "name": "GROUPE A MEDIATION CORPORELLE", 
759
      "service": 1, 
760
      "billable": true
761
    }
762
  }, 
763
  {
764
    "pk": 25, 
765
    "model": "ressources.acttype", 
766
    "fields": {
767
      "name": "GROUPE D'ACCUEIL", 
768
      "service": 2, 
769
      "billable": true
770
    }
771
  }, 
772
  {
773
    "pk": 89, 
774
    "model": "ressources.acttype", 
775
    "fields": {
776
      "name": "GROUPE D'ADOS", 
777
      "service": 1, 
778
      "billable": true
779
    }
780
  }, 
781
  {
782
    "pk": 130, 
783
    "model": "ressources.acttype", 
784
    "fields": {
785
      "name": "GROUPE DE PARENTS", 
786
      "service": 3, 
787
      "billable": true
788
    }
789
  }, 
790
  {
791
    "pk": 158, 
792
    "model": "ressources.acttype", 
793
    "fields": {
794
      "name": "GROUPE DES FILLES CMPP/SESSAD", 
795
      "service": 3, 
796
      "billable": true
797
    }
798
  }, 
799
  {
800
    "pk": 116, 
801
    "model": "ressources.acttype", 
802
    "fields": {
803
      "name": "GROUPE DES IDEES PLEIN LA TETE", 
804
      "service": 1, 
805
      "billable": true
806
    }
807
  }, 
808
  {
809
    "pk": 54, 
810
    "model": "ressources.acttype", 
811
    "fields": {
812
      "name": "GROUPE DES SENS", 
813
      "service": 2, 
814
      "billable": true
815
    }
816
  }, 
817
  {
818
    "pk": 73, 
819
    "model": "ressources.acttype", 
820
    "fields": {
821
      "name": "GROUPE EXPRESSION", 
822
      "service": 1, 
823
      "billable": true
824
    }
825
  }, 
826
  {
827
    "pk": 55, 
828
    "model": "ressources.acttype", 
829
    "fields": {
830
      "name": "GROUPE GOUTER", 
831
      "service": 2, 
832
      "billable": true
833
    }
834
  }, 
835
  {
836
    "pk": 185, 
837
    "model": "ressources.acttype", 
838
    "fields": {
839
      "name": "GROUPE GOUTER", 
840
      "service": 4, 
841
      "billable": true
842
    }
843
  }, 
844
  {
845
    "pk": 71, 
846
    "model": "ressources.acttype", 
847
    "fields": {
848
      "name": "GROUPE LANGAGE", 
849
      "service": 1, 
850
      "billable": true
851
    }
852
  }, 
853
  {
854
    "pk": 105, 
855
    "model": "ressources.acttype", 
856
    "fields": {
857
      "name": "GROUPE LOGICO-MATHEMATIQUES", 
858
      "service": 1, 
859
      "billable": true
860
    }
861
  }, 
862
  {
863
    "pk": 156, 
864
    "model": "ressources.acttype", 
865
    "fields": {
866
      "name": "GROUPE LOGICO-MATHS", 
867
      "service": 3, 
868
      "billable": true
869
    }
870
  }, 
871
  {
872
    "pk": 46, 
873
    "model": "ressources.acttype", 
874
    "fields": {
875
      "name": "GROUPE MERES", 
876
      "service": 2, 
877
      "billable": true
878
    }
879
  }, 
880
  {
881
    "pk": 112, 
882
    "model": "ressources.acttype", 
883
    "fields": {
884
      "name": "GROUPE MODELAGE", 
885
      "service": 1, 
886
      "billable": true
887
    }
888
  }, 
889
  {
890
    "pk": 161, 
891
    "model": "ressources.acttype", 
892
    "fields": {
893
      "name": "GROUPE NEURO-PSY/PSYCHOMOT", 
894
      "service": 3, 
895
      "billable": true
896
    }
897
  }, 
898
  {
899
    "pk": 162, 
900
    "model": "ressources.acttype", 
901
    "fields": {
902
      "name": "GROUPE NEUROPSY/PSYCHOMOT + Parents", 
903
      "service": 3, 
904
      "billable": true
905
    }
906
  }, 
907
  {
908
    "pk": 27, 
909
    "model": "ressources.acttype", 
910
    "fields": {
911
      "name": "GROUPE NEUROPSYCHOLOGUE - PSYCHOMOTRICIEN", 
912
      "service": 2, 
913
      "billable": true
914
    }
915
  }, 
916
  {
917
    "pk": 160, 
918
    "model": "ressources.acttype", 
919
    "fields": {
920
      "name": "GROUPE ORTHO PSYCHOMOT", 
921
      "service": 3, 
922
      "billable": true
923
    }
924
  }, 
925
  {
926
    "pk": 45, 
927
    "model": "ressources.acttype", 
928
    "fields": {
929
      "name": "GROUPE PARENTS", 
930
      "service": 2, 
931
      "billable": true
932
    }
933
  }, 
934
  {
935
    "pk": 74, 
936
    "model": "ressources.acttype", 
937
    "fields": {
938
      "name": "GROUPE PARENTS", 
939
      "service": 1, 
940
      "billable": true
941
    }
942
  }, 
943
  {
944
    "pk": 106, 
945
    "model": "ressources.acttype", 
946
    "fields": {
947
      "name": "GROUPE PARENTS/ENFANTS", 
948
      "service": 1, 
949
      "billable": true
950
    }
951
  }, 
952
  {
953
    "pk": 28, 
954
    "model": "ressources.acttype", 
955
    "fields": {
956
      "name": "GROUPE PSYCHO(NEUROPSYCHO) - ORTHOPHONISTE", 
957
      "service": 2, 
958
      "billable": true
959
    }
960
  }, 
961
  {
962
    "pk": 165, 
963
    "model": "ressources.acttype", 
964
    "fields": {
965
      "name": "GROUPE PSYCHO/ORTHO", 
966
      "service": 3, 
967
      "billable": true
968
    }
969
  }, 
970
  {
971
    "pk": 150, 
972
    "model": "ressources.acttype", 
973
    "fields": {
974
      "name": "GROUPE PSYCHO/PSYCHOMOT", 
975
      "service": 3, 
976
      "billable": true
977
    }
978
  }, 
979
  {
980
    "pk": 75, 
981
    "model": "ressources.acttype", 
982
    "fields": {
983
      "name": "GROUPE PSYCHOMOTRICITE", 
984
      "service": 1, 
985
      "billable": true
986
    }
987
  }, 
988
  {
989
    "pk": 72, 
990
    "model": "ressources.acttype", 
991
    "fields": {
992
      "name": "GROUPE PSYCHOMOTRICITE LANGAGE", 
993
      "service": 1, 
994
      "billable": true
995
    }
996
  }, 
997
  {
998
    "pk": 26, 
999
    "model": "ressources.acttype", 
1000
    "fields": {
1001
      "name": "GROUPE PSYCHOMOTRICITE-LANGAGE", 
1002
      "service": 2, 
1003
      "billable": true
1004
    }
1005
  }, 
1006
  {
1007
    "pk": 129, 
1008
    "model": "ressources.acttype", 
1009
    "fields": {
1010
      "name": "GROUPE PSYCHOMOTRICIT\u00c9", 
1011
      "service": 3, 
1012
      "billable": true
1013
    }
1014
  }, 
1015
  {
1016
    "pk": 90, 
1017
    "model": "ressources.acttype", 
1018
    "fields": {
1019
      "name": "GROUPE PSYCHOTHERAPIE", 
1020
      "service": 1, 
1021
      "billable": true
1022
    }
1023
  }, 
1024
  {
1025
    "pk": 182, 
1026
    "model": "ressources.acttype", 
1027
    "fields": {
1028
      "name": "GROUPE xxxxxxxxx", 
1029
      "service": 4, 
1030
      "billable": true
1031
    }
1032
  }, 
1033
  {
1034
    "pk": 52, 
1035
    "model": "ressources.acttype", 
1036
    "fields": {
1037
      "name": "Groupe CAMSP SESSAD TED", 
1038
      "service": 2, 
1039
      "billable": true
1040
    }
1041
  }, 
1042
  {
1043
    "pk": 68, 
1044
    "model": "ressources.acttype", 
1045
    "fields": {
1046
      "name": "LOGICO MATHEMATIQUE", 
1047
      "service": 1, 
1048
      "billable": true
1049
    }
1050
  }, 
1051
  {
1052
    "pk": 143, 
1053
    "model": "ressources.acttype", 
1054
    "fields": {
1055
      "name": "LOGICO-MATH\u00c9MATIQUES \u00c0 L'\u00c9COLE", 
1056
      "service": 3, 
1057
      "billable": true
1058
    }
1059
  }, 
1060
  {
1061
    "pk": 163, 
1062
    "model": "ressources.acttype", 
1063
    "fields": {
1064
      "name": "MEDIALEXIE", 
1065
      "service": 3, 
1066
      "billable": true
1067
    }
1068
  }, 
1069
  {
1070
    "pk": 31, 
1071
    "model": "ressources.acttype", 
1072
    "fields": {
1073
      "name": "MINI SYNTHESE", 
1074
      "service": 2, 
1075
      "billable": true
1076
    }
1077
  }, 
1078
  {
1079
    "pk": 80, 
1080
    "model": "ressources.acttype", 
1081
    "fields": {
1082
      "name": "MINI SYNTHESE", 
1083
      "service": 1, 
1084
      "billable": false
1085
    }
1086
  }, 
1087
  {
1088
    "pk": 179, 
1089
    "model": "ressources.acttype", 
1090
    "fields": {
1091
      "name": "MINI SYNTHESE", 
1092
      "service": 4, 
1093
      "billable": true
1094
    }
1095
  }, 
1096
  {
1097
    "pk": 147, 
1098
    "model": "ressources.acttype", 
1099
    "fields": {
1100
      "name": "MINI-SYNTH\u00c8SE", 
1101
      "service": 3, 
1102
      "billable": true
1103
    }
1104
  }, 
1105
  {
1106
    "pk": 110, 
1107
    "model": "ressources.acttype", 
1108
    "fields": {
1109
      "name": "NOUVELLE DEMANDE", 
1110
      "service": 1, 
1111
      "billable": true
1112
    }
1113
  }, 
1114
  {
1115
    "pk": 109, 
1116
    "model": "ressources.acttype", 
1117
    "fields": {
1118
      "name": "OBSERVATION DIAGNOSTIQUE", 
1119
      "service": 1, 
1120
      "billable": true
1121
    }
1122
  }, 
1123
  {
1124
    "pk": 188, 
1125
    "model": "ressources.acttype", 
1126
    "fields": {
1127
      "name": "OBSERVATION SUR LE LIEU DE SOCIALISATION", 
1128
      "service": 4, 
1129
      "billable": true
1130
    }
1131
  }, 
1132
  {
1133
    "pk": 186, 
1134
    "model": "ressources.acttype", 
1135
    "fields": {
1136
      "name": "OBSERVATION au DOMICILE", 
1137
      "service": 4, 
1138
      "billable": true
1139
    }
1140
  }, 
1141
  {
1142
    "pk": 171, 
1143
    "model": "ressources.acttype", 
1144
    "fields": {
1145
      "name": "OBSERVATION \u00e0 l'APS", 
1146
      "service": 4, 
1147
      "billable": true
1148
    }
1149
  }, 
1150
  {
1151
    "pk": 187, 
1152
    "model": "ressources.acttype", 
1153
    "fields": {
1154
      "name": "OBSERVATION \u00e0 l'ECOLE", 
1155
      "service": 4, 
1156
      "billable": true
1157
    }
1158
  }, 
1159
  {
1160
    "pk": 113, 
1161
    "model": "ressources.acttype", 
1162
    "fields": {
1163
      "name": "ORTHO + MERE", 
1164
      "service": 1, 
1165
      "billable": true
1166
    }
1167
  }, 
1168
  {
1169
    "pk": 66, 
1170
    "model": "ressources.acttype", 
1171
    "fields": {
1172
      "name": "ORTHOPHONIE", 
1173
      "service": 1, 
1174
      "billable": true
1175
    }
1176
  }, 
1177
  {
1178
    "pk": 121, 
1179
    "model": "ressources.acttype", 
1180
    "fields": {
1181
      "name": "ORTHOPHONIE", 
1182
      "service": 3, 
1183
      "billable": true
1184
    }
1185
  }, 
1186
  {
1187
    "pk": 136, 
1188
    "model": "ressources.acttype", 
1189
    "fields": {
1190
      "name": "ORTHOPHONIE EN LIB\u00c9RAL", 
1191
      "service": 3, 
1192
      "billable": true
1193
    }
1194
  }, 
1195
  {
1196
    "pk": 141, 
1197
    "model": "ressources.acttype", 
1198
    "fields": {
1199
      "name": "ORTHOPHONIE \u00c0 L'\u00c9COLE", 
1200
      "service": 3, 
1201
      "billable": true
1202
    }
1203
  }, 
1204
  {
1205
    "pk": 33, 
1206
    "model": "ressources.acttype", 
1207
    "fields": {
1208
      "name": "PPS-ESS", 
1209
      "service": 2, 
1210
      "billable": true
1211
    }
1212
  }, 
1213
  {
1214
    "pk": 82, 
1215
    "model": "ressources.acttype", 
1216
    "fields": {
1217
      "name": "PREPARATION GROUPE", 
1218
      "service": 1, 
1219
      "billable": false
1220
    }
1221
  }, 
1222
  {
1223
    "pk": 146, 
1224
    "model": "ressources.acttype", 
1225
    "fields": {
1226
      "name": "PR\u00c9SENTATION DU SERVICE", 
1227
      "service": 3, 
1228
      "billable": true
1229
    }
1230
  }, 
1231
  {
1232
    "pk": 64, 
1233
    "model": "ressources.acttype", 
1234
    "fields": {
1235
      "name": "PSYCHO THERAPIE", 
1236
      "service": 1, 
1237
      "billable": true
1238
    }
1239
  }, 
1240
  {
1241
    "pk": 98, 
1242
    "model": "ressources.acttype", 
1243
    "fields": {
1244
      "name": "PSYCHODRAME", 
1245
      "service": 1, 
1246
      "billable": true
1247
    }
1248
  }, 
1249
  {
1250
    "pk": 5, 
1251
    "model": "ressources.acttype", 
1252
    "fields": {
1253
      "name": "PSYCHOMETRIE", 
1254
      "service": 2, 
1255
      "billable": true
1256
    }
1257
  }, 
1258
  {
1259
    "pk": 87, 
1260
    "model": "ressources.acttype", 
1261
    "fields": {
1262
      "name": "PSYCHOMOT + MERE", 
1263
      "service": 1, 
1264
      "billable": true
1265
    }
1266
  }, 
1267
  {
1268
    "pk": 67, 
1269
    "model": "ressources.acttype", 
1270
    "fields": {
1271
      "name": "PSYCHOMOTRICITE", 
1272
      "service": 1, 
1273
      "billable": true
1274
    }
1275
  }, 
1276
  {
1277
    "pk": 122, 
1278
    "model": "ressources.acttype", 
1279
    "fields": {
1280
      "name": "PSYCHOMOTRICIT\u00c9", 
1281
      "service": 3, 
1282
      "billable": true
1283
    }
1284
  }, 
1285
  {
1286
    "pk": 157, 
1287
    "model": "ressources.acttype", 
1288
    "fields": {
1289
      "name": "PSYCHOMOTRICIT\u00c9 ENFANT + M\u00c8RE", 
1290
      "service": 3, 
1291
      "billable": true
1292
    }
1293
  }, 
1294
  {
1295
    "pk": 142, 
1296
    "model": "ressources.acttype", 
1297
    "fields": {
1298
      "name": "PSYCHOMOTRICIT\u00c9 \u00c0 L'\u00c9COLE", 
1299
      "service": 3, 
1300
      "billable": true
1301
    }
1302
  }, 
1303
  {
1304
    "pk": 13, 
1305
    "model": "ressources.acttype", 
1306
    "fields": {
1307
      "name": "PSYCHOTHERAPIE", 
1308
      "service": 2, 
1309
      "billable": true
1310
    }
1311
  }, 
1312
  {
1313
    "pk": 120, 
1314
    "model": "ressources.acttype", 
1315
    "fields": {
1316
      "name": "PSYCHOTH\u00c9RAPIE", 
1317
      "service": 3, 
1318
      "billable": true
1319
    }
1320
  }, 
1321
  {
1322
    "pk": 140, 
1323
    "model": "ressources.acttype", 
1324
    "fields": {
1325
      "name": "PSYCHOTH\u00c9RAPIE \u00c0 L'\u00c9COLE", 
1326
      "service": 3, 
1327
      "billable": true
1328
    }
1329
  }, 
1330
  {
1331
    "pk": 84, 
1332
    "model": "ressources.acttype", 
1333
    "fields": {
1334
      "name": "RELAXATION", 
1335
      "service": 1, 
1336
      "billable": true
1337
    }
1338
  }, 
1339
  {
1340
    "pk": 14, 
1341
    "model": "ressources.acttype", 
1342
    "fields": {
1343
      "name": "REMEDIATION COGNITIVE", 
1344
      "service": 2, 
1345
      "billable": true
1346
    }
1347
  }, 
1348
  {
1349
    "pk": 101, 
1350
    "model": "ressources.acttype", 
1351
    "fields": {
1352
      "name": "REMEDIATION COGNITIVE", 
1353
      "service": 1, 
1354
      "billable": true
1355
    }
1356
  }, 
1357
  {
1358
    "pk": 148, 
1359
    "model": "ressources.acttype", 
1360
    "fields": {
1361
      "name": "REM\u00c9DIATION COGNITIVE", 
1362
      "service": 3, 
1363
      "billable": true
1364
    }
1365
  }, 
1366
  {
1367
    "pk": 138, 
1368
    "model": "ressources.acttype", 
1369
    "fields": {
1370
      "name": "RENCONTRE PARENTS/\u00c9QUIPE SESSAD", 
1371
      "service": 3, 
1372
      "billable": true
1373
    }
1374
  }, 
1375
  {
1376
    "pk": 85, 
1377
    "model": "ressources.acttype", 
1378
    "fields": {
1379
      "name": "REUNION", 
1380
      "service": 1, 
1381
      "billable": false
1382
    }
1383
  }, 
1384
  {
1385
    "pk": 81, 
1386
    "model": "ressources.acttype", 
1387
    "fields": {
1388
      "name": "REUNION A L'EXTERIEUR", 
1389
      "service": 1, 
1390
      "billable": true
1391
    }
1392
  }, 
1393
  {
1394
    "pk": 39, 
1395
    "model": "ressources.acttype", 
1396
    "fields": {
1397
      "name": "REUNION DE SERVICE", 
1398
      "service": 2, 
1399
      "billable": true
1400
    }
1401
  }, 
1402
  {
1403
    "pk": 40, 
1404
    "model": "ressources.acttype", 
1405
    "fields": {
1406
      "name": "REUNION DIRECTION", 
1407
      "service": 2, 
1408
      "billable": true
1409
    }
1410
  }, 
1411
  {
1412
    "pk": 50, 
1413
    "model": "ressources.acttype", 
1414
    "fields": {
1415
      "name": "REUNION PERINATALITE CHU NORD", 
1416
      "service": 2, 
1417
      "billable": true
1418
    }
1419
  }, 
1420
  {
1421
    "pk": 69, 
1422
    "model": "ressources.acttype", 
1423
    "fields": {
1424
      "name": "RPP", 
1425
      "service": 1, 
1426
      "billable": true
1427
    }
1428
  }, 
1429
  {
1430
    "pk": 132, 
1431
    "model": "ressources.acttype", 
1432
    "fields": {
1433
      "name": "R\u00c9\u00c9DUCATION LOGICO-MATH\u00c9MATIQUES", 
1434
      "service": 3, 
1435
      "billable": true
1436
    }
1437
  }, 
1438
  {
1439
    "pk": 174, 
1440
    "model": "ressources.acttype", 
1441
    "fields": {
1442
      "name": "SEQUENCE EDUCATIVE APS", 
1443
      "service": 4, 
1444
      "billable": true
1445
    }
1446
  }, 
1447
  {
1448
    "pk": 177, 
1449
    "model": "ressources.acttype", 
1450
    "fields": {
1451
      "name": "SEQUENCE EDUCATIVE DOMICILE", 
1452
      "service": 4, 
1453
      "billable": true
1454
    }
1455
  }, 
1456
  {
1457
    "pk": 175, 
1458
    "model": "ressources.acttype", 
1459
    "fields": {
1460
      "name": "SEQUENCE EDUCATIVE ECOLE", 
1461
      "service": 4, 
1462
      "billable": true
1463
    }
1464
  }, 
1465
  {
1466
    "pk": 176, 
1467
    "model": "ressources.acttype", 
1468
    "fields": {
1469
      "name": "SEQUENCE EDUCATIVE LIEUX DE SOCIALISATION", 
1470
      "service": 4, 
1471
      "billable": true
1472
    }
1473
  }, 
1474
  {
1475
    "pk": 49, 
1476
    "model": "ressources.acttype", 
1477
    "fields": {
1478
      "name": "SUIVI ERGOTHERAPIQUE", 
1479
      "service": 2, 
1480
      "billable": true
1481
    }
1482
  }, 
1483
  {
1484
    "pk": 19, 
1485
    "model": "ressources.acttype", 
1486
    "fields": {
1487
      "name": "SUIVI KINESITHERAPIE", 
1488
      "service": 2, 
1489
      "billable": true
1490
    }
1491
  }, 
1492
  {
1493
    "pk": 51, 
1494
    "model": "ressources.acttype", 
1495
    "fields": {
1496
      "name": "SUIVI MERE-ENFANT EN PSYCHOMOTRICITE", 
1497
      "service": 2, 
1498
      "billable": true
1499
    }
1500
  }, 
1501
  {
1502
    "pk": 17, 
1503
    "model": "ressources.acttype", 
1504
    "fields": {
1505
      "name": "SUIVI ORTHOPHONIE", 
1506
      "service": 2, 
1507
      "billable": true
1508
    }
1509
  }, 
1510
  {
1511
    "pk": 18, 
1512
    "model": "ressources.acttype", 
1513
    "fields": {
1514
      "name": "SUIVI PETIT GROUPE (1 TH\u00c9RAPEUTE)", 
1515
      "service": 2, 
1516
      "billable": true
1517
    }
1518
  }, 
1519
  {
1520
    "pk": 16, 
1521
    "model": "ressources.acttype", 
1522
    "fields": {
1523
      "name": "SUIVI PSYCHOMOTRICITE", 
1524
      "service": 2, 
1525
      "billable": true
1526
    }
1527
  }, 
1528
  {
1529
    "pk": 56, 
1530
    "model": "ressources.acttype", 
1531
    "fields": {
1532
      "name": "SUIVI PSYCHOT PARENTS/ENFANT", 
1533
      "service": 2, 
1534
      "billable": true
1535
    }
1536
  }, 
1537
  {
1538
    "pk": 35, 
1539
    "model": "ressources.acttype", 
1540
    "fields": {
1541
      "name": "SUPERVISION", 
1542
      "service": 2, 
1543
      "billable": true
1544
    }
1545
  }, 
1546
  {
1547
    "pk": 78, 
1548
    "model": "ressources.acttype", 
1549
    "fields": {
1550
      "name": "SUPERVISION", 
1551
      "service": 1, 
1552
      "billable": false
1553
    }
1554
  }, 
1555
  {
1556
    "pk": 79, 
1557
    "model": "ressources.acttype", 
1558
    "fields": {
1559
      "name": "SYNTHESE", 
1560
      "service": 1, 
1561
      "billable": false
1562
    }
1563
  }, 
1564
  {
1565
    "pk": 173, 
1566
    "model": "ressources.acttype", 
1567
    "fields": {
1568
      "name": "SYNTHESE", 
1569
      "service": 4, 
1570
      "billable": true
1571
    }
1572
  }, 
1573
  {
1574
    "pk": 178, 
1575
    "model": "ressources.acttype", 
1576
    "fields": {
1577
      "name": "SYNTHESE AVEC INTERVENANT EXTERIEUR", 
1578
      "service": 4, 
1579
      "billable": true
1580
    }
1581
  }, 
1582
  {
1583
    "pk": 30, 
1584
    "model": "ressources.acttype", 
1585
    "fields": {
1586
      "name": "SYNTHESE D'EQUIPE", 
1587
      "service": 2, 
1588
      "billable": true
1589
    }
1590
  }, 
1591
  {
1592
    "pk": 32, 
1593
    "model": "ressources.acttype", 
1594
    "fields": {
1595
      "name": "SYNTHESE D'EQUIPE AVEC INTERVENANT EXT\u00c9RIEUR", 
1596
      "service": 2, 
1597
      "billable": true
1598
    }
1599
  }, 
1600
  {
1601
    "pk": 155, 
1602
    "model": "ressources.acttype", 
1603
    "fields": {
1604
      "name": "SYNTH\u00c8SE AVEC PARTICIPANTS EXT\u00c9RIEURS", 
1605
      "service": 3, 
1606
      "billable": true
1607
    }
1608
  }, 
1609
  {
1610
    "pk": 128, 
1611
    "model": "ressources.acttype", 
1612
    "fields": {
1613
      "name": "SYNTH\u00c9SE", 
1614
      "service": 3, 
1615
      "billable": true
1616
    }
1617
  }, 
1618
  {
1619
    "pk": 102, 
1620
    "model": "ressources.acttype", 
1621
    "fields": {
1622
      "name": "T.C.C.", 
1623
      "service": 1, 
1624
      "billable": true
1625
    }
1626
  }, 
1627
  {
1628
    "pk": 159, 
1629
    "model": "ressources.acttype", 
1630
    "fields": {
1631
      "name": "T.C.C.", 
1632
      "service": 3, 
1633
      "billable": true
1634
    }
1635
  }, 
1636
  {
1637
    "pk": 77, 
1638
    "model": "ressources.acttype", 
1639
    "fields": {
1640
      "name": "TELEPHONE", 
1641
      "service": 1, 
1642
      "billable": false
1643
    }
1644
  }, 
1645
  {
1646
    "pk": 23, 
1647
    "model": "ressources.acttype", 
1648
    "fields": {
1649
      "name": "TELEPHONE FAMILLE", 
1650
      "service": 2, 
1651
      "billable": true
1652
    }
1653
  }, 
1654
  {
1655
    "pk": 38, 
1656
    "model": "ressources.acttype", 
1657
    "fields": {
1658
      "name": "TELEPHONE PROFESSIONNEL", 
1659
      "service": 2, 
1660
      "billable": true
1661
    }
1662
  }, 
1663
  {
1664
    "pk": 111, 
1665
    "model": "ressources.acttype", 
1666
    "fields": {
1667
      "name": "THERAPIE FAMILIALE", 
1668
      "service": 1, 
1669
      "billable": true
1670
    }
1671
  }, 
1672
  {
1673
    "pk": 103, 
1674
    "model": "ressources.acttype", 
1675
    "fields": {
1676
      "name": "THERAPIE FAMILIALE ANALYTIQUE", 
1677
      "service": 1, 
1678
      "billable": true
1679
    }
1680
  }, 
1681
  {
1682
    "pk": 153, 
1683
    "model": "ressources.acttype", 
1684
    "fields": {
1685
      "name": "TH\u00c9RAPIE FAMILIALE ANALYTIQUE", 
1686
      "service": 3, 
1687
      "billable": true
1688
    }
1689
  }, 
1690
  {
1691
    "pk": 115, 
1692
    "model": "ressources.acttype", 
1693
    "fields": {
1694
      "name": "TRAVAIL AVEC STAGIAIRE", 
1695
      "service": 1, 
1696
      "billable": false
1697
    }
1698
  }, 
1699
  {
1700
    "pk": 12, 
1701
    "model": "ressources.acttype", 
1702
    "fields": {
1703
      "name": "TRAVAIL FRATRIE", 
1704
      "service": 2, 
1705
      "billable": true
1706
    }
1707
  }, 
1708
  {
1709
    "pk": 37, 
1710
    "model": "ressources.acttype", 
1711
    "fields": {
1712
      "name": "TRAVAIL PERSONNEL", 
1713
      "service": 2, 
1714
      "billable": true
1715
    }
1716
  }, 
1717
  {
1718
    "pk": 83, 
1719
    "model": "ressources.acttype", 
1720
    "fields": {
1721
      "name": "TRAVAIL PERSONNEL", 
1722
      "service": 1, 
1723
      "billable": false
1724
    }
1725
  }, 
1726
  {
1727
    "pk": 152, 
1728
    "model": "ressources.acttype", 
1729
    "fields": {
1730
      "name": "TRAVAIL PERSONNEL", 
1731
      "service": 3, 
1732
      "billable": true
1733
    }
1734
  }, 
1735
  {
1736
    "pk": 164, 
1737
    "model": "ressources.acttype", 
1738
    "fields": {
1739
      "name": "TRAVAIL PERSONNEL", 
1740
      "service": 3, 
1741
      "billable": true
1742
    }
1743
  }, 
1744
  {
1745
    "pk": 181, 
1746
    "model": "ressources.acttype", 
1747
    "fields": {
1748
      "name": "TRAVAIL PERSONNEL", 
1749
      "service": 4, 
1750
      "billable": true
1751
    }
1752
  }, 
1753
  {
1754
    "pk": 11, 
1755
    "model": "ressources.acttype", 
1756
    "fields": {
1757
      "name": "TRAVAIL PSYCHOLOGIQUE PARENT(S)-", 
1758
      "service": 2, 
1759
      "billable": true
1760
    }
1761
  }, 
1762
  {
1763
    "pk": 42, 
1764
    "model": "ressources.acttype", 
1765
    "fields": {
1766
      "name": "TRAVAIL THERAPEUTIQUE A L'EXTERIEUR", 
1767
      "service": 2, 
1768
      "billable": true
1769
    }
1770
  }, 
1771
  {
1772
    "pk": 126, 
1773
    "model": "ressources.acttype", 
1774
    "fields": {
1775
      "name": "T\u00c9L\u00c9PHONE", 
1776
      "service": 3, 
1777
      "billable": true
1778
    }
1779
  }, 
1780
  {
1781
    "pk": 76, 
1782
    "model": "ressources.acttype", 
1783
    "fields": {
1784
      "name": "VAD", 
1785
      "service": 1, 
1786
      "billable": true
1787
    }
1788
  }, 
1789
  {
1790
    "pk": 24, 
1791
    "model": "ressources.acttype", 
1792
    "fields": {
1793
      "name": "VISITE A DOMICILE", 
1794
      "service": 2, 
1795
      "billable": true
1796
    }
1797
  }, 
1798
  {
1799
    "pk": 1, 
1800
    "model": "ressources.workertype", 
1801
    "fields": {
1802
      "intervene": false, 
1803
      "name": "Secr\u00e9taire"
1804
    }
1805
  }, 
1806
  {
1807
    "pk": 2, 
1808
    "model": "ressources.workertype", 
1809
    "fields": {
1810
      "intervene": true, 
1811
      "name": "Neuropsychiatre"
1812
    }
1813
  }, 
1814
  {
1815
    "pk": 3, 
1816
    "model": "ressources.workertype", 
1817
    "fields": {
1818
      "intervene": true, 
1819
      "name": "G\u00e9n\u00e9raliste"
1820
    }
1821
  }, 
1822
  {
1823
    "pk": 4, 
1824
    "model": "ressources.workertype", 
1825
    "fields": {
1826
      "intervene": true, 
1827
      "name": "Orthophonistes"
1828
    }
1829
  }
1830
]
(8-8/8)