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

# GET /api/medications/{id}

`GET /api/medications/{id}`

Retrieve an existing patient medications

## Path parameters

- `id` string, required

## Query parameters

- `patient` integer
- `doctor` integer

## Response `200`

OK

- PatientDrug
  - `dispense_quantity` number
  - `prn` boolean — If `True`, the medication should be taken when necessary
  - `pharmacy_note` string
  - `number_refills` integer
  - `patient` integer, required
  - `id` integer
  - `dosage_quantity` string — Please note, this used to be an decimal field, you can still pass decimal value to it. Or you can pass in some formatted string if needed.
  - `doctor` integer, required — Prescribing doctor ID
  - `date_started_taking` string
  - `dosage_units` string
  - `date_stopped_taking` string
  - `order_status` '' | 'Administered during visit' | 'Discontinued' | 'Electronic eRx Sent' | 'Faxed to Pharmacy' | 'Ordered' | 'Over the Counter' | 'Paper Rx' | 'Phoned into Pharmacy' | 'Prescribed by other Dr' | 'Prescription Printed' — One of `""`, `"Ordered"`, `"Administered during visit"`, `"Electronic eRx Sent"`, `"Phoned into Pharmacy"`, `"Faxed to Pharmacy"`, `"Paper Rx"`, `"Prescription Printed"`, `"Discontinued"`, `"Prescribed by other Dr"` or `"Over the Counter"`. If omitted in writing, default to `""`
  - `status` 'active' | 'inactive' — If present, one of `"active"` or `"inactive"`. If omitted in writing, default to `"active"`
  - `appointment` integer — Appointment ID corresponding to the initial prescription
  - `daw` boolean — If true, the prescription should be dispensed as written and not substituted
  - `rxnorm` string — RxNorm code for the medication
  - `date_prescribed` string
  - `name` string
  - `ndc` string
  - `notes` string — Any additional notes from the provider
  - `frequency` string — Frequency pf administration
  - `indication` string
  - `signature_note` string
  - `route` string — Route of administration

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