Aetna is asking that we supply quality measures using category II cpt codes. For example 3074F for systolic blood pressure less than 130.
of course we store the BP in an obs term and quality reporting does the translation for us.
anyone else having to deal with this?
Same would apply for stuff like counseling for smoking, which GE matches to a snomed, but Aetna wants cpt 4000F
is this the year 2018?
We handle this typically with a function in a form. For example we have a function that is called when the user clicks away from the our vitals form and checks to see if the BMI has been calculated. We then send the appropriate order with the CPT II code with a general diagnosis attached. We do this for a handful of things that need to be reported this way.
Brad
Thanks for the response, have gotten some similar suggestions offline.
Our real problem here is our billing system (Medisoft) is not integrated with the EMR.
Was thinking/hoping we would always be able to utilize EMR data and not billing data for any type of quality reporting.
For what it's worth all of our carriers seem to want this via claims. It's just the way they have things set up on their end.
so after all our work with CQR and mappings we have to go it all over again... good grief....
GE didn't have enough insight to know we would have to map to CPT CAT II codes, so they just went all in on SNOMED?
Hello Brad I was wondering did you create your own forms or can this function be done to CCC-forms?
hopefully Brad will let you know, but I would assume ccc "CAMs" could be used. If they can add SNOMED codes (for whatever reason that is what GE did) I would think they could add CPT codes.
Petemarkey,
Thank you for the info., I will have to ask GE if I can get a workflow on how to add SNOMED / CAMS to the CCC forms we are currently using. Insurance carriers are also asking us for CPT II codes aswell. Thanks again.
here is a webex on CAMs. Again, i am not sure if they support adding CPT codes or just SNOMED.
https://gehciits.webex.com/gehciits/lsr.php?RCID=861702a04d1b644e341e79163b4a5f3a
I don't see why CPT codes wouldn't work though
although the real solution would be for them to actually add the code to the CCC forms so instead of populating and obs term for diet counseling, etc, they actually add the CPT code, instead of use having to build our own useful EMR.
This is via our own forms. If you use the CCC forms, depending on what you need to send the quality code you might be able to get by with a function in a text component if you can't modify the form.
Brad, are you willing to share this form? I was working on creating a form that would automate this via result code. Don't need to reinvent the wheel though.
Unfortunately we do consulting work in addition to our internal development so I can't share it. I would be more than happy to help you as best I can with your development.
To be helpful here is an example of our workflow: One of the CPT codes that we send if for BMI. We have a function that calculates this on our vitals already and writes it to an obs term. What I did was to write a function that is fired in the pageclose handler of our form that looks to see if the BMI has been calculated. Then based on age, insurance plan, BMI etc. it will send send the CPT, print a education handout etc.