HL7.Examples (elixir_hl7 v0.10.0)

View Source

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

Summary

Functions

elr_example()

@spec elr_example() :: String.t()

nist_immunization_hl7()

@spec nist_immunization_hl7() :: String.t()

nist_syndromic_hl7()

@spec nist_syndromic_hl7() :: String.t()

wikipedia_sample_hl7(version \\ "2.5")

@spec 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.

wikipedia_sample_hl7_alt_delimiters()