HL7v2.Segment.NPU (HL7v2 v3.10.1)

Copy Markdown View Source

Bed Status Update (NPU) segment — HL7v2 v2.5.1.

Used to communicate changes to bed/room status.

2 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.NPU{
  bed_location: term(),
  bed_status: term(),
  extra_fields: term()
}