Healthcare Template

Free Patient Consent Form Template

A patient consent form documents informed consent before medical procedures.

Template

Copy this markdown, replace the {{variables}}, and send via API.

Markdown
# Patient Consent Form

**Patient:** {{patientName}}
**Provider:** {{providerName}}
**Procedure:** {{procedureDescription}}
**Date:** {{date}}

## Description

{{procedureDetails}}

## Risks

{{risks}}

## Alternatives

{{alternatives}}

## Consent

I understand the procedure, risks, and alternatives. I consent to proceed.

Send for e-signature

curl
curl -X POST https://signb.ee/api/send \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "YOUR_RENDERED_MARKDOWN",
    "senderName": "Your Name",
    "senderEmail": "you@company.com",
    "recipientName": "Recipient",
    "recipientEmail": "recipient@email.com"
  }'

What happens next

  1. Signbee converts the markdown to a professional PDF
  2. Recipient gets an email with a signing link
  3. Both parties sign with an animated handwriting signature
  4. Both receive the signed PDF with a SHA-256 certificate

All signatures are legally binding under the ESIGN Act, eIDAS, and ECA.

More details

Informed consent is both a legal requirement and an ethical obligation in healthcare. A patient consent form documents that the patient understands what will happen, the risks involved, and the alternatives available — and has voluntarily agreed to proceed.

The legal standard for informed consent: The patient must be told everything a reasonable person would want to know to make a decision about their care. This includes the nature of the procedure, expected benefits, material risks, alternatives (including doing nothing), and what happens if the procedure is declined.

Elements of valid informed consent: 1. Capacity — The patient must be mentally competent to make the decision. If not, a legal guardian or healthcare proxy decides. 2. Disclosure — The provider must explain the procedure, risks, benefits, and alternatives in language the patient understands. Medical jargon is insufficient. 3. Understanding — The patient must demonstrate they understand the information. Ask questions, use teach-back methods. 4. Voluntariness — The decision must be made without coercion, duress, or undue influence. 5. Documentation — The signed consent form is evidence that the process occurred. The form itself is not consent — the conversation is.

What to include on the form: - Procedure name and description in plain language - Specific material risks (not every conceivable risk — focus on common risks and serious rare risks) - Expected benefits and success rates - Alternatives including non-treatment - Recovery expectations and follow-up requirements - Right to withdraw consent at any time before the procedure - Who will perform the procedure (and whether trainees will be involved)

Emergency exceptions: In genuine emergencies where the patient is unconscious or incapacitated and no proxy is available, providers may proceed without consent under the doctrine of implied consent. This applies only when delay would cause serious harm or death.

Frequently asked questions

What is informed consent in healthcare?

Informed consent is the process by which a patient receives enough information about a proposed procedure — including risks, benefits, and alternatives — to make a voluntary, knowledgeable decision about their care. The signed form documents that this process occurred.

Can a patient withdraw consent after signing?

Yes. A patient can withdraw consent at any time before the procedure begins. Once a procedure is underway, withdrawal may not be possible if stopping would cause harm. The right to withdraw should be clearly stated on the consent form.

Can patient consent forms be signed electronically?

Yes, in many jurisdictions. Electronic consent forms are valid under ESIGN (US) and eIDAS (EU). They provide timestamped, tamper-proof records. However, some healthcare regulations may require additional verification. Check local healthcare regulations.

Related resources

Send this template for signing — free, no credit card.