Documentation ¶
Overview ¶
Package main generates Go code for parsing HL7 messages, using the XML schemas. We generate a single Go module from all HL7 specification versions, using the most recent definition of each type. This relies on HL7 maintaining backwards compatibility. For an example of the generated code, see schema.go. TODO: - Represent HL7 null values - Consider using go generate (blog.golang.org/generate)
Click to show internal directories.
Click to hide internal directories.