DocMake
Corrective Action Report (CAPA) template rendered to PDF by the DocMake engine

This preview is a real PDF render produced by the DocMake engine from the sample data on this page.

Compliance

Corrective Action Report (CAPA)

The CAPA loop in one document: what went wrong, why it went wrong, what you will do about it, and how you will know it worked.

The action plan is a repeating table, so multi-step corrections stay structured.

Fill-in fields

capa_number CAPA number
open_date Date opened
raised_by Raised by
source Source
nonconformity Nonconformity
root_cause Root cause
effectiveness_check Effectiveness check
verifier Verifier
verify_date Verification date
actions[] Repeating list - rows expand automatically for each item

The data behind the preview

This is the exact JSON that produced the document above. Change the values, POST it to the render API, and you get your version back as DOCX or PDF. Lists grow and shrink with your data; the layout adapts.

  1. 01 Sign up free and duplicate this template into your workspace.
  2. 02 Adjust the wording and branding in the visual editor.
  3. 03 Fill it in the app, share it as a form link, or render it with the API.
sample-data.json
{
  "capa_number": "CA-2026-011",
  "open_date": "August 8, 2026",
  "raised_by": "Elena Novak, Internal Audit",
  "source": "Internal audit IA-2026-03, finding #1",
  "nonconformity": "Obsolete versions of two controlled forms were found in active use at the warehouse office, contrary to procedure PR-QMS-004.",
  "root_cause": "Superseded versions were not removed from the shared drive after the last revision; the removal step exists in the procedure but had no assigned owner.",
  "actions": [
    {
      "action": "Remove obsolete forms from the shared drive",
      "owner": "Quality Manager",
      "due": "August 15",
      "status": "Open"
    },
    {
      "action": "Assign archive-removal owner in PR-QMS-004",
      "owner": "Quality Manager",
      "due": "August 22",
      "status": "Open"
    },
    {
      "action": "Brief warehouse staff on the register lookup",
      "owner": "Warehouse Lead",
      "due": "August 29",
      "status": "Open"
    }
  ],
  "effectiveness_check": "Spot-check warehouse office forms during the September review; zero obsolete versions found means the action is effective.",
  "verifier": "Quality Manager",
  "verify_date": "September 30, 2026"
}

More compliance templates