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

# GET /api/implantable_devices/{id}

`GET /api/implantable_devices/{id}`

Retrieve an existing implantable device

## Path parameters

- `id` string, required

## Query parameters

- `mu_date` string
- `patient` integer
- `mu_date_range` string
- `doctor` integer

## Response `200`

OK

- ImplantableDevice
  - `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

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