-
Notifications
You must be signed in to change notification settings - Fork 12
/
codebook-mbsf-abcd.xml
3498 lines (3498 loc) · 315 KB
/
codebook-mbsf-abcd.xml
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" standalone="yes"?>
<codebook id="BENEFICIARY_SUMMARY_PARTC" name="Master Beneficiary Summary File - Base With Medicare Part A/B/C/D" version="April 2019, Version 1.2">
<variable id="A_MO_CNT" label="Part A Months Count" shortName="A_MO_CNT" longName="BENE_HI_CVRAGE_TOT_MONS" type="NUM" length="3" source="CMS Common Medicare Environment (CME) (derived)" valueFormat="0-12">
<description>
<p>Months of Part A coverage</p>
</description>
<comment>
<p>This variable is the number of months during the year that the beneficiary had Medicare Part A coverage. (This is sometimes referred to as health insurance coverage - or Medicare HI coverage).</p>
<p>CCW derives this variable by counting the number of months where the beneficiary had Part A coverage (i.e., the BUYINXX variable equaled 1, A, 3, or C).</p>
</comment>
</variable>
<variable id="A_TRM_CD" label="Part A Termination Code" shortName="A_TRM_CD" longName="BENE_PTA_TRMNTN_CD" type="CHAR" length="1" source="CMS Common Medicare Environment (CME)">
<description>
<p>This code specifies the reason Part A entitlement was terminated.</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Not Terminated</value>
<value code="1">Dead</value>
<value code="2">Non-Payment of Premium</value>
<value code="3">Voluntary Withdrawal</value>
<value code="9">Other Termination</value>
</valueGroup>
</valueGroups>
</variable>
<variable id="AGE" label="Age of beneficiary at end of year" shortName="AGE" longName="AGE_AT_END_REF_YR" type="NUM" length="3" source="CMS Common Medicare Environment (CME) (derived)" valueFormat="Maximum age is 115">
<description>
<p>This is the beneficiary�s age, expressed in years and calculated as of the end of the calendar year, or, for beneficiaries that died during the year, age as of the date of death.</p>
</description>
<comment>
<p>CCW calculates this variable.</p>
</comment>
</variable>
<variable id="B_MO_CNT" label="Part B Months Count" shortName="B_MO_CNT" longName="BENE_SMI_CVRAGE_TOT_MONS TYPE: NUM" length="3" source="CMS Common Medicare Environment (CME) (derived)" valueFormat="0-12">
<description>
<p>Months of Part B coverage</p>
</description>
<comment>
<p>This variable is the number of months during the year that the beneficiary had Medicare Part B coverage. (This is sometimes referred to as supplemental medical insurance coverage - or SMI coverage.) CCW derives this variable by counting the number of months where the beneficiary had Part B coverage (i.e., the BUYINXX variable equaled 2, B, 3, or C).</p>
</comment>
</variable>
<variable id="B_TRM_CD" label="Part B Termination Code" shortName="B_TRM_CD" longName="BENE_PTB_TRMNTN_CD" type="CHAR" length="1" source="CMS Common Medicare Environment (CME)">
<description>
<p>This code specifies the reason Part B entitlement was terminated.</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Not Terminated</value>
<value code="1">Dead</value>
<value code="2">Non-Payment of Premium</value>
<value code="3">Voluntary Withdrawal</value>
<value code="9">Other Termination</value>
</valueGroup>
</valueGroups>
</variable>
<variable id="BENE_DOB" label="Beneficiary date of birth" shortName="BENE_DOB" longName="BENE_BIRTH_DT" type="DATE" length="8" source="CMS Common Medicare Environment (CME)" valueFormat="MM/DD/YYYY">
<description>
<p>This is the beneficiary's date of birth.</p>
</description>
</variable>
<variable id="BENE_ID" label="Encrypted CCW Beneficiary ID" shortName="BENE_ID" longName="BENE_ID" type="CHAR" length="15" source="CCW">
<description>
<p>The unique CCW identifier for a beneficiary. The CCW assigns a unique beneficiary identification number to each individual who receives Medicare and/ or Medicaid, and uses that number to identify an individual�s records in all CCW data files (e.g., Medicare claims, MAX claims, MDS assessment data). This number does not change during a beneficiary�s lifetime and each number is used only once. The BENE_ID is specific to the CCW and is not applicable to any other identification system or data source.</p>
</description>
</variable>
<variable id="BUYIN_MO" label="State Buy-In Coverage Count" shortName="BUYIN_MO" longName="BENE_STATE_BUYIN_TOT_MONS" type="NUM" length="3" source="CMS Common Medicare Environment (CME)" valueFormat="0-12">
<description>
<p>Months of state buy-in.</p>
</description>
<comment>
<p>This variable counts the total number of months during the year when the beneficiary premium was paid by the state. State Medicaid programs can pay Medicare premiums for certain dual eligibles (i.e., for beneficiaries also enrolled in a state Medicaid program); this action is called �buying in� and so this variable is the �buy-in code.� Any month where the BUYINXX variable was: A (Part A state buy-in), B (Part B state buy-in), or C (Part A and Part B state buy-in) is counted.</p>
</comment>
</variable>
<variable id="BUYIN01" label="Medicare Entitlement/Buy-In Indicator - January" shortName="BUYIN01" longName="MDCR_ENTLMT_BUYIN_IND_01" type="CHAR" length="1" source="CMS Common Medicare Environment (CME)">
<description>
<p>Monthly Part A and/or Part B entitlement indicator (January).</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Not entitled</value>
<value code="1">Part A only</value>
<value code="2">Part B only</value>
<value code="3">Part A and Part B</value>
<value code="A">Part A state buy-in</value>
<value code="B">Part B state buy-in</value>
<value code="C">Part A and Part B state buy-in</value>
</valueGroup>
</valueGroups>
<comment>
<p>This variable indicates whether the beneficiary was entitled to Part A, Part B, or both for a given month. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).The variable also indicates whether the beneficiary�s state of residence paid his/her monthly premium for Part B coverage (and Part A if necessary). State Medicaid programs can pay those premiums for certain dual eligibles; this action is called �buying in� and so this variable is the �buy-in code.�</p>
</comment>
</variable>
<variable id="BUYIN02" label="Medicare Entitlement/Buy-In Indicator - February" shortName="BUYIN02" longName="MDCR_ENTLMT_BUYIN_IND_02" type="CHAR" length="1" source="CMS Common Medicare Environment (CME)">
<description>
<p>Monthly Part A and/or Part B entitlement indicator (February).</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Not entitled</value>
<value code="1">Part A only</value>
<value code="2">Part B only</value>
<value code="3">Part A and Part B</value>
<value code="A">Part A state buy-in</value>
<value code="B">Part B state buy-in</value>
<value code="C">Part A and Part B state buy-in</value>
</valueGroup>
</valueGroups>
<comment>
<p>This variable indicates whether the beneficiary was entitled to Part A, Part B, or both for a given month. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
<p>The variable also indicates whether the beneficiary�s state of residence paid his/her monthly premium for Part B coverage (and Part A if necessary). State Medicaid programs can pay those premiums for certain dual eligibles; this action is called �buying in� and so this variable is the �buy-in code.�</p>
</comment>
</variable>
<variable id="BUYIN03" label="Medicare Entitlement/Buy-In Indicator - March" shortName="BUYIN03" longName="MDCR_ENTLMT_BUYIN_IND_03" type="CHAR" length="1" source="CMS Common Medicare Environment (CME)">
<description>
<p>Monthly Part A and/or Part B entitlement indicator (March).</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Not entitled</value>
<value code="1">Part A only</value>
<value code="2">Part B only</value>
<value code="3">Part A and Part B</value>
<value code="A">Part A state buy-in</value>
<value code="B">Part B state buy-in</value>
<value code="C">Part A and Part B state buy-in</value>
</valueGroup>
</valueGroups>
<comment>
<p>This variable indicates whether the beneficiary was entitled to Part A, Part B, or both for a given month. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
<p>The variable also indicates whether the beneficiary�s state of residence paid his/her monthly premium for Part B coverage (and Part A if necessary). State Medicaid programs can pay those premiums for certain dual eligibles; this action is called �buying in� and so this variable is the �buy-in code.�</p>
</comment>
</variable>
<variable id="BUYIN04" label="Medicare Entitlement/Buy-In Indicator - April" shortName="BUYIN04" longName="MDCR_ENTLMT_BUYIN_IND_04" type="CHAR" length="1" source="CMS Common Medicare Environment (CME)">
<description>
<p>Monthly Part A and/or Part B entitlement indicator (April).</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Not entitled</value>
<value code="1">Part A only</value>
<value code="2">Part B only</value>
<value code="3">Part A and Part B</value>
<value code="A">Part A state buy-in</value>
<value code="B">Part B state buy-in</value>
<value code="C">Part A and Part B state buy-in</value>
</valueGroup>
</valueGroups>
<comment>
<p>This variable indicates whether the beneficiary was entitled to Part A, Part B, or both for a given month. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).The variable also indicates whether the beneficiary�s state of residence paid his/her monthly premium for Part B coverage (and Part A if necessary). State Medicaid programs can pay those premiums for certain dual eligibles; this action is called �buying in� and so this variable is the �buy-in code.�</p>
</comment>
</variable>
<variable id="BUYIN05" label="Medicare Entitlement/Buy-In Indicator - May" shortName="BUYIN05" longName="MDCR_ENTLMT_BUYIN_IND_05" type="CHAR" length="1" source="CMS Common Medicare Environment (CME)">
<description>
<p>Monthly Part A and/or Part B entitlement indicator (May).</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Not entitled</value>
<value code="1">Part A only</value>
<value code="2">Part B only</value>
<value code="3">Part A and Part B</value>
<value code="A">Part A state buy-in</value>
<value code="B">Part B state buy-in</value>
<value code="C">Part A and Part B state buy-in</value>
</valueGroup>
</valueGroups>
<comment>
<p>This variable indicates whether the beneficiary was entitled to Part A, Part B, or both for a given month. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
<p>The variable also indicates whether the beneficiary�s state of residence paid his/her monthly premium for Part B coverage (and Part A if necessary). State Medicaid programs can pay those premiums for certain dual eligibles; this action is called �buying in� and so this variable is the �buy-in code.�</p>
</comment>
</variable>
<variable id="BUYIN06" label="Medicare Entitlement/Buy-In Indicator - June" shortName="BUYIN06" longName="MDCR_ENTLMT_BUYIN_IND_06" type="CHAR" length="1" source="CMS Common Medicare Environment (CME)">
<description>
<p>Monthly Part A and/or Part B entitlement indicator (June).</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Not entitled</value>
<value code="1">Part A only</value>
<value code="2">Part B only</value>
<value code="3">Part A and Part B</value>
<value code="A">Part A state buy-in</value>
<value code="B">Part B state buy-in</value>
<value code="C">Part A and Part B state buy-in</value>
</valueGroup>
</valueGroups>
<comment>
<p>This variable indicates whether the beneficiary was entitled to Part A, Part B, or both for a given month. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
<p>The variable also indicates whether the beneficiary�s state of residence paid his/her monthly premium for Part B coverage (and Part A if necessary). State Medicaid programs can pay those premiums for certain dual eligibles; this action is called �buying in� and so this variable is the �buy-in code.�</p>
</comment>
</variable>
<variable id="BUYIN07" label="Medicare Entitlement/Buy-In Indicator - July" shortName="BUYIN07" longName="MDCR_ENTLMT_BUYIN_IND_07" type="CHAR" length="1" source="CMS Common Medicare Environment (CME)">
<description>
<p>Monthly Part A and/or Part B entitlement indicator (July).</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Not entitled</value>
<value code="1">Part A only</value>
<value code="2">Part B only</value>
<value code="3">Part A and Part B</value>
<value code="A">Part A state buy-in</value>
<value code="B">Part B state buy-in</value>
<value code="C">Part A and Part B state buy-in</value>
</valueGroup>
</valueGroups>
<comment>
<p>This variable indicates whether the beneficiary was entitled to Part A, Part B, or both for a given month. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
<p>The variable also indicates whether the beneficiary�s state of residence paid his/her monthly premium for Part B coverage (and Part A if necessary).State Medicaid programs can pay those premiums for certain dual eligibles; this action is called �buying in� and so this variable is the �buy-in code.�</p>
</comment>
</variable>
<variable id="BUYIN08" label="Medicare Entitlement/Buy-In Indicator - August" shortName="BUYIN08" longName="MDCR_ENTLMT_BUYIN_IND_08" type="CHAR" length="1" source="CMS Common Medicare Environment (CME)">
<description>
<p>Monthly Part A and/or Part B entitlement indicator (August).</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Not entitled</value>
<value code="1">Part A only</value>
<value code="2">Part B only</value>
<value code="3">Part A and Part B</value>
<value code="A">Part A state buy-in</value>
<value code="B">Part B state buy-in</value>
<value code="C">Part A and Part B state buy-in</value>
</valueGroup>
</valueGroups>
<comment>
<p>This variable indicates whether the beneficiary was entitled to Part A, Part B, or both for a given month. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
<p>The variable also indicates whether the beneficiary�s state of residence paid his/her monthly premium for Part B coverage (and Part A if necessary). State Medicaid programs can pay those premiums for certain dual eligibles; this action is called �buying in� and so this variable is the �buy-in code.�</p>
</comment>
</variable>
<variable id="BUYIN09" label="Medicare Entitlement/Buy-In Indicator - September" shortName="BUYIN09" longName="MDCR_ENTLMT_BUYIN_IND_09" type="CHAR" length="1" source="CMS Common Medicare Environment (CME)">
<description>
<p>Monthly Part A and/or Part B entitlement indicator (September).</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Not entitled</value>
<value code="1">Part A only</value>
<value code="2">Part B only</value>
<value code="3">Part A and Part B</value>
<value code="A">Part A state buy-in</value>
<value code="B">Part B state buy-in</value>
<value code="C">Part A and Part B state buy-in</value>
</valueGroup>
</valueGroups>
<comment>
<p>This variable indicates whether the beneficiary was entitled to Part A, Part B, or both for a given month. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
<p>The variable also indicates whether the beneficiary�s state of residence paid his/her monthly premium for Part B coverage (and Part A if necessary). State Medicaid programs can pay those premiums for certain dual eligibles; this action is called �buying in� and so this variable is the �buy-in code.�</p>
</comment>
</variable>
<variable id="BUYIN10" label="Medicare Entitlement/Buy-In Indicator � October" shortName="BUYIN10" longName="MDCR_ENTLMT_BUYIN_IND_10" type="CHAR" length="1" source="CMS Common Medicare Environment (CME)">
<description>
<p>Monthly Part A and/or Part B entitlement indicator (October).</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Not entitled</value>
<value code="1">Part A only</value>
<value code="2">Part B only</value>
<value code="3">Part A and Part B</value>
<value code="A">Part A state buy-in</value>
<value code="B">Part B state buy-in</value>
<value code="C">Part A and Part B state buy-in</value>
</valueGroup>
</valueGroups>
<comment>
<p>This variable indicates whether the beneficiary was entitled to Part A, Part B, or both for a given month. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
<p>The variable also indicates whether the beneficiary�s state of residence paid his/her monthly premium for Part B coverage (and Part A if necessary). State Medicaid programs can pay those premiums for certain dual eligibles; this action is called �buying in� and so this variable is the �buy-in code.�</p>
</comment>
</variable>
<variable id="BUYIN11" label="Medicare Entitlement/Buy-In Indicator - November" shortName="BUYIN11" longName="MDCR_ENTLMT_BUYIN_IND_11" type="CHAR" length="1" source="CMS Common Medicare Environment (CME)">
<description>
<p>Monthly Part A and/or Part B entitlement indicator (November).</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Not entitled</value>
<value code="1">Part A only</value>
<value code="2">Part B only</value>
<value code="3">Part A and Part B</value>
<value code="A">Part A state buy-in</value>
<value code="B">Part B state buy-in</value>
<value code="C">Part A and Part B state buy-in</value>
</valueGroup>
</valueGroups>
<comment>
<p>This variable indicates whether the beneficiary was entitled to Part A, Part B, or both for a given month. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
<p>The variable also indicates whether the beneficiary�s state of residence paid his/her monthly premium for Part B coverage (and Part A if necessary). State Medicaid programs can pay those premiums for certain dual eligibles; this action is called �buying in� and so this variable is the �buy-in code.�</p>
</comment>
</variable>
<variable id="BUYIN12" label="Medicare Entitlement/Buy-In Indicator � December" shortName="BUYIN12" longName="MDCR_ENTLMT_BUYIN_IND_12" type="CHAR" length="1" source="CMS Common Medicare Environment (CME)">
<description>
<p>Monthly Part A and/or Part B entitlement indicator (December).</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Not entitled</value>
<value code="1">Part A only</value>
<value code="2">Part B only</value>
<value code="3">Part A and Part B</value>
<value code="A">Part A state buy-in</value>
<value code="B">Part B state buy-in</value>
<value code="C">Part A and Part B state buy-in</value>
</valueGroup>
</valueGroups>
<comment>
<p>This variable indicates whether the beneficiary was entitled to Part A, Part B, or both for a given month. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
<p>The variable also indicates whether the beneficiary�s state of residence paid his/her monthly premium for Part B coverage (and Part A if necessary).State Medicaid programs can pay those premiums for certain dual eligibles; this action is called �buying in� and so this variable is the �buy-in code.�</p>
</comment>
</variable>
<variable id="CNTY_CD" label="County code for beneficiary (SSA code)" shortName="CNTY_CD" longName="COUNTY_CD" type="CHAR" length="3" source="CMS Common Medicare Environment (CME)">
<description>
<p>This code specifies the Social Security Administration (SSA) code for the county of identified through the beneficiary mailing address of the beneficiary.</p>
</description>
<comment>
<p>Each state has a series of codes beginning with '000' for each county within that state.</p>
<p>Certain cities within that state have their own code. County codes must be combined with state codes in order to locate the specific county. The coding system is the SSA system, not the Federal Information Processing Standard (FIPS). In some cases, the code may not be the actual county where the beneficiary resides. CMS obtains the mailing address used for cash benefits or the mailing address used for other purposes (for example, premium billing) from Social Security Administration (SSA) and Railroad Retirement Board (RRB) Beneficiary Record Systems.</p>
</comment>
</variable>
<variable id="COVSTART" label="Medicare Coverage Start Date" shortName="COVSTART" longName="COVSTART" type="DATE" length="8" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable is the date when the beneficiary first became eligible for Medicare coverage (Part A or Part B).</p>
</description>
<comment>
<p>Historic date of 1st Medicare coverage (may be prior to 1999, which is the earliest claim files available through CCW)</p>
</comment>
</variable>
<variable id="CREC" label="Current Reason for Entitlement Code" shortName="CREC" longName="ENTLMT_RSN_CURR" type="CHAR" length="1" source="CMS Common Medicare Environment (CME)">
<description>
<p>Current reason for Medicare entitlement</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Old age and survivor�s insurance (OASI)</value>
<value code="1">Disability insurance benefits (DIB)</value>
<value code="2">End-stage renal disease (ESRD)</value>
<value code="3">Both DIB and ESRD</value>
</valueGroup>
</valueGroups>
<comment>
<p>This variable indicates how the beneficiary currently qualifies for Medicare. The current reason for entitlement can differ from the original reason that a beneficiary qualified for Medicare (see the OREC variable). CMS obtains this information from the Social Security Administration (SSA) and Railroad Retirement Board (RRB) record systems.</p>
</comment>
</variable>
<variable id="CRNT_BIC" label="Current Beneficiary Identification Code" shortName="CRNT_BIC" longName="CRNT_BIC_CD" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>The current beneficiary identification code (BIC) specifies the basis of the beneficiary�s eligibility for cash payment programs, mainly Social Security. When the individual qualifies under another person�s account (for example, as a spouse or child), the code identifies the type of relationship between the individual and primary beneficiary.</p>
</description>
<valueGroups>
<valueGroup>
<value code="10">Railroad Retirement Board (RRB) Retirement employee or annuitant</value>
<value code="11">RRB Survivor joint annuitant reduced benefits taken to insure benefits for surviving spouse</value>
<value code="13">RRB Child of RR annuitant or Widow of annuitant with a child in her care</value>
<value code="14">RRB Spouse of RR employee or annuitant husband or wife</value>
<value code="15">RRB Parent of annuitant</value>
<value code="16">RRB Widow/widower of RR annuitant</value>
<value code="17">RRB Disabled adult child of RR annuitant</value>
<value code="43">RRB Child of RR employee or Widow of employee with a child in her care</value>
<value code="45">RRB Parent of employee</value>
<value code="46">RRB Widow/widower of RR employee</value>
<value code="80">RRB RR pensioner age or disability</value>
<value code="83">RRB Widow of pensioner with a child in her care 84 = RRB Spouse of RR pensioner</value>
<value code="85">RRB Parent of pensioner</value>
<value code="86">RRB Widow/widower of RR pensioner</value>
<value code="A">Primary claimant</value>
<value code="B">Aged wife age 62 or over 1st claimant</value>
<value code="B1">Aged husband age 62 or over 1st claimant</value>
<value code="B2">Young wife with a child in her care 1st claimant</value>
<value code="B3">Aged wife 2nd claimant</value>
<value code="B4">Aged husband 2nd claimant</value>
<value code="B5">Young wife 2nd claimant</value>
<value code="B6">Divorced wife age 62 or over 1st claimant</value>
<value code="B7">Young wife 3rd claimant</value>
<value code="B8">Aged wife 3rd claimant</value>
<value code="B9">Divorced wife 2nd claimant</value>
<value code="BA">Aged wife 4th claimant</value>
<value code="BD">Aged wife 5th claimant</value>
<value code="BG">Aged husband 3rd claimant</value>
<value code="BH">Aged husband 4th claimant</value>
<value code="BJ">Aged husband 5th claimant</value>
<value code="BK">Young wife 4th claimant</value>
<value code="BL">Young wife 5th claimant</value>
<value code="BN">Divorced wife 3rd claimant</value>
<value code="BP">Divorced wife 4th claimant</value>
<value code="BQ">Divorced wife 5th claimant</value>
<value code="BR">Divorced husband 1st claimant</value>
<value code="BT">Divorced husband 2nd claimant</value>
<value code="BW">Young husband 2nd claimant</value>
<value code="BY">Young husband 1st claimant</value>
<value code="C1">Child includes minor student or disabled child 1st claimant</value>
<value code="C2">Child includes minor student or disabled child 2nd claimant</value>
<value code="C3">Child includes minor student or disabled child 3rd claimant</value>
<value code="C4">Child includes minor student or disabled child 4th claimant</value>
<value code="C5">Child includes minor student or disabled child 5th claimant</value>
<value code="C6">Child includes minor student or disabled child 6th claimant</value>
<value code="C7">Child includes minor student or disabled child 7th claimant</value>
<value code="C8">Child includes minor student or disabled child 8th claimant</value>
<value code="C9">Child includes minor student or disabled child 9th claimant</value>
<value code="CA">Child includes minor student or disabled child 10th claimant</value>
<value code="CB">Child includes minor student or disabled child 11th claimant</value>
<value code="CC">Child includes minor student or disabled child 12th claimant</value>
<value code="CD">Child includes minor student or disabled child 13th claimant</value>
<value code="CE">Child includes minor student or disabled child 14th claimant</value>
<value code="CF">Child includes minor student or disabled child 15th claimant</value>
<value code="CG">Child includes minor student or disabled child 16th claimant</value>
<value code="CH">Child includes minor student or disabled child 17th claimant</value>
<value code="CI">Child includes minor student or disabled child 18th claimant</value>
<value code="CJ">Child includes minor student or disabled child 19th claimant</value>
<value code="CK">Child includes minor student or disabled child 20th claimant</value>
<value code="CL">Child includes minor student or disabled child 21st claimant</value>
<value code="CM">Child includes minor student or disabled child 22nd claimant</value>
<value code="CN">Child includes minor student or disabled child 23rd claimant</value>
<value code="CO">Child includes minor student or disabled child 24th claimant</value>
<value code="CP">Child includes minor student or disabled child 25th claimant</value>
<value code="CQ">Child includes minor student or disabled child 26th claimant</value>
<value code="CR">Child includes minor student or disabled child 27th claimant</value>
<value code="CS">Child includes minor student or disabled child 28th claimant</value>
<value code="CT">Child includes minor student or disabled child 29th claimant</value>
<value code="CU">Child includes minor student or disabled child 30th claimant</value>
<value code="CV">Child includes minor student or disabled child 31st claimant</value>
<value code="CW">Child includes minor student or disabled child 32nd claimant</value>
<value code="CX">Child includes minor student or disabled child 33rd claimant</value>
<value code="CY">Child includes minor student or disabled child 34th claimant</value>
<value code="CZ">Child includes minor student or disabled child 35th claimant</value>
<value code="D">Aged widow 60 or over 1st claimant</value>
<value code="D1">Aged widower age 60 or over 1st claimant</value>
<value code="D2">Aged widow 2nd claimant</value>
<value code="D3">Aged widower 2nd claimant</value>
<value code="D4">Widow remarried after attainment of age 60 1st claimant</value>
<value code="D5">Widower remarried after attainment of age 60 1st claimant</value>
<value code="D6">Surviving divorced wife age 60 or over 1st claimant</value>
<value code="D7">Surviving divorced wife 2nd claimant D8 = Aged widow 3rd claimant</value>
<value code="D9">Remarried widow 2nd claimant DA = Remarried widow 3rd claimant</value>
<value code="DC">Surviving divorced husband 1st claimant</value>
<value code="DD">Aged widow 4th claimant</value>
<value code="DG">Aged widow 5th claimant</value>
<value code="DH">Aged widower 3rd claimant</value>
<value code="DJ">Aged widower 4th claimant</value>
<value code="DK">Aged widower 5th claimant</value>
<value code="DL">Remarried widow 4th claimant</value>
<value code="DM">Surviving divorced husband 2nd claimant</value>
<value code="DN">Remarried widow 5th claimant</value>
<value code="DP">Remarried widower 2nd claimant</value>
<value code="DQ">Remarried widower 3rd claimant</value>
<value code="DR">Remarried widower 4th claimant</value>
<value code="DS">Surviving divorced husband 3rd claimant</value>
<value code="DT">Remarried widower 5th claimant</value>
<value code="DV">Surviving divorced wife 3rd claimant</value>
<value code="DW">Surviving divorced wife 4th claimant</value>
<value code="DX">Surviving divorced husband 4th claimant</value>
<value code="DY">Surviving divorced wife 5th claimant</value>
<value code="DZ">Surviving divorced husband 5th claimant</value>
<value code="E">Mother widow 1st claimant</value>
<value code="E1">Surviving divorced mother 1st claimant</value>
<value code="E2">Mother widow 2nd claimant</value>
<value code="E3">Surviving divorced mother 2nd claimant</value>
<value code="E4">Father widower 1st claimant</value>
<value code="E5">Surviving divorced father widower 1st claimant</value>
<value code="E6">Father widower 2nd claimant</value>
<value code="E7">Mother widow 3rd claimant</value>
<value code="E8">Mother widow 4th claimant</value>
<value code="E9">Surviving divorced father widower 2nd claimant</value>
<value code="EA">Mother widow 5th claimant</value>
<value code="EB">Surviving divorced mother 3rd claimant</value>
<value code="EC">Surviving divorced mother 4th claimant</value>
<value code="ED">Surviving divorced mother 5th claimant</value>
<value code="EF">Father widower 3rd claimant</value>
<value code="EG">Father widower 4th claimant</value>
<value code="EH">Father widower 5th claimant</value>
<value code="EJ">Surviving divorced father 3rd claimant</value>
<value code="EK">Surviving divorced father 4th claimant</value>
<value code="EM">Surviving divorced father 5th claimant</value>
<value code="F1">Father</value>
<value code="F2">Mother</value>
<value code="F3">Stepfather</value>
<value code="F4">Stepmother</value>
<value code="F5">Adopting father</value>
<value code="F6">Adopting mother</value>
<value code="F7">Second alleged father</value>
<value code="F8">Second alleged mother</value>
<value code="J1">Primary prouty entitled to HIB less than 3 QC general fund</value>
<value code="J2">Primary prouty entitled to HIB over 2 QC RSI trust fund</value>
<value code="J3">Primary prouty not entitled to HIB less than 3 QC general fund</value>
<value code="J4">Primary prouty not entitled to HIB over 2 QC RSI trust fund</value>
<value code="K1">Prouty wife entitled to HIB less than 3 QC general fund 1st claimant</value>
<value code="K2">Prouty wife entitled to HIB over 2 QC RSI trust fund 1st claimant</value>
<value code="K3">Prouty wife not entitled to HIB less than 3 QC general fund 1st claimant</value>
<value code="K4">Prouty wife not entitled to HIB over 2 QC RSI trust fund 1st claimant</value>
<value code="K5">Prouty wife entitled to HIB less than 3 QC general fund 2nd claimant</value>
<value code="K6">Prouty wife entitled to HIB over 2 QC RSI trust fund 2nd claimant</value>
<value code="K7">Prouty wife not entitled to HIB less than 3 QC general fund 2nd claimant</value>
<value code="K8">Prouty wife not entitled to HIB over 2 QC RSI trust fund 2nd claimant</value>
<value code="K9">Prouty wife entitled to HIB less than 3 QC general fund 3rd claimant</value>
<value code="KA">Prouty wife entitled to HIB over 2 QC RSI trust fund 3rd claimant</value>
<value code="KB">Prouty wife not entitled to HIB less than 3 QC general fund 3rd claimant</value>
<value code="KC">Prouty wife not entitled to HIB over 2 QC RSI trust fund 3rd claimant</value>
<value code="KD">Prouty wife entitled to HIB less than 3 QC general fund 4th claimant</value>
<value code="KE">Prouty wife entitled to HIB over 2 QC 4th claimant</value>
<value code="KF">Prouty wife not entitled to HIB less than 3 QC 4th claimant</value>
<value code="KG">Prouty wife not entitled to HIB over 2 QC 4th claimant</value>
<value code="KH">Prouty wife entitled to HIB less than 3 QC 5th claimant</value>
<value code="KJ">Prouty wife entitled to HIB over 2 QC 5th claimant</value>
<value code="KL">Prouty wife not entitled to HIB less than 3 QC 5th claimant</value>
<value code="KM">Prouty wife not entitled to HIB over 2 QC 5th claimant</value>
<value code="M">Uninsured not qualified for deemed HIB</value>
<value code="M1">Uninsured qualified but refused HIB</value>
<value code="T">Uninsured entitled to HIB under deemed or renal provisions</value>
<value code="TA">Medicare Qualified Government Employment (MQGE) primary claimant</value>
<value code="TB">MQGE aged spouse first claimant</value>
<value code="TC">MQGE disabled adult child first claimant</value>
<value code="TD">MQGE aged widower first claimant</value>
<value code="TE">MQGE young widower first claimant</value>
<value code="TF">MQGE parent male</value>
<value code="TG">MQGE aged spouse second claimant</value>
<value code="TH">MQGE aged spouse third claimant</value>
<value code="TJ">MQGE aged spouse fourth claimant</value>
<value code="TK">MQGE aged spouse fifth claimant</value>
<value code="TL">MQGE aged widower second claimant</value>
<value code="TM">MQGE aged widower third claimant</value>
<value code="TN">MQGE aged widower fourth claimant</value>
<value code="TP">MQGE aged widower fifth claimant</value>
<value code="TQ">MQGE parent female</value>
<value code="TR">MQGE young widower second claimant</value>
<value code="TS">MQGE young widower third claimant</value>
<value code="TT">MQGE young widower fourth claimant</value>
<value code="TU">MQGE young widower fifth claimant</value>
<value code="TV">MQGE disabled widower fifth claimant</value>
<value code="TW">MQGE disabled widower first claimant</value>
<value code="TX">MQGE disabled widower second claimant</value>
<value code="TY">MQGE disabled widower third claimant</value>
<value code="TZ">MQGE disabled widower fourth claimant</value>
<value code="T2">Disabled child 2nd claimant</value>
<value code="T3">Disabled child 3rd claimant</value>
<value code="T4">Disabled child 4th claimant</value>
<value code="T5">Disabled child 5th claimant</value>
<value code="T6">Disabled child 6th claimant</value>
<value code="T7">Disabled child 7th claimant</value>
<value code="T8">Disabled child 8th claimant</value>
<value code="T9">Disabled child 9th claimant</value>
<value code="W">Disabled widow age 50 or over 1st claimant</value>
<value code="W1">Disabled widower age 50 or over 1st claimant</value>
<value code="W2">Disabled widow 2nd claimant</value>
<value code="W3">Disabled widower 2nd claimant</value>
<value code="W4">Disabled widow 3rd claimant</value>
<value code="W5">Disabled widower 3rd claimant</value>
<value code="W6">Disabled surviving divorced wife 1st claimant</value>
<value code="W7">Disabled surviving divorced wife 2nd claimant</value>
<value code="W8">Disabled surviving divorced wife 3rd claimant</value>
<value code="W9">Disabled widow 4th claimant</value>
<value code="WB">Disabled widower 4th claimant</value>
<value code="WC">Disabled surviving divorced wife 4th claimant</value>
<value code="WF">Disabled widow 5th claimant</value>
<value code="WG">Disabled widower 5th claimant</value>
<value code="WJ">Disabled surviving divorced wife 5th claimant</value>
<value code="WR">Disabled surviving divorced husband 1st claimant</value>
<value code="WT">Disabled surviving divorced husband 2nd claimant</value>
</valueGroup>
</valueGroups>
<comment>
<p>This information is originally from the CMS Denominator file, which means that the final value for the year is used.</p>
</comment>
</variable>
<variable id="CSTSHR01" label="Monthly cost sharing group under Part D low-income subsidy - January" shortName="CSTSHR01" longName="CST_SHR_GRP_CD_01" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates the beneficiary�s Part D low-income subsidy cost sharing group for a given month (January). The Part D benefit requires enrollees to pay both premiums and cost-sharing, but the program also has a low-income subsidy (LIS) that covers some or all of those costs for certain low-income individuals, including deductibles and cost-sharing during the coverage gap.</p>
</description>
<valueGroups>
<valueGroup>
<value code="00">Not Medicare enrolled for the month</value>
<value code="01">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and no copayment</value>
<value code="02">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and low copayment</value>
<value code="03">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and high copayment</value>
<value code="04">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and high copayment</value>
<value code="05">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and 15% copayment</value>
<value code="06">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 75% premium subsidy and 15% copayment</value>
<value code="07">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 50% premium subsidy and 15% copayment</value>
<value code="08">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 25% premium subsidy and 15% copayment</value>
<value code="09">Beneficiary enrolled in Parts A and/or B, and Part D; no premium or cost sharing subsidy</value>
<value code="10">Beneficiary enrolled in Parts A and/or B, but not Part D enrolled</value>
<value code="13">Beneficiary enrolled in Parts A and/or B, but not Part D; employer receives RDS subsidy</value>
<value code="Null/missing">Beneficiary was not found in cost sharing group data</value>
</valueGroup>
</valueGroups>
<comment>
<p>CMS identifies beneficiaries with fully-subsidized Part D coverage by looking for individuals that have a 01, 02, or 03 for the month. Other beneficiaries who are eligible for the LIS but do not receive a full subsidy have a 04, 05, 06, 07, or 08. The remaining values indicate that the individual is not eligible for subsidized Part D coverage. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="CSTSHR02" label="Monthly cost sharing group under Part D low-income subsidy - February" shortName="CSTSHR02" longName="CST_SHR_GRP_CD_02" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates the beneficiary�s Part D low-income subsidy cost sharing group for a given month (February). The Part D benefit requires enrollees to pay both premiums and cost-sharing, but the program also has a low-income subsidy (LIS) that covers some or all of those costs for certain low-income individuals, including deductibles and cost-sharing during the coverage gap.</p>
</description>
<valueGroups>
<valueGroup>
<value code="00">Not Medicare enrolled for the month</value>
<value code="01">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and no copayment</value>
<value code="02">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and low copayment</value>
<value code="03">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and high copayment</value>
<value code="04">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and high copayment</value>
<value code="05">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and 15% copayment</value>
<value code="06">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 75% premium subsidy and 15% copayment</value>
<value code="07">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 50% premium subsidy and 15% copayment</value>
<value code="08">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 25% premium subsidy and 15% copayment</value>
<value code="09">Beneficiary enrolled in Parts A and/or B, and Part D; no premium or cost sharing subsidy</value>
<value code="10">Beneficiary enrolled in Parts A and/or B, but not Part D enrolled</value>
<value code="13">Beneficiary enrolled in Parts A and/or B, but not Part D; employer receives RDS subsidy</value>
<value code="Null/missing">Beneficiary was not found in cost sharing group data</value>
</valueGroup>
</valueGroups>
<comment>
<p>CMS identifies beneficiaries with fully-subsidized Part D coverage by looking for individuals that have a 01, 02, or 03 for the month. Other beneficiaries who are eligible for the LIS but do not receive a full subsidy have a 04, 05, 06, 07, or 08. The remaining values indicate that the individual is not eligible for subsidized Part D coverage. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="CSTSHR03" label="Monthly cost sharing group under Part D low-income subsidy - March" shortName="CSTSHR03" longName="CST_SHR_GRP_CD_03" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates the beneficiary�s Part D low-income subsidy cost sharing group for a given month (March). The Part D benefit requires enrollees to pay both premiums and cost-sharing, but the program also has a low-income subsidy (LIS) that covers some or all of those costs for certain low-income individuals, including deductibles and cost-sharing during the coverage gap.</p>
</description>
<valueGroups>
<valueGroup>
<value code="00">Not Medicare enrolled for the month</value>
<value code="01">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and no copayment</value>
<value code="02">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and low copayment</value>
<value code="03">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and high copayment</value>
<value code="04">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and high copayment</value>
<value code="05">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and 15% copayment</value>
<value code="06">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 75% premium subsidy and 15% copayment</value>
<value code="07">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 50% premium subsidy and 15% copayment</value>
<value code="08">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 25% premium subsidy and 15% copayment</value>
<value code="09">Beneficiary enrolled in Parts A and/or B, and Part D; no premium or cost sharing subsidy</value>
<value code="10">Beneficiary enrolled in Parts A and/or B, but not Part D enrolled</value>
<value code="13">Beneficiary enrolled in Parts A and/or B, but not Part D; employer receives RDS subsidy</value>
<value code="Null/missing">Beneficiary was not found in cost sharing group data</value>
</valueGroup>
</valueGroups>
<comment>
<p>CMS identifies beneficiaries with fully-subsidized Part D coverage by looking for individuals that have a 01, 02, or 03 for the month. Other beneficiaries who are eligible for the LIS but do not receive a full subsidy have a 04, 05, 06, 07, or 08. The remaining values indicate that the individual is not eligible for subsidized Part D coverage. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="CSTSHR04" label="Monthly cost sharing group under Part D low-income subsidy - April" shortName="CSTSHR04" longName="CST_SHR_GRP_CD_04" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates the beneficiary�s Part D low-income subsidy cost sharing group for a given month (April). The Part D benefit requires enrollees to pay both premiums and cost-sharing, but the program also has a low-income subsidy (LIS) that covers some or all of those costs for certain low-income individuals, including deductibles and cost-sharing during the coverage gap.</p>
</description>
<valueGroups>
<valueGroup>
<value code="00">Not Medicare enrolled for the month</value>
<value code="01">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and no copayment</value>
<value code="02">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and low copayment</value>
<value code="03">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and high copayment</value>
<value code="04">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and high copayment</value>
<value code="05">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and 15% copayment</value>
<value code="06">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 75% premium subsidy and 15% copayment</value>
<value code="07">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 50% premium subsidy and 15% copayment</value>
<value code="08">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 25% premium subsidy and 15% copayment</value>
<value code="09">Beneficiary enrolled in Parts A and/or B, and Part D; no premium or cost sharing subsidy</value>
<value code="10">Beneficiary enrolled in Parts A and/or B, but not Part D enrolled</value>
<value code="13">Beneficiary enrolled in Parts A and/or B, but not Part D; employer receives RDS subsidy</value>
<value code="Null/missing">Beneficiary was not found in cost sharing group data</value>
</valueGroup>
</valueGroups>
<comment>
<p>CMS identifies beneficiaries with fully-subsidized Part D coverage by looking for individuals that have a 01, 02, or 03 for the month. Other beneficiaries who are eligible for the LIS but do not receive a full subsidy have a 04, 05, 06, 07, or 08. The remaining values indicate that the individual is not eligible for subsidized Part D coverage. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="CSTSHR05" label="Monthly cost sharing group under Part D low-income subsidy - May" shortName="CSTSHR05" longName="CST_SHR_GRP_CD_05" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates the beneficiary�s Part D low-income subsidy cost sharing group for a given month (May). The Part D benefit requires enrollees to pay both premiums and cost-sharing, but the program also has a low-income subsidy (LIS) that covers some or all of those costs for certain low-income individuals, including deductibles and cost-sharing during the coverage gap.</p>
</description>
<valueGroups>
<valueGroup>
<value code="00">Not Medicare enrolled for the month</value>
<value code="01">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and no copayment</value>
<value code="02">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and low copayment</value>
<value code="03">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and high copayment</value>
<value code="04">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and high copayment</value>
<value code="05">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and 15% copayment</value>
<value code="06">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 75% premium subsidy and 15% copayment</value>
<value code="07">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 50% premium subsidy and 15% copayment</value>
<value code="08">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 25% premium subsidy and 15% copayment</value>
<value code="09">Beneficiary enrolled in Parts A and/or B, and Part D; no premium or cost sharing subsidy</value>
<value code="10">Beneficiary enrolled in Parts A and/or B, but not Part D enrolled</value>
<value code="13">Beneficiary enrolled in Parts A and/or B, but not Part D; employer receives RDS subsidy</value>
<value code="Null/missing">Beneficiary was not found in cost sharing group data</value>
</valueGroup>
</valueGroups>
<comment>
<p>CMS identifies beneficiaries with fully-subsidized Part D coverage by looking for individuals that have a 01, 02, or 03 for the month. Other beneficiaries who are eligible for the LIS but do not receive a full subsidy have a 04, 05, 06, 07, or 08. The remaining values indicate that the individual is not eligible for subsidized Part D coverage. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="CSTSHR06" label="Monthly cost sharing group under Part D low-income subsidy - June" shortName="CSTSHR06" longName="CST_SHR_GRP_CD_06" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates the beneficiary�s Part D low-income subsidy cost sharing group for a given month (June). The Part D benefit requires enrollees to pay both premiums and cost-sharing, but the program also has a low-income subsidy (LIS) that covers some or all of those costs for certain low-income individuals, including deductibles and cost-sharing during the coverage gap.</p>
</description>
<valueGroups>
<valueGroup>
<value code="00">Not Medicare enrolled for the month</value>
<value code="01">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and no copayment</value>
<value code="02">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and low copayment</value>
<value code="03">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and high copayment</value>
<value code="04">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and high copayment</value>
<value code="05">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and 15% copayment</value>
<value code="06">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 75% premium subsidy and 15% copayment</value>
<value code="07">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 50% premium subsidy and 15% copayment</value>
<value code="08">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 25% premium subsidy and 15% copayment</value>
<value code="09">Beneficiary enrolled in Parts A and/or B, and Part D; no premium or cost sharing subsidy</value>
<value code="10">Beneficiary enrolled in Parts A and/or B, but not Part D enrolled</value>
<value code="13">Beneficiary enrolled in Parts A and/or B, but not Part D; employer receives RDS subsidy</value>
<value code="Null/missing">Beneficiary was not found in cost sharing group data</value>
</valueGroup>
</valueGroups>
<comment>
<p>CMS identifies beneficiaries with fully-subsidized Part D coverage by looking for individuals that have a 01, 02, or 03 for the month. Other beneficiaries who are eligible for the LIS but do not receive a full subsidy have a 04, 05, 06, 07, or 08.The remaining values indicate that the individual is not eligible for subsidized Part D coverage. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="CSTSHR07" label="Monthly cost sharing group under Part D low-income subsidy July" shortName="CSTSHR07" longName="CST_SHR_GRP_CD_07" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates the beneficiary�s Part D low-income subsidy cost sharing group for a given month (July). The Part D benefit requires enrollees to pay both premiums and cost-sharing, but the program also has a low-income subsidy (LIS) that covers some or all of those costs for certain low-income individuals, including deductibles and cost-sharing during the coverage gap.</p>
</description>
<valueGroups>
<valueGroup>
<value code="00">Not Medicare enrolled for the month</value>
<value code="01">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and no copayment</value>
<value code="02">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and low copayment</value>
<value code="03">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and high copayment</value>
<value code="04">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and high copayment</value>
<value code="05">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and 15% copayment</value>
<value code="06">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 75% premium subsidy and 15% copayment</value>
<value code="07">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 50% premium subsidy and 15% copayment</value>
<value code="08">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 25% premium subsidy and 15% copayment</value>
<value code="09">Beneficiary enrolled in Parts A and/or B, and Part D; no premium or cost sharing subsidy</value>
<value code="10">Beneficiary enrolled in Parts A and/or B, but not Part D enrolled</value>
<value code="13">Beneficiary enrolled in Parts A and/or B, but not Part D; employer receives RDS subsidy</value>
<value code="Null/missing">Beneficiary was not found in cost sharing group data</value>
</valueGroup>
</valueGroups>
<comment>
<p>CMS identifies beneficiaries with fully-subsidized Part D coverage by looking for individuals that have a 01, 02, or 03 for the month. Other beneficiaries who are eligible for the LIS but do not receive a full subsidy have a 04, 05, 06, 07, or 08. The remaining values indicate that the individual is not eligible for subsidized Part D coverage. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="CSTSHR08" label="Monthly cost sharing group under Part D low-income subsidy August" shortName="CSTSHR08" longName="CST_SHR_GRP_CD_08" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates the beneficiary�s Part D low-income subsidy cost sharing group for a given month (August). The Part D benefit requires enrollees to pay both premiums and cost-sharing, but the program also has a low-income subsidy (LIS) that covers some or all of those costs for certain low-income individuals, including deductibles and cost-sharing during the coverage gap.</p>
</description>
<valueGroups>
<valueGroup>
<value code="00">Not Medicare enrolled for the month</value>
<value code="01">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and no copayment</value>
<value code="02">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and low copayment</value>
<value code="03">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and high copayment</value>
<value code="04">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and high copayment</value>
<value code="05">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and 15% copayment</value>
<value code="06">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 75% premium subsidy and 15% copayment</value>
<value code="07">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 50% premium subsidy and 15% copayment</value>
<value code="08">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 25% premium subsidy and 15% copayment</value>
<value code="09">Beneficiary enrolled in Parts A and/or B, and Part D; no premium or cost sharing subsidy</value>
<value code="10">Beneficiary enrolled in Parts A and/or B, but not Part D enrolled</value>
<value code="13">Beneficiary enrolled in Parts A and/or B, but not Part D; employer receives RDS subsidy</value>
<value code="Null/missing">Beneficiary was not found in cost sharing group data</value>
</valueGroup>
</valueGroups>
<comment>
<p>CMS identifies beneficiaries with fully-subsidized Part D coverage by looking for individuals that have a 01, 02, or 03 for the month. Other beneficiaries who are eligible for the LIS but do not receive a full subsidy have a 04, 05, 06, 07, or 08. The remaining values indicate that the individual is not eligible for subsidized Part D coverage. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="CSTSHR09" label="Monthly cost sharing group under Part D low-income subsidy - September" shortName="CSTSHR09" longName="CST_SHR_GRP_CD_09" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates the beneficiary�s Part D low-income subsidy cost sharing group for a given month (September). The Part D benefit requires enrollees to pay both premiums and cost-sharing, but the program also has a low-income subsidy (LIS) that covers some or all of those costs for certain low-income individuals, including deductibles and cost-sharing during the coverage gap.</p>
</description>
<valueGroups>
<valueGroup>
<value code="00">Not Medicare enrolled for the month</value>
<value code="01">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and no copayment</value>
<value code="02">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and low copayment</value>
<value code="03">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and high copayment</value>
<value code="04">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and high copayment</value>
<value code="05">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and 15% copayment</value>
<value code="06">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 75% premium subsidy and 15% copayment</value>
<value code="07">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 50% premium subsidy and 15% copayment</value>
<value code="08">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 25% premium subsidy and 15% copayment</value>
<value code="09">Beneficiary enrolled in Parts A and/or B, and Part D; no premium or cost sharing subsidy</value>
<value code="10">Beneficiary enrolled in Parts A and/or B, but not Part D enrolled</value>
<value code="13">Beneficiary enrolled in Parts A and/or B, but not Part D; employer receives RDS subsidy</value>
<value code="Null/missing">Beneficiary was not found in cost sharing group data</value>
</valueGroup>
</valueGroups>
<comment>
<p>CMS identifies beneficiaries with fully-subsidized Part D coverage by looking for individuals that have a 01, 02, or 03 for the month. Other beneficiaries who are eligible for the LIS but do not receive a full subsidy have a 04, 05, 06, 07, or 08. The remaining values indicate that the individual is not eligible for subsidized Part D coverage. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="CSTSHR10" label="Monthly cost sharing group under Part D low-income subsidy - October" shortName="CSTSHR10" longName="CST_SHR_GRP_CD_10" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates the beneficiary�s Part D low-income subsidy cost sharing group for a given month (October). The Part D benefit requires enrollees to pay both premiums and cost-sharing, but the program also has a low-income subsidy (LIS) that covers some or all of those costs for certain low-income individuals, including deductibles and cost-sharing during the coverage gap.</p>
</description>
<valueGroups>
<valueGroup>
<value code="00">Not Medicare enrolled for the month</value>
<value code="01">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and no copayment</value>
<value code="02">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and low copayment</value>
<value code="03">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and high copayment</value>
<value code="04">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and high copayment</value>
<value code="05">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and 15% copayment</value>
<value code="06">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 75% premium subsidy and 15% copayment</value>
<value code="07">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 50% premium subsidy and 15% copayment</value>
<value code="08">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 25% premium subsidy and 15% copayment</value>
<value code="09">Beneficiary enrolled in Parts A and/or B, and Part D; no premium or cost sharing subsidy</value>
<value code="10">Beneficiary enrolled in Parts A and/or B, but not Part D enrolled</value>
<value code="13">Beneficiary enrolled in Parts A and/or B, but not Part D; employer receives RDS subsidy</value>
<value code="Null/missing">Beneficiary was not found in cost sharing group data</value>
</valueGroup>
</valueGroups>
<comment>
<p>CMS identifies beneficiaries with fully-subsidized Part D coverage by looking for individuals that have a 01, 02, or 03 for the month. Other beneficiaries who are eligible for the LIS but do not receive a full subsidy have a 04, 05, 06, 07, or 08. The remaining values indicate that the individual is not eligible for subsidized Part D coverage. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="CSTSHR11" label="Monthly cost sharing group under Part D low-income subsidy - November" shortName="CSTSHR11" longName="CST_SHR_GRP_CD_11" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates the beneficiary�s Part D low-income subsidy cost sharing group for a given month (November). The Part D benefit requires enrollees to pay both premiums and cost-sharing, but the program also has a low-income subsidy (LIS) that covers some or all of those costs for certain low-income individuals, including deductibles and cost-sharing during the coverage gap.</p>
</description>
<valueGroups>
<valueGroup>
<value code="00">Not Medicare enrolled for the month</value>
<value code="01">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and no copayment</value>
<value code="02">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and low copayment</value>
<value code="03">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and high copayment</value>
<value code="04">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and high copayment</value>
<value code="05">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and 15% copayment</value>
<value code="06">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 75% premium subsidy and 15% copayment</value>
<value code="07">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 50% premium subsidy and 15% copayment</value>
<value code="08">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 25% premium subsidy and 15% copayment</value>
<value code="09">Beneficiary enrolled in Parts A and/or B, and Part D; no premium or cost sharing subsidy</value>
<value code="10">Beneficiary enrolled in Parts A and/or B, but not Part D enrolled</value>
<value code="13">Beneficiary enrolled in Parts A and/or B, but not Part D; employer receives RDS subsidy</value>
<value code="Null/missing">Beneficiary was not found in cost sharing group data</value>
</valueGroup>
</valueGroups>
<comment>
<p>CMS identifies beneficiaries with fully-subsidized Part D coverage by looking for individuals that have a 01, 02, or 03 for the month. Other beneficiaries who are eligible for the LIS but do not receive a full subsidy have a 04, 05, 06, 07, or 08. The remaining values indicate that the individual is not eligible for subsidized Part D coverage. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="CSTSHR12" label="Monthly cost sharing group under Part D low-income subsidy - December" shortName="CSTSHR12" longName="CST_SHR_GRP_CD_12" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates the beneficiary�s Part D low-income subsidy cost sharing group for a given month (December). The Part D benefit requires enrollees to pay both premiums and cost-sharing, but the program also has a low-income subsidy (LIS) that covers some or all of those costs for certain low-income individuals, including deductibles and cost-sharing during the coverage gap.</p>
</description>
<valueGroups>
<valueGroup>
<value code="00">Not Medicare enrolled for the month</value>
<value code="01">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and no copayment</value>
<value code="02">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and low copayment</value>
<value code="03">Beneficiary enrolled in Parts A and/or B, and Part D; deemed eligible for LIS with 100% premium subsidy and high copayment</value>
<value code="04">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and high copayment</value>
<value code="05">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 100% premium subsidy and 15% copayment</value>
<value code="06">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 75% premium subsidy and 15% copayment</value>
<value code="07">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 50% premium subsidy and 15% copayment</value>
<value code="08">Beneficiary enrolled in Parts A and/or B, and Part D; enrolled in LIS with 25% premium subsidy and 15% copayment</value>
<value code="09">Beneficiary enrolled in Parts A and/or B, and Part D; no premium or cost sharing subsidy</value>
<value code="10">Beneficiary enrolled in Parts A and/or B, but not Part D enrolled</value>
<value code="13">Beneficiary enrolled in Parts A and/or B, but not Part D; employer receives RDS subsidy</value>
<value code="Null/missing">Beneficiary was not found in cost sharing group data</value>
</valueGroup>
</valueGroups>
<comment>
<p>CMS identifies beneficiaries with fully-subsidized Part D coverage by looking for individuals that have a 01, 02, or 03 for the month. Other beneficiaries who are eligible for the LIS but do not receive a full subsidy have a 04, 05, 06, 07, or 08.The remaining values indicate that the individual is not eligible for subsidized Part D coverage. There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="DEATH_DT" label="Date of Death" shortName="DEATH_DT" longName="BENE_DEATH_DT TYPE: DATE" length="8" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates the date of death of the beneficiary. A null value means that no death date was reported for the beneficiary.</p>
</description>
<comment>
<p>Many of these dates have not been verified with official U.S. records; the valid date of death switch variable (BENE_VALID_DEATH_DT_SW) identifies the death dates which have been verified.</p>
</comment>
</variable>
<variable id="DUAL_01" label="Monthly Medicare-Medicaid dual eligibility code - January" shortName="DUAL_01" longName="DUAL_STUS_CD_01" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates whether the beneficiary was eligible for both Medicare and Medicaid in a given month (January).</p>
</description>
<valueGroups>
<valueGroup>
<value code="NA">Non-Medicaid</value>
<value code="00">Not enrolled in Medicare for the month</value>
<value code="01">Qualified Medicare Beneficiary (QMB)-only</value>
<value code="02">QMB and full Medicaid coverage, including prescription drugs</value>
<value code="03">Specified Low-Income Medicare Beneficiary (SLMB)-only</value>
<value code="04">SLMB and full Medicaid coverage, including prescription drugs</value>
<value code="05">Qualified Disabled Working Individual (QDWI)</value>
<value code="06">Qualifying individuals (QI)</value>
<value code="08">Other dual eligible (not QMB, SLMB, QWDI, or QI) with full Medicaid coverage, including prescription Drugs</value>
<value code="09">Other dual eligible, but without Medicaid coverage</value>
<value code="99">Unknown</value>
</valueGroup>
</valueGroups>
<comment>
<p>The original source for this variable is the State Medicare Modernization Act (MMA) files that states submit to CMS. Those files are considered the �gold standard� for identifying dual eligibles because the information in them is used to determine the level of Medicare Part D low-income subsidies. Dual eligibles are often divided into �full duals� and �partial duals� based on the level of Medicaid benefits they receive. CMS generally considers beneficiaries to be full duals if they have values of 02, 04, or 08, and to be partial duals if they have values of 01, 03, 05, or 06. Partial duals sometimes divided into the QMB-only population (01) and all other partial duals (03, 05, or 06). There are different ways to classify dually eligible beneficiaries. Additional information regarding various ways to identify dually enrolled populations, refer to a CCW Technical Guidance document entitled: "Options in Determining Dual Eligibles". There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="DUAL_02" label="Monthly Medicare-Medicaid dual eligibility code - February" shortName="DUAL_02" longName="DUAL_STUS_CD_02" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates whether the beneficiary was eligible for both Medicare and Medicaid in a given month (February).</p>
</description>
<valueGroups>
<valueGroup>
<value code="NA">Non-Medicaid</value>
<value code="00">Not enrolled in Medicare for the month</value>
<value code="01">Qualified Medicare Beneficiary (QMB)-only</value>
<value code="02">QMB and full Medicaid coverage, including prescription drugs</value>
<value code="03">Specified Low-Income Medicare Beneficiary (SLMB)-only</value>
<value code="04">SLMB and full Medicaid coverage, including prescription drugs</value>
<value code="05">Qualified Disabled Working Individual (QDWI)</value>
<value code="06">Qualifying individuals (QI)</value>
<value code="08">Other dual eligible (not QMB, SLMB, QWDI, or QI) with full Medicaid coverage, including prescription Drugs</value>
<value code="09">Other dual eligible, but without Medicaid coverage</value>
<value code="99">Unknown</value>
</valueGroup>
</valueGroups>
<comment>
<p>The original source for this variable is the State Medicare Modernization Act (MMA) files that states submit to CMS. Those files are considered the �gold standard� for identifying dual eligibles because the information in them is used to determine the level of Medicare Part D low-income subsidies. Dual eligibles are often divided into �full duals� and �partial duals� based on the level of Medicaid benefits they receive. CMS generally considers beneficiaries to be full duals if they have values of 02, 04, or 08, and to be partial duals if they have values of 01, 03, 05, or 06. Partial duals sometimes divided into the QMB-only population (01) and all other partial duals (03, 05, or 06). There are different ways to classify dually eligible beneficiaries. Additional information regarding various ways to identify dually enrolled populations, refer to a CCW Technical Guidance document entitled: "Options in Determining Dual Eligibles". There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="DUAL_03" label="Monthly Medicare-Medicaid dual eligibility code - March" shortName="DUAL_03" longName="DUAL_STUS_CD_03" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates whether the beneficiary was eligible for both Medicare and Medicaid in a given month (March).</p>
</description>
<valueGroups>
<valueGroup>
<value code="NA">Non-Medicaid</value>
<value code="00">Not enrolled in Medicare for the month</value>
<value code="01">Qualified Medicare Beneficiary (QMB)-only</value>
<value code="02">QMB and full Medicaid coverage, including prescription drugs</value>
<value code="03">Specified Low-Income Medicare Beneficiary (SLMB)-only</value>
<value code="04">SLMB and full Medicaid coverage, including prescription drugs</value>
<value code="05">Qualified Disabled Working Individual (QDWI)</value>
<value code="06">Qualifying individuals (QI)</value>
<value code="08">Other dual eligible (not QMB, SLMB, QWDI, or QI) with full Medicaid coverage, including prescription Drugs</value>
<value code="09">Other dual eligible, but without Medicaid coverage</value>
<value code="99">Unknown</value>
</valueGroup>
</valueGroups>
<comment>
<p>The original source for this variable is the State Medicare Modernization Act (MMA) files that states submit to CMS. Those files are considered the �gold standard� for identifying dual eligibles because the information in them is used to determine the level of Medicare Part D low-income subsidies. Dual eligibles are often divided into �full duals� and �partial duals� based on the level of Medicaid benefits they receive. CMS generally considers beneficiaries to be full duals if they have values of 02, 04, or 08, and to be partial duals if they have values of 01, 03, 05, or 06. Partial duals sometimes divided into the QMB-only population (01) and all other partial duals (03, 05, or 06). There are different ways to classify dually eligible beneficiaries. Additional information regarding various ways to identify dually enrolled populations, refer to a CCW Technical Guidance document entitled: "Options in Determining Dual Eligibles". There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="DUAL_04" label="Monthly Medicare-Medicaid dual eligibility code - April" shortName="DUAL_04" longName="DUAL_STUS_CD_04" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates whether the beneficiary was eligible for both Medicare and Medicaid in a given month (April).</p>
</description>
<valueGroups>
<valueGroup>
<value code="NA">Non-Medicaid</value>
<value code="00">Not enrolled in Medicare for the month</value>
<value code="01">Qualified Medicare Beneficiary (QMB)-only</value>
<value code="02">QMB and full Medicaid coverage, including prescription drugs</value>
<value code="03">Specified Low-Income Medicare Beneficiary (SLMB)-only</value>
<value code="04">SLMB and full Medicaid coverage, including prescription drugs</value>
<value code="05">Qualified Disabled Working Individual (QDWI)</value>
<value code="06">Qualifying individuals (QI)</value>
<value code="08">Other dual eligible (not QMB, SLMB, QWDI, or QI) with full Medicaid coverage, including prescription Drugs</value>
<value code="09">Other dual eligible, but without Medicaid coverage</value>
<value code="99">Unknown</value>
</valueGroup>
</valueGroups>
<comment>
<p>The original source for this variable is the State Medicare Modernization Act (MMA) files that states submit to CMS. Those files are considered the �gold standard� for identifying dual eligibles because the information in them is used to determine the level of Medicare Part D low-income subsidies. Dual eligibles are often divided into �full duals� and �partial duals� based on the level of Medicaid benefits they receive. CMS generally considers beneficiaries to be full duals if they have values of 02, 04, or 08, and to be partial duals if they have values of 01, 03, 05, or 06. Partial duals sometimes divided into the QMB-only population (01) and all other partial duals (03, 05, or 06). There are different ways to classify dually eligible beneficiaries. Additional information regarding various ways to identify dually enrolled populations, refer to a CCW Technical Guidance document entitled: "Options in Determining Dual Eligibles". There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="DUAL_05" label="Monthly Medicare-Medicaid dual eligibility code - May" shortName="DUAL_05" longName="DUAL_STUS_CD_05" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates whether the beneficiary was eligible for both Medicare and Medicaid in a given month (May).</p>
</description>
<valueGroups>
<valueGroup>
<value code="NA">Non-Medicaid</value>
<value code="00">Not enrolled in Medicare for the month</value>
<value code="01">Qualified Medicare Beneficiary (QMB)-only</value>
<value code="02">QMB and full Medicaid coverage, including prescription drugs</value>
<value code="03">Specified Low-Income Medicare Beneficiary (SLMB)-only</value>
<value code="04">SLMB and full Medicaid coverage, including prescription drugs</value>
<value code="05">Qualified Disabled Working Individual (QDWI)</value>
<value code="06">Qualifying individuals (QI)</value>
<value code="08">Other dual eligible (not QMB, SLMB, QWDI, or QI) with full Medicaid coverage, including prescription Drugs</value>
<value code="09">Other dual eligible, but without Medicaid coverage</value>
<value code="99">Unknown</value>
</valueGroup>
</valueGroups>
<comment>
<p>The original source for this variable is the State Medicare Modernization Act (MMA) files that states submit to CMS. Those files are considered the �gold standard� for identifying dual eligibles because the information in them is used to determine the level of Medicare Part D low-income subsidies. Dual eligibles are often divided into �full duals� and �partial duals� based on the level of Medicaid benefits they receive. CMS generally considers beneficiaries to be full duals if they have values of 02, 04, or 08, and to be partial duals if they have values of 01, 03, 05, or 06. Partial duals sometimes divided into the QMB-only population (01) and all other partial duals (03, 05, or 06). There are different ways to classify dually eligible beneficiaries. Additional information regarding various ways to identify dually enrolled populations, refer to a CCW Technical Guidance document entitled: "Options in Determining Dual Eligibles". There are 12 monthly variables - where the 01 through 12 at the end of the variable name correspond with the month (e.g., 01 is January and 12 is December).</p>
</comment>
</variable>
<variable id="DUAL_06" label="Monthly Medicare-Medicaid dual eligibility code - June" shortName="DUAL_06" longName="DUAL_STUS_CD_06" type="CHAR" length="2" source="CMS Common Medicare Environment (CME)">
<description>
<p>This variable indicates whether the beneficiary was eligible for both Medicare and Medicaid in a given month (June).</p>
</description>
<valueGroups>
<valueGroup>
<value code="NA">Non-Medicaid</value>
<value code="00">Not enrolled in Medicare for the month</value>
<value code="01">Qualified Medicare Beneficiary (QMB)-only</value>
<value code="02">QMB and full Medicaid coverage, including prescription drugs</value>
<value code="03">Specified Low-Income Medicare Beneficiary (SLMB)-only</value>
<value code="04">SLMB and full Medicaid coverage, including prescription drugs</value>
<value code="05">Qualified Disabled Working Individual (QDWI)</value>
<value code="06">Qualifying individuals (QI)</value>
<value code="08">Other dual eligible (not QMB, SLMB, QWDI, or QI) with full Medicaid coverage, including prescription Drugs</value>