elixir_hl7 v0.6.2 HL7.Examples View Source

Functions to provide sample HL7 data which can be used to explore the API.

Link to this section Summary

Link to this section Functions

Link to this function

nist_immunization_hl7() View Source
nist_immunization_hl7() :: String.t()

Link to this function

nist_syndromic_hl7() View Source
nist_syndromic_hl7() :: String.t()

Link to this function

wikipedia_sample_hl7(version \\ "2.5") View Source
wikipedia_sample_hl7(String.t()) :: String.t()

Returns a sample HL7 string from Wikipedia's HL7 article.

The HL7 version of the message defaults to 2.5, but can be overidden.