crs4 / hl7apy

Python library to parse, create and handle HL7 v2 messages.
http://crs4.github.io/hl7apy/
MIT License
215 stars 85 forks source link

v2_8_2/fields.py and segments.py OBR_14, OBR_15, OBR_27, PID_28 withdrawn (WD) fields missing #117

Closed cristynkells closed 3 months ago

cristynkells commented 4 months ago

OBR_14, OBR_15, OBR_27, PID_28 withdrawn fields are missing from v2_8_2/fields.py and segments.py, and as a result all the HL7 segment fields are shifted and parsing the HL7 fails. Withdrawn fields should not be omitted from fields.py and segments.py, they should be flagged with an 'WD'. Can this be fixed?

svituz commented 4 months ago

Thanks for issuing this. We'll work on it