-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcodebook-mbsf-abd.xml
2593 lines (2593 loc) · 242 KB
/
codebook-mbsf-abd.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" name="Master Beneficiary Summary File - Base With Medicare Part A/B/D" version="May 2017, Version 1.0">
<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 Enrollment Database (EDB) (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>
<p>Master Beneficiary Summary File (MBSF) ABD</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 Enrollment Database (EDB)">
<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="BENE_AGE_AT_END_REF_YR" type="NUM" length="3" source="CMS Enrollment Database (EDB) (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 Enrollment Database (EDB) (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).</p>
<p>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 Enrollment Database (EDB)">
<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 Enrollment Database (EDB)" 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.</p>
<p>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).</p>
<p>This number does not change during a beneficiary’s lifetime and each number is used only once.</p>
<p>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="BENE_ZIP" label="Zip code for beneficiary" shortName="BENE_ZIP" longName="BENE_ZIP_CD" type="CHAR" length="9" source="CMS Enrollment Database (EDB)" valueFormat="9-digit zip">
<description>
<p>This field specifies the zip code identified as the beneficiary mailing address.</p>
</description>
<comment>
<p>In some cases, the code may not be the actual state 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="BUYIN_MO" label="State Buy-In Coverage Count" shortName="BUYIN_MO" longName="BENE_STATE_BUYIN_TOT_MONS" type="NUM" length="3" source="CMS Enrollment Database (EDB)" 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.</p>
<p>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="BENE_MDCR_ENTLMT_BUYIN_IND_01" type="CHAR" length="1" source="CMS Enrollment Database (EDB) CODE">
<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.</p>
<p>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).</p>
<p>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="BENE_MDCR_ENTLMT_BUYIN_IND_02" type="CHAR" length="1" source="CMS Enrollment Database (EDB) CODE">
<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.</p>
<p>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).</p>
<p>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="BENE_MDCR_ENTLMT_BUYIN_IND_03" type="CHAR" length="1" source="CMS Enrollment Database (EDB) CODE">
<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.</p>
<p>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).</p>
<p>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="BENE_MDCR_ENTLMT_BUYIN_IND_04" type="CHAR" length="1" source="CMS Enrollment Database (EDB) CODE">
<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.</p>
<p>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).</p>
<p>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="BENE_MDCR_ENTLMT_BUYIN_IND_05" type="CHAR" length="1" source="CMS Enrollment Database (EDB) CODE">
<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.</p>
<p>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).</p>
<p>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="BENE_MDCR_ENTLMT_BUYIN_IND_06" type="CHAR" length="1" source="CMS Enrollment Database (EDB) CODE">
<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.</p>
<p>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).</p>
<p>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="BENE_MDCR_ENTLMT_BUYIN_IND_07" type="CHAR" length="1" source="CMS Enrollment Database (EDB) CODE">
<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.</p>
<p>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).</p>
<p>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="BENE_MDCR_ENTLMT_BUYIN_IND_08" type="CHAR" length="1" source="CMS Enrollment Database (EDB) CODE">
<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.</p>
<p>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).</p>
<p>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="BENE_MDCR_ENTLMT_BUYIN_IND_09" type="CHAR" length="1" source="CMS Enrollment Database (EDB) CODE">
<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.</p>
<p>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).</p>
<p>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="BENE_MDCR_ENTLMT_BUYIN_IND_10" type="CHAR" length="1" source="CMS Enrollment Database (EDB) CODE">
<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.</p>
<p>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).</p>
<p>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="BENE_MDCR_ENTLMT_BUYIN_IND_11" type="CHAR" length="1" source="CMS Enrollment Database (EDB) CODE">
<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.</p>
<p>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).</p>
<p>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="BENE_MDCR_ENTLMT_BUYIN_IND_12" type="CHAR" length="1" source="CMS Enrollment Database (EDB) CODE">
<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.</p>
<p>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).</p>
<p>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="CNTRCT01" label="Monthly Part D Contract Number - January" shortName="CNTRCT01" longName="PTD_CNTRCT_ID_01" type="CHAR" length="5" source="CMS Enrollment Database (EDB)">
<description>
<p>This variable is the Part D contract number for the beneficiary’s Part D plan for a given month (January). CMS assigns an identifier to each contract that a Part D plan has with CMS.</p>
</description>
<valueGroups>
<valueGroup>
<value code="E">Employer direct plan (starting January 2007)</value>
<value code="H">Managed care organizations other than a regional PPO (i.e., local MA-PDs, 1876 cost plans, Program of All-Inclusive Care for the Elderly (PACE) plans, private fee-for-service plans, or demonstration organization plans)</value>
<value code="R">Regional preferred provider organization (PPO)</value>
<value code="S">Stand-alone prescription drug plan (PDP)</value>
<value code="X">Limited Income Newly Eligible Transition plan (LINET, starting July 2009)</value>
<value code="N">Not Part D Enrolled</value>
<value code="0">Not Medicare enrolled for the month</value>
<value code="*">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated by 'X' for 2006-2009)</value>
</valueGroup>
</valueGroups>
<comment>
<p>The first character of the contract ID is a letter that indicates the type of plan (for July 2009 and later, when X is followed by additional numbers/characters, it indicates Part D enrollment; for 2006-2009 the 'X' appeared without any other digits and indicated the beneficiary was not enrolled in Part D).</p>
<p>If the beneficiary did not have a Part D plan for a given month, this variable will have a value of X, N, 0, or *, or be null/missing for that month. If the beneficiary changed plans during the year, the value indicates the final, reconciled contract number. For 2006 -2012, this variable was always encrypted to comply with CMS privacy rules.</p>
<p>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>You need to know both the Part D contract number and plan benefit package (PTD_PBP_ID_XX) in order to identify the specific plan in which a beneficiary was enrolled.</p>
</comment>
</variable>
<variable id="CNTRCT02" label="Monthly Part D Contract Number - February" shortName="CNTRCT02" longName="PTD_CNTRCT_ID_02" type="CHAR" length="5" source="CMS Enrollment Database (EDB)">
<description>
<p>This variable is the Part D contract number for the beneficiary’s Part D plan for a given month (February). CMS assigns an identifier to each contract that a Part D plan has with CMS.</p>
</description>
<valueGroups>
<valueGroup>
<value code="E">Employer direct plan (starting January 2007)</value>
<value code="H">Managed care organizations other than a regional PPO (i.e., local MA-PDs, 1876 cost plans, Program of All-Inclusive Care for the Elderly (PACE) plans, private fee-for-service plans, or demonstration organization plans)</value>
<value code="R">Regional preferred provider organization (PPO)</value>
<value code="S">Stand-alone prescription drug plan (PDP)</value>
<value code="X">Limited Income Newly Eligible Transition plan (LINET, starting July 2009)</value>
<value code="N">Not Part D Enrolled</value>
<value code="0">Not Medicare enrolled for the month</value>
<value code="*">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated by 'X' for 2006-2009)</value>
</valueGroup>
</valueGroups>
<comment>
<p>The first character of the contract ID is a letter that indicates the type of plan (for July 2009 and later, when X is followed by additional numbers/characters, it indicates Part D enrollment; for 2006-2009 the 'X' appeared without any other digits and indicated the beneficiary was not enrolled in Part D).</p>
<p>If the beneficiary did not have a Part D plan for a given month, this variable will have a value of X, N, 0, or *, or be null/missing for that month. If the beneficiary changed plans during the year, the value indicates the final, reconciled contract number. For 2006 -2012, this variable was always encrypted to comply with CMS privacy rules.</p>
<p>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>You need to know both the Part D contract number and plan benefit package (PTD_PBP_ID_XX) in order to identify the specific plan in which a beneficiary was enrolled.</p>
</comment>
</variable>
<variable id="CNTRCT03" label="Monthly Part D Contract Number - March" shortName="CNTRCT03" longName="PTD_CNTRCT_ID_03" type="CHAR" length="5" source="CMS Enrollment Database (EDB)">
<description>
<p>This variable is the Part D contract number for the beneficiary’s Part D plan for a given month (March). CMS assigns an identifier to each contract that a Part D plan has with CMS.</p>
</description>
<valueGroups>
<valueGroup>
<value code="E">Employer direct plan (starting January 2007)</value>
<value code="H">Managed care organizations other than a regional PPO (i.e., local MA-PDs, 1876 cost plans, Program of All-Inclusive Care for the Elderly (PACE) plans, private fee-for-service plans, or demonstration organization plans)</value>
<value code="R">Regional preferred provider organization (PPO)</value>
<value code="S">Stand-alone prescription drug plan (PDP)</value>
<value code="X">Limited Income Newly Eligible Transition plan (LINET, starting July 2009)</value>
<value code="N">Not Part D Enrolled</value>
<value code="0">Not Medicare enrolled for the month</value>
<value code="*">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated by 'X' for 2006-2009)</value>
</valueGroup>
</valueGroups>
<comment>
<p>The first character of the contract ID is a letter that indicates the type of plan (for July 2009 and later, when X is followed by additional numbers/characters, it indicates Part D enrollment; for 2006-2009 the 'X' appeared without any other digits and indicated the beneficiary was not enrolled in Part D).</p>
<p>If the beneficiary did not have a Part D plan for a given month, this variable will have a value of X, N, 0, or *, or be null/missing for that month. If the beneficiary changed plans during the year, the value indicates the final, reconciled contract number. For 2006 -2012, this variable was always encrypted to comply with CMS privacy rules.</p>
<p>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>You need to know both the Part D contract number and plan benefit package (PTD_PBP_ID_XX) in order to identify the specific plan in which a beneficiary was enrolled.</p>
</comment>
</variable>
<variable id="CNTRCT04" label="Monthly Part D Contract Number - April" shortName="CNTRCT04" longName="PTD_CNTRCT_ID_04" type="CHAR" length="5" source="CMS Enrollment Database (EDB)">
<description>
<p>This variable is the Part D contract number for the beneficiary’s Part D plan for a given month (April). CMS assigns an identifier to each contract that a Part D plan has with CMS.</p>
</description>
<valueGroups>
<valueGroup>
<value code="E">Employer direct plan (starting January 2007)</value>
<value code="H">Managed care organizations other than a regional PPO (i.e., local MA-PDs, 1876 cost plans, Program of All-Inclusive Care for the Elderly (PACE) plans, private fee-for-service plans, or demonstration organization plans)</value>
<value code="R">Regional preferred provider organization (PPO)</value>
<value code="S">Stand-alone prescription drug plan (PDP)</value>
<value code="X">Limited Income Newly Eligible Transition plan (LINET, starting July 2009)</value>
<value code="N">Not Part D Enrolled</value>
<value code="0">Not Medicare enrolled for the month</value>
<value code="*">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated by 'X' for 2006-2009)</value>
</valueGroup>
</valueGroups>
<comment>
<p>The first character of the contract ID is a letter that indicates the type of plan (for July 2009 and later, when X is followed by additional numbers/characters, it indicates Part D enrollment; for 2006-2009 the 'X' appeared without any other digits and indicated the beneficiary was not enrolled in Part D).</p>
<p>If the beneficiary did not have a Part D plan for a given month, this variable will have a value of X, N, 0, or *, or be null/missing for that month. If the beneficiary changed plans during the year, the value indicates the final, reconciled contract number. For 2006 -2012, this variable was always encrypted to comply with CMS privacy rules.</p>
<p>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>You need to know both the Part D contract number and plan benefit package (PTD_PBP_ID_XX) in order to identify the specific plan in which a beneficiary was enrolled.</p>
</comment>
</variable>
<variable id="CNTRCT05" label="Monthly Part D Contract Number - May" shortName="CNTRCT05" longName="PTD_CNTRCT_ID_05" type="CHAR" length="5" source="CMS Enrollment Database (EDB)">
<description>
<p>This variable is the Part D contract number for the beneficiary’s Part D plan for a given month (May). CMS assigns an identifier to each contract that a Part D plan has with CMS.</p>
</description>
<valueGroups>
<valueGroup>
<value code="E">Employer direct plan (starting January 2007)</value>
<value code="H">Managed care organizations other than a regional PPO (i.e., local MA-PDs, 1876 cost plans, Program of All-Inclusive Care for the Elderly (PACE) plans, private fee-for-service plans, or demonstration organization plans)</value>
<value code="R">Regional preferred provider organization (PPO)</value>
<value code="S">Stand-alone prescription drug plan (PDP)</value>
<value code="X">Limited Income Newly Eligible Transition plan (LINET, starting July 2009)</value>
<value code="N">Not Part D Enrolled</value>
<value code="0">Not Medicare enrolled for the month</value>
<value code="*">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated by 'X' for 2006-2009)</value>
</valueGroup>
</valueGroups>
<comment>
<p>The first character of the contract ID is a letter that indicates the type of plan (for July 2009 and later, when X is followed by additional numbers/characters, it indicates Part D enrollment; for 2006-2009 the 'X' appeared without any other digits and indicated the beneficiary was not enrolled in Part D).</p>
<p>If the beneficiary did not have a Part D plan for a given month, this variable will have a value of X, N, 0, or *, or be null/missing for that month. If the beneficiary changed plans during the year, the value indicates the final, reconciled contract number. For 2006 -2012, this variable was always encrypted to comply with CMS privacy rules.</p>
<p>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>You need to know both the Part D contract number and plan benefit package (PTD_PBP_ID_XX) in order to identify the specific plan in which a beneficiary was enrolled.</p>
</comment>
</variable>
<variable id="CNTRCT06" label="Monthly Part D Contract Number - June" shortName="CNTRCT06" longName="PTD_CNTRCT_ID_06" type="CHAR" length="5" source="CMS Enrollment Database (EDB)">
<description>
<p>This variable is the Part D contract number for the beneficiary’s Part D plan for a given month (June). CMS assigns an identifier to each contract that a Part D plan has with CMS.</p>
</description>
<valueGroups>
<valueGroup>
<value code="E">Employer direct plan (starting January 2007)</value>
<value code="H">Managed care organizations other than a regional PPO (i.e., local MA-PDs, 1876 cost plans, Program of All-Inclusive Care for the Elderly (PACE) plans, private fee-for-service plans, or demonstration organization plans)</value>
<value code="R">Regional preferred provider organization (PPO)</value>
<value code="S">Stand-alone prescription drug plan (PDP)</value>
<value code="X">Limited Income Newly Eligible Transition plan (LINET, starting July 2009)</value>
<value code="N">Not Part D Enrolled</value>
<value code="0">Not Medicare enrolled for the month</value>
<value code="*">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated by 'X' for 2006-2009)</value>
</valueGroup>
</valueGroups>
<comment>
<p>The first character of the contract ID is a letter that indicates the type of plan (for July 2009 and later, when X is followed by additional numbers/characters, it indicates Part D enrollment; for 2006-2009 the 'X' appeared without any other digits and indicated the beneficiary was not enrolled in Part D).</p>
<p>If the beneficiary did not have a Part D plan for a given month, this variable will have a value of X, N, 0, or *, or be null/missing for that month. If the beneficiary changed plans during the year, the value indicates the final, reconciled contract number. For 2006 -2012, this variable was always encrypted to comply with CMS privacy rules.</p>
<p>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>You need to know both the Part D contract number and plan benefit package (PTD_PBP_ID_XX) in order to identify the specific plan in which a beneficiary was enrolled.</p>
</comment>
</variable>
<variable id="CNTRCT07" label="Monthly Part D Contract Number - July" shortName="CNTRCT07" longName="PTD_CNTRCT_ID_07" type="CHAR" length="5" source="CMS Enrollment Database (EDB)">
<description>
<p>This variable is the Part D contract number for the beneficiary’s Part D plan for a given month (July). CMS assigns an identifier to each contract that a Part D plan has with CMS.</p>
</description>
<valueGroups>
<valueGroup>
<value code="E">Employer direct plan (starting January 2007)</value>
<value code="H">Managed care organizations other than a regional PPO (i.e., local MA-PDs, 1876 cost plans, Program of All-Inclusive Care for the Elderly (PACE) plans, private fee-for-service plans, or demonstration organization plans)</value>
<value code="R">Regional preferred provider organization (PPO)</value>
<value code="S">Stand-alone prescription drug plan (PDP)</value>
<value code="X">Limited Income Newly Eligible Transition plan (LINET, starting July 2009)</value>
<value code="N">Not Part D Enrolled</value>
<value code="0">Not Medicare enrolled for the month</value>
<value code="*">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated by 'X' for 2006-2009)</value>
</valueGroup>
</valueGroups>
<comment>
<p>The first character of the contract ID is a letter that indicates the type of plan (for July 2009 and later, when X is followed by additional numbers/characters, it indicates Part D enrollment; for 2006-2009 the 'X' appeared without any other digits and indicated the beneficiary was not enrolled in Part D).</p>
<p>If the beneficiary did not have a Part D plan for a given month, this variable will have a value of X, N, 0, or *, or be null/missing for that month. If the beneficiary changed plans during the year, the value indicates the final, reconciled contract number. For 2006 -2012, this variable was always encrypted to comply with CMS privacy rules.</p>
<p>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>You need to know both the Part D contract number and plan benefit package (PTD_PBP_ID_XX) in order to identify the specific plan in which a beneficiary was enrolled.</p>
</comment>
</variable>
<variable id="CNTRCT08" label="Monthly Part D Contract Number - August" shortName="CNTRCT08" longName="PTD_CNTRCT_ID_08" type="CHAR" length="5" source="CMS Enrollment Database (EDB)">
<description>
<p>This variable is the Part D contract number for the beneficiary’s Part D plan for a given month (August). CMS assigns an identifier to each contract that a Part D plan has with CMS.</p>
</description>
<valueGroups>
<valueGroup>
<value code="E">Employer direct plan (starting January 2007)</value>
<value code="H">Managed care organizations other than a regional PPO (i.e., local MA-PDs, 1876 cost plans, Program of All-Inclusive Care for the Elderly (PACE) plans, private fee-for-service plans, or demonstration organization plans)</value>
<value code="R">Regional preferred provider organization (PPO)</value>
<value code="S">Stand-alone prescription drug plan (PDP)</value>
<value code="X">Limited Income Newly Eligible Transition plan (LINET, starting July 2009)</value>
<value code="N">Not Part D Enrolled</value>
<value code="0">Not Medicare enrolled for the month</value>
<value code="*">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated by 'X' for 2006-2009)</value>
</valueGroup>
</valueGroups>
<comment>
<p>The first character of the contract ID is a letter that indicates the type of plan (for July 2009 and later, when X is followed by additional numbers/characters, it indicates Part D enrollment; for 2006-2009 the 'X' appeared without any other digits and indicated the beneficiary was not enrolled in Part D).</p>
<p>If the beneficiary did not have a Part D plan for a given month, this variable will have a value of X, N, 0, or *, or be null/missing for that month. If the beneficiary changed plans during the year, the value indicates the final, reconciled contract number. For 2006 -2012, this variable was always encrypted to comply with CMS privacy rules.</p>
<p>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>You need to know both the Part D contract number and plan benefit package (PTD_PBP_ID_XX) in order to identify the specific plan in which a beneficiary was enrolled.</p>
</comment>
</variable>
<variable id="CNTRCT09" label="Monthly Part D Contract Number - September" shortName="CNTRCT09" longName="PTD_CNTRCT_ID_09" type="CHAR" length="5" source="CMS Enrollment Database (EDB)">
<description>
<p>This variable is the Part D contract number for the beneficiary’s Part D plan for a given month (September). CMS assigns an identifier to each contract that a Part D plan has with CMS.</p>
</description>
<valueGroups>
<valueGroup>
<value code="E">Employer direct plan (starting January 2007)</value>
<value code="H">Managed care organizations other than a regional PPO (i.e., local MA-PDs, 1876 cost plans, Program of All-Inclusive Care for the Elderly (PACE) plans, private fee-for-service plans, or demonstration organization plans)</value>
<value code="R">Regional preferred provider organization (PPO)</value>
<value code="S">Stand-alone prescription drug plan (PDP)</value>
<value code="X">Limited Income Newly Eligible Transition plan (LINET, starting July 2009)</value>
<value code="N">Not Part D Enrolled</value>
<value code="0">Not Medicare enrolled for the month</value>
<value code="*">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated by 'X' for 2006-2009)</value>
</valueGroup>
</valueGroups>
<comment>
<p>The first character of the contract ID is a letter that indicates the type of plan (for July 2009 and later, when X is followed by additional numbers/characters, it indicates Part D enrollment; for 2006-2009 the 'X' appeared without any other digits and indicated the beneficiary was not enrolled in Part D).</p>
<p>If the beneficiary did not have a Part D plan for a given month, this variable will have a value of X, N, 0, or *, or be null/missing for that month. If the beneficiary changed plans during the year, the value indicates the final, reconciled contract number. For 2006 -2012, this variable was always encrypted to comply with CMS privacy rules.</p>
<p>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>You need to know both the Part D contract number and plan benefit package (PTD_PBP_ID_XX) in order to identify the specific plan in which a beneficiary was enrolled.</p>
</comment>
</variable>
<variable id="CNTRCT10" label="Monthly Part D Contract Number - October" shortName="CNTRCT10" longName="PTD_CNTRCT_ID_10" type="CHAR" length="5" source="CMS Enrollment Database (EDB)">
<description>
<p>This variable is the Part D contract number for the beneficiary’s Part D plan for a given month (October). CMS assigns an identifier to each contract that a Part D plan has with CMS.</p>
</description>
<valueGroups>
<valueGroup>
<value code="E">Employer direct plan (starting January 2007)</value>
<value code="H">Managed care organizations other than a regional PPO (i.e., local MA-PDs, 1876 cost plans, Program of All-Inclusive Care for the Elderly (PACE) plans, private fee-for-service plans, or demonstration organization plans)</value>
<value code="R">Regional preferred provider organization (PPO)</value>
<value code="S">Stand-alone prescription drug plan (PDP)</value>
<value code="X">Limited Income Newly Eligible Transition plan (LINET, starting July 2009)</value>
<value code="N">Not Part D Enrolled</value>
<value code="0">Not Medicare enrolled for the month</value>
<value code="*">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated by 'X' for 2006-2009)</value>
</valueGroup>
</valueGroups>
<comment>
<p>The first character of the contract ID is a letter that indicates the type of plan (for July 2009 and later, when X is followed by additional numbers/characters, it indicates Part D enrollment; for 2006-2009 the 'X' appeared without any other digits and indicated the beneficiary was not enrolled in Part D).</p>
<p>If the beneficiary did not have a Part D plan for a given month, this variable will have a value of X, N, 0, or *, or be null/missing for that month. If the beneficiary changed plans during the year, the value indicates the final, reconciled contract number. For 2006 -2012, this variable was always encrypted to comply with CMS privacy rules.</p>
<p>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>You need to know both the Part D contract number and plan benefit package (PTD_PBP_ID_XX) in order to identify the specific plan in which a beneficiary was enrolled.</p>
</comment>
</variable>
<variable id="CNTRCT11" label="Monthly Part D Contract Number - November" shortName="CNTRCT11" longName="PTD_CNTRCT_ID_11" type="CHAR" length="5" source="CMS Enrollment Database (EDB)">
<description>
<p>This variable is the Part D contract number for the beneficiary’s Part D plan for a given month (November). CMS assigns an identifier to each contract that a Part D plan has with CMS.</p>
</description>
<valueGroups>
<valueGroup>
<value code="E">Employer direct plan (starting January 2007)</value>
<value code="H">Managed care organizations other than a regional PPO (i.e., local MA-PDs, 1876 cost plans, Program of All-Inclusive Care for the Elderly (PACE) plans, private fee-for-service plans, or demonstration organization plans)</value>
<value code="R">Regional preferred provider organization (PPO)</value>
<value code="S">Stand-alone prescription drug plan (PDP)</value>
<value code="X">Limited Income Newly Eligible Transition plan (LINET, starting July 2009)</value>
<value code="N">Not Part D Enrolled</value>
<value code="0">Not Medicare enrolled for the month</value>
<value code="*">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated by 'X' for 2006-2009)</value>
</valueGroup>
</valueGroups>
<comment>
<p>The first character of the contract ID is a letter that indicates the type of plan (for July 2009 and later, when X is followed by additional numbers/characters, it indicates Part D enrollment; for 2006-2009 the 'X' appeared without any other digits and indicated the beneficiary was not enrolled in Part D).</p>
<p>If the beneficiary did not have a Part D plan for a given month, this variable will have a value of X, N, 0, or *, or be null/missing for that month. If the beneficiary changed plans during the year, the value indicates the final, reconciled contract number. For 2006 -2012, this variable was always encrypted to comply with CMS privacy rules.</p>
<p>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>You need to know both the Part D contract number and plan benefit package (PTD_PBP_ID_XX) in order to identify the specific plan in which a beneficiary was enrolled.</p>
</comment>
</variable>
<variable id="CNTRCT12" label="Monthly Part D Contract Number - December" shortName="CNTRCT12" longName="PTD_CNTRCT_ID_12" type="CHAR" length="5" source="CMS Enrollment Database (EDB)">
<description>
<p>This variable is the Part D contract number for the beneficiary’s Part D plan for a given month (December). CMS assigns an identifier to each contract that a Part D plan has with CMS.</p>
</description>
<valueGroups>
<valueGroup>
<value code="E">Employer direct plan (starting January 2007)</value>
<value code="H">Managed care organizations other than a regional PPO (i.e., local MA-PDs, 1876 cost plans, Program of All-Inclusive Care for the Elderly (PACE) plans, private fee-for-service plans, or demonstration organization plans)</value>
<value code="R">Regional preferred provider organization (PPO)</value>
<value code="S">Stand-alone prescription drug plan (PDP)</value>
<value code="X">Limited Income Newly Eligible Transition plan (LINET, starting July 2009)</value>
<value code="N">Not Part D Enrolled</value>
<value code="0">Not Medicare enrolled for the month</value>
<value code="*">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated by 'X' for 2006-2009)</value>
</valueGroup>
</valueGroups>
<comment>
<p>The first character of the contract ID is a letter that indicates the type of plan (for July 2009 and later, when X is followed by additional numbers/characters, it indicates Part D enrollment; for 2006-2009 the 'X' appeared without any other digits and indicated the beneficiary was not enrolled in Part D).</p>
<p>If the beneficiary did not have a Part D plan for a given month, this variable will have a value of X, N, 0, or *, or be null/missing for that month. If the beneficiary changed plans during the year, the value indicates the final, reconciled contract number. For 2006 -2012, this variable was always encrypted to comply with CMS privacy rules.</p>
<p>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>You need to know both the Part D contract number and plan benefit package (PTD_PBP_ID_XX) in order to identify the specific plan in which a beneficiary was enrolled.</p>
</comment>
</variable>
<variable id="CNTY_CD" label="County code for beneficiary (SSA code)" shortName="CNTY_CD" longName="BENE_COUNTY_CD" type="CHAR" length="3" source="CMS Enrollment Database (EDB)">
<description>
<p>This code specifies the Social Security Administration (SSA) code for the county 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).</p>
<p>In some cases, the code may not be the actual county where the beneficiary resides.</p>
<p>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 Enrollment Database (EDB)">
<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="CRDCOVSW" label="Creditable Coverage Switch" shortName="CRDCOVSW" longName="CRDTBL_CVRG_SW" type="CHAR" length="1" source="CMS Enrollment Database (EDB)">
<description>
<p>This variable indicates whether there were any months during the year when the beneficiary was not enrolled in the Part D benefit but had another form of drug coverage that was at least as generous. This alternate coverage is known as creditable coverage because beneficiaries who maintain it do not have to pay a late enrollment penalty if they later enroll in Part D.</p>
</description>
<valueGroups>
<valueGroup>
<value code="0">Beneficiary did not have any months during the year with creditable coverage</value>
<value code="1">Beneficiary had at least one month with creditable coverage</value>
<value code="*">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated as 'X' for 2006-2009)</value>
</valueGroup>
</valueGroups>
<comment>
<p>Common examples of creditable coverage are the FEHB program, Tricare, the VA, state pharmacy assistance programs, or employment-based coverage for beneficiaries who are still working. CMS does not collect information on the drugs covered by these other sources of coverage.</p>
</comment>
</variable>
<variable id="CREC" label="Current Reason for Entitlement Code" shortName="CREC" longName="BENE_ENTLMT_RSN_CURR" type="CHAR" length="1" source="CMS Enrollment Database (EDB)">
<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.</p>
<p>The current reason for entitlement can differ from the original reason that a beneficiary qualified for Medicare (see the OREC variable).</p>
<p>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 Enrollment Database (EDB)">
<description>
<p>The current beneficiary identification code (BIC) specifies the basis of the beneficiary’s eligibility for cash payment programs, mainly Social Security.</p>
<p>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) 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</value>
<value code="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</value>
<value code="D8">Aged widow 3rd claimant</value>
<value code="D9">Remarried widow 2nd claimant</value>
<value code="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 Enrollment Database (EDB)">
<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="**">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated as 'XX' for 2006-2009) Enrolled in Medicare A and/or B and enrolled in Part D and:</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 Enrolled in Medicare A and/or B, but not Part D enrolled and:</value>
<value code="10">Beneficiary enrolled in Parts A and/or B, but not Part D; employer receives RDS subsidy</value>
<value code="11">Beneficiary enrolled in Parts A and/or B, but not Part D; beneficiary has creditable coverage from a plan that does not receive the RDS subsidy</value>
<value code="12">Beneficiary enrolled in Parts A and/or B, but not Part D; not in an RDS plan and no creditable coverage</value>
<value code="13">Beneficiary enrolled in Parts A and/or B, but not Part D; none of the above conditions have been met</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.</p>
<p>Other beneficiaries who are eligible for the LIS but do not receive a full subsidy have a 04, 05, 06, 07, or 08.</p>
<p>The remaining values indicate that the individual is not eligible for subsidized Part D coverage.</p>
<p>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 Enrollment Database (EDB)">
<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="**">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated as 'XX' for 2006-2009) Enrolled in Medicare A and/or B and enrolled in Part D and:</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 Enrolled in Medicare A and/or B, but not Part D enrolled and:</value>
<value code="10">Beneficiary enrolled in Parts A and/or B, but not Part D; employer receives RDS subsidy</value>
<value code="11">Beneficiary enrolled in Parts A and/or B, but not Part D; beneficiary has creditable coverage from a plan that does not receive the RDS subsidy</value>
<value code="12">Beneficiary enrolled in Parts A and/or B, but not Part D; not in an RDS plan and no creditable coverage</value>
<value code="13">Beneficiary enrolled in Parts A and/or B, but not Part D; none of the above conditions have been met</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.</p>
<p>Other beneficiaries who are eligible for the LIS but do not receive a full subsidy have a 04, 05, 06, 07, or 08.</p>
<p>The remaining values indicate that the individual is not eligible for subsidized Part D coverage.</p>
<p>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 Enrollment Database (EDB)">
<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="**">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated as 'XX' for 2006-2009) Enrolled in Medicare A and/or B and enrolled in Part D and:</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 Enrolled in Medicare A and/or B, but not Part D enrolled and:</value>
<value code="10">Beneficiary enrolled in Parts A and/or B, but not Part D; employer receives RDS subsidy</value>
<value code="11">Beneficiary enrolled in Parts A and/or B, but not Part D; beneficiary has creditable coverage from a plan that does not receive the RDS subsidy</value>
<value code="12">Beneficiary enrolled in Parts A and/or B, but not Part D; not in an RDS plan and no creditable coverage</value>
<value code="13">Beneficiary enrolled in Parts A and/or B, but not Part D; none of the above conditions have been met</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.</p>
<p>Other beneficiaries who are eligible for the LIS but do not receive a full subsidy have a 04, 05, 06, 07, or 08.</p>
<p>The remaining values indicate that the individual is not eligible for subsidized Part D coverage.</p>
<p>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 Enrollment Database (EDB)">
<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="**">Enrolled in Medicare A and/or B, but no Part D enrollment data for the beneficiary. (This status was indicated as 'XX' for 2006-2009) Enrolled in Medicare A and/or B and enrolled in Part D and:</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>