GET
/patients/{patientId}/prescriptions
List Patient Prescriptions
Retrieve all prescriptions for a specific patient across all encounters.
Path Parameters
See schema: PatientIdPathParam
Query Parameters
See schema: PaginationParams
Request Body
Content Types: -
Schema: -
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Successful response with list of prescriptions | Prescription |
| 404 | Patient not found | ErrorResponse |