https://github.com/archiecobbs/hl7lib
Lightweight Java library for HL7 messages
https://github.com/archiecobbs/hl7lib
hl7-parser
Last synced: about 1 year ago
JSON representation
Lightweight Java library for HL7 messages
- Host: GitHub
- URL: https://github.com/archiecobbs/hl7lib
- Owner: archiecobbs
- License: apache-2.0
- Created: 2015-05-30T15:43:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T23:00:26.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T03:29:56.109Z (over 1 year ago)
- Topics: hl7-parser
- Language: HTML
- Homepage:
- Size: 1.23 MB
- Stars: 11
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
**hl7lib** is a small Java library for parsing and manipulating version 2.x HL7 messages.
Features include:
* Parsing and formatting
* HL7 lower layer protocol (LLP)
* Java API for creating, editing, and querying
* An efficient and semantically equivalent XML encoding
See the [Javadocs API](http://archiecobbs.github.io/hl7lib/site/apidocs/index.html) for more information.