---
title: "Check patient first equipe assignment"
method: GET
path: "/api/patients/{patient_id}/first-assignment-status"
tags: ["patients"]
---

# Check patient first equipe assignment

`GET /api/patients/{patient_id}/first-assignment-status`

Admin/customer-care endpoint returning whether the patient has ever had an equipe assignment.

## Path parameters

- `patient_id` string, uuid, required — Patient UUID

## Response `200`

Successful Response

- PatientFirstAssignmentStatusResponse
  - `patient_id` string, uuid, required
  - `is_first_assignment` boolean, required
  - `has_previous_equipe_assignment` boolean, required
  - `completed_call_conoscitiva_id` string, uuid, nullable
  - `has_completed_call_conoscitiva_note` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
