Skip to content

Commit

Permalink
Merge pull request #261 from bodyshopbidsdotcom/add-multi-gender-support
Browse files Browse the repository at this point in the history
add 270 support for U gender
  • Loading branch information
kputnam authored Sep 14, 2023
2 parents 73f5d2d + 76f49f8 commit 78972b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ module X279A1
b::Segment(1000, s::DMG, "Subscriber Demographic Information", r::Situational, d::RepeatCount.bounded(1),
b::Element(e::Situational, "Date Time Period Format Qualifier"),
b::Element(e::Situational, "Subscriber Birth Date"),
b::Element(e::Situational, "Subscriber Gender Code", b::Values("F", "M")),
b::Element(e::Situational, "Subscriber Gender Code", b::Values("F", "M", "U")),
b::Element(e::NotUsed, "Marital Status Code"),
b::Element(e::NotUsed, "COMPOSITE RACE OR ETHNICITY INFORMATION"),
b::Element(e::NotUsed, "Citizenship Status Code"),
Expand Down

0 comments on commit 78972b1

Please sign in to comment.