Greetings,
The issue: We want to be able to print the active Care Management Goal List for parents/children who visit. But we don't want to have to sign clinical list changes or sign the note for the goals to show. Currently, the updated goals will not show in the histories until signed. We want to move away from this.
Looking at the text translation file, they have CAREPLAN_GOAL_LIST() to show the changes in the chart.
I want to add CAREPLAN_GOAL_LIST() to my letter so that it shows the updated goals that were made in the visit. This way, we can print a letter with the updated goals and hand to the parent before they finish the note.
We are pediatrics, and we need to be sensitive with the wording.
If I simply use CAREPLAN_GOAL_LIST()
it will show:
Changed Goal: child will remain safe and refrain from causing harm to self or others
Associated Problem: Anger ( R45.4 ), Major depressive disorder, single episode, severe with psychotic features ( F32.3 )
Health Concern: behavior
Status: Active
Start Date: 07/09/2020
Added Intervention: test 7.8.21
Goal Name: child will remain safe and refrain from causing harm to self or others
Status: Active
Start Date: 07/08/2021
I want to change this to where it says "Diagnosis" instead of "Problems"
Honestly, I don't even want to show that. I would like for it to just show just the second paragraph that says "Added Intervention: test 7.8.21
Goal Name: child will remain safe and refrain from causing harm to self or others
Status: Active
Start Date: 07/08/2021"
That is all!
But I can't seperate this.
Does anyone know how to work this CAREPLAN_GOAL_LIST() ?
THanks,
Tosh
You could try this:
sub(CAREPLAN_GOAL_LIST(),match(CAREPLAN_GOAL_LIST(),"Added Intervention"))
It worked T_T
I'm crying because I am so happy.
Awww, always happy to help you out 🙂
There is also (replacestr(CAREPLAN_GOAL_LIST(),"Problem","Diagnosis"))
This will keep the original format, but change the insensitive language.