Fill Prescription List
API URL | {{url}}/spice-service/fill-prescription/list |
Method | POST |
Description | Fill prescription list |
Input:
Field Name | Type | Mandatory | Example |
Authorization(Header) | String | Yes | Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI |
Sample Input:
{ "id": 1, "assessmentRequired": true, "assessmentDataRequired": false, "isConfirmDiagnosis": false, "isDiabetesDiagnosis": false, "isGad7": false, "isHtnDiagnosis": false, "lifeStyleRequired": false, "isPhq9": false, "isPregnant": false, "prescriberRequired": true, "redRiskPatient": false }
Output:
Field Name | Type | Comments |
| Boolean | Medication ID |
| String | Medication Name |
| String | Medication Dosage unit |
| Integer | Medication Dosage unit value |
| String | Medication Dosage form |
| String | Frequency name |
| String | Medication frequency instruction note |
| Timestamp | Medication end date |
| Integer | Remaining prescription days |
| String | Medication classification name |
| String | Medication brand name |