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

Pathway (PTH) segment -- HL7v2 v2.5.1.

Contains pathway (clinical pathway/care plan) information.
6 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.PTH{
  action_code: term(),
  change_pathway_life_cycle_status_date_time: term(),
  extra_fields: term(),
  pathway_established_date_time: term(),
  pathway_id: term(),
  pathway_instance_id: term(),
  pathway_life_cycle_status: term()
}
```

---

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