Prescription History List
API URL | {{url}}/spice-service/prescription-history/list |
Method | POST |
Description | Prescription history list |
Input:
Field Name | Type | Mandatory | Example |
Authorization(Header) | String | Yes | Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI |
Sample Input:
{ "latestRequired": false, "patientTrackId": 1, "patientVisitId": 1, "tenantId": 4 }
Output:
Field Name | Type | Comments |
| Bigint | Prescription ID |
| String | Name of the medication |
| Bigint | Medication ID |
| String | Medication Brand name |
| String | Medication Classification name |
| String | Medication dosage form name |
| String | Medication dosage unit name |
| String | Medication dosage unit value |
| Integer | Medication dosage unit id |
| String | Medication frequency name |
| Integer | Medication dosage frequency ID |
| Integer | Medication prescribed days |
| Timestamp | Medication prescribed End date |
| String | Medication instruction note |
| Integer | Prescription remaining days |
| Integer | Prescription filled days |
| String | Reason for not filling the medication |
| Timestamp | Last medication refilled date |