PatientJourneySteps
Represents individual stages within a patient journey model.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
The unique identifier for the patient journey step, which serves as the primary key for referencing specific steps within the patient's journey. |
| Patient Journey Step Type | String | True |
The type of the patient journey step, categorizing it based on its function or role within the broader patient journey (for example, diagnosis, treatment, or follow-up). |
| Global ID | String | True |
A globally unique identifier for the patient journey step, ensuring its consistency and uniqueness across different systems and platforms. |
| Link | String | False |
A hyperlink or URL that provides access to additional resources or more detailed information related to the specific patient journey step, enabling deeper exploration. |
| Name | String | False |
The name assigned to the patient journey step, which typically represents its purpose or a key event within the patient's care process (for example, 'Initial Consultation' or 'Surgery'). |
| Status | String | False |
The current status of the patient journey step, indicating whether it is active, completed, or pending, reflecting the step's progress in the overall journey. |
| Created By | String | True |
The individual or system that created the patient journey step record, providing accountability and insight into the data entry process. |
| Created Date | Datetime | True |
The date and time when the patient journey step was created, which helps track the history and sequence of steps within the patient's journey. |
| Last Modified By | String | True |
The individual or system responsible for the most recent modification to the patient journey step, allowing tracking of updates and changes to the step details. |
| Last Modified Date | Datetime | True |
The date and time when the patient journey step was last modified, indicating the most recent changes to the step's attributes or status. |
| Description | String | False |
A detailed description of the patient journey step, providing context or additional information about the step's role, objectives, and how it fits within the broader journey. |
| Patient Journey Step Status | String | False |
The status of the patient journey step, such as 'active', 'completed', or 'on-hold', which helps track the progress of the specific step within the patient's journey. |
| Legacy CRM Id | String | False |
The identifier from the legacy Customer Relationship Management (CRM) system, used to reference this patient journey step in previous CRM systems, often relevant during data migration or system integration. |
| Patient Journey | String | False |
The patient journey to which this step belongs, establishing the broader context and sequence of steps that the patient follows throughout their care or treatment. |
| Patient Journey Step Phase | String | False |
The specific phase of the patient journey step, which categorizes the step within a larger stage of the patient's journey (for example, diagnosis phase or treatment phase). |