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
prescriptionId
Bigint
Prescription ID
medicationName
String
Name of the medication
medicationId
Bigint
Medication ID
brandName
String
Medication Brand name
classificationName
String
Medication Classification name
dosageFormName
String
Medication dosage form name
dosageUnitName
String
Medication dosage unit name
dosageUnitValue
String
Medication dosage unit value
dosageUnitId
Integer
Medication dosage unit id
dosageFrequencyName
String
Medication frequency name
dosageFrequencyId
Integer
Medication dosage frequency ID
prescribedDays
Integer
Medication prescribed days
endDate
Timestamp
Medication prescribed End date
instructionNote
String
Medication instruction note
remainingPrescriptionDays
Integer
Prescription remaining days
prescriptionFilledDays
Integer
Prescription filled days
reason
String
Reason for not filling the medication
lastRefillDate
Timestamp
Last medication refilled date
Sample Output:
Last updated