---
title: "signed_consent_forms Create"
method: POST
path: "/api/signed_consent_forms"
tags: ["Clinical"]
---

# signed_consent_forms Create

`POST /api/signed_consent_forms`

Create a signed consent form record for a patient and consent form

## Query parameters

- `patient` integer, required
- `appointment` integer, required
- `consent_form` integer, required
- `signature_file` unknown

## Response `201`

Created

- SignedConsentForm
  - `date_signed` string — Date when the consent form is signed. Automatically set when the record is created
  - `archived` boolean — Indicates that the consent form has been archived and should not be used
  - `appointment` integer, required — ID of the appointment that the consent form is signed for
  - `signature_file` string, binary — File with the signature of the patient
  - `updated_at` string — Date and time when the signature was last updated
  - `patient` integer, required — ID of the patient who signed the consent form
  - `consent_form` integer, required — ID of the consent form that is signed
  - `id` integer — ID consent form signature

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/drchrono/apis/untitled-api.md) · [All operations](https://skmtc.net/drchrono/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drchrono/untitled-api/versions/e595797fe800/schema)
