Added HL7 factory class to parse or build a message using fluent methods
- HL7 factory class provides a more fluent, object-oriented interface for parsing or composing a message, allowing you to chain multiple methods together using a more readable syntax compared to calling new Message()
- Updated readme