{
"data": {
"patient": {
"given_name": "John",
"family_name": "Doe",
"date_of_birth": "1990-01-15",
"sex": "M",
"patient_id": "patient-uuid",
"partner_patient_id": "external-patient-id"
},
"prescription": {
"url": "https://...",
"scid": "ABC123",
"status": "ACTIVE",
"created_date": "2025-01-15T10:30:00Z",
"prescriber": {
"title": "Dr",
"given_name": "Jane",
"family_name": "Smith",
"user_id": "8e1c9bab-6614-4723-8981-87c8fa026dae"
},
"item_name": "Amoxicillin 500mg capsules",
"quantity": "20",
"number_of_repeats_authorised": "2",
"pbs_code": "1234A",
"item_strength": "500mg",
"item_form": "capsule",
"route_administration": "oral",
"error": null
}
},
"message": "Prescriptions retrieved successfully",
"code": "SUCCESS"
}