---
title: "Gets Medication request resource for given medicationRequestId."
method: GET
path: "/MedicationRequest/{id}"
tags: ["MedicationRequest"]
---

# Gets Medication request resource for given medicationRequestId.

`GET /MedicationRequest/{id}`

Fetches a single medication prescription record by id. Medications are mapped to RxNorm codes. 
 
 FHIR Resource: MedicationRequest 
 *	Medications

## Path parameters

- `id` string, required

## Response `200`

Success.

- object
  - `resourceType` string
  - `id` string, required
  - `status` MedicationrequestStatus, required — unresolved $ref
  - `intent` MedicationrequestStatus, required — unresolved $ref
  - `medicationCodeableConcept` CodeableConcept — unresolved $ref
  - `subject` ResourceReference — unresolved $ref
  - `authoredOn` string, date-time
  - `requester` ResourceReference — unresolved $ref
  - `dosageInstruction` CodeableConcept — unresolved $ref

## Other responses

- `400` — Unexpected error occurred.
- `401` — Login credentials denied Access.
- `403` — Access denied for this resource with the given credentials.
- `404` — Resource not Found.
- `500` — Internal exception.

---

[API](https://skmtc.net/nextgen/apis/r4-fhir.md) · [All operations](https://skmtc.net/nextgen/apis/r4-fhir/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextgen/r4-fhir/revisions/c77712e3de0c/schema)
