hl7-parser-example

Crates.iohl7-parser-example
lib.rshl7-parser-example
version0.1.0
sourcesrc
created_at2025-04-11 07:19:41.094544+00
updated_at2025-04-11 07:19:41.094544+00
descriptionThis is an example of how to run and use the hl7-parser crate by Kenton Hamaluik . The hl7-parser crate parses the structure of HL7v2 messages, but does not validate the correctness of the messages. This example version 0.1.0 is experimental work in progress, and is not ready for use in production, nor any real world medical context, nor with any real patient data. Use at your own risk.
homepage
repositoryhttps://github.com/gig-cymru-nhs-wales/hl7-parser-example
max_upload_size
id1629361
size32,638
Joel Parker Henderson (joelparkerhenderson)

documentation

https://docs.rs/hl7-parser-example

README

HL7 parser example

Health Level Seven (HL7) parser example of software engineering using https://crates.io/crates/hl7-parser.

We welcome constructive advice and help.

For more information contact Joel Parker Henderson (joel.henderson@wales.nhs.uk).

Example code in test functions:

  • Query an HL7 message.

  • Locate the cursor within an HL7 message.

  • Decode an encoded string into an HL7 message.

  • Parse an HL7 timestamp.

  • Build an HL7 message.

Commit count: 0

cargo fmt