Prescriptions
Retrieve prescription information including doctor data and status.Get Prescription Details
The prescription UID
prescription:read
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
uid | string | Unique identifier for the prescription |
status | string | Current prescription status (e.g. signed, waiting_for_doctor) |
doctor | object | The prescribing doctor |
doctor.uid | string | Doctor UID |
doctor.display_name | string | Doctor display name |
Error Responses
| Status Code | Description |
|---|---|
403 | Missing prescription:read permission |
404 | Prescription not found or belongs to another organisation |