Jump to content

hipaa compliant


swf

This topic is 6506 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

  • 4 weeks later...

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

Link to comment
Share on other sites

  • 8 months later...

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:

Link to comment
Share on other sites

  • 3 weeks later...

This topic is 6506 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.