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
id
Boolean
Medication ID
medicationName
String
Medication Name
dosageUnitName
String
Medication Dosage unit
dosageUnitValue
Integer
Medication Dosage unit value
dosageUnitId
Integer
Dosage unit id
dosageFormName
String
Medication Dosage form
dosageFrequencyName
String
Frequency name
dosageFrequencyId
Integer
Dosage frequency id
instructionNote
String
Medication frequency instruction note
endDate
Timestamp
Medication end date
classificationName
String
Medication classification name
brandName
String
Medication brand name
signature
String
Prescriber signature
remainingPrescriptionDays
Integer
Prescription remaining days
prescriptionFilledDays
Integer
Prescription filled days
reason
String
Refill prescription reason
lastRefillDate
Timestamp
Last refill date
Sample Output:
Last updated