---
title: "GET /api/implantable_devices"
method: GET
path: "/api/implantable_devices"
tags: ["Clinical"]
---

# GET /api/implantable_devices

`GET /api/implantable_devices`

Retrieve or search implantable devices

## Query parameters

- `cursor` string — The pagination cursor value.
- `page_size` integer — Number of results to return per page.
- `mu_date` string
- `patient` integer
- `mu_date_range` string
- `doctor` integer

## Response `200`

OK

- object — Paginated Result
  - `previous` string — Previous paginated page
  - `data` ImplantableDevice[] — result data
    - `status` 'active' | 'inactive' — One of `'active'` or `'inactive'`
    - `lot_number` string
    - `archived` boolean
    - `manufacturing_date` string
    - `patient` string
    - `expiration_date` string
    - `created_at` string
    - `brand_name` string
    - `updated_at` string
    - `gmdn_pt_name` string — "GMDN PT Name" or "SNOMED CT Description" mapped to the attribute in the "GMDN PT Name"
    - `version_or_model` string
    - `serial_number` string
    - `udi` string
    - `id` integer
    - `procedure` string — ID of `/api/procedures` object
    - `company_name` string
  - `next` string — Next Paginated page

## 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)
