Skip to content

Commit 06ac8a4

Browse files
authored
Add LIF code (#265)
1 parent aaf0497 commit 06ac8a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/stupidedi/transaction_sets/005010/implementations/X220A1-BE834.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ module X220A1
452452
b::Segment(2600, s::HD, "Health Coverage", r::Situational, d::RepeatCount.bounded(1),
453453
b::Element(e::Required, "Maintenance Type Code", b::Values("001", "002", "021", "024", "025", "026", "030", "032")),
454454
b::Element(e::NotUsed, "Maintenance Reason Code"),
455-
b::Element(e::Required, "Insurance Line Code", b::Values("AC", "ADD", "AG", "AH", "AJ", "AK", "DCP", "DEN", "EPO", "FAC", "HE", "HLT", "HMO", "LTC", "LTD", "MM", "MOD", "PDG", "POS", "PPO", "PRA", "STD", "UR", "VIS")),
455+
b::Element(e::Required, "Insurance Line Code", b::Values("AC", "ADD", "AG", "AH", "AJ", "AK", "DCP", "DEN", "EPO", "FAC", "HE", "HLT", "HMO", "LTC", "LTD", "LIF", "MM", "MOD", "PDG", "POS", "PPO", "PRA", "STD", "UR", "VIS")),
456456
b::Element(e::Situational, "Plan Coverage Description"),
457457
b::Element(e::Situational, "Coverage Level Code", b::Values("CHD", "DEP", "E1D", "E2D", "E3D", "E5D", "E6D", "E7D", "E8D", "E9D", "ECH", "EMP", "ESP", "FAM", "IND", "SPC", "SPO", "TWO")),
458458
b::Element(e::NotUsed, "Count"),

lib/stupidedi/versions/005010/element_defs.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,6 +2362,7 @@ module ElementDefs
23622362
"HE" => "Hearing",
23632363
"HLT" => "Health",
23642364
"HMO" => "Health Maintenance Organization",
2365+
"LIF" => "Life",
23652366
"LTC" => "Long-Term Care",
23662367
"LTD" => "Long-Term Disability",
23672368
"MM" => "Major Medical",

0 commit comments

Comments
 (0)