Is there truth to the comments that I have seen that the Falls Risk measure in the CQR is broken and has been broken? I have "met" with someone from GE twice in the last two weeks about this measure and they have said nothing to that effect.
Thanks for any info,
Stacey
Not sure where the truth lies but I have not been able to get credit for this measure ever in CQR but can go into the patients tht are being marked unmet and show the documentation where it was. The problem I have been told is the mapping because i am mapping to a LOINC code rather than a SNOMED code and I think that is why CQR is not picking it up. I am going to use a query within the EMR to prove those results.
Our numbers look good.
I had to map our obs term and I use the following which you can put in a VFE form or Text Component to push that order once the obs term is populated.
IF (OBSNOW("FALLSLST12MO")"") AND match(ORDERS_NEW("list"),"MU Tracking - Fall Risk Assessment")==0 THEN MEL_ADD_ORDER("S","MU SNOMED Codes","MU Tracking - Fall Risk Assessment", "", "ICD-V68.89", "Administrative NOS", "", "", "", "", "")
ELSE ""
ENDIF