swf Posted August 5, 2005 Posted August 5, 2005 Working on a medical record solution. I will need to make it hipaa compliant. My understanding is it needs 1)automatic logout (can be done by fm server) 2)user id and password for each person (again can be done by server) 3) audit tracking (has to record the current user when making an entry. What about modifying an entry?) 4)electronic signature - anyone have ideas on this one. how about cosignature. Nurse enters and doctor signs later? 5)anyone dealt with importing lab values into filemaker from a standard lab database? Looking forward to suggestions and discussion
Walter B Posted September 1, 2005 Posted September 1, 2005 1) Correct, you can set idle time in FMS7 2) Also Correct. Additionally, you can use a domain controller and domain account to control access. 3) Check out the following: http://www.excelisys.com/services/fmp7/tips_tricks.htm Andrew Persons has an excellent solution for audit logs 4) I use a signature field(s) and a script to do electronic signatures. The eSig is set in the sig field using a concatenation of the username and a datetime stamp. I've built and signature process that run 5 sigs deep in a workflow process. 5) I don't have specific experience with standard lab database, but if its SQL and ODBC compliant, you can write scripts to pull directly from the database. Otherwise, check to see if it will output a .csv file? You can import that directly into Filemaker. One other note on HIPAA compliance, if you are tracking any personal data on patients(names, ssn, address, etc), you will need to encryt, isolate, and or access control that data with you solution. Hope all this helps
Gilbert Posted May 16, 2006 Posted May 16, 2006 I use Digitalpersona’s fingerprint hardware and software in conjunction with two simple FM validation scripts to comply with fed regulations and requirements:(Message integrity, Non-repudiation, User authentication. Other implementation features are optional.) http://aspe.hhs.gov/admnsimp/nprm/sec10.htm I use this technique to electronically sing billable encounters 100% paper less I hope this helps :waytogo:
dkemme Posted June 5, 2006 Posted June 5, 2006 For cosigns, we have user designate where the record needs to go next, and then eletronically sign. Then create a layout that will find all the records sent to a particular user.
Recommended Posts
This topic is 6997 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now