Wondering if there is a way to auto populate the instruction field like the target field. I've tried messing around in the Care Plan - Configuration Data text component but my guess is there is a function controlling this somewhere but I haven't been able to find it in the CCC directory.
Any help would be great, thanks in advance.
You'll need to modify the HTML form Care_Plan.html and add a javascript function in care_plan_main.js to the goal select onchange property. The goal select field currently has an onchange property that calls load_target_for_goal(goal_id) which will go through MEL_GET_CONTENT to find the related target and set the Target field with it.
Files are located on your JBOSS: C:\Program Files\Centricity Practice Solution\jboss\server\default\deploy\DB_NAME.ear\CentricityPracticeWS.war\EncounterForms\Care
We are planning to update this as well. We are on CPS 12.2 and are hoping to edit the "Text Components" for the Care Plan form. (In Centricity Administration > Charts > Chart > Chart Documents > Text Components > Enterprise > CCC > Care Plan - Configuration Data)
It appears that we will be able to update goals, targets, and instructions based on ICD-10 codes of our choice. There are slots for 30, but I'm not sure if we can expand on that?
Anyone have successes/failures updating via this method?
I should mention we are on a hosted system, so I do not have the option to update the jboss. Is that necessary in order for this to work?
Yes, you can update that text component and modify the diagnoses and goals associated. The last dx item listed in my CCC Care plan text component is MEL_Add_Content("GE.CARE.PROB^1030^ICD-585.1~ICD10-N18.1^^^^^^"). Make sure your next one is 1031 and so on. Then when you start to add instructions or goals for the new dx, make sure you refer to it with GE.CARE.PROB.1031.
When this text component is added to an encounter, it will delete all care plan templates that begin with GE.CARE and then add the items listed further down.
