crs4 / hl7apy

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

fix(2_8_2): Add missing Segments and Fields in v2_8_2. Fixes #117 #119

Closed jgarciaroca closed 5 months ago

jgarciaroca commented 5 months ago

Note: I didn't checked the specification to see if the missing fields are considered Withdraw, i just assumed they are.

I am using this file to test for missing segments and fields: https://gist.github.com/jgarciaroca/8a622826d8ef8fcc683fc4542d4280e9

svituz commented 5 months ago

thanks for taking care of this