HL7v2.Segment.OM3 (HL7v2 v3.10.1)

Copy Markdown View Source

Categorical Service/Test/Observation (OM3) segment -- HL7v2 v2.5.1.

Contains attributes of observations with categorical results. 7 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.OM3{
  abnormal_text_codes_for_categorical_results: term(),
  critical_text_codes_for_categorical_results: term(),
  extra_fields: term(),
  normal_text_codes_for_categorical_results: term(),
  preferred_coding_system: term(),
  sequence_number: term(),
  valid_coded_answers: term(),
  value_type: term()
}