system
(system)
September 24, 2013, 10:05am
1
jeyasithar wrote on Tuesday, September 24, 2013 :
Team,
I love to work with OpenEMR community and have plans to contribute some of the work. As a first step, I’m planning to review Automatic log-off (unchanged criteria) for MU2 certification against the ONC NIST test procedure http://www.healthit.gov/sites/default/files/170.314d5automaticlogoff_2014_tp_approvedv1.2.pdf
Let me know if anybody working on this (just to make sure no overlap happens).
Brady, can you please guide me in - how to take ownership of this module and update the wiki accordingly.
Thanks,
Jey
Computech Enterprise Solutions
system
(system)
September 25, 2013, 7:34am
2
bradymiller wrote on Wednesday, September 25, 2013 :
Hi Jey,
Sounds good. Request a wiki account here(I’ll gladly approve it):
http://www.open-emr.org/wiki/index.php/Special:RequestAccount
Then you can place yourself as owner and use the page as a “scratchpad” for this component. I think it’s already supported but need to check it with the testing script procedure.
http://www.open-emr.org/wiki/index.php/Automatic_log-off_(MU2)
thanks,
-brady
OpenEMR
system
(system)
October 22, 2013, 11:51am
3
jeyasithar wrote on Tuesday, October 22, 2013 :
Hi Brady,
I have tested and uploaded the test result document in the files section. Kindly verify the document and let me know your comments. (This will help me to know the process in further contributions).
Link: http://www.open-emr.org/wiki/index.php/File:Automatic_log_off_MU2.zip
Thanks,
Jey
Computech
system
(system)
October 23, 2013, 4:43am
4
bradymiller wrote on Wednesday, October 23, 2013 :
Hi Jey,
Awesome. One more down. Remember to update the following MU2 page (this is important so we keep track of things):
http://www.open-emr.org/wiki/index.php/Automatic_log-off_(MU2)
(just place in status it was tested along with a link to your zip file)
Then let Visolve know it’e ready for the official test:
https://sourceforge.net/p/openemr/discussion/202506/thread/df035540/
-brady
OpenEMR
system
(system)
October 23, 2013, 6:31am
5
visolveemr wrote on Wednesday, October 23, 2013 :
Brady,
Automatic log off comes under gap eligible criteria [Criteria categorized as “Unchanged” between 2011 and 2014 edition], so we don’t need to retest this criteria since we doesn’t make any change in automatic log off code.
Automatic log off doesn’t need inspection day testing and everything done via attestation.
We can update automatic log off to finalized state in MU2 certification wiki.
Please do let us know if you have any questions.
Thanks,
ViSolve
MU Consulting team
system
(system)
October 27, 2013, 7:38am
6
bradymiller wrote on Sunday, October 27, 2013 :
Hi Visolve,
Thanks for the response.
Which other MU2 items will fall under the gap eligible criteria?
thanks,
-Brady
OpenEMR
system
(system)
October 28, 2013, 3:15am
7
visolveemr wrote on Monday, October 28, 2013 :
Brady,
Here are the list of gap eligible criteria
Medication allergy list
Immunization information (It doesn’t include submission to immunization registries)
Authentication, access control and authorization
Emergency access
Automatic log-off
Integrity
Accounting of disclosures
CPOE
We need to make sure these criteria must be up to date with Product Updates with ACB from which we received certification for MU1 [ICSA Labs].
Out of these, we need to demonstrate following criteria in AMC calculation. Other criteria only need attestation.
CPOE
Medication list
Medication allergy list
Thanks,
ViSolve
MU Consulting Team
system
(system)
October 28, 2013, 3:48am
8
v1rginia wrote on Monday, October 28, 2013 :
Hi.
Do you support the ability to enter No Known Meds and No Known Allergies? I know these are needed for some part of ONC 2014.
system
(system)
October 28, 2013, 4:12am
9
visolveemr wrote on Monday, October 28, 2013 :
Virginia,
Yes No known medications and No known allergies are needed for AMC calculation of medication and medication allergy list.
I suppose when e-prescription is enabled, OpenEMR could record No known medications and allergies. Probably Brady/Someone else confirm this.
Thanks,
ViSolve MU Consulting team,
services@visolve.com
system
(system)
October 28, 2013, 7:25am
10
bradymiller wrote on Monday, October 28, 2013 :
Hi,
Wasn’t this already required in MU1? There’s a mechanism to record this and to use it in AMC calculations from MU1 (below are the calculations used):
<?php
// Copyright (C) 2011 Brady Miller <brady.g.miller@gmail.com>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
class AMC_302d_Numerator implements AmcFilterIF
{
public function getTitle()
{
return "AMC_302d Numerator";
}
public function test(AmcPatient $patient, $beginDate, $endDate)
{
// Have at least one entry or an indication that no medications are known for the
This file has been truncated. show original
<?php
// Copyright (C) 2011 Brady Miller <brady.g.miller@gmail.com>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
class AMC_302e_Numerator implements AmcFilterIF
{
public function getTitle()
{
return "AMC_302e Numerator";
}
public function test(AmcPatient $patient, $beginDate, $endDate)
{
// Have at least one entry or an indication that no problems are known for the
This file has been truncated. show original
Note this worked for native OpenEMR medications/allergies via free Allscripts option: http://www.open-emr.org/wiki/index.php/OpenEMR_ePrescribe#Allscripts
However some fixes were added at some point to also work with the newcrop option:
http://www.open-emr.org/wiki/index.php/OpenEMR_ePrescribe#NewCrop
Haven’t looked at the MU2 AMC calculations to see if different than from MU1.
-brady
OpenEMR
system
(system)
October 28, 2013, 7:38am
11
system
(system)
October 28, 2013, 9:26am
12
visolveemr wrote on Monday, October 28, 2013 :
Brady,
There is no changes in AMC calculation [Stage 1 & Stage 2] of Medication list and Medication Allergy list.
Thanks,
ViSolve MU Consulting team,
services@visolve.com