Switch to unified view

a b/tests/data/regression_cases/institutions.json
1
{
2
    "examples": [
3
        {
4
            "id": 0,
5
            "text": "UMC Utrecht",
6
            "annotations": [
7
                {
8
                    "text": "UMC Utrecht",
9
                    "start_char": 0,
10
                    "end_char": 11,
11
                    "tag": "ziekenhuis"
12
                }
13
            ]
14
        },
15
        {
16
            "id": 1,
17
            "text": "UMC UTRECHT",
18
            "annotations": [
19
                {
20
                    "text": "UMC UTRECHT",
21
                    "start_char": 0,
22
                    "end_char": 11,
23
                    "tag": "ziekenhuis"
24
                }
25
            ]
26
        },
27
        {
28
            "id": 2,
29
            "text": "UMCU",
30
            "annotations": [
31
                {
32
                    "text": "UMCU",
33
                    "start_char": 0,
34
                    "end_char": 4,
35
                    "tag": "ziekenhuis"
36
                }
37
            ]
38
        },
39
        {
40
            "id": 3,
41
            "text": "Utrecht",
42
            "annotations": []
43
        },
44
        {
45
            "id": 4,
46
            "text": "Academisch Ziekenhuis Utrecht",
47
            "annotations": [
48
                {
49
                    "text": "Academisch Ziekenhuis Utrecht",
50
                    "start_char": 0,
51
                    "end_char": 29,
52
                    "tag": "ziekenhuis"
53
                }
54
            ]
55
        },
56
        {
57
            "id": 5,
58
            "text": "ACADEMISCH ZIEKENHUIS UTRECHT",
59
            "annotations": [
60
                {
61
                    "text": "ACADEMISCH ZIEKENHUIS UTRECHT",
62
                    "start_char": 0,
63
                    "end_char": 29,
64
                    "tag": "ziekenhuis"
65
                }
66
            ]
67
        },
68
        {
69
            "id": 6,
70
            "text": "AZU",
71
            "annotations": [
72
                {
73
                    "text": "AZU",
74
                    "start_char": 0,
75
                    "end_char": 3,
76
                    "tag": "ziekenhuis"
77
                }
78
            ]
79
        },
80
        {
81
            "id": 7,
82
            "text": "Prinses Maxima Centrum",
83
            "annotations": [
84
                {
85
                    "text": "Prinses Maxima Centrum",
86
                    "start_char": 0,
87
                    "end_char": 22,
88
                    "tag": "ziekenhuis"
89
                },
90
                {
91
                    "text": "Maxima",
92
                    "start_char": 8,
93
                    "end_char": 14,
94
                    "tag": "ziekenhuis"
95
                }
96
            ]
97
        },
98
        {
99
            "id": 8,
100
            "text": "Prinses M\u00e1xima Centrum",
101
            "annotations": [
102
                {
103
                    "text": "Prinses M\u00e1xima Centrum",
104
                    "start_char": 0,
105
                    "end_char": 22,
106
                    "tag": "ziekenhuis"
107
                },
108
                {
109
                    "text": "M\u00e1xima",
110
                    "start_char": 8,
111
                    "end_char": 14,
112
                    "tag": "ziekenhuis"
113
                }
114
            ]
115
        },
116
        {
117
            "id": 9,
118
            "text": "PMC",
119
            "annotations": [
120
                {
121
                    "text": "PMC",
122
                    "start_char": 0,
123
                    "end_char": 3,
124
                    "tag": "ziekenhuis"
125
                }
126
            ]
127
        },
128
        {
129
            "id": 10,
130
            "text": "Wilhelmina Kinderziekenhuis",
131
            "annotations": [
132
                {
133
                    "text": "Wilhelmina Kinderziekenhuis",
134
                    "start_char": 0,
135
                    "end_char": 27,
136
                    "tag": "ziekenhuis"
137
                }
138
            ]
139
        },
140
        {
141
            "id": 11,
142
            "text": "WKZ",
143
            "annotations": [
144
                {
145
                    "text": "WKZ",
146
                    "start_char": 0,
147
                    "end_char": 3,
148
                    "tag": "ziekenhuis"
149
                }
150
            ]
151
        },
152
        {
153
            "id": 12,
154
            "text": "Centraal Militair Hospitaal",
155
            "annotations": [
156
                {
157
                    "text": "Militair Hospitaal",
158
                    "start_char": 9,
159
                    "end_char": 27,
160
                    "tag": "ziekenhuis"
161
                },
162
                {
163
                    "text": "Centraal Militair Hospitaal",
164
                    "start_char": 0,
165
                    "end_char": 27,
166
                    "tag": "ziekenhuis"
167
                }
168
            ]
169
        },
170
        {
171
            "id": 13,
172
            "text": "CMH",
173
            "annotations": [
174
                {
175
                    "text": "CMH",
176
                    "start_char": 0,
177
                    "end_char": 3,
178
                    "tag": "ziekenhuis"
179
                }
180
            ]
181
        },
182
        {
183
            "id": 14,
184
            "text": "Meander Medisch Centrum",
185
            "annotations": [
186
                {
187
                    "text": "Meander Medisch Centrum",
188
                    "start_char": 0,
189
                    "end_char": 23,
190
                    "tag": "ziekenhuis"
191
                },
192
                {
193
                    "text": "Meander",
194
                    "start_char": 0,
195
                    "end_char": 7,
196
                    "tag": "zorginstelling"
197
                }
198
            ]
199
        },
200
        {
201
            "id": 15,
202
            "text": "Meander",
203
            "annotations": [
204
                {
205
                    "text": "Meander",
206
                    "start_char": 0,
207
                    "end_char": 7,
208
                    "tag": "ziekenhuis"
209
                },
210
                                {
211
                    "text": "Meander",
212
                    "start_char": 0,
213
                    "end_char": 7,
214
                    "tag": "zorginstelling"
215
                }
216
217
            ]
218
        },
219
        {
220
            "id": 16,
221
            "text": "MMC",
222
            "annotations": [
223
                {
224
                    "text": "MMC",
225
                    "start_char": 0,
226
                    "end_char": 3,
227
                    "tag": "ziekenhuis"
228
                }
229
            ]
230
        },
231
        {
232
            "id": 17,
233
            "text": "Sint Antoniusziekenhuis",
234
            "annotations": [
235
                {
236
                    "text": "Antoniusziekenhuis",
237
                    "start_char": 5,
238
                    "end_char": 23,
239
                    "tag": "ziekenhuis"
240
                },
241
                {
242
                    "text": "Sint Antoniusziekenhuis",
243
                    "start_char": 0,
244
                    "end_char": 23,
245
                    "tag": "ziekenhuis"
246
                }
247
            ]
248
        },
249
        {
250
            "id": 18,
251
            "text": "Sint Antonius",
252
            "annotations": [
253
                {
254
                    "text": "Antonius",
255
                    "start_char": 5,
256
                    "end_char": 13,
257
                    "tag": "ziekenhuis"
258
                }
259
            ]
260
        },
261
        {
262
            "id": 19,
263
            "text": "St. Antonius",
264
            "annotations": [
265
                {
266
                    "text": "Antonius",
267
                    "start_char": 4,
268
                    "end_char": 12,
269
                    "tag": "ziekenhuis"
270
                }
271
            ]
272
        },
273
        {
274
            "id": 20,
275
            "text": "Ziekenhuis",
276
            "annotations": []
277
        },
278
        {
279
            "id": 21,
280
            "text": "Centrum",
281
            "annotations": []
282
        },
283
        {
284
            "id": 22,
285
            "text": "Medisch Centrum",
286
            "annotations": []
287
        },
288
        {
289
            "id": 23,
290
            "text": "Zkh",
291
            "annotations": []
292
        },
293
        {
294
            "id": 24,
295
            "text": "Isala",
296
            "annotations": [
297
                {
298
                    "text": "Isala",
299
                    "start_char": 0,
300
                    "end_char": 5,
301
                    "tag": "ziekenhuis"
302
                }
303
            ]
304
        },
305
        {
306
            "id": 25,
307
            "text": "Isala ziekenhuis",
308
            "annotations": [
309
                {
310
                    "text": "Isala ziekenhuis",
311
                    "start_char": 0,
312
                    "end_char": 16,
313
                    "tag": "ziekenhuis"
314
                }
315
            ]
316
        },
317
        {
318
            "id": 26,
319
            "text": "Isala kliniek",
320
            "annotations": [
321
                {
322
                    "text": "Isala kliniek",
323
                    "start_char": 0,
324
                    "end_char": 13,
325
                    "tag": "ziekenhuis"
326
                }
327
            ]
328
        },
329
        {
330
            "id": 27,
331
            "text": "Erasmus Medisch Centrum",
332
            "annotations": [
333
                {
334
                    "text": "Erasmus Medisch Centrum",
335
                    "start_char": 0,
336
                    "end_char": 23,
337
                    "tag": "ziekenhuis"
338
                }
339
            ]
340
        },
341
        {
342
            "id": 28,
343
            "text": "Erasmus MC",
344
            "annotations": [
345
                {
346
                    "text": "Erasmus MC",
347
                    "start_char": 0,
348
                    "end_char": 10,
349
                    "tag": "ziekenhuis"
350
                }
351
            ]
352
        },
353
        {
354
            "id": 29,
355
            "text": "Het Lange Land Ziekenhuis",
356
            "annotations": [
357
                {
358
                    "text": "Lange Land Ziekenhuis",
359
                    "start_char": 4,
360
                    "end_char": 25,
361
                    "tag": "ziekenhuis"
362
                },
363
                {
364
                    "text": "Het Lange Land Ziekenhuis",
365
                    "start_char": 0,
366
                    "end_char": 25,
367
                    "tag": "ziekenhuis"
368
                }
369
            ]
370
        },
371
        {
372
            "id": 30,
373
            "text": "'t Lange Land Ziekenhuis",
374
            "annotations": [
375
                {
376
                    "text": "'t Lange Land Ziekenhuis",
377
                    "start_char": 0,
378
                    "end_char": 24,
379
                    "tag": "ziekenhuis"
380
                },
381
                {
382
                    "text": "Lange Land Ziekenhuis",
383
                    "start_char": 3,
384
                    "end_char": 24,
385
                    "tag": "ziekenhuis"
386
                }
387
            ]
388
        },
389
        {
390
            "id": 31,
391
            "text": "Academisch Ziekenhuis Nymegen",
392
            "annotations": [
393
                {
394
                    "text": "Academisch Ziekenhuis Nymegen",
395
                    "start_char": 0,
396
                    "end_char": 29,
397
                    "tag": "ziekenhuis"
398
                }
399
            ]
400
        },
401
        {
402
            "id": 32,
403
            "text": "Alryne Ziekenhuis",
404
            "annotations": [
405
                {
406
                    "text": "Alryne Ziekenhuis",
407
                    "start_char": 0,
408
                    "end_char": 17,
409
                    "tag": "ziekenhuis"
410
                }
411
            ]
412
        },
413
        {
414
            "id": 33,
415
            "text": "Canisius-Wilhelmina Ziekenhuis",
416
            "annotations": [
417
                {
418
                    "text": "Canisius-Wilhelmina Ziekenhuis",
419
                    "start_char": 0,
420
                    "end_char": 30,
421
                    "tag": "ziekenhuis"
422
                },
423
                {
424
                    "text": "Wilhelmina Ziekenhuis",
425
                    "start_char": 9,
426
                    "end_char": 30,
427
                    "tag": "ziekenhuis"
428
                }
429
            ]
430
        },
431
        {
432
            "id": 34,
433
            "text": "Canisius Wilhelmina Ziekenhuis",
434
            "annotations": [
435
                {
436
                    "text": "Canisius Wilhelmina Ziekenhuis",
437
                    "start_char": 0,
438
                    "end_char": 30,
439
                    "tag": "ziekenhuis"
440
                },
441
                {
442
                    "text": "Wilhelmina Ziekenhuis",
443
                    "start_char": 9,
444
                    "end_char": 30,
445
                    "tag": "ziekenhuis"
446
                }
447
            ]
448
        },
449
        {
450
            "id": 35,
451
            "text": "P.W. Janssen Ziekenhuis",
452
            "annotations": [
453
                {
454
                    "text": "P.W. Janssen Ziekenhuis",
455
                    "start_char": 0,
456
                    "end_char": 23,
457
                    "tag": "ziekenhuis"
458
                }
459
            ]
460
        },
461
        {
462
            "id": 36,
463
            "text": "PW Janssen Ziekenhuis",
464
            "annotations": [
465
                {
466
                    "text": "PW Janssen Ziekenhuis",
467
                    "start_char": 0,
468
                    "end_char": 21,
469
                    "tag": "ziekenhuis"
470
                }
471
            ]
472
        },
473
        {
474
            "id": 37,
475
            "text": "patient verwezen door het UMCU",
476
            "annotations": [
477
                {
478
                    "text": "UMCU",
479
                    "start_char": 26,
480
                    "end_char": 30,
481
                    "tag": "ziekenhuis"
482
                }
483
            ]
484
        },
485
        {
486
            "id": 38,
487
            "text": "in UMCU eerder behandeld",
488
            "annotations": [
489
                {
490
                    "text": "UMCU",
491
                    "start_char": 3,
492
                    "end_char": 7,
493
                    "tag": "ziekenhuis"
494
                }
495
            ]
496
        },
497
        {
498
            "id": 39,
499
            "text": "MCH",
500
            "annotations": []
501
        },
502
        {
503
            "id": 40,
504
            "text": "De Hoogstraat",
505
            "annotations": [
506
                {
507
                    "text": "De Hoogstraat",
508
                    "start_char": 0,
509
                    "end_char": 13,
510
                    "tag": "zorginstelling"
511
                },
512
                {
513
                    "text": "Hoogstraat",
514
                    "start_char": 3,
515
                    "end_char": 13,
516
                    "tag": "zorginstelling"
517
                }
518
            ]
519
        },
520
        {
521
            "id": 41,
522
            "text": "Hoogstraat",
523
            "annotations": [
524
                {
525
                    "text": "Hoogstraat",
526
                    "start_char": 0,
527
                    "end_char": 10,
528
                    "tag": "zorginstelling"
529
                }
530
            ]
531
        },
532
        {
533
            "id": 42,
534
            "text": "De Hoogstraat Revalidatiecentrum",
535
            "annotations": [
536
                {
537
                    "text": "De Hoogstraat",
538
                    "start_char": 0,
539
                    "end_char": 13,
540
                    "tag": "zorginstelling"
541
                },
542
                {
543
                    "text": "Hoogstraat",
544
                    "start_char": 3,
545
                    "end_char": 13,
546
                    "tag": "zorginstelling"
547
                }
548
            ]
549
        },
550
        {
551
            "id": 43,
552
            "text": "Altrecht",
553
            "annotations": [
554
                {
555
                    "text": "Altrecht",
556
                    "start_char": 0,
557
                    "end_char": 8,
558
                    "tag": "zorginstelling"
559
                }
560
            ]
561
        },
562
        {
563
            "id": 44,
564
            "text": "Altrecht Bipolair",
565
            "annotations": [
566
                {
567
                    "text": "Altrecht Bipolair",
568
                    "start_char": 0,
569
                    "end_char": 17,
570
                    "tag": "zorginstelling"
571
                }
572
            ]
573
        },
574
        {
575
            "id": 45,
576
            "text": "Cant\u00e9 praktijk voor Pedagogiek en Psychologie",
577
            "annotations": [
578
                {
579
                    "text": "Cant\u00e9 praktijk voor Pedagogiek en Psychologie",
580
                    "start_char": 0,
581
                    "end_char": 45,
582
                    "tag": "zorginstelling"
583
                }
584
            ]
585
        },
586
        {
587
            "id": 46,
588
            "text": "Cante praktijk voor Pedagogiek en Psychologie",
589
            "annotations": [
590
                {
591
                    "text": "Cante praktijk voor Pedagogiek en Psychologie",
592
                    "start_char": 0,
593
                    "end_char": 45,
594
                    "tag": "zorginstelling"
595
                }
596
            ]
597
        },
598
        {
599
            "id": 47,
600
            "text": "Careyn",
601
            "annotations": [
602
                {
603
                    "text": "Careyn",
604
                    "start_char": 0,
605
                    "end_char": 6,
606
                    "tag": "zorginstelling"
607
                }
608
            ]
609
        },
610
        {
611
            "id": 48,
612
            "text": "Careijn",
613
            "annotations": [
614
                {
615
                    "text": "Careijn",
616
                    "start_char": 0,
617
                    "end_char": 7,
618
                    "tag": "zorginstelling"
619
                }
620
            ]
621
        },
622
        {
623
            "id": 49,
624
            "text": "Aanzien",
625
            "annotations": []
626
        },
627
        {
628
            "id": 50,
629
            "text": "Focus",
630
            "annotations": []
631
        },
632
        {
633
            "id": 51,
634
            "text": "De Haven",
635
            "annotations": []
636
        },
637
        {
638
            "id": 52,
639
            "text": "De Clinique",
640
            "annotations": []
641
        },
642
        {
643
            "id": 53,
644
            "text": "Meeting",
645
            "annotations": []
646
        },
647
        {
648
            "id": 54,
649
            "text": "Perspectief",
650
            "annotations": []
651
        },
652
        {
653
            "id": 55,
654
            "text": "De verloskundige",
655
            "annotations": []
656
        },
657
        {
658
            "id": 56,
659
            "text": "Compas Huisartsenpraktijk",
660
            "annotations": [
661
                {
662
                    "text": "Compas Huisartsenpraktijk",
663
                    "start_char": 0,
664
                    "end_char": 25,
665
                    "tag": "zorginstelling"
666
                }
667
            ]
668
        },
669
        {
670
            "id": 57,
671
            "text": "Compas huisartsenpraktijk",
672
            "annotations": [
673
                {
674
                    "text": "Compas huisartsenpraktijk",
675
                    "start_char": 0,
676
                    "end_char": 25,
677
                    "tag": "zorginstelling"
678
                }
679
            ]
680
        },
681
        {
682
            "id": 58,
683
            "text": "Compas Huisartspraktijk",
684
            "annotations": [
685
                {
686
                    "text": "Compas Huisartspraktijk",
687
                    "start_char": 0,
688
                    "end_char": 23,
689
                    "tag": "zorginstelling"
690
                }
691
            ]
692
        },
693
        {
694
            "id": 59,
695
            "text": "Compas huisartspraktijk",
696
            "annotations": [
697
                {
698
                    "text": "Compas huisartspraktijk",
699
                    "start_char": 0,
700
                    "end_char": 23,
701
                    "tag": "zorginstelling"
702
                }
703
            ]
704
        },
705
        {
706
            "id": 60,
707
            "text": "Zon en Schild",
708
            "annotations": [
709
                {
710
                    "text": "Zon en Schild",
711
                    "start_char": 0,
712
                    "end_char": 13,
713
                    "tag": "zorginstelling"
714
                }
715
            ]
716
        },
717
        {
718
            "id": 61,
719
            "text": "Daan & Van Ardenne Huisartsen",
720
            "annotations": [
721
                {
722
                    "text": "Daan & Van Ardenne Huisartsen",
723
                    "start_char": 0,
724
                    "end_char": 29,
725
                    "tag": "zorginstelling"
726
                }
727
            ]
728
        },
729
        {
730
            "id": 62,
731
            "text": "Daan en Van Ardenne Huisartsen",
732
            "annotations": [
733
                {
734
                    "text": "Daan en Van Ardenne Huisartsen",
735
                    "start_char": 0,
736
                    "end_char": 30,
737
                    "tag": "zorginstelling"
738
                }
739
            ]
740
        },
741
        {
742
            "id": 63,
743
            "text": "De Kind- en Jeugdspecialist",
744
            "annotations": [
745
                {
746
                    "text": "De Kind- en Jeugdspecialist",
747
                    "start_char": 0,
748
                    "end_char": 27,
749
                    "tag": "zorginstelling"
750
                }
751
            ]
752
        },
753
        {
754
            "id": 64,
755
            "text": "De Kind en Jeugdspecialist",
756
            "annotations": [
757
                {
758
                    "text": "De Kind en Jeugdspecialist",
759
                    "start_char": 0,
760
                    "end_char": 26,
761
                    "tag": "zorginstelling"
762
                }
763
            ]
764
        },
765
        {
766
            "id": 65,
767
            "text": "De Koperhorst",
768
            "annotations": [
769
                {
770
                    "text": "De Koperhorst",
771
                    "start_char": 0,
772
                    "end_char": 13,
773
                    "tag": "zorginstelling"
774
                }
775
            ]
776
        },
777
        {
778
            "id": 66,
779
            "text": "de Koperhorst",
780
            "annotations": [
781
                {
782
                    "text": "de Koperhorst",
783
                    "start_char": 0,
784
                    "end_char": 13,
785
                    "tag": "zorginstelling"
786
                }
787
            ]
788
        },
789
        {
790
            "id": 67,
791
            "text": "patient verwezen door Altrecht",
792
            "annotations": [
793
                {
794
                    "text": "Altrecht",
795
                    "start_char": 22,
796
                    "end_char": 30,
797
                    "tag": "zorginstelling"
798
                }
799
            ]
800
        },
801
        {
802
            "id": 68,
803
            "text": "bij Altrecht eerder behandeld",
804
            "annotations": [
805
                {
806
                    "text": "Altrecht",
807
                    "start_char": 4,
808
                    "end_char": 12,
809
                    "tag": "zorginstelling"
810
                }
811
            ]
812
        }
813
    ]
814
}