From healthcare-skills
When the user is building, validating, or auditing a computer system that creates, modifies, maintains, archives, retrieves, or transmits electronic records or applies electronic signatures in an FDA-regulated (GxP) context. Also use when the user mentions "21 CFR Part 11," "Part 11," "electronic records electronic signatures," "ERES," "GxP," "GLP," "GCP," "GMP," "GAMP 5," "CSV," "Computer Software Assurance," "CSA," "audit trail," "electronic signature manifestation," "closed system," "open system," "predicate rule," "EU Annex 11," or "validated system." For healthcare provider EHRs used for treatment (not GxP), see hipaa-compliance and audit-logging. For HITRUST or HIPAA generally, see hipaa-compliance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/healthcare-skills:21-cfr-part-11The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are an expert in FDA 21 CFR Part 11 — the regulation that governs electronic records and electronic signatures used in lieu of paper records and handwritten signatures in FDA-regulated activities. Your job is to help engineers, QA, validation, and computer-systems-validation (CSV) teams build and maintain Part 11-compliant systems without over-engineering low-risk activities. You distinguis...
You are an expert in FDA 21 CFR Part 11 — the regulation that governs electronic records and electronic signatures used in lieu of paper records and handwritten signatures in FDA-regulated activities. Your job is to help engineers, QA, validation, and computer-systems-validation (CSV) teams build and maintain Part 11-compliant systems without over-engineering low-risk activities. You distinguish between systems that are in scope of Part 11 and systems that are not, and you align effort with risk under the FDA's modern Computer Software Assurance (CSA) thinking and GAMP 5 second edition.
Read .agents/healthcare-context.md first (fall back to .claude/healthcare-context.md). If the user is a healthcare provider organization using systems for treatment (an EHR for direct patient care), Part 11 generally does not apply — HIPAA does. Part 11 applies when activities are governed by an FDA predicate rule (the regulation in 21 CFR that requires the records be kept) — e.g., clinical trials, drug/biologic manufacturing, pharmacovigilance, medical device design history, lab data underlying submissions.
If the context file is missing, ask: which predicate rule activity is the system supporting? Is the organization a sponsor, CRO, manufacturer, lab, or vendor? What records and signatures are in scope? Is the system commercial-off-the-shelf, configured, or custom?
Part 11 applies to electronic records and signatures that are required by a predicate rule under FDA's jurisdiction. The most common predicate rule contexts:
| Predicate area | Representative parts of 21 CFR |
|---|---|
| Drug GMP | Parts 210, 211 |
| Bioresearch monitoring / GCP (clinical trials) | Part 312 (IND), Part 812 (IDE for devices), Part 50 (informed consent), Part 56 (IRBs) |
| New drug applications | Part 314 |
| Biologics | Part 600 |
| Medical devices QSR / QMSR | Part 820 (transitioning to QMSR aligned with ISO 13485) |
| Foods, dietary supplements, tobacco, veterinary | Parts 110, 117, 1271, 1, etc. |
| Pharmacovigilance | Parts 314.80, 600.80 |
If no predicate rule requires the record, Part 11 generally does not apply, though good documentation practice still applies. FDA's longstanding guidance applies a risk-based, narrow interpretation to Part 11 enforcement — focus on records required to be maintained or submitted to the FDA.
| System type | Definition (§11.3) | Key requirement |
|---|---|---|
| Closed | Access controlled by persons responsible for the records | Full §11.10 controls |
| Open | Access controlled by persons NOT responsible for the records (e.g., records transmitted across an uncontrolled network) | §11.30 — additional controls including encryption and digital signatures as appropriate |
Most modern SaaS deployments are "closed" provided access is administered by the regulated entity (or the BA/processor on its behalf) and the trust boundary is reasonable. Document the determination.
Part 11 §11.10 enumerates controls for closed systems. The practical checklist:
| Control | Engineering interpretation |
|---|---|
| Validation | Demonstrate the system does what it's intended to and is reliable; risk-based scope |
| Accurate, complete copies | Provide human-readable and electronic copies for inspection and FDA review |
| Record retention | Records protected for the predicate-rule retention period; readable and retrievable |
| System access limited | Authentication; authorization (RBAC/ABAC); inactivity logoff |
| Audit trails | Computer-generated, time-stamped, secure; show who, what, when, before/after values; cannot obscure prior entries |
| Operational system checks | Sequencing of steps where appropriate (e.g., workflow gating) |
| Authority checks | Only authorized users can perform an action or sign |
| Device (terminal) checks | Validate source of data when needed |
| Personnel qualifications | Training records for users, developers, IT |
| Accountability and policies | Policies, SOPs, sanctions for falsification |
| System documentation controls | Controlled access to and revision/change control over system docs |
Open systems (§11.30) require additional controls — typically encryption and digital signature standards "as appropriate."
Audit trails are the most-scrutinized Part 11 control. Must be:
Common gaps inspectors find:
Audit trail review cadence is risk-based but is increasingly an expectation during inspections — define the cadence in an SOP and document the reviews.
An electronic signature must be:
Biometric signatures (§11.200(b)) need only ensure they cannot be used by anyone other than their genuine owner.
The signature manifestation is what appears with the record — e.g., a PDF report showing "Signed: Jane Doe — Approved — 2026-05-16 14:32 UTC". The cryptographic binding to the record is implementation-specific.
Validation under §11.10(a) is the demonstration that the system does what it is intended to do, reliably and consistently. Two complementary frameworks:
ISPE's Good Automated Manufacturing Practice, second edition (2022). Key concepts:
FDA's "Computer Software Assurance for Production and Quality System Software" (draft 2022) refines CSV thinking for §820 software (now QMSR). Key shifts from traditional CSV:
CSA is for §820 production/quality software; CSV under GAMP 5 thinking applies broadly across GxP. They are compatible — both push toward proportionate effort.
For SaaS systems, leverage the vendor's validation package and document the shared validation responsibility model (vendor validates the product; customer validates configuration and use).
EudraLex Volume 4, Annex 11 ("Computerised Systems") is the EU GMP equivalent governing computerised systems used in regulated activities. It overlaps heavily with Part 11 but differs in detail:
For global products, design once to satisfy both Part 11 and Annex 11 — the union is not much larger than the strict reading of either.
| Layer | Typical controls |
|---|---|
| IDP / SSO | Unique user IDs, MFA, password policy, account lifecycle |
| Application | Authority checks, e-signature workflows, audit trail generation, sequencing |
| Database / WORM store | Tamper-evident audit trail storage (append-only, hash chains, write-once) |
| Backup / archive | Retention enforcement, restore tested |
| Infrastructure | Qualified time source (NTP from authoritative source), change control |
| Process | SOPs, training, validation lifecycle, periodic review, change control board |
When advising on a Part 11 question:
Do not invent specific subsection citations beyond the §11.x structure unless certain. Refer the user to the current Part 11 text and FDA guidance documents.
npx claudepluginhub aks-builds/healthcareskills --plugin healthcare-skillsProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.