HL7v2.Segment.IAR (HL7v2 v3.10.1)

Copy Markdown View Source

Allergy Reaction (IAR) segment — HL7v2 v2.7+.

Introduced in HL7 v2.7. Attaches to an IAM segment to provide additional reaction details (e.g., severity, onset time, treatment received) for a patient's adverse reaction.

5 fields per HL7 v2.7 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.IAR{
  allergy_reaction_code: term(),
  allergy_reaction_duration: term(),
  allergy_severity_code: term(),
  extra_fields: term(),
  management: term(),
  sensitivity_to_causative_agent_code: term()
}