A pure Node.js HL7 Client that allows for communication to a HL7 Broker/Server that can send properly formatted HL7 messages with ease.It can also parse and then you can extract message segments out.
29
stars
450
commits
TypeScript
primary language
Apr 26, 2026
updated
I have moved this code into a mono repo here. The same functionialy but now in one repo. Version 4.0.0 is where the new repo will start off for both packages.
A pure TypeScript HL7 client for Node.js enabling seamless communication with HL7 servers.
node-hl7-client is a lightweight, dependency-free library built for high-performance communication with HL7 brokers/servers. It supports sending properly formatted HL7 messages, handling responses, and working with both single and batched HL7 message formats (MSH, BHS, and FHS).
node-hl7-server for a complete HL7 solution.npm install node-hl7-client
This NPM package is designed to support medical applications with potential impact on patient care and diagnoses. This documentation, along with its peer package node-hl7-server, uses the following standardized definitions for clarity and interoperability:
Keywords such as "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" are used consistently throughout the documentation. These terms retain their meaning even when not capitalized.
Full API documentation, usage examples, and advanced configurations are available on the project site: 🔗 https://bugs5382.github.io/node-hl7-client/
node-rabbitmq-client – Connection logic inspiration.artifacthealth/hl7parser – Design reference for parser and builder.MIT © LICENSE
TypeScript
99.7%
A pure Node.js HL7 Client that allows for communication to a HL7 Broker/Server that can send properly formatted HL7 messages with ease.It can also parse and then you can extract message segments out.
29
stars
450
commits
TypeScript
primary language
Apr 26, 2026
updated
I have moved this code into a mono repo here. The same functionialy but now in one repo. Version 4.0.0 is where the new repo will start off for both packages.
A pure TypeScript HL7 client for Node.js enabling seamless communication with HL7 servers.
node-hl7-client is a lightweight, dependency-free library built for high-performance communication with HL7 brokers/servers. It supports sending properly formatted HL7 messages, handling responses, and working with both single and batched HL7 message formats (MSH, BHS, and FHS).
node-hl7-server for a complete HL7 solution.npm install node-hl7-client
This NPM package is designed to support medical applications with potential impact on patient care and diagnoses. This documentation, along with its peer package node-hl7-server, uses the following standardized definitions for clarity and interoperability:
Keywords such as "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" are used consistently throughout the documentation. These terms retain their meaning even when not capitalized.
Full API documentation, usage examples, and advanced configurations are available on the project site: 🔗 https://bugs5382.github.io/node-hl7-client/
node-rabbitmq-client – Connection logic inspiration.artifacthealth/hl7parser – Design reference for parser and builder.MIT © LICENSE
TypeScript
99.7%