M
Hello everyone,
I am engineer in computer science and I have to build a system that have to be compliant with CFR part 11. But it is hard to me to understand and interpret every point of the CFR, and if I am subject to certain point.
To explain : my company has developped some really efficient algorithms in signal processing for biological data, so they want a SaaS plateforme to automate the treatment and generate automatically some reports that are interessing for their client : biologist and labs.
So we do not produce any data, clients upload their files, choose treatments and visualize/download the result. We only proccess records and generate graphs, etc.
And I have to make the plateform compliant with CFR part 11, so I have some questions :
- If a client is not compliant with CFR part 11, predicate rules, then their records aren't compliant too, so in this case I haven't to be compliant too ?
- If a client is compliant with CFR part 11, and their records respect predicate rules, then if he uploads a compliant record, what I have exactly to ensure ?
-> for the record integrity I compute sha-512 both in client side and server side, then I compare the two, if equal, then it hasn't been altered by the upload.
-> for the record storage/access control/audit trail I store everything in a MongoDB database, and it is impossible to alter the record : the only permitted operation is download the file through the client account, the administrator cannot himself delete the record. (and I store the sha-512 also). My plateform logs everything, my database logs every access, my system logs also every system operation, and I am able to export it.
-> of course the plateform is secured.
Open source databases like MongoDB or MySQL is considered reliable by the FDA, isn't it ?
Am I subject to electronic signatures ??
-> If a record is not compliant then we haven't the goal to make it compliant, it is a client side problem and there are no signatures.
-> If a record is compliant then it has probably been submitted to the Agency so it has a signature attached ?
We don't need to register to FDA if we don't want to submit any file ?
For a compliant record do I need to let the FDA access the file through the plateform ? Or FDA access the file through the client system ?
The 'report' we generate are they subject to CFR part 11 ? It is the result of some treatments, it should not be submitted to the agency as if the record is compliant ?
I'm sorry but I'm a bit lost with all these questions, I think I am compliant with the part B but I don't know what is my scope exactly ...
Thanks to help me !!
I am engineer in computer science and I have to build a system that have to be compliant with CFR part 11. But it is hard to me to understand and interpret every point of the CFR, and if I am subject to certain point.
To explain : my company has developped some really efficient algorithms in signal processing for biological data, so they want a SaaS plateforme to automate the treatment and generate automatically some reports that are interessing for their client : biologist and labs.
So we do not produce any data, clients upload their files, choose treatments and visualize/download the result. We only proccess records and generate graphs, etc.
And I have to make the plateform compliant with CFR part 11, so I have some questions :
- If a client is not compliant with CFR part 11, predicate rules, then their records aren't compliant too, so in this case I haven't to be compliant too ?
- If a client is compliant with CFR part 11, and their records respect predicate rules, then if he uploads a compliant record, what I have exactly to ensure ?
-> for the record integrity I compute sha-512 both in client side and server side, then I compare the two, if equal, then it hasn't been altered by the upload.
-> for the record storage/access control/audit trail I store everything in a MongoDB database, and it is impossible to alter the record : the only permitted operation is download the file through the client account, the administrator cannot himself delete the record. (and I store the sha-512 also). My plateform logs everything, my database logs every access, my system logs also every system operation, and I am able to export it.
-> of course the plateform is secured.
Open source databases like MongoDB or MySQL is considered reliable by the FDA, isn't it ?
Am I subject to electronic signatures ??
-> If a record is not compliant then we haven't the goal to make it compliant, it is a client side problem and there are no signatures.
-> If a record is compliant then it has probably been submitted to the Agency so it has a signature attached ?
We don't need to register to FDA if we don't want to submit any file ?
For a compliant record do I need to let the FDA access the file through the plateform ? Or FDA access the file through the client system ?
The 'report' we generate are they subject to CFR part 11 ? It is the result of some treatments, it should not be submitted to the agency as if the record is compliant ?
I'm sorry but I'm a bit lost with all these questions, I think I am compliant with the part B but I don't know what is my scope exactly ...
Thanks to help me !!