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

Stored Procedure Request Definition (SPR) segment -- HL7v2 v2.5.1.

Withdrawn/deprecated query segment from v2.3 that still appears in the
v2.5.1 index. Defines a stored procedure request.

4 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.SPR{
  extra_fields: term(),
  input_parameter_list: term(),
  query_response_format_code: term(),
  query_tag: term(),
  stored_procedure_name: term()
}
```

---

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