-
Notifications
You must be signed in to change notification settings - Fork 0
/
CodeSystem-lk-core-moh-area-cs.xml.html
1692 lines (1606 loc) · 175 KB
/
CodeSystem-lk-core-moh-area-cs.xml.html
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HTML>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
<title>FHIR.SLEXAMPLEIG\LK Core MOH Area Code System - XML Representation - FHIR v4.0.1</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="author" content="http://hl7.org/fhir"/>
<link href="fhir.css" rel="stylesheet"/>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap-fhir.css" rel="stylesheet"/>
<!-- Project extras -->
<link href="assets/css/project.css" rel="stylesheet"/>
<link href="assets/css/pygments-manni.css" rel="stylesheet"/>
<link href="assets/css/jquery-ui.css" rel="stylesheet"/>
<link href="assets/css/prism.css" rel="stylesheet" />
<!-- Placeholder for child template CSS declarations -->
<script type="text/javascript" src="fhir-table-scripts.js"> </script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<!-- Favicons -->
<link rel="fhir-logo" sizes="144x144" href="assets/ico/icon-fhir-144.png"/>
<link rel="fhir-logo" sizes="114x114" href="assets/ico/icon-fhir-114.png"/>
<link rel="fhir-logo" sizes="72x72" href="assets/ico/icon-fhir-72.png"/>
<link rel="fhir-logo" href="assets/ico/icon-fhir-57.png"/>
<link rel="shortcut icon" href="assets/ico/favicon.png"/>
</head>
<body onload="document.body.style.opacity='1'">
<script src="assets/js/prism.js"></script>
<style type="text/css">h2{--heading-prefix:"4.25"}
h3,h4,h5,h6{--heading-prefix:"4.25"}</style>
<div id="segment-header" class="segment"> <!-- segment-header -->
<div class="container"> <!-- container -->
<!-- Placeholder for child template header declarations -->
<div id="ig-status">
<p><span style="font-size:12pt;font-weight:bold">SL Core</span>
<br/>
<span style="display:inline-block;">0.1.0 - ci-build
</span>
</p>
</div>
</div> <!-- /container -->
</div> <!-- /segment-header -->
<div id="segment-navbar" class="segment"> <!-- segment-navbar -->
<div id="stripe"> </div>
<div class="container"> <!-- container -->
<!-- HEADER CONTENT -->
<nav class="navbar navbar-inverse">
<!--status-bar-->
<div class="container">
<button data-target=".navbar-inverse-collapse" class="navbar-toggle" data-toggle="collapse" type="button">
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
</button>
<a class="navbar-brand hidden" href="http://hl7.org/fhir/R4/index.html">FHIR</a>
<div class="nav-collapse collapse navbar-inverse-collapse">
<!-- menu.xml -->
<ul xmlns="http://www.w3.org/1999/xhtml" class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li class="dropdown">
<a data-toggle="dropdown" href="#" class="dropdown-toggle">Section
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="test1.html">Test1</a>
</li>
<li>
<a href="test2.html">Test2</a>
</li>
</ul>
</li>
<li>
<a href="artifacts.html">Artifacts</a>
</li>
</ul>
</div> <!-- /.nav-collapse -->
</div> <!-- /.container -->
</nav> <!-- /.navbar -->
<!-- /HEADER CONTENT -->
</div> <!-- /container -->
</div> <!-- /segment-navbar -->
<!--status-bar-->
<div id="segment-breadcrumb" class="segment"> <!-- segment-breadcrumb -->
<div class="container"> <!-- container -->
<ul class="breadcrumb">
<li><a href='toc.html'><b>Table of Contents</b></a></li><li><a href='artifacts.html'><b>Artifacts Summary</b></a></li><li><b>LK Core MOH Area Code System</b></li>
</ul>
</div> <!-- /container -->
</div> <!-- /segment-breadcrumb -->
<a name="top"> </a>
<div id="segment-content" class="segment"> <!-- segment-content -->
<div class="container"> <!-- container -->
<div class="row">
<div class="inner-wrapper">
<div style="counter-reset: section 7" class="col-12">
<!--ReleaseHeader--><p id="publish-box">SL Core - Local Development build (v0.1.0). See the <a href="http://fhir.health.gov.lk/history.html">Directory of published versions</a></p><!--EndReleaseHeader-->
<ul class="nav nav-tabs">
<li>
<a href="CodeSystem-lk-core-moh-area-cs.html">Narrative Content</a>
</li>
<li class="active">
<a href="#">XML</a>
</li>
<li>
<a href="CodeSystem-lk-core-moh-area-cs.json.html">JSON</a>
</li>
<li>
<a href="CodeSystem-lk-core-moh-area-cs.ttl.html">TTL</a>
</li>
</ul>
<a name="root"> </a>
<h2 id="root">: LK Core MOH Area Code System - XML Representation</h2>
<table class="colsd">
<tr>
<td colspan="2">
Draft
as of 2023-09-05
</td>
</tr>
</table>
<p><a href="CodeSystem-lk-core-moh-area-cs.xml" no-download="true">Raw xml</a> | <a href="CodeSystem-lk-core-moh-area-cs.xml" download>Download</a></p>
<!-- insert intro if present -->
<pre class="xml" style="white-space: pre; overflow: hidden"><code>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem">CodeSystem</a> xmlns="http://hl7.org/fhir">
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.id">id</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="lk-core-moh-area-cs"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.text">text</a>>
<<a href="http://hl7.org/fhir/R4/datatypes.html#Narrative#Narrative.status">status</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div><a name="end-xhtml"></a>
</text>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.url">url</a> <a href="http://hl7.org/fhir/R4/datatypes.html#uri">value</a>="http://fhir.health.gov.lk/CodeSystem/lk-core-moh-area-cs"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.version">version</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="0.1.0"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.name">name</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="LKCoreMOHAreaCS"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.title">title</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="LK Core MOH Area Code System"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.status">status</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="draft"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.date">date</a> <a href="http://hl7.org/fhir/R4/datatypes.html#dateTime">value</a>="2023-09-05T15:30:49+05:30"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.description">description</a> <a href="http://hl7.org/fhir/R4/datatypes.html#markdown">value</a>="LK Core MOH Area Code System"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.content">content</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="complete"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.count">count</a> <a href="http://hl7.org/fhir/R4/datatypes.html#unsignedInt">value</a>="352"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh001"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Beruwala MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh002"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kalutara MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh003"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Galenbindunuwewa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh004"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Galkiriyagama (Palagala) MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh005"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Galnewa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh006"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Horowpothana MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh007"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Ipalogama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh008"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kahatagasdigiliya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh009"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kebithigollewa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh010"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kekirawa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh011"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Medawachchiya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh012"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Mihinthale MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh013"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Nachchiyadoowa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh014"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Nochchiyagama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh015"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Nuwaragam Palatha Central MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh016"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Nuwaragam Palatha East MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh017"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Padaviya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh018"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Palugaswewa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh019"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Rajanganaya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh020"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Rambewa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh021"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Thalawa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh022"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Thambuttegama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh023"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Thirappane MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh024"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Wilachchiya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh025"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Ampara MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh026"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Damana MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh027"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Dehiattakandiya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh028"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Lahugala MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh029"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Maha Oya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh030"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Padiyatalawa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh031"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Uhana MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh032"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Arayampathy MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh033"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Batticoloa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh034"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Chenkalady MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh035"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Eravur MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh036"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kalawanchikudy MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh037"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Katankudy MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh038"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kiran MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh039"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Koralaipattu Central MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh040"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Oddamavadi MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh041"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Paddipallai MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh042"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Vakarai MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh043"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Valaichcheni MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh044"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Vavunativu MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh045"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Vellavelly MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh046"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Badulla MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh047"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Bandarawela MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh048"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Ella MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh049"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Girandurukotte MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh050"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Haldummulla MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh051"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Hali-Ela MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh052"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Haputale MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh053"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kandaketiya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh054"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Lunugala MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh055"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Mahiyanganaya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh056"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Meegahakivula MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh057"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Passara MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh058"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Rideemaliyadda MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh059"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Soranathota MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh060"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Uva Paranagama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh061"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Welimada MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh062"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Baththaramulla MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh063"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Boralesgamuwa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh064"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Colombo MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh065"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Dehiwala MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh066"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Hanwella MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh067"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Homagama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh068"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kaduwela MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh069"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kahathuduwa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh070"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kolonnawa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh071"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Maharagama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh072"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Moratuwa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh073"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Nugegoda MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh074"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Padukka MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh075"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Piliyandala (Kesbewa) MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh076"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Pitakotte (Kotte) MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh077"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Rathmalana MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh078"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Akmeemana MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh079"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Ambalangoda MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh080"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Baddegama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh081"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Balapitiya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh082"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Bentota (Induruwa) MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh083"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Bope - Poddala MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh084"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Elpitiya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh085"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Galle MC MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh086"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Gonapinuwala MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh087"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Habaraduwa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh088"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Hikkaduwa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh089"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Imaduwa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh090"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Karandeniya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh091"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Nagoda (Udugama) MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh092"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Neluwa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh093"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Niyagama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh094"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Rathganga MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh095"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Thawalama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh096"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Walivitiya (Divithura) MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh097"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Yakkalamulla MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh098"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Attanagalla MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh099"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Biyagama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh100"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Divulapitiya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh101"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Gampaha MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh102"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Ja-Ela MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh103"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Katana MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh104"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Katunayake (BOI) MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh105"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kelaniya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh106"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Mahara MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh107"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Minuwangoda MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh108"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Mirigama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh109"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Negombo MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh110"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Pugoda (Dompe) MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh111"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Ragama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh112"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Seeduwa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh113"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Wattala MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh114"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Ambalanthota MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh115"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Angunakolapelessa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh116"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Beliatta MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh117"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Hambantota MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh118"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Katuwana MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh119"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Lunugamvehera MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh120"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Okewela MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh121"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Sooriyawewa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh122"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Tangalle MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh123"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Thissamaharama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh124"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Walasmulla MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh125"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Weeraketiya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh126"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Ampan (Point Pedro) MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh127"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Chankanai - Walikamam West MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh128"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Chavakachchari MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh129"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Jaffna MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh130"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Karaveddy MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh131"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kayts MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh132"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kopay MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh133"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Nallur MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh134"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Sandilipay MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh135"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Telippalai MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh136"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Uduvil MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh137"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Velanai (Island South) MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh138"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Aranayaka MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh139"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Bulathkohupitiya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh140"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Dehiovita MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh141"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Deraniyagala MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh142"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Galigamuwa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh143"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kegalle MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh144"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Mawanella MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh145"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Rambukkana MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh146"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Ruwanwella MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh147"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Warakapola MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh148"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Yatiyanthota MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh149"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Alawwa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh150"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Ambanpola MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh151"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Bamunukotuwa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh152"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Bingiriya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh153"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Galgamuwa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh154"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Ganewatta MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh155"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Giribawa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh156"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Ibbagamuwa (Gokarella) MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh157"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kobeigane MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh158"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kotawehera MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh159"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kuliyapitiya East MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh160"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kuliyapitiya West MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh161"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kurunegala MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh162"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kurunegala MC MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh163"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Maho MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh164"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Mallawapitiya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh165"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Maspotha MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh166"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Mawathagama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh167"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Narammala MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh168"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Nikaweratiya MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh169"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Paduwasnuwara West MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh170"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Panduwasnuwara East MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh171"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Pannala MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh172"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Polgahawela MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh173"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Polpithigama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh174"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Rasnayakapura MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh175"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Rideegama MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh176"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Udubaddawa MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh177"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Wariyapola MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh178"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Weerabugedara MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh179"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Addalachchenai MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh180"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Akkaraipathu MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh181"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Alayadivembu MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh182"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Irakkamam MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh183"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kalmunai North MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh184"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kalmunai South MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh185"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Karaitivu MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh186"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Navithanveli MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh187"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Ninthavur MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh188"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Pottuvil MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh189"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Sainthamaruthu MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh190"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Sammanthurai MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh191"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Thirukkovil MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh192"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Kandawalai MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh193"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Karachchi (Kilinochchci) MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh194"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Pallai MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh195"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Poonakery MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh196"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Agalawatta MOH"/>
</concept>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="moh197"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Bandaragama MOH"/>
</concept>