E-signatures
Electronic consent forms in healthcare
An electronic consent form works in Australian healthcare when the consent behind it is informed and voluntary, the person who signed is the person the record names, and the file is kept, protected and made available under the Privacy Act. The form is evidence of a conversation, not a replacement for one, so the hard questions are about identity, records, withdrawal and privacy rather than the signature.
Nuwan Madhusanka · Co-founder
7 min read · Published
An electronic consent form holds up in healthcare when three things are true: the patient gave informed, voluntary consent after a real conversation, the record shows the right person signed, and the signed file is kept and protected like any other health information. Moving the form from paper to a screen changes none of those duties. It changes how you prove them, and it adds a few privacy questions paper never raised, such as who receives a copy by email and whether anyone logs who opens it later.
This is general information, not legal or clinical advice. Consent rules for particular procedures, research and minors are set by state law, professional codes and each service’s own policy.
Consent is a process, and the form is its record
The Australian Commission on Safety and Quality in Health Care describes informed consent as a process that ensures a person understands the benefits, risks and alternatives before agreeing to a treatment, test or procedure. It is a person’s agreement, given voluntarily, and it requires accessible, accurate and relevant information about the outcomes, benefits, risks and alternative options, including doing nothing, watching and waiting, or lifestyle changes. The National Safety and Quality Health Service Standards require hospitals and day hospitals to have consent processes that comply with the law.
That puts the electronic form in its place. The day surgery consent envelope does not explain the arthroscopy. The surgeon and the pre-admission call do that. The form records that it happened: two required statements that the risks, including those specific to the patient’s medication, were explained and that his questions were answered, then his signature, then a nurse signing a block headed WITNESS.
A required statement box is a useful record, with one caution. In this signing portal a checkbox field is a small box the signer types into, and the finished PDF prints an X for any value. It records that the patient marked the statement. It does not replace asking whether they understood it.
Identity: the right patient, or the right person for them
A paper consent is signed in front of staff. An electronic one is signed wherever the link is opened, which might be a shared family inbox or a phone somebody else is holding. The identity check is therefore part of the clinical record, not an IT setting.
The medical consent example used an access code read out during the pre-admission phone call. A forwarded email is useless without it, five wrong attempts lock the link for fifteen minutes, and the certificate prints Email link + access code beside the patient’s name. The research participant consent used an emailed six digit code instead, which suits a signer the clinic has not spoken to. Both methods are compared in detail in how to verify a signer’s identity.
Substitute decision makers need the same care. The photo release for a minor shows the pattern: the guardian is a full recipient with their own link, their own typed relationship field and their own certificate entry, not a note in the margin. Who may consent for a patient without capacity is a legal question the envelope cannot answer, so settle it before sending.
Expect most patients to sign on a phone. Below 560 pixels wide the portal goes into a compact mode: the document becomes read-only and every typed field moves into a Complete your details panel above it, which the school excursion permission slip shows on a 390 pixel screen. That is good for completion and a reason to keep the consent document short enough to read on that screen. A patient who has to scroll twelve pages on a phone to find the risks has not had them explained.
Records that stay readable and intact
A consent form may be read years later by someone who was not there. Three properties matter.
The version. Each signer’s certificate entry holds the sha256 hash of the document as it stood when they signed, so a later edit to the consent template cannot be passed off as what the patient agreed to.
The file. When the last signer finishes, the PDF is certified with DocMDP P=1, which means a PDF reader flags any later change. The certificate line reads PAdES-SHA256-DocMDP with no timestamp phrase, because no RFC 3161 timestamp is attached in the current setup.
The sequence. The audit trail records every step, including failed verification attempts, as rows on a hash chain, and the witness’s link is created only after the patient signs when Sign in order is on.
Separately, the portal asks every signer to agree to sign electronically before submitting. That is consent to sign electronically, a different thing from the clinical consent in the document, and its timestamp and wording version are stored per signer.
Refusal and withdrawal
Consent that cannot be refused is not voluntary. In the portal, Decline sits beside the button that finishes signing, with an optional reason. Declining stops the envelope, emails the sender with the reason, and records a declined event.
Withdrawal after signing is harder, and the product is honest about it: a completed envelope cannot be voided, and the certified file cannot be edited. A patient who changes their mind needs a new record, either a short withdrawal document sent as its own envelope or an entry in the clinical notes, filed beside the original.
Privacy: collection, security and access
Health information is sensitive information under the Privacy Act. The OAIC’s Guide to health privacy says a provider may collect it with the patient’s express or implied consent where it is reasonably necessary for the provider’s activities, generally directly from the patient, and must take reasonable steps to tell the patient certain matters at collection. For a consent form that means placing only the fields the procedure needs.
APP 11 requires reasonable steps to protect personal information from misuse, interference, loss and unauthorised access, modification or disclosure, through technical and organisational measures, and to destroy or de-identify it once no longer needed unless a law requires keeping it. APP 12 gives patients access, and for organisations the OAIC’s guide is a reasonable period that generally should not exceed 30 calendar days.
Two facts about the envelope bear on this. The completion email sends the certified PDF to every recipient and the sender, so a witness receives the patient’s consent too. And downloads are not recorded in the audit trail, so access logging has to happen wherever the practice stores the file.
The checklist table below lists each requirement, its source, what the envelope does about it, and what stays with the practice.
Common mistakes
Sending the form instead of having the conversation. A link emailed the night before surgery with no discussion is a signature without informed consent.
Using the email link alone for clinical consent. A shared inbox makes the record weaker than a paper form signed at reception.
Adding staff as recipients without thinking about copies. Every recipient gets the certified PDF.
Collecting intake questions on the consent form. Keep medical history on the intake form. The patient intake requirements post covers what belongs there.
Treating a completed envelope as the last word. Withdrawal needs its own record.
Build it
The healthcare signing page covers the settings, and the steps are in the e-signature tutorial. Upload the consent PDF, add the patient with an access code or an emailed one-time code, place required statement boxes, and add a witness as a second signer with Sign in order on. Codes are stored as salted scrypt hashes, five wrong attempts lock that signer for fifteen minutes, and a verified signer has a 30 minute session.
Know the limits before you roll it out. There is no approver or cc role, so a practice manager who needs a copy but does not sign cannot be added. Every envelope expires 30 days after creation. A form response or a generated document can start an envelope automatically, but both handovers invite signers by email link only, so use them for low risk consents. For writing the consent document itself, start with how to write a consent form.
| Requirement | Where it comes from | How the envelope meets it | Left to the practice |
|---|---|---|---|
| Benefits, risks and alternatives explained, including doing nothing | Commission on Safety and Quality in Health Care, informed consent | The PDF can carry the risks and a required statement box the patient must mark | The conversation itself, and the clinician's judgement that it was understood |
| Time to decide, a support person, an interpreter | Commission guidance for patients | The link stays open until the envelope's 30 day expiry | Offering those things before the form is sent |
| The signer is the patient, or their substitute decision maker | Commission: a legal, ethical and professional responsibility of health professionals | Access code shared by phone, or an emailed one-time code; the certificate names the method | Deciding who may consent for a patient without capacity |
| Voluntary agreement, with refusal possible | Commission definition of informed consent | Decline with an optional reason stops the envelope and emails the sender | Recording a refusal in the clinical record |
| Agreement to sign electronically | Electronic transactions law | A consent gate in the portal, checked again by the server, stored with a timestamp and version | Nothing |
| Health information collected with consent and only as reasonably necessary | APP 3, OAIC Guide to health privacy chapter 2 | The signer types only into the fields you place; the signing record adds times, IP address and the identity check | Keeping the form to what the procedure needs |
| Security of the signed file | APP 11.1 | Versioned storage, the sent document never overwritten, certification at DocMDP P=1 | Where the certified PDF goes after the completion email |
| Destroy or de-identify when no longer needed, unless a law requires keeping it | APP 11.2 | Not automated | A retention decision for each consent type |
| Patient access on request, usually within 30 calendar days | APP 12, OAIC guidelines | The patient already receives the certified PDF by email on completion | Answering later requests from the clinical record |
| A record of who opened the file afterwards | Reasonable steps under APP 11 | Not recorded: downloads are not audited | Access logging in the system where the file is stored |
| Withdrawal after signing | Consent must stay voluntary | Not possible on a completed envelope, which cannot be voided | A new withdrawal document, signed or noted in the record |
A finished example
A medical consent e-signature has to prove three things: who consented, that they saw the risks, and that the file has not changed since. This two page consent for a day surgery arthroscopy at a fictional clinic covers all three, with an access code given at the pre-admission call, two required risk statements, a nurse signing a WITNESS block, and DocMDP certification sealing the result.
Read the medical consent e-signatureQuestions people ask
Is an electronic signature on a medical consent form legal in Australia?
Electronic transactions laws in every state and territory allow a signature to be given electronically, and nothing in the Commission's informed consent guidance requires ink. What decides whether a consent holds is the process: the information given, the patient's capacity, voluntariness and the record. Some specific laws and hospital policies do set their own form rules, so check the procedure and the jurisdiction before replacing a paper form.
Can a parent or guardian sign an electronic consent for a child?
The envelope can carry a parent or guardian as a full signer with their own link, verification and certificate entry, and a signature block heading such as PARENT OR GUARDIAN. What it cannot decide is whether that person has authority to consent for this child and this treatment. That is a clinical and legal judgement made before the form is sent, and it belongs in the record.
Does a signed consent form prove the patient understood the risks?
No. It proves a named person, verified in a stated way, signed a stated version of the document at a recorded moment and marked the required statements. Understanding is shown by the conversation, the questions asked and answered, and the clinician's notes. The Commission describes informed consent as a process for exactly this reason, and a signature is only its last step.
What if the patient changes their mind after signing?
They can, and the treatment should not proceed on the old form. A completed envelope cannot be voided, and nothing is edited after completion because the file is certified, so the change is recorded separately: a short withdrawal document sent as its own envelope, or a note in the clinical record. Keep both records together so the later decision is not hidden by the earlier signature.
Should the consent go through an email link alone?
For anything clinical, add a check. An emailed one-time code proves the person reached the inbox again within ten minutes, and an access code read out at a pre-admission call proves the clinic spoke to this patient. A bare link proves only that somebody opened an email, which may be a shared family inbox. The comparison is in the signer identity post.
Who receives the signed consent form?
The completion email sends the certified PDF to every recipient on the envelope and to the sender. If a nurse signs as witness, the nurse receives the patient's signed consent too. Decide that deliberately. For a sensitive procedure, consider whether the witness needs to be a recipient, or whether a clinic address rather than a personal one should be used for staff signers.
Can a form submission start the consent envelope?
Yes. A form with an e-signature component hands each submitted response to e-signing as its own envelope, one recipient per signature component. A generated document hands over one recipient per signature block. Both handovers use the signer role and the email link only, with no access code or one-time code, so choose them for low risk consents and prepare high risk ones by hand.
Written by
Nuwan Madhusanka · Co-founder
Works across the builders and the export paths: how a form becomes a PDF, how a flyer canvas becomes a print file, and how a signed document carries its audit trail.
LinkedIn profileWritten and checked by the OneCraft team. Last checked .
Make your own signing flow
Describe what you need and the generator writes and designs it, then you edit anything you like.
See what it can makeRead next
E-signature for gyms and studios: waivers and memberships
Gyms and fitness studios can have waivers, membership agreements and house rules signed electronically, either on a tablet at the front desk or through a link sent before the first visit. What e-signature cannot do is change what the paperwork is allowed to say: Australian consumer law limits what a waiver can exclude, and some states set cooling off and cancellation rules that the membership agreement has to reflect.
E-signature for nonprofits: volunteers, boards and grants
Nonprofits can use e-signatures for volunteer agreements, board members' conflict of interest declarations, grant agreements and consent forms, which saves the paper chase with people who give their time for free. For Australian charities the ACNC expects written financial and operational records kept for seven years, and a signed PDF with its certificate is a record that is easy to keep and easy to find.
Can a deed be signed electronically?
In New South Wales, Victoria and Queensland, yes: each state's law now lets a deed exist as an electronic document and be signed electronically, and the Corporations Act lets a company do the same. What still differs is witnessing, so the question to settle before you send is whether an individual's signature needs a witness and how that witness can attend.
For the steps inside the builder, read the guideon this topic.