Prescription List
API URL | {{url}}/spice-service/prescription/list |
Method | POST |
Description | Prescription List |
Input:
Field Name | Type | Mandatory | Example |
Authorization(Header) | String | Yes | Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI |
Input:
Field Name | Type | Mandatory | Example |
isDeleted | Boolean | Yes | False |
Sample Input 1:
{ "isDeleted": false, "patientTrackId": 1, "tenantId": 4 }
Sample Input 2:
{ "isDeleted": true, "patientTrackId": 1, "tenantId": 4 }
Output:
Field Name | Type | Comments |
| Integer | Country ID |
| BigInt | Medication Id |
| BigInt | Dosage frequency ID |
| BigInt | Dosage Unit ID |
| Timestamp | Medication End date |
| Integer | Medication prescribed days |
| String | Medication classification name |
| String | Medication brand name |
| String | Medication name |
| String | Dosage Unit Value |
| String | Dosage unit name |
| String | Dosage frequency name |
| String | Instruction note |
| String | Dosage form name |
| Boolean | Is Active |
| Boolean | Is Deleted |
| Timestamp | Prescription Start date |
| Integer | Prescription Remaining Days |
| Timestamp | Prescription Discontinued on |