We're working on getting our PCMH designation before the end of the year when the requirements change. I need to feed a care plan into the new(and horrible) clinical visit summary. I know there is a html care plan now but it doesn't have what's needed for pcmh. I requested from GE documentation on where the new clinical visit summaries pull their data from but I'm not confident that I'll get that documentation. Does anyone know how these new clinical visit summaries work and where they pull their data from?
Justin
They pull from new tables, CAREPLAN and CAREPLAN_PROBLEMS. If you do VFE work you can customize your forms to use these tables with MEL_ADD_CARE_PLAN() MEL_LIST_CARE_PLAN() and MEL_UPDATE_CARE_PLAN(). These are all documented in the help files
Have you used these? I tested the example for MEL_ADD_CARE_PLAN and it first returns an error -7 so I removed the PRID and it creates the care plan on the CVS but it doesn't show the target which in the example is "reduce 20 pounds", it just displays the Goal: and Instructions. Having the same issue with the ones I need to create, the target is missing from the care plan in the CVS.
Justin
I havent gotten around to setting these up yet actually so no, but it could just be by design that the target doesn't show up. Have you tried the html to see if the results are the same?
For the PRID, as long as you are using active problems with PROB_AFTER() I would think it should work as described, did you run a trace to make sure the prid is getting into the field properly?