Skip to content

Commit

Permalink
Add additional insurance codes
Browse files Browse the repository at this point in the history
  • Loading branch information
casconed committed Jul 17, 2023
1 parent 9e1b989 commit 38a0e10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ module X220A1
b::Segment(2600, s::HD, "Health Coverage", r::Situational, d::RepeatCount.bounded(1),
b::Element(e::Required, "Maintenance Type Code", b::Values("001", "002", "021", "024", "025", "026", "030", "032")),
b::Element(e::NotUsed, "Maintenance Reason Code"),
b::Element(e::Required, "Insurance Line Code", b::Values("AG", "AH", "AJ", "AK", "DCP", "DEN", "EPO", "FAC", "HE", "HLT", "HMO", "LTC", "LTD", "MM", "MOD", "PDG", "POS", "PPO", "PRA", "STD", "UR", "VIS")),
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")),
b::Element(e::Situational, "Plan Coverage Description"),
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")),
b::Element(e::NotUsed, "Count"),
Expand Down
2 changes: 2 additions & 0 deletions lib/stupidedi/versions/005010/element_defs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2349,6 +2349,8 @@ module ElementDefs
E1204 = t::AN.new(:E1204, "Plan Coverage Description" , 1, 50)
E1205 = t::ID.new(:E1205, "Insurance Line Code" , 2, 3,
s::CodeList.build(
"AC" => "Basic Life",
"ADD" => "Accidental Death and Dismemberment",
"AG" => "Preventative Care/Wellness",
"AH" => "24 Hour Care",
"AJ" => "Medicare Risk",
Expand Down

0 comments on commit 38a0e10

Please sign in to comment.