---
title: "Create Patients Insurance Card"
method: POST
path: "/api/2.0/patients/{id}/insurance_cards/"
tags: ["Insurance Card"]
---

# Create Patients Insurance Card

`POST /api/2.0/patients/{id}/insurance_cards/`

Create a new insurance card for a patient

## Path parameters

- `id` integer, required

## Request body

- CreateInsuranceCard
  - `image` ImageContent, required
    - `base64_content` string, required
    - `original_filename` string, required
  - `rank` integer, required — Primary or secondary insurances (1 or 2).
  - `side` integer, required — Insurance card side. Usually front (1) or back (2).

## Response `201`

No response body

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/revisions/c060f89d4de7/schema)
