Back to Columns
ISMS & Certification14 min read

ISMS for Clinical Trial Systems and Japan's ER/ES Guidance

September 14, 2026

ISMS for Clinical Trial Systems and Japan's ER/ES Guidance
Share this article

EDC, eConsent, case management, monitoring support — vendors serving clinical trials run into requirements an ISMS alone does not answer. Sponsors and sites want, on top of security evidence, a separate assurance: that records produced by the system will stand up as evidence before a regulator.

That assurance is the subject of Japan's ER/ES guidance on electronic records and electronic signatures. Where an ISMS governs the mechanism for protecting information, ER/ES governs the evidentiary reliability of records. The two overlap, but they are not the same, and handing over a certificate does not end a sponsor's audit.

This article covers what ER/ES demands, how to design the audit trail, how GCP fits, and exactly how far ISMS documentation carries you.

Disclaimer: General information only. Interpretation of ER/ES guidance, the GCP Ordinance, and their operation is governed by MHLW and PMDA publications. Confirm application to a specific trial or system with the sponsor, the site, and specialists. Interpretation of the standard is governed by the standard and the accreditation and certification bodies.

Three Layers of Requirement

LayerWhat it demandsWho checks it
Information securityConfidentiality, integrity, availabilityCertification bodies, customer security audits
Record reliability (ER/ES)Records are authentic, legible, and retainedSponsor audits, regulatory inspection
Clinical trial conduct (GCP)Conduct and records conform to the standardSponsor monitoring and audit, regulatory GCP inspection

From the vendor's side, the job is to put your customer in a position to answer what the regulator asks them. When an inspector asks how a data point was entered, who changed it and when, and why — the answer rests on system features and system records.

This is what separates this domain from ordinary B2B SaaS: part of your customer's regulatory compliance is carried by your system. That is why sponsors ask for validation records and audit trail specifications on top of a security check sheet.

The Three ER/ES Requirements

In 2005 Japan's MHLW issued guidance on the use of electromagnetic records and electronic signatures in applications for approval and licensing — commonly the ER/ES guidance.

RequirementMeaningWhat the system must do
AuthenticityRecords are accurate, the responsible author is clear, and deliberate or accidental alteration is prevented or detectableIndividual accounts, authorisation control, audit trail, tamper detection
LegibilityContent can be output or displayed clearly whenever neededScreen display, report output, export in submission formats
RetainabilityRecords remain restorable throughout the retention periodMedia and format degradation measures, migration plans, backup and restore

These three are the same frame used for electronic retention in healthcare generally. They look like confidentiality–integrity–availability but do not map cleanly.

  • Authenticity resembles integrity, but adds attribution — who is the responsible author
  • Legibility has no direct ISMS counterpart. Being able to produce output is itself the requirement
  • Retainability resembles availability, but assumes retention measured in years to well over a decade

Retainability is the heavy one for a SaaS vendor. Records must survive after a trial closes, across system generations, format changes, and the vendor's own continuity. Settle the terms for data return and migration at end of service in both the contract and the procedure.

Where electronic signatures are used, the identity of the signer, the object and moment of signature, and the meaning of the signature (approval or verification) must all be recorded. Do not leave signatures as a bare click — record what the signer is asserting.

What the Audit Trail Must Capture

The audit trail is the centre of ER/ES implementation. Weakness here stops an audit regardless of how solid everything else is.

ElementContentCommon gap
WhoAn identifier resolving to an individualShared accounts, so no individual can be identified
WhenTimestamp, with timezone and clock synchronisation assuredServer clock drift; no timezone recorded
WhatThe record and the field affectedRecord-level logging only, so the field is unknown
How changedValue before and value afterOnly the new value retained; the original is lost
WhyReason for changeFree-text field left empty in practice
ProtectionThe audit trail itself cannot be altered or deletedAdministrators can delete audit trail entries

The two most common design defects are losing the prior value and having a privilege that can delete the trail. The latter arises wherever administrators or vendor maintenance staff can reach the production database directly. Privileged access is an ISMS topic too, but in trial systems "it cannot be deleted" is itself the requirement — append-only storage, a separate destination, write-once integrity checks.

See Audit Logs and Trails and Access Control and Privileged IDs — written for hospitals, but the reasoning transfers.

GCP and the Vendor's Responsibility

GCP binds sponsors and investigational sites, not system vendors directly. It reaches vendors through three routes.

  1. Outsourcing does not transfer the sponsor's responsibility, so sponsors demand enough evidence from you to discharge their own duty
  2. Retention obligations sit with the sponsor and the site, and where your system holds the records, their compliance depends on your features and operations
  3. System suitability is examined during inspection — your verification records are what answers "has this system been verified to work as intended?"
Sponsor's obligationWhat the vendor supplies
Proper management of suppliersQuality and security briefing materials, ISMS certificate, audit cooperation
Retention of recordsRetention period and format specifications, data return and migration procedure, continuity statement
Assuring data reliabilityAudit trail specification, authorisation design, change records
System validationValidation plan, execution, and report records; per-release verification
Handling deviations and defectsReporting routes, incident history, corrective action records

The worst state is producing validation records only when asked. Make accumulating verification evidence with each release the normal operating mode, or you will be reconstructing months of it after an audit notice arrives. This integrates naturally with ISMS change management — build record creation into the release process.

Note that academic clinical research is governed differently from regulated trials; fix which regime applies before designing.

Where ISMS Stops

ER/ES or GCP requirementCovered by ISMSWhat must be added
Access control, individual accountsAlmost fullyAnnex A access control maps directly
Records of granting and revoking rightsAlmost fullyISMS operating records can be shown as-is
Capturing the audit trailPartlyLogging is common, but before/after values and reason are product requirements
Protecting the audit trailPartlyBeyond log protection, needs a design administrators cannot delete
Authenticity (clear authorship)PartlySignature semantics and their recording are product design
Legibility (output and display)Not coveredNo ISMS counterpart — implement as a product feature
Retainability (long-term, format)PartlyBeyond backup, needs format migration plans and return procedures
System validationNot coveredConnects to change management, but plan, execution, report are separate
Separation per trialPartlyAddressable in risk assessment, but per-trial separation is a product requirement
Continuity and data returnPartlyBeyond BCP, contractual return terms must be explicit

In short: an ISMS supplies half the foundation, and everything bearing on evidentiary reliability must be built as a product requirement. Put the other way, with an ISMS in place you reuse access control, change management, supplier management, and incident response, and narrow the ER/ES-specific work to audit trail, legibility, and validation.

Document it as an "ER/ES policy" and a "validation procedure" sitting beneath the ISMS documentation set, riding on shared document control, training, corrective action, and internal audit. This is the same shared-layer pattern as in SaMD, ISMS and QMS. If you also serve hospitals, see Integrating ISMS Documents with the Three-Ministry Guidelines. On scope, see Designing ISMS Scope for a Healthcare Company; for the buyer's view, Demarcating Responsibility.

Conclusion

  1. Three distinct layers apply: security, record reliability (ER/ES), and trial conduct (GCP)
  2. ER/ES turns on authenticity, legibility, and retainability — which resemble but do not match C, I, and A
  3. The audit trail needs who, when, what, before and after values, and why — and a design administrators cannot delete
  4. GCP does not name the vendor, but the sponsor's duty is discharged with vendor-supplied evidence
  5. Build validation records into the release process; reconstructing them retrospectively is not realistic
  6. ISMS covers half the foundation, letting you narrow ER/ES work to audit trail, legibility, and validation

Pottech supports ISMS certification with a focus on healthcare. Where non-standard requirements stack on top, as here, the design question is how to layer them onto ISMS documentation. Support for quality process construction and security-aware project management is available as an option.

See ISMS Certification Support or contact us. The overall picture is in What Is an ISMS (ISO/IEC 27001)?.

References and Sources

Note: ER/ES and GCP notices and their operation are revised over time, and required record granularity and retention vary by trial and product. Confirm current content and specific application with MHLW and PMDA publications and with specialists.

Share this article

Related Articles

ISMS & Certification

Reading the 37 Organizational Controls

The 37 organizational controls of Annex A.5, grouped into eight clusters rather than translated one by one: policy and governance, assets and classification, access policy, suppliers and cloud, threat intelligence, incident management, continuity, and compliance. What each cluster is asking for, and what you end up producing.

September 14, 2026
ISMS & Certification

Annex A 2022: 93 Controls Across Four Themes

A map of the 93 Annex A controls in ISO/IEC 27001:2022 across four themes — 37 organizational, 8 people, 14 physical, 34 technological. Why there is no duty to implement all 93, how inclusion and exclusion are justified in the Statement of Applicability, what the attributes are for, and the order a healthcare company should work in.

September 14, 2026
ISMS & Certification

Reading the 8 People Controls

The 8 people controls of Annex A.6, grouped into entry, employment, exit, where people work, and reporting culture. How they connect to existing employment rules, how to handle segregation of duties when the team is too small for it, and how far to go on remote working — written for healthcare companies.

September 14, 2026
ISMS & Certification

Reading the 14 Physical Controls

The 14 physical controls of Annex A.7 in five clusters, with a concrete treatment of what a fully remote, cloud-only organisation can exclude and what must be reassigned to home-working rules and supplier management — data centres, media and disposal, and equipment off premises.

September 14, 2026
AI Karte

Explore AI Karte

An AI-native EHR connecting reception, documentation, accounting, claims, and analytics into one cycle.

View the product page

ISMS Certification Support as an Option

From scope design and documentation to training, internal audit, and dealing with the certification body. Pottech supports healthcare companies through ISO/IEC 27001 certification end to end.