Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 697 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 697 Bytes

hl7

GoDoc

Overview

HL7v2 stands for "Health Level 7: Version 2" - a specification for shuttling clinical data around and between medical institutions. While working on Medtasker with Nimblic, I've written this library for reading the protocol and querying the messages it contains.

I have a blog post on my website if you'd like to hear a bit more of the story.

Install

$ go get fknsrs.biz/p/hl7

License

3-clause BSD. A copy is included with the source.