-
Notifications
You must be signed in to change notification settings - Fork 0
/
CodeSystem-lk-core-health-institution-cs.json
6961 lines (6961 loc) · 145 KB
/
CodeSystem-lk-core-health-institution-cs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"resourceType" : "CodeSystem",
"id" : "lk-core-health-institution-cs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "http://fhir.health.gov.lk/CodeSystem/lk-core-health-institution-cs",
"version" : "0.1.0",
"name" : "LKCoreHealthInstitutionCS",
"title" : "LK Core Health Institution Code System",
"status" : "draft",
"date" : "2023-09-05T15:30:49+05:30",
"description" : "LK Core Health Institution Code System",
"content" : "complete",
"count" : 1736,
"concept" : [{
"code" : "LAN0000034",
"display" : "Hospital Teaching Anuradhapura"
},
{
"code" : "LAN0000042",
"display" : "Training NTS NTS Anuradhapura"
},
{
"code" : "LAP0000059",
"display" : "Hospital District General Ampara"
},
{
"code" : "LAP0000067",
"display" : "Training NTS NTS Ampara"
},
{
"code" : "LBC0000075",
"display" : "Hospital Teaching Batticoloa"
},
{
"code" : "LBD0000083",
"display" : "Hospital Provincial General Badulla"
},
{
"code" : "LBD0000091",
"display" : "Training NTS NTS Badulla"
},
{
"code" : "LCB0000109",
"display" : "Administration Medical Supplies Medical Supplies Division"
},
{
"code" : "LCB0000117",
"display" : "Hospital Base A Infectious Diseases Hospital, Angoda"
},
{
"code" : "LCB0000125",
"display" : "Hospital Base B Mulleriyawa"
},
{
"code" : "LCB0000158",
"display" : "Hospital Nephrology The National Institute for Nephrology Dialysis & Transplantation"
},
{
"code" : "LCB0000133",
"display" : "Hospital Prison Prison Hospital, Watareka"
},
{
"code" : "LCB0017210",
"display" : "Hospital Prison Prison Hospital, Welikada"
},
{
"code" : "LCB0000208",
"display" : "Hospital Teaching Apeksha Hospital, Maharagama"
},
{
"code" : "LCB0000166",
"display" : "Hospital Teaching Castle Street Hospital for Women"
},
{
"code" : "LCB0000174",
"display" : "Hospital Teaching Colombo South (Kalubovila)"
},
{
"code" : "LCB0000182",
"display" : "Hospital Teaching De Soysa Hospital for Women"
},
{
"code" : "LCB0000216",
"display" : "Hospital Teaching Lady Ridgeway"
},
{
"code" : "LCB0000224",
"display" : "Hospital Teaching National Dental Hospital"
},
{
"code" : "LCB0000190",
"display" : "Hospital Teaching National Eye Hospital"
},
{
"code" : "LCB0000018",
"display" : "Hospital Teaching National Hospital of Sri Lanka"
},
{
"code" : "LCB0000232",
"display" : "Hospital Teaching National Institute for Mental Health, Angoda"
},
{
"code" : "LCB0000240",
"display" : "Hospital Teaching Sri Jayawardenepura"
},
{
"code" : "LCB0000265",
"display" : "Other Engineering Bio Medical Engineering Services"
},
{
"code" : "LCB0000273",
"display" : "Other Food and Nutrition Food Quality Control Administration Unit"
},
{
"code" : "LCB0000364",
"display" : "Other Food and Nutrition Nutrition Co-ordination Division"
},
{
"code" : "LCB0000372",
"display" : "Other Food and Nutrition Nutrition Division"
},
{
"code" : "LCB0000331",
"display" : "Other Head Office Ministry & Department of Health - Head Office"
},
{
"code" : "LCB0000323",
"display" : "Other Mental Mental Health Unit, Head Office"
},
{
"code" : "LCB0000281",
"display" : "Other Other Health Education Bureau"
},
{
"code" : "LCB0000299",
"display" : "Other Other Institute of Legal Medicine and Toxiology"
},
{
"code" : "LCB0000307",
"display" : "Other Other Medical Research Institute"
},
{
"code" : "LCB0000315",
"display" : "Other Other Medical Technology & Supplies"
},
{
"code" : "LCB0000349",
"display" : "Other Other National Blood Transfusion Service"
},
{
"code" : "LCB0000356",
"display" : "Other Other National Drug Quality Assurance Laboratory"
},
{
"code" : "LCB0000380",
"display" : "Other Other Office of the School Medical Officer"
},
{
"code" : "LCB0000406",
"display" : "Other Other Public Health Veterinary Services"
},
{
"code" : "LCB0000257",
"display" : "Other Port Assistant Port Health Office at MRI"
},
{
"code" : "LCB0000398",
"display" : "Other Port Port Health Office, Colombo"
},
{
"code" : "LCB0000141",
"display" : "Other Clinics Dental Institute of Oral Health, Maharagama"
},
{
"code" : "LCB0000414",
"display" : "Programme/Campaign Anti Filariasis Anti Filariasis Campaign"
},
{
"code" : "LCB0000422",
"display" : "Programme/Campaign Anti Leprosy Anti Leprosy Campaign"
},
{
"code" : "LCB0000430",
"display" : "Programme/Campaign Anti Malaria Anti Malaria Campaign"
},
{
"code" : "LCB0000448",
"display" : "Programme/Campaign Cancer Control National Cancer Control Programme"
},
{
"code" : "LCB0000455",
"display" : "Programme/Campaign Dengue Control National Dengue Control Unit"
},
{
"code" : "LCB0000463",
"display" : "Programme/Campaign Epidemiology Epidemiological Unit"
},
{
"code" : "LCB0000471",
"display" : "Programme/Campaign Family Health Family Health Bureau"
},
{
"code" : "LCB0000489",
"display" : "Programme/Campaign NPTCCD National Programme for Tuberculosis Control & Chest Diseases"
},
{
"code" : "LCB0000497",
"display" : "Programme/Campaign STD/AIDS Control STD/AIDS Control Programme"
},
{
"code" : "LCB0000505",
"display" : "Training NTS NTS Colombo"
},
{
"code" : "LCB0000513",
"display" : "Training NTS NTS Mulleriyawa"
},
{
"code" : "LCB0000521",
"display" : "Training NTS NTS Sri Jayawardanapura"
},
{
"code" : "LCB0000539",
"display" : "Training NTS Post Base School of Nursing"
},
{
"code" : "LCB0000547",
"display" : "Training Training Dental Therapist Training School"
},
{
"code" : "LCB0000554",
"display" : "Training Training School of Cardiographers"
},
{
"code" : "LCB0000562",
"display" : "Training Training School of ECG Recordists"
},
{
"code" : "LCB0000570",
"display" : "Training Training School of EEG Recordists"
},
{
"code" : "LCB0000588",
"display" : "Training Training School of Medical Laboratory"
},
{
"code" : "LCB0000596",
"display" : "Training Training School of Opthalmic Technology"
},
{
"code" : "LCB0000604",
"display" : "Training Training School of Physiotherapy and Occupational Therapy"
},
{
"code" : "LCB0000612",
"display" : "Training Training School of Radiography"
},
{
"code" : "LGL0017244",
"display" : "Hospital Prison Prison Hospital, Boosa"
},
{
"code" : "LGL0005074",
"display" : "Hospital Prison Prison Hospital, Galle"
},
{
"code" : "LGL0000620",
"display" : "Hospital Teaching Karapitiya"
},
{
"code" : "LGL0000638",
"display" : "Hospital Teaching Mahamodara"
},
{
"code" : "LGL0000646",
"display" : "Other Other Ocupational Health Center, Habaraduwa"
},
{
"code" : "LGL0000653",
"display" : "Other Port Port Health office, Galle"
},
{
"code" : "LGL0000661",
"display" : "Training NTS NTS Galle"
},
{
"code" : "LGP0000679",
"display" : "Hospital Divisional A Kandana"
},
{
"code" : "LGP0001271",
"display" : "Hospital Divisional A Vijaya Kumaratunga Memorial Hospital"
},
{
"code" : "LGP0000687",
"display" : "Hospital Divisional B Leprosy Hospital, Hendala"
},
{
"code" : "LGP0000695",
"display" : "Hospital Mental Mental Hospital, Hendala (Kandana)"
},
{
"code" : "LGP0001263",
"display" : "Hospital Prison Prison Hospital, Mahara"
},
{
"code" : "LGP0000703",
"display" : "Hospital Teaching Colombo North (Ragama)"
},
{
"code" : "LGP0000711",
"display" : "Hospital Teaching National Hospital for Respiratory Diseases, (Chest Hospital, Welisara)"
},
{
"code" : "LGP0000729",
"display" : "Hospital Teaching Rehabilitation Hospital, Ragama"
},
{
"code" : "LGP0000737",
"display" : "Other Port Airport Health Office - Katunayake"
},
{
"code" : "LGP0000745",
"display" : "Training NTS NTS Kandana"
},
{
"code" : "LGP0000752",
"display" : "Training Training School of Prosthatic & Othotic"
},
{
"code" : "LHT0000760",
"display" : "Hospital District General Hambantota"
},
{
"code" : "LHT0000778",
"display" : "Training NTS NTS Hambantota"
},
{
"code" : "LJF0017251",
"display" : "Hospital Prison Prison Hospital, Jaffna"
},
{
"code" : "LJF0000786",
"display" : "Hospital Teaching Jaffna"
},
{
"code" : "LJF0000794",
"display" : "Programme/Campaign NPTCCD Chest Hospital, KKS"
},
{
"code" : "LJF0000802",
"display" : "Training NTS NTS Jaffna"
},
{
"code" : "LKE0000810",
"display" : "Hospital District General Kegalle"
},
{
"code" : "LKG0000828",
"display" : "Hospital Provincial General Kurunegala"
},
{
"code" : "LKG0000836",
"display" : "Training NTS NTS Kurunegala"
},
{
"code" : "LKL0000844",
"display" : "Hospital Base A Akkaraipattu (Elawatuwan)"
},
{
"code" : "LKL0000851",
"display" : "Hospital Base A Kalmunai North"
},
{
"code" : "LKL0000869",
"display" : "Hospital Base A Kalmunai South (Ashroff Memorial Hospital)"
},
{
"code" : "LKN0000877",
"display" : "Hospital PMCU Jayapuram"
},
{
"code" : "LKT0000885",
"display" : "Hospital Base B Beruwala"
},
{
"code" : "LKT0000893",
"display" : "Hospital District General Kalutara"
},
{
"code" : "LKT0000901",
"display" : "Hospital Divisional B Aluthgamweediya (Darga Town)"
},
{
"code" : "LKT0000919",
"display" : "Hospital Divisional C Aluthgama"
},
{
"code" : "LKT0017236",
"display" : "Hospital Prison Prison Hospital, Kaluthara"
},
{
"code" : "LKT0000927",
"display" : "MOH Office MOH Beruwala"
},
{
"code" : "LKT0000935",
"display" : "MOH Office MOH Kalutara"
},
{
"code" : "LKT0000943",
"display" : "Other Laboratory Food Laboratory - NIHS"
},
{
"code" : "LKT0000950",
"display" : "Training MLTT School of MLTT"
},
{
"code" : "LKT0000968",
"display" : "Training NIHS National Institute of Health Sciences"
},
{
"code" : "LKT0000976",
"display" : "Training NTS NTS Kalutara"
},
{
"code" : "LKY0000984",
"display" : "Hospital Base B Gampola"
},
{
"code" : "LKY0000992",
"display" : "Hospital Dental Dental Institute, Peradeniya"
},
{
"code" : "LKY0001008",
"display" : "Hospital Teaching Kandy"
},
{
"code" : "LKY0001016",
"display" : "Hospital Teaching Peradeniya"
},
{
"code" : "LKY0001024",
"display" : "Hospital Teaching Sirimavo Bandaranayake Specialised Children's Hospital, Peradeniya"
},
{
"code" : "LKY0001032",
"display" : "Training MLTT School of MLTT"
},
{
"code" : "LKY0001040",
"display" : "Training MLTT School of MLTT"
},
{
"code" : "LKY0001057",
"display" : "Training NTS NTS Kandy"
},
{
"code" : "LMG0001065",
"display" : "Hospital District General Monaragala"
},
{
"code" : "LMR0001073",
"display" : "Hospital District General Matara"
},
{
"code" : "LMR0001081",
"display" : "Training NTS NTS Matara"
},
{
"code" : "LNE0001099",
"display" : "Hospital District General Nuwara Eliya"
},
{
"code" : "LNE0001107",
"display" : "Other Mental Mental Health"
},
{
"code" : "LPN0001115",
"display" : "Hospital District General Polonnaruwa"
},
{
"code" : "LPT0001123",
"display" : "Hospital District General Chilaw"
},
{
"code" : "LPT0017228",
"display" : "Hospital Prison Prison Hospital, Negambo"
},
{
"code" : "LPT0001131",
"display" : "Programme/Campaign NPTCCD Chest Clinic, Puttlam"
},
{
"code" : "LRP0001149",
"display" : "Hospital Provincial General Rathnapura"
},
{
"code" : "LRP0001156",
"display" : "Training NTS NTS Ratnapura"
},
{
"code" : "LRP0001164",
"display" : "Training NTS NTS Ratnapura"
},
{
"code" : "LTM0001172",
"display" : "Hospital Base A Kantalai"
},
{
"code" : "LTM0001180",
"display" : "Hospital District General Trincomalee"
},
{
"code" : "LVN0001198",
"display" : "Training NTS NTS-Vavuniya"
},
{
"code" : "OAN0001206",
"display" : "Faculty of Medicine Faculty of Medicine Faculty of Medicine - Rajarata"
},
{
"code" : "OCB0001214",
"display" : "Faculty of Medicine Faculty of Medicine Faculty of Medicine - Colombo"
},
{
"code" : "OCB0001222",
"display" : "Faculty of Medicine Faculty of Medicine Faculty of Medicine - Sri Jayawardenapura"
},
{
"code" : "OCB0001230",
"display" : "Other Other Medical Statistics Unit"
},
{
"code" : "OGL0001248",
"display" : "Faculty of Medicine Faculty of Medicine Faculty of Medicine - Ruhunu"
},
{
"code" : "OGP0001255",
"display" : "Faculty of Medicine Faculty of Medicine Faculty of Medicine - Kelaniya (Ragama)"
},
{
"code" : "OJF0001289",
"display" : "Faculty of Medicine Faculty of Medicine Faculty of Medicine - Jaffna"
},
{
"code" : "OKY0001305",
"display" : "Faculty of Medicine Faculty of Medicine Faculty of Medicine - Peradeniya"
},
{
"code" : "OKY0001313",
"display" : "Other Other Health Center - University of Peradeniya"
},
{
"code" : "PAN0000026",
"display" : "Administration PDHS North Central Province"
},
{
"code" : "PAN0001321",
"display" : "Administration Provincial Ministry Provincial Ministry, North Central Province"
},
{
"code" : "PAN0001339",
"display" : "Administration RDHS Anuradhapura"
},
{
"code" : "PAN0001347",
"display" : "Hospital Base A Thambuttegama"
},
{
"code" : "PAN0001354",
"display" : "Hospital Base B Kahatagasdigiliya"
},
{
"code" : "PAN0001362",
"display" : "Hospital Base B Kebitigollewa"
},
{
"code" : "PAN0001370",
"display" : "Hospital Base B Kekirawa"
},
{
"code" : "PAN0001388",
"display" : "Hospital Base B Medawachchiya"
},
{
"code" : "PAN0001396",
"display" : "Hospital Base B Padaviya"
},
{
"code" : "PAN0001404",
"display" : "Hospital Divisional A Nochchiyagama"
},
{
"code" : "PAN0001412",
"display" : "Hospital Divisional B Elayapattuwa"
},
{
"code" : "PAN0001420",
"display" : "Hospital Divisional B Eppawala"
},
{
"code" : "PAN0001438",
"display" : "Hospital Divisional B Galenbindunuwewa"
},
{
"code" : "PAN0001446",
"display" : "Hospital Divisional B Galnewa"
},
{
"code" : "PAN0001453",
"display" : "Hospital Divisional B Horowpathana"
},
{
"code" : "PAN0001461",
"display" : "Hospital Divisional B Huruluwewa"
},
{
"code" : "PAN0001479",
"display" : "Hospital Divisional B Maradankadawala"
},
{
"code" : "PAN0001487",
"display" : "Hospital Divisional B Mihintale"
},
{
"code" : "PAN0001495",
"display" : "Hospital Divisional B Talawa"
},
{
"code" : "PAN0001503",
"display" : "Hospital Divisional B Thantirimale"
},
{
"code" : "PAN0001511",
"display" : "Hospital Divisional C Andiyagala"
},
{
"code" : "PAN0001529",
"display" : "Hospital Divisional C Galkeriyagama"
},
{
"code" : "PAN0001537",
"display" : "Hospital Divisional C Habarana"
},
{
"code" : "PAN0001545",
"display" : "Hospital Divisional C Kalawewa"
},
{
"code" : "PAN0001552",
"display" : "Hospital Divisional C Kallanchiya"
},
{
"code" : "PAN0001560",
"display" : "Hospital Divisional C Kapugollewa"
},
{
"code" : "PAN0001578",
"display" : "Hospital Divisional C Katiyawa"
},
{
"code" : "PAN0001586",
"display" : "Hospital Divisional C Mahawilachchiya"
},
{
"code" : "PAN0001594",
"display" : "Hospital Divisional C Nachchaduwa"
},
{
"code" : "PAN0001602",
"display" : "Hospital Divisional C Negampaha"
},
{
"code" : "PAN0001610",
"display" : "Hospital Divisional C Nelubewa"
},
{
"code" : "PAN0001628",
"display" : "Hospital Divisional C Pairamaduwa"
},
{
"code" : "PAN0001636",
"display" : "Hospital Divisional C Parasangaswewa"
},
{
"code" : "PAN0001644",
"display" : "Hospital Divisional C Rajanganaya Tr 11"
},
{
"code" : "PAN0001651",
"display" : "Hospital Divisional C Rajanganaya Tr 5"
},
{
"code" : "PAN0001669",
"display" : "Hospital Divisional C Rambewa"
},
{
"code" : "PAN0001677",
"display" : "Hospital Divisional C Ranorawa"
},
{
"code" : "PAN0001685",
"display" : "Hospital Divisional C Ratmalgahawewa"
},
{
"code" : "PAN0001693",
"display" : "Hospital Divisional C Senapura"
},
{
"code" : "PAN0001701",
"display" : "Hospital Divisional C Thammennawa"
},
{
"code" : "PAN0001719",
"display" : "Hospital Divisional C Wahalkada"
},
{
"code" : "PAN0001735",
"display" : "Hospital PMCU Devanampiyatissapura"
},
{
"code" : "PAN0001743",
"display" : "Hospital PMCU Ethakada"
},
{
"code" : "PAN0001750",
"display" : "Hospital PMCU Galadivulwewa"
},
{
"code" : "PAN0001768",
"display" : "Hospital PMCU Galkulama"
},
{
"code" : "PAN0001776",
"display" : "Hospital PMCU Gambirigaswewa"
},
{
"code" : "PAN0001784",
"display" : "Hospital PMCU Jayawewa"
},
{
"code" : "PAN0001792",
"display" : "Hospital PMCU Kendewa"
},
{
"code" : "PAN0001800",
"display" : "Hospital PMCU Koonwewa"
},
{
"code" : "PAN0001818",
"display" : "Hospital PMCU Kunchikulama"
},
{
"code" : "PAN0001826",
"display" : "Hospital PMCU Labunoruwa"
},
{
"code" : "PAN0001834",
"display" : "Hospital PMCU Madatugama"
},
{
"code" : "PAN0001842",
"display" : "Hospital PMCU Mahailluppallama"
},
{
"code" : "PAN0001859",
"display" : "Hospital PMCU Mahasenpura"
},
{
"code" : "PAN0001867",
"display" : "Hospital PMCU Padavi-Parakramapura"
},
{
"code" : "PAN0001875",
"display" : "Hospital PMCU Poonewa"
},
{
"code" : "PAN0001883",
"display" : "Hospital PMCU Pubudupura"
},
{
"code" : "PAN0001891",
"display" : "Hospital PMCU Puliyankulama"
},
{
"code" : "PAN0001909",
"display" : "Hospital PMCU Ranajayapura"
},
{
"code" : "PAN0001917",
"display" : "Hospital PMCU Sacred City"
},
{
"code" : "PAN0001925",
"display" : "Hospital PMCU Tittagonewa"
},
{
"code" : "PAN0001933",
"display" : "Hospital PMCU Vijayapura"
},
{
"code" : "PAN0001727",
"display" : "Hospital Prison Prison Hospital, Anuradhapura"
},
{
"code" : "PAN0001941",
"display" : "MOH Office MOH Galenbindunuwewa"
},
{
"code" : "PAN0001958",
"display" : "MOH Office MOH Galkiriyagama (Palagala)"
},
{
"code" : "PAN0001966",
"display" : "MOH Office MOH Galnewa"
},
{
"code" : "PAN0001974",
"display" : "MOH Office MOH Horowpothana"
},
{
"code" : "PAN0001982",
"display" : "MOH Office MOH Ipalogama"
},
{
"code" : "PAN0001990",
"display" : "MOH Office MOH Kahatagasdigiliya"
},
{
"code" : "PAN0002006",
"display" : "MOH Office MOH Kebithigollewa"
},
{
"code" : "PAN0002014",
"display" : "MOH Office MOH Kekirawa"
},
{
"code" : "PAN0002022",
"display" : "MOH Office MOH Medawachchiya"
},
{
"code" : "PAN0002030",
"display" : "MOH Office MOH Mihinthale"
},
{
"code" : "PAN0002048",
"display" : "MOH Office MOH Nachchiyadoowa"
},
{
"code" : "PAN0002055",
"display" : "MOH Office MOH Nochchiyagama"
},
{
"code" : "PAN0002063",
"display" : "MOH Office MOH Nuwaragam Palatha Central"
},
{
"code" : "PAN0002071",
"display" : "MOH Office MOH Nuwaragam Palatha East"
},
{
"code" : "PAN0002089",
"display" : "MOH Office MOH Padaviya"
},
{
"code" : "PAN0002097",
"display" : "MOH Office MOH Palugaswewa"
},
{
"code" : "PAN0002105",
"display" : "MOH Office MOH Rajanganaya"
},
{
"code" : "PAN0002113",
"display" : "MOH Office MOH Rambewa"
},
{
"code" : "PAN0002121",
"display" : "MOH Office MOH Thalawa"
},
{
"code" : "PAN0002139",
"display" : "MOH Office MOH Thambuttegama"
},
{
"code" : "PAN0002147",
"display" : "MOH Office MOH Thirappane"
},
{
"code" : "PAN0002154",
"display" : "MOH Office MOH Wilachchiya"
},
{
"code" : "PAN0002162",
"display" : "Other Clinics ADC Anuradhapura"
},
{
"code" : "PAN0002170",
"display" : "Other Clinics ADC Elayapaththuwa"
},
{
"code" : "PAN0002188",
"display" : "Other Clinics ADC Kekirawa"
},
{
"code" : "PAN0002196",
"display" : "Other Clinics ADC Medawachchiya"
},
{
"code" : "PAN0002204",
"display" : "Other Clinics ADC Tambuttegama"
},
{
"code" : "PAN0002212",
"display" : "Other Clinics Other Clinic Centre, Wahagahapuwewa"
},
{
"code" : "PAN0002220",
"display" : "Training Training Provincial Education Research and Training Centre"
},
{
"code" : "PAP0002238",
"display" : "Administration RDHS Ampara"
},
{
"code" : "PAP0002246",
"display" : "Hospital Base B Dehiattakandiya"
},
{
"code" : "PAP0002253",
"display" : "Hospital Base B Mahaoya"
},
{
"code" : "PAP0002261",
"display" : "Hospital Divisional B Padiyatalawa"
},
{
"code" : "PAP0002279",
"display" : "Hospital Divisional C Damana"
},
{
"code" : "PAP0002287",
"display" : "Hospital Divisional C Lahugala"
},
{
"code" : "PAP0002295",
"display" : "Hospital Divisional C Panama"
},
{
"code" : "PAP0002303",
"display" : "Hospital Divisional C Senarathpura"
},
{
"code" : "PAP0002311",
"display" : "Hospital Divisional C Thottama"
},
{
"code" : "PAP0002329",
"display" : "Hospital Divisional C Wadinagala"
},
{
"code" : "PAP0002337",
"display" : "Hospital PMCU Ambagahawella"
},
{
"code" : "PAP0002345",
"display" : "Hospital PMCU Koknahara"
},
{
"code" : "PAP0002352",
"display" : "Hospital PMCU Kolomanthalawa"
},
{
"code" : "PAP0002360",
"display" : "Hospital PMCU Lihiniyagama"
},
{
"code" : "PAP0002378",
"display" : "Hospital PMCU Madawalalanda"
},
{
"code" : "PAP0002386",
"display" : "Hospital PMCU Mangalagama"
},
{
"code" : "PAP0002394",
"display" : "Hospital PMCU Mawanawela"
},
{
"code" : "PAP0002402",
"display" : "Hospital PMCU Muwangala"
},
{
"code" : "PAP0002410",
"display" : "Hospital PMCU Namaloya"
},