Skip to content

Commit

Permalink
Merge pull request #141 from tzvi-shir-vaknin/feature--add-missing-xt…
Browse files Browse the repository at this point in the history
…n1-to-v2.6

feat: add missing xtn_1 to datatype for version 2.6
  • Loading branch information
svituz authored Jan 8, 2025
2 parents 2c36499 + 8a41a4c commit 7be9ed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hl7apy/v2_6/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@
'XPN_12': ['leaf', None, 'DTM', 'EFFECTIVE_DATE', None, -1],
'XPN_13': ['leaf', None, 'DTM', 'EXPIRATION_DATE', None, -1],
'XPN_14': ['leaf', None, 'ST', 'PROFESSIONAL_SUFFIX', None, -1],
'XTN_1': ['leaf', None, 'WD', 'TELEPHONE_NUMBER', None, -1],
'XTN_2': ['leaf', None, 'ID', 'TELECOMMUNICATION_USE_CODE', None, -1],
'XTN_3': ['leaf', None, 'ID', 'TELECOMMUNICATION_EQUIPMENT_TYPE', None, -1],
'XTN_4': ['leaf', None, 'ST', 'COMMUNICATION_ADDRESS', None, -1],
Expand Down Expand Up @@ -939,6 +940,7 @@
('XPN_13', DATATYPES['XPN_13'], (0, 1), 'CMP'),
('XPN_14', DATATYPES['XPN_14'], (0, 1), 'CMP'),),
'XTN': (
('XTN_1', DATATYPES['XTN_1'], (0, 0), 'CMP'),
('XTN_2', DATATYPES['XTN_2'], (0, 1), 'CMP'),
('XTN_3', DATATYPES['XTN_3'], (0, 1), 'CMP'),
('XTN_4', DATATYPES['XTN_4'], (0, 1), 'CMP'),
Expand Down

0 comments on commit 7be9ed6

Please sign in to comment.