HCA-Healthcare / elixir-hl7

An Elixir library for working with HL7 v2.x healthcare data
Apache License 2.0
110 stars 22 forks source link

Update `HL7.get/2` typespec #45

Closed gabbybene closed 3 months ago

gabbybene commented 3 months ago

Resolve #44

Adds possible return type of [hl7_map_data()], which exists already in practice, but was missing from the typespec.

Minor documentation enhancements.