Refill Prescription History
API URL | {{url}}/spice-service/prescription/refill-history |
Method | POST |
Description | Refill prescription history |
Input:
Field Name | Type | Mandatory | Example |
Authorization(Header) | String | Yes | Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI |
Input:
Field Name | Type | Mandatory | Example |
username | String | Yes | spice@spice.mdt |
password | String | Yes | Spice123 |
Sample Input:
{ "lastRefillVisitId": "1", "patientTrackId": 1, "tenantId": 4 }
Output:
Field Name | Type | Comments |
| Boolean | Medication ID |
| String | Medication Name |
| String | Medication Dosage unit |
| Integer | Medication Dosage unit value |
| Integer | Dosage unit id |
| String | Medication Dosage form |
| String | Frequency name |
| Integer | Dosage frequency id |
| String | Medication frequency instruction note |
| Timestamp | Medication end date |
| String | Medication classification name |
| String | Medication brand name |
| String | Prescriber signature |
| Integer | Prescription remaining days |
| Integer | Prescription filled days |
| String | Refill prescription reason |
| Timestamp | Last refill date |