Request a demo today!

Posts Tagged ‘RO Dynamics’

Shareable Clinical Pathways Tutorial Part 3- Applying the Advanced BPMN Tools within RO Dynamics

The first two posts in this series showcased how to build a basic workflow, or process as it is referenced in BPMN terminology, and how to expand upon an existing workflow. In this post we will take what we have covered and show how BPMN is used within RO Dynamics and how to get a workflow to be applied within RO Dynamics. If you missed our previous posts in this series they are linked at the end of this blog post.

There are several general Radiation Oncology workflows that automatically ship with RO Dynamics, one of which is the Treatment Planning workflow. All workflows and workflow changes are done within the Orchestration Module. Ideally there will be only a few department leads that will have access to this module due to the impact that any changes to a workflow can have on a department. Once in the Orchestration Module, all available workflows for your department will be located to the left in the Workflow list.

One of the nice features of RO Dynamics is that we store all versions of a workflow, that way you are able to migrate plans between different versions of the same workflow as well as see how many plans are currently running in each workflow version. Within RO Dynamics, all the tools that were used in the previous Shareable Clinical Pathways tutorials that were demonstrated using bpmn.io, can also be found in RO Dynamics.

In this tutorial, we are going to walk through the process of making a workflow compatible with RO Dynamics. The Treatment Planning workflow is divided into 2 lanes that consist of the Radiation Oncologist and the Planner roles. The workflow begins with a start event labeled “Start Planning” followed by a parallel gateway that will execute the ICD Dosimetry Eval workflow at the same time the treatment planning task will become available for those in the planner role. Once the Treatment Planning task is completed the MD Plan Review task is available for the Radiation Oncologist to then approve or reject the plan and give comments. If the MD Plan Review task is rejected, then the workflow reverts back to the Treatment Planning task along with the comments on what the Radiation Oncologist would like to have changed in the plan. If the MD Plan Review task is approved, then the workflow moves forward and the “Plan Approved” end event is completed.

Beneath the RO Dynamics workflow editor is where all task, activity, flow and other properties may be edited. Most workflow items need to have an ID and it is always considered best practice to give an ID name that describes the item. In our blog post, Advanced Care Team Tasks for Automation we covered all the task options that are available in RO Dynamics. The task type and assigned groups may be edited in the task properties.

In the Treatment Planning workflow, after the two tasks we hit an exclusive gateway. The direction of the workflow through an exclusive gateway is determined by previous data such as task decisions and external information systems. In this example, it is based on the answer to the MD Plan Review task. For all exclusive gateways, a default flow must be selected. Typically, this is the flow that most often the workflow will naturally go down unless there is a special case to handle. For the MD Plan Review task, the rejected flow is defaulted since you don’t want a plan to ever be marked as automatically approved without review. If the task is rejected, then the workflow is reverted back to the

Treatment Planning task for the Planner to make any necessary or requested changes and then submit it back to the Radiation Oncologist.

                One of the advantages of BPMN is it visually documents your clinical workflows and is easy for everyone to understand and learn. At the same time, with more work the workflows can be automated to implement your clinical workflows and not just document them. This not only makes your departments workflows clearer but improves clinical efficiency.

Hannah Shappell

Hannah Shappell is an ARRT certified radiation therapist with years of clinical experience who graduated with a Bachelor of Science in radiation therapy from Texas State University. She now currently resides in beautiful Central Oregon where you will typically find her outside trying to keep up with her two sons, crazy dog, and husband.

The Plans View

There are times that every clinical or administrative staff member will need to search for a plan that was completed in the past for various reasons. In typical oncology information systems this can be challenging, especially if the plan was cancelled or put on hold. To assist in this search and provide much needed information, RO Dynamics has the Plans View of our Whiteboard Module.

When initially opening the Plans View, it looks very similar to the other views of the Whiteboard Module. This view operates differently than the other views. Instead of displaying plans in progress, or automatically loading all plans, which would take a longer time as more and more plans are added into the RO Dynamics system, the Plans View providers filters to search for just the type of plans you are looking for.

The standard filters from other views are available such as plan phase, technique, treatment site, machine, treatment organization, date ranges, and plan care team members. In addition to the standard filters, there is also a status filter that is specific to the plans view that allows you to select the status of the plan such as if it was completed, on hold, cancelled before complete or cancelled after complete. Current Oncology Information Systems can make this information tough to quickly find and might involve some detective work to see what happened or even find the plan if you don’t know the patients name.

When combined with the Plan Details and the Course Details Views, sorting through any plan still in progress or from the past is very simple. You have access to all the standard plan and care team information along with plan status and history of the plan to help take the detective work out of the equation.

Plans View in the Whiteboard Module

Finding plans by their status and details can be difficult within a traditional oncology information system. RO Dynamics has created the Plans View of the Whiteboard Module to address this problem by making it possible to search for past or present plans based on their statuses. Read our blog post to learn more about how the Plans View could assist your oncology system!

Hannah Shappell

Hannah Shappell is an ARRT certified radiation therapist with years of clinical experience who graduated with a Bachelor of Science in radiation therapy from Texas State University. She now currently resides in beautiful Central Oregon where you will typically find her outside trying to keep up with her two sons, crazy dog, and husband.

Visit Quantek Systems at the 46th Annual AAMD Virtual Tradeshow

Quantek Systems is participating in the American Association of Medical Dosimetrists 46th Annual Meeting which will be on a virtual platform from June 7-11, 2021. We will be hosting a booth in the virtual Exhibit Hall where we will show the capabilities that RO Dynamics can offer your cancer system. Some of the highlights of the many features RO Dynamics offers are:

-Revolutionary Applications of Business Process Model and Notation (BPMN) and Decision Model and  Notation (DMN) to Automate Customized Workflows

-Advanced Department Analytics

-Whiteboard View with Color-Coded Task Status Icons

-Vendor Neutral Customizable Web Platform

-Workload Assistant with recommended Planner Assignment Capabilities

Hannah Shappell

Hannah Shappell is an ARRT certified radiation therapist with years of clinical experience who graduated with a Bachelor of Science in radiation therapy from Texas State University. She now currently resides in beautiful Central Oregon where you will typically find her outside trying to keep up with her two sons, crazy dog, and husband.

Shareable Clinical Pathways Tutorial Part 2-Editing Existing Workflows and Additional Lanes

In this post we are building off of our Shareable Clinical Pathways Tutorial Part 1- Basic BPMN Events, Tasks, and Gateways (https://quanteksystems.com/shareable-clinical-pathways-tutorial-part-1-basic-bpmn-events-tasks-gateways/) post linked here. We will be building off of the workflow that was created in that tutorial so it would be beneficial to review that before reading this post.

In our initial introduction to BPMN and building a simple workflow the ideas of events, tasks and gateways were introduced and a workflow depicting the Radiation Oncologist consult workflow was created. Events, tasks, and gateways are connected together using sequence flows or flows, which consist of a line with an arrow indicating the direction of the sequence. In this post we will build off the Radiation Oncologist Consult Workflow and incorporate additional staff roles with the use of lanes and also covering the editing options that are available.

We will begin with the workflow that we originally created as our starting point. Which is shown below. To create the workflow yourself follow the tutorial using a BPMN modeling tool such as at bpmn.io. (create link) If you need help, watch the video beneath where we show the entire model creation.

Step 1: Add additional lanes for nursing and simulation therapists.

Lanes add an additional level of readability and organization to a workflow. You are able to add lanes above, below or divide the current lane into divisions of two or three by selecting the original lane and using the tools to the right of the lane.

Tip: Tools to edit workflows (Add formatting for tips some how?)

Symbols in BPMN are able to be relocated by dragging and dropping in many cases. When tasks are added and removed it can create a disruption in the aesthetic of the workflow. Our modeler within RO Dynamics, as well as other BPMN modelers have a “Create/Remove Space” tool that can be utilized in these cases located in the tool menu on the left.

Tip: To insert between two existing symbols, it is often easiest to delete the sequence flow(s) in between and then branch new symbols off of the previous symbol.

Step 2: Relocate the start event and add a “Pre-Consult” task

Since the first task of the consult workflow will now belong to Nursing, that is why the start event is relocated to the nursing lane along with the additional nursing Pre-Consult with Patient task. The sequence flow now needs to be corrected with a flow going from the Pre-Consult to the Consult with Patient task in the “Radiation Oncologist” lane.

Step 3: Adding a “Schedule Simulation Appointment” task for the simulation therapist

Once the decision for the “Determine if Radiation Therapy Indicated” task is determined as “Yes” then the next symbol is a signal event that will start the radiation course workflow. After this signal event but before the patient consult ends, a “Schedule Simulation Appointment” needs to be added in the simulation therapist lane. Once this is completed, then the Patient Consult workflow is completed and ends with the “Patient Consult Ended” end event.

Now we have worked through how to expand upon an existing workflow. It is evident that the use of BPMN allows you to be flexible as your department needs change over the course of time.

Hannah Shappell

Hannah Shappell is an ARRT certified radiation therapist with years of clinical experience who graduated with a Bachelor of Science in radiation therapy from Texas State University. She now currently resides in beautiful Central Oregon where you will typically find her outside trying to keep up with her two sons, crazy dog, and husband.

The Power of Tags Part 2: Patient Tags

In our previous blog, we discussed patient tags, which should only convey information specific to a patient regardless of plan information. Plan tags are just the opposite and complete the collection of tags in RO Dynamics. Plan tags should only convey information for a specific plan. While they can be manually duplicated or copied over if you are creating a secondary plan or boost off an existing plan, they will not do that automatically since the new plan may need different tags.

Plan tags have endless applications and possibilities. They can be used for things such as treatment devices, imaging modalities, techniques, and anything else that your oncology system may need. These tags make it easy to track and gain analytics on different aspects of the plan and devices used. The analytics pulled from the plan tags has the power to help departments really concentrate or validate the need for equipment or training.

Much like the patient tags, these are quickly and easily viewable using either the plan details view or by opening the patient dialog. Each tag and tag group are able to be customized within the Administration Module and can be color-coded to your needs. Between the plan tags and the patient tags, staff members are quickly able to see the “highlights” of a patient and their treatment plan depending on how your oncology system chooses to utilize this tool. The wonderful thing about tags is that it is fully up to the user on how they are utilized. There is no right or wrong way to utilize the tags. At Quantek Systems, our only goal is to help you to improve your processes so that you are better able to focus on the needs of the patient and their treatment.

Hannah Shappell

Hannah Shappell is an ARRT certified radiation therapist with years of clinical experience who graduated with a Bachelor of Science in radiation therapy from Texas State University. She now currently resides in beautiful Central Oregon where you will typically find her outside trying to keep up with her two sons, crazy dog, and husband.

The Power of Tags Part 1: Patient Tags

There is certain key patient information that will always been necessary when treating any patient. These are the answers to the questions that every patient must answer almost as soon as they walk through the door of any medical facility and will be most likely asked repeatedly. Instead of having to copy notes over to each course, simulation, or plan; RO Dynamics has created patient specific tags.

These are a group of tags that apply to a patient and all plans associated with that plan. Patient tags can be customized based on the needs of your department. RO Dynamics comes with two standard patient tags that include: Previous Radiation and Pacemaker. For each of these tags and all custom additional tags within RO Dynamics, tasks and workflows are able to be started once a tag has been selected and saved to a patient.

For example, the pacemaker tag triggers a workflow that is based off the latest standard in the AAPM TG-203 guidelines released in 2019. By adding the pacemaker tag at any point during the treatment planning process, a workflow will be triggered which will then send out tasks to the responsible parties. Not only does this guarantee that this does not get missed but also that you are following the latest standards that have been set forth.

The location of the patient tags makes it easy to always see. Whenever you simply click on the patient, task, plan, or simulation you can see it in the plan details view or when you double click and open the patient dialog. In other systems, while this information may be listed it is not always readily shown or has to be copied down in multiple locations which allows human error to easily take the front seat.

Patient Tags in the Plan Details view
Patient Tags in the Patient Dialog

Through the use of our advanced workflow engine, tags are no longer simple labels, they are able to automatically trigger emails, tasks and workflows that pull together all needed staff roles to streamline your patient care approach. Patient tags are yet another way that you are able to customize RO Dynamics to the needs of your department as well as simplify the incorporation of new standards in patient care.

Hannah Shappell

Hannah Shappell is an ARRT certified radiation therapist with years of clinical experience who graduated with a Bachelor of Science in radiation therapy from Texas State University. She now currently resides in beautiful Central Oregon where you will typically find her outside trying to keep up with her two sons, crazy dog, and husband.