HL7.Examples (elixir_hl7 v0.9.0) 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

Specs

elr_example() :: String.t()

Specs

nist_immunization_hl7() :: String.t()

Specs

nist_syndromic_hl7() :: String.t()
Link to this function

wikipedia_sample_hl7(version \\ "2.5")

View Source

Specs

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.

Link to this function

wikipedia_sample_hl7_alt_delimiters()

View Source