Most Recent Posts
Insurance Not Populating on Orders
by ChrisFNP - 09/12/2025 7:02 AM
find past insurances
by Naeem - 09/11/2025 9:41 AM
A Tale of Woe: Only Partial Backups
by JamesNT - 09/05/2025 3:29 PM
Member Spotlight
Sandeep
Sandeep
California
Posts: 2,316
Joined: April 2011
Newest Members
sne787, Dr. Christine Se, ozonr666, ESMI, It's me
4,597 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Oct 2008
Posts: 27
tlewan Offline OP
Member
OP Offline
Member
Joined: Oct 2008
Posts: 27
Hi I am a user for a about a year-never posted anything but was reading an article in one of the FP throw-away type newspapers talking about making sure your EMR will be considered an unalterable reliable record in a court of law. They suggested that an emr should have a clear audit record of times and dates of access by whom and proof that its data is consistent and unadulterated. I couldn't find old discussions about this but are there back side aspects of AC that can be accessed to prove this stuff- does this concern anyone else- just dont want to have my record thrown out or seen as unreliable. Thanks- tim

Joined: Nov 2005
Posts: 2,367
Likes: 2
Member
Offline
Member
Joined: Nov 2005
Posts: 2,367
Likes: 2
Once you sign a record, it is locked. You can update it, but it will have a second entry with a different date/time stamp. You cannot (easily) get into the databases to change this. This should hold up in a court of law, but then ...

Sometimes, this is cumbersome, since you might have forgotten to add something, or at the end there is a "Oh, by the way..." But I'm sure it was done for that very reason.


Wendell
Pediatrician in Chicago

The patient's expectation is that you have all the answers, sometimes they just don't like the answer you have for them
Joined: May 2008
Posts: 337
Member
Offline
Member
Joined: May 2008
Posts: 337
I'm not quite sure this is the case, with regards to the Audit Trail. From a database management perspective, each time a record it changed there should be a record of:
1) the change that was made
2) who made the changes

I may be wrong, but this is not something that is easily done in MS-Access. I know with SQL Server these are managed by database triggers. Triggers are programming constructs that exist at the database level and fire in response to some change in a record. A trigger can fire;
1) for update - when a record is changed
2) for insert - when a new record is created
3) for delete - when a record is deleted.

In order to produce an audit trail a trigger (for each action) is created on each table to be audited and that trigger then creates a record in another table(s) of what was changed or deleted.

The reason I don't believe AC currently does this is because a few months ago someone raised the issue of how it handles a patient with a name change: You have to create a new record...or something to that effect, which gives me pause.

If this were in SQL Server a "PriorNames" table would exist and every time there is a patient name change, an Update Tigger would fire and write the old name and the patientID to the PriorNames table. A name search would then search both the current patient table and the PriorNames table to find the patient no matter the name change.

Last edited by gkfahnbulleh; 11/03/2008 3:04 PM.

"The illiterate of the 21st century will not be those who cannot read and write, but those who cannot learn, unlearn, and relearn." ~ Alvin Toffler

Moderated by  ChrisFNP, DocGene, JBS, Wendell365 

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Who's Online Now
0 members (), 73 guests, and 27 robots.
Key: Admin, Global Mod, Mod
Top Posters(30 Days)
Naeem 2
Bert 1
tcosta 1
Top Posters
Bert 12,899
JBS 2,991
Wendell365 2,367
Sandeep 2,316
ryanjo 2,084
Leslie 2,002
Wayne 1,889
This board is dedicated to the memory of Michael "Indy" Astleford. February 6, 1961 -- April 16, 2019




SiteLock
Powered by UBB.threads™ PHP Forum Software 7.7.5