Ok, lets start a new topic. I have upgraded to the new CCC 9 forms, so far so good. Just wanted to start a tread to talk about problems found and solutions.
Cecil
What forms have been removed? We were told that the release notes were incorrect, but not in which capacity. We use several of the CCC forms that were listed as removed, so we are wondering how the restore process is. Are there any new forms that are good? Is there any improvement on the FH-SH form?
Thanks!!
All the forms we use except for the Preventive care by gender are still there. There is several discontinued forms. Also, several that are on the hit list that will still work. From what I have read you would have to edit the text files and add the form you need to be loaded.
I see not change in the FH-SH. I see a Care Plan button on the CPOE now with take you to a HTML form.
Bright futures seems to work in the Entry form.
But really for our practice I have not seen a whole lot of changes. I took a while to get our customs into the new forms, but after that install was smooth.
Today will tell the story as I have loaded them to the production emr.
Cecil
We use the data entry, well child, HPI forms. We read that the FH-SH was going to start pulling in previously entered history. Hope today goes smooth for you. We will start overhauling them soon.
And I forgot CAM Conditional Action Metric. I haven't fully grasp this yet, but I think it should be beneficial for Quality.
Cecil
Well Child age specific form does not work. The release note says it is supported, but... not working. Providers are not happy. Looking for a replacement.
You can bring your old "CCCQE-User-Edit-Pediatric-WCC-Age-Specific-TFE.txt" into the CCC folder then you will have to edit the ccc.fndef.Load.<Specialty>.ccc text file and add a load command for the txt file. You can add it at the bottom under load other forms.
should look similar to this
load(ccc_sys_path() + "\CCCQE-User-Edit-Pediatric-WCC-Age-Specific-TFE.txt")
This worked for mine, otherwise the form is supported but is not being loaded by default.
Cecil
I will try this. Thank you so much.
Thank you Cecil, GE support has been struggling to get this working for us for the last two days. Thanks to you, it took me 2 minutes to fix it.
Another question, any idea how do I get rid of the pop up box that says "Supplemental files have all loaded properly" when starting CPS?
Try this:
// This global should be "yes" to see the popup at the end of the loading process; otherwise, "no"
global _ccc_supplemental_view_popup_switch = "no"
Found in CCC-fndef-load-supplemental.ccc under the clinicfolder.
Default is yes change to no.
Cecil
We are Cardiology practice and we have customized all office visit CCC v8 for Cardilogy..like HPI-card, ROS-card, problems-card, PE-card, PMH-card. Are those are still in CCC 9.0? Thanks!