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
id
Integer
Country ID
medicationId
BigInt
Medication Id
dosageFrequencyId
BigInt
Dosage frequency ID
dosageUnitId
BigInt
Dosage Unit ID
endDate
Timestamp
Medication End date
prescribedDays
Integer
Medication prescribed days
classificationName
String
Medication classification name
brandName
String
Medication brand name
medicationName
String
Medication name
dosageUnitValue
String
Dosage Unit Value
dosageUnitName
String
Dosage unit name
dosageFrequencyName
String
Dosage frequency name
instructionNote
String
Instruction note
dosageFormName
String
Dosage form name
isActive
Boolean
Is Active
isDeleted
Boolean
Is Deleted
prescribedSince
Timestamp
Prescription Start date
prescriptionRemainingDays
Integer
Prescription Remaining Days
discontinuedOn
Timestamp
Prescription Discontinued on
Sample Output:
Last updated