---
title: "Get Prescription details"
method: GET
path: "/dr/v1/prescription/{prescription_id}"
tags: ["Prescription API"]
---

# Get Prescription details

`GET /dr/v1/prescription/{prescription_id}`

This API retrieves comprehensive details of a prescription created by a doctor. It provides a rich set of data encompassing patient history, diagnosis, medications, lab tests, and various other clinical elements. The response includes:

## Path parameters

- `prescription_id` string, required

## Headers

- `auth` string, required

## Response `200`

OK

- object
  - `prescription_id` string
  - `doctor_id` string
  - `partner_doctor_id` string
  - `doctor_name` string
  - `patient_name` string
  - `patient_id` string
  - `partner_patient_id` string
  - `appointment_id` string
  - `partner_appointment_id` string
  - `clinic_id` string
  - `partner_clinic_id` string
  - `prescription_details` union[]
    - union
      - object
        - `resource_type` 'appointment'
        - `follow_up` string
        - `note` string[]
      - object
        - `resource_type` 'condition_history'
        - `condition` object
          - `code` string
          - `display` string
        - `severity` string
        - `onset` string
        - `clinical_status` object
          - `code` string
          - `display` string
        - `verification_status` object
          - `code` string
          - `display` string
      - object
        - `resource_type` 'condition'
        - `condition` object
          - `code` string
          - `display` string
        - `severity` string
        - `onset` string
        - `clinical_status` object
          - `code` string
          - `display` string
        - `verification_status` object
          - `code` string
          - `display` string
      - object
        - `resource_type` 'advices'
        - `advices` string
        - `status` string
        - `intent` string
      - object
        - `resource_type` 'admission_advised'
        - `reason` string
        - `note` string
      - object
        - `resource_type` 'custom_section'
        - `title` string
        - `note` object[]
          - `name` string
          - `value` string
      - object
        - `resource_type` 'servicerequest'
        - `lab_id` string
        - `status` string
        - `lab_name` string
        - `note` string[]
      - object
        - `resource_type` 'observation'
        - `status` string
        - `observation` object
          - `code` string
          - `display` string
        - `severity` object
          - `code` string
          - `display` string
        - `category` object
          - `code` string
          - `display` string
        - `note` string[]
      - object
        - `resource_type` 'vitals'
        - `status` string
        - `observation` object
          - `code` string
          - `display` string
        - `since` object
          - `type` string
          - `start` string
        - `severity` object
          - `code` string
          - `display` string
        - `category` object
          - `code` string
          - `display` string
        - `valueQuantity` object
          - `system` string
          - `unit` string
          - `value` number
        - `component` object[]
      - object
        - `resource_type` 'lifestyle'
        - `status` string
        - `observation` object
          - `code` string
          - `display` string
        - `severity` object
          - `code` string
          - `display` string
        - `category` object
          - `code` string
          - `display` string
        - `note` string[]
      - object
        - `resource_type` 'medicationrequest'
        - `drug_id` string
        - `drug_status` string
        - `med_name` string
        - `dose` object
          - `id` string
          - `value` number
          - `unit` string
          - `custom` string
        - `additional_instructions` object[]
          - `custom` string
          - `type` string
        - `duration` object
          - `unit` string
          - `value` string
          - `custom` string
        - `dosage_instruction` object
          - `custom` string
          - `when` string
          - `period` string
          - `period_unit` string
          - `frequency` string
        - `note` string

## Other responses

- `403` — Forbidden
- `404` — Rx id/Business data missing
- `500` — Wrong API URL/Wrong JSON request/ Something went wrong

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
