--- title: "clinical_pathway" description: "Activities related to the initiation and overall management of a standardised care process for a specific condition or treatment." --- Activities related to the initiation and overall management of a standardised care process for a specific condition or treatment. **Purpose.** To record information about activities related to the initiation and overall management of a standardised care process for a specific condition or treatment. ## Source | Model | Leg | Role | |---|---|---| | `openEHR-EHR-ACTION.clinical_pathway.v0` | openEHR | defines this table | ## Columns | Column | Type | Null | Description | Source | |---|---|---|---|---| | `id` | `uuid primary key` | no | Primary key. | — | | `form_id` | `uuid` → [`form`](/docs/tables/form) | no | The form this entry was recorded on. | — | | `form_block_id` | `uuid` | yes | The block within the form, when the entry is bound to one. | — | | `care_pathway_name` | `text` | yes | Care pathway name | `/description[at0001]/items[at0019]` | | `reason` | `text` | yes | Reason | `/description[at0001]/items[at0020]` | | `description` | `text` | yes | Description | `/description[at0001]/items[at0010]` | | `comment` | `text` | yes | Comment | `/description[at0001]/items[at0022]` | ## Unique - `form_block_id` ## References | Columns | Target | On delete | |---|---|---| | `form_id` | [`form`](/docs/tables/form) | cascade | | `form_id, form_block_id` | [`form_block`](/docs/tables/form_block) | cascade | ## Indexes - `clinical_pathway_form_id_idx` on `form_id`