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

Application Status Change (NSC) segment -- HL7v2 v2.5.1.

Contains information about application status changes.

9 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.NSC{
  application_change_type: term(),
  current_application: term(),
  current_cpu: term(),
  current_facility: term(),
  current_fileserver: term(),
  extra_fields: term(),
  new_application: term(),
  new_cpu: term(),
  new_facility: term(),
  new_fileserver: term()
}
```

---

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