Search
API URL | {{url}}/spice-service/patient/search |
Method | POST |
Description | Patient Search |
Input:
Field Name | Type | Mandatory | Example |
Authorization(Header) | String | Yes | Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI |
Sample Input:
{ "isSearchUserOrgPatient": false, "limit": 15, "operatingUnitId": 1, "patientFilter": { "screeningReferral": false }, "patientSort": { "isCVDRisk": true }, "searchId": "24", "skip": 0, "tenantId": 4 }
Output:
Field Name | Type | Comments |
| Integer | Patient ID |
| String | National ID |
| BigInt | Program ID |
| String | Patient FirstName |
| String | Patient MiddleName |
| String | Patient LastName |
| String | Patient Gender |
| BigInt | Patient Age |
| String | Patient Status |
| Timestamp | Patient Enrolled Date |
| Boolean | Is patient regular smoker |
| Boolean | Is Confirm diagnosis done for the patient or not |
| Double-precision | Patient BMI |
| Double-precision | Patient Height |
| Double-precision | Patient Weight |
| BigInt | ScreeningLog ID |
| BigInt | Patient Id |
| Boolean | Patient Initial Review Completed or Not |
| Boolean | Is Patient RedRisk |