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

Query Response Instance (QRI) segment -- HL7v2 v2.5.1.

Contains information about the confidence and matching of a query response.

3 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.QRI{
  algorithm_descriptor: term(),
  candidate_confidence: term(),
  extra_fields: term(),
  match_reason_code: term()
}
```

---

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