hl7-2 0.2.0

HL7 v2 (releases 2.1-2.9) for Rust: parse, navigate, validate, modify, and render Health Level Seven (HL7) version 2 messages, in three modes: generic, schema-based, and struct-based. Published as `hl7-2` (the name `hl7-v2` belongs to an unrelated crate); most users get it through the `hl7` umbrella crate instead, as `hl7::v2`.
Documentation
1
2
3
4
5
6
7
{
  "description": "An example vendor dialect: the ACME interface's own ZAC segment, layered over standard v2.5. This is what schema mode reads — see README.md and spec/index.md section 5.",
  "inherits": "2.5",
  "segments": {
    "ZAC": ["SI", "XPN", "DT"]
  }
}