Skip to content

Commit

Permalink
add 270 support for U gender
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeDMSnap committed Aug 22, 2023
1 parent 9e1b989 commit 76f49f8
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 76f49f8

Please sign in to comment.