{
 "slug": "dual-principal-econsent",
 "topic_id": "TOPIC-123",
 "cluster": "Pharma, Biotech & Clinical Trial GxP Identity",
 "tier": "Tier A",
 "title": "Remote eConsent under ICH E6(R3): proving the investigator was involved",
 "summary": "Decentralised consent records a participant signature, a timestamp and a consent version. It cannot show that a qualified investigator conducted the discussion, nor that the participant saw the version the sponsor believes they saw.",
 "lede": "A participant signs an electronic consent form at their kitchen table. The platform records the signature, the timestamp and the form version. Every element of that record concerns the participant. Nothing in it concerns the investigator, whose involvement is the element a Good Clinical Practice inspector will ask about first.",
 "date": "2025-11-30",
 "category": "Developer",
 "author_id": "margot-reyes",
 "tags": [
  "eConsent",
  "ICH E6 R3",
  "decentralised trials",
  "GCP",
  "informed consent",
  "clinical research"
 ],
 "image": "https://cdn.twc.sh/images/igcache/Dual%20Principal%20eConsent/1500_900/blog.jpg",
 "schema": "Article",
 "key_takeaways": [
  "eConsent platforms are architected around the participant's signature event. Investigator involvement is a separate administrative sign-off, frequently hours or days later.",
  "The measurable proxy is the interval between participant signature and investigator sign-off. It is exportable from every eConsent platform and nobody computes it.",
  "A dual-principal consent receipt binds participant and delegated investigator to the identical consent version hash within a defined discussion window."
 ],
 "body": [
  {
   "type": "h2",
   "text": "The two records that never meet"
  },
  {
   "type": "diagram",
   "kind": "compare",
   "alt": "What the regulation requires and what eConsent records",
   "caption": [],
   "nodes": "The signature is the easy half. The discussion is the requirement.",
   "left": {
    "title": "Required",
    "items": [
     "A qualified investigator discussed it",
     "The participant understood",
     "Questions were answered",
     "Consent was freely given"
    ]
   },
   "right": {
    "title": "Recorded",
    "items": [
     "A signature",
     "A timestamp",
     "A consent form version",
     "—"
    ]
   }
  },
  {
   "type": "p",
   "html": "Informed consent is not a document. It is a conversation, evidenced by a document. Regulations across jurisdictions are consistent on this point: the participant must have an opportunity to ask questions of a qualified person, and the consent must be obtained by the investigator or a properly delegated designee."
  },
  {
   "type": "p",
   "html": "In a decentralised trial, those two things live in different systems. The participant's signature lives in the eConsent platform, bound to a form version and a timestamp. The delegation of authority lives in a delegation log, usually a spreadsheet or an eISF document. The discussion, if it happened, lives in a video call platform's attendance record or nowhere at all."
  },
  {
   "type": "p",
   "html": "No artefact connects them. A sponsor asked to demonstrate investigator involvement for a specific participant assembles three exports and an argument."
  },
  {
   "type": "h2",
   "text": "Compute the interval"
  },
  {
   "type": "p",
   "html": "Before proposing a mechanism, establish the size of the problem in your own studies. Both timestamps exist."
  },
  {
   "type": "table",
   "caption": "Interval between participant signature and investigator sign-off. Distribution, not mean — a handful of same-minute sign-offs will distort the average.",
   "head": [
    "Interval",
    "Reading",
    "Inspection exposure"
   ],
   "rows": [
    [
     "Same session, under 10 minutes",
     "Contemporaneous involvement, plausibly the same call",
     "Low"
    ],
    [
     "Under 24 hours",
     "Same-day review; discussion timing unevidenced",
     "Moderate"
    ],
    [
     "1 to 7 days",
     "Administrative sign-off decoupled from any discussion",
     "High"
    ],
    [
     "Over 7 days",
     "Batch clearing of a queue",
     "High, and visible in the data"
    ]
   ]
  },
  {
   "type": "p",
   "html": "There is no published benchmark for this and none is asserted here. The distribution across your own studies is the finding, and it tends to surprise clinical operations teams who assumed sites were signing contemporaneously."
  },
  {
   "type": "h2",
   "text": "What ICH E6(R3) changes about the framing"
  },
  {
   "type": "p",
   "html": "E6(R3) modernises GCP around risk proportionality and explicitly contemplates technology-enabled trial conduct. That is helpful — it removes the argument that remote consent is inherently suspect. It also raises the bar on evidencing that the quality factors critical to participant protection were actually managed, which puts the investigator-involvement question squarely in scope."
  },
  {
   "type": "p",
   "html": "The practical consequence is that saying <em>our SOP requires investigator involvement</em> is a weaker answer in an E6(R3) world than it was under E6(R2), because the framework asks what evidence supports the assertion, not whether a procedure exists."
  },
  {
   "type": "h2",
   "text": "The Dual-Principal Consent Receipt"
  },
  {
   "type": "p",
   "html": "One canonical statement, signed by two principals, within a bounded window."
  },
  {
   "type": "table",
   "head": [
    "Field",
    "Content",
    "What it establishes"
   ],
   "rows": [
    [
     "<code>consent_version_hash</code>",
     "Hash of the exact consent document rendered to the participant",
     "Both parties refer to the same version, resolving version-control disputes"
    ],
    [
     "<code>participant</code>",
     "Participant credential assertion",
     "The participant signed"
    ],
    [
     "<code>investigator</code>",
     "Investigator or designee credential assertion",
     "A named, delegated individual was involved"
    ],
    [
     "<code>delegation_ref</code>",
     "Reference to the signed delegation authorising that designee",
     "Delegation is evidenced, not asserted in a spreadsheet"
    ],
    [
     "<code>window</code>",
     "Maximum interval between the two assertions",
     "Contemporaneity becomes a constraint rather than a hope"
    ]
   ]
  },
  {
   "type": "p",
   "html": "The design deliberately does not require the two signatures to be simultaneous. Consent discussions legitimately pause: a participant wants to consult family, or the call drops. A bounded window — typically the same calendar day — preserves flexibility while excluding the batch-clearing pattern that creates the exposure."
  },
  {
   "type": "h2",
   "text": "Delegation, done properly"
  },
  {
   "type": "p",
   "html": "The delegation log is the weakest artefact in most trials. It is a document listing who may do what, maintained by a coordinator, updated by hand, and frequently reconstructed at close-out."
  },
  {
   "type": "p",
   "html": "Expressing delegation as a signed, scoped, time-bounded object fixes several problems at once: the principal investigator signs it, the scope names the specific activities, it expires, and it can be revoked when a sub-investigator leaves the site. A consent receipt referencing it inherits all of those properties."
  },
  {
   "type": "h2",
   "text": "The jurisdictional wrinkle"
  },
  {
   "type": "p",
   "html": "Requirements on contemporaneity differ. Some regulators expect the investigator to be present during the consent discussion; others accept documented review. This article does not flatten that difference, and any implementation should carry the window as a configurable parameter per study and per region rather than a single global value."
  },
  {
   "type": "p",
   "html": "What is common across jurisdictions is the expectation that the sponsor can demonstrate what happened. A receipt satisfies that expectation regardless of where the window is set."
  },
  {
   "type": "h2",
   "text": "What it protects"
  },
  {
   "type": "p",
   "html": "The downside risk in consent findings is not a fine. It is exclusion of participant data from the analysis, which in a pivotal trial converts a documentation issue into a statistical one. Sites with systematic consent findings face further consequences."
  },
  {
   "type": "p",
   "html": "Against that, the cost is one additional device gesture per consent from a person who is already required to be involved. That is an unusually favourable ratio, which is why this is worth doing before an inspection rather than after one."
  },
  {
   "type": "h2",
   "text": "Why remote makes this harder"
  },
  {
   "type": "table",
   "caption": "In-person versus decentralised",
   "head": [
    "Element",
    "In person",
    "Remote"
   ],
   "rows": [
    [
     "Investigator presence",
     "Observable",
     "Asserted"
    ],
    [
     "Participant identity",
     "Visual",
     "Document or credential"
    ],
    [
     "Discussion occurred",
     "Assumed from the setting",
     "<strong style=\"font-weight:600\">No artefact</strong>"
    ],
    [
     "Version signed",
     "Physical document",
     "<strong style=\"font-weight:600\">Good — versioned and logged</strong>"
    ]
   ]
  },
  {
   "type": "p",
   "html": "Decentralised consent is genuinely better on version control and worse on presence. Recognising that lets a sponsor strengthen the weak half rather than defending the whole approach."
  },
  {
   "type": "h2",
   "text": "Objections and honest limits"
  },
  {
   "type": "p",
   "html": "<strong style=\"font-weight:600\">“The platform records the session.”</strong> Some do, and a recording is evidence a session occurred rather than that a qualified investigator conducted it. It also raises its own retention and privacy questions."
  },
  {
   "type": "p",
   "html": "<strong style=\"font-weight:600\">“Investigator oversight is delegated to site staff.”</strong> Delegation is permitted within limits, and the record should say who actually conducted the discussion — which is precisely what is missing."
  }
 ],
 "faq": [
  {
   "q": "Does this require the investigator to be on the call?",
   "a": "No. It requires them to sign the same consent version within a window you define, which may be configured to match the expectations of the regions in your study."
  },
  {
   "q": "What about participants who cannot use a device credential?",
   "a": "Provide an assisted path at the site and record it as an exception. A consent mechanism that excludes participants is not an improvement, and the exception record is itself useful evidence."
  },
  {
   "q": "Does the receipt contain personal data?",
   "a": "It carries a hash of the consent document version and credential assertions. It does not carry participant health information."
  },
  {
   "q": "Can this replace the eConsent platform?",
   "a": "No. It runs alongside it, adding a bound investigator assertion to the platform's existing record."
  },
  {
   "q": "What does eConsent do better than paper?",
   "a": "Version control. It reliably records which consent version was signed, which paper handles poorly."
  },
  {
   "q": "What does it do worse?",
   "a": "Presence. Whether a qualified investigator conducted the discussion is asserted rather than recorded."
  },
  {
   "q": "What is the minimal fix?",
   "a": "A second signature from the person who conducted the discussion, linked to their qualification."
  }
 ],
 "sources": [
  {
   "t": "ICH E6(R3) Good Clinical Practice",
   "u": "https://www.ich.org/page/efficacy-guidelines"
  },
  {
   "t": "21 CFR Part 50 — Protection of human subjects",
   "u": "https://www.ecfr.gov/current/title-21/chapter-I/subchapter-A/part-50"
  },
  {
   "t": "FDA — Electronic Systems, Records and Signatures in Clinical Investigations (Q&A guidance)",
   "u": "https://www.fda.gov/regulatory-information/search-fda-guidance-documents/electronic-systems-electronic-records-and-electronic-signatures-clinical-investigations-questions"
  },
  {
   "t": "FDA — Use of electronic informed consent in clinical investigations",
   "u": "https://www.fda.gov/regulatory-information/search-fda-guidance-documents/use-electronic-informed-consent-clinical-investigations-questions-and-answers"
  },
  {
   "t": "RFC 8785 — JSON Canonicalization Scheme",
   "u": "https://www.rfc-editor.org/rfc/rfc8785"
  }
 ],
 "related": [
  {
   "slug": "cross-boundary-oversight-chain",
   "title": "Sponsor oversight across the CRO and CDMO boundary",
   "category": "Compliance"
  },
  {
   "slug": "part-11-signature-evidentiary-ladder",
   "title": "A username and a password: what a GxP signature proves",
   "category": "AEO"
  },
  {
   "slug": "effort-certification-evidence",
   "title": "Time-and-effort certification",
   "category": "Compliance"
  }
 ],
 "wordcount": 1060,
 "url": "/blog/dual-principal-econsent.html",
 "reading_time": "5 min read",
 "image_title": "Dual Principal eConsent",
 "seo_title": "Remote eConsent under ICH E6(R3)",
 "meta_description": "Decentralised consent records a participant signature, a timestamp and a version. It cannot show a qualified investigator conducted the discussion.",
 "hub": {
  "slug": "topics/gxp-identity",
  "title": "Pharma and GxP identity"
 },
 "answer": "You mostly cannot. Decentralised consent records a participant signature, a timestamp and a consent version. It cannot show that a qualified investigator conducted the discussion, which is the substantive requirement — informed consent is a conversation, and the artefact records only its conclusion.",
 "answer_q": "How do you prove an investigator was involved in remote eConsent?",
 "glossary": [
  {
   "term": "eConsent",
   "def": "Electronic informed consent, including remote and decentralised administration."
  },
  {
   "term": "Investigator",
   "def": "The individual responsible for the conduct of a trial at a site, including the consent discussion."
  },
  {
   "term": "Decentralised trial",
   "def": "A trial conducted wholly or partly outside traditional sites, with consent obtained remotely."
  }
 ],
 "checklist": {
  "title": "Strengthening remote consent",
  "id": "econsent",
  "desc": "Four steps.",
  "steps": [
   {
    "name": "Capture two signatures, not one.",
    "text": "Participant and the person who conducted the discussion."
   },
   {
    "name": "Record the conductor's qualification.",
    "text": "Linked, not assumed."
   },
   {
    "name": "Bind the consent version to both.",
    "text": "So a later version cannot inherit an earlier consent."
   },
   {
    "name": "Keep it verifiable outside the platform.",
    "text": "Trials outlive platform contracts."
   }
  ]
 },
 "cta": {
  "title": "Where this fits in Manav",
  "html": "Manav binds the signer to the exact record being certified, on a credential under their sole control, and produces a receipt an inspector or a partner can verify without access to the originating system.",
  "href": "../docs.html",
  "label": "See signature binding"
 }
}