Doctors
Retrieve a list of doctors in your organisation and view their prescription statistics over a given time period.List Doctors
Page number (0-indexed)
Number of doctors per page
doctor:read
Example Request
Response
Get Doctor Statistics
Retrieve prescription statistics for a specific doctor over a time period.The doctor UID
Start of time period (Unix timestamp in seconds)
End of time period (Unix timestamp in seconds)
doctor_statistics:read
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
uid | string | Doctor UID |
display_name | string | Doctor display name |
prescription_statistics | object | Prescription counts grouped by status |
Error Responses
| Status Code | Description |
|---|---|
400 | Missing or invalid from / to parameters |
404 | Doctor not found or belongs to another organisation |