# `HL7v2.Segment.NPU`
[🔗](https://github.com/Balneario-de-Cofrentes/hl7v2/blob/v3.10.1/lib/hl7v2/segment/npu.ex#L1)

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.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
