Advanced search - Site
API URL | {{url}}/spice-service/patient/advance-search/site |
Method | POST |
Description | Patient advance search - Site level |
Input:
Field Name | Type | Mandatory | Example |
Authorization(Header) | String | Yes | Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI |
Input:
Field Name | Type | Mandatory | Example |
First Name | String | No | David |
Sample Input:
{ "firstName": "David", "limit": 15, "patientFilter": { "screeningReferral": true }, "patientSort": { "isRedRisk": true }, "skip": 0, "tenantId": 4 }
Output:
Field Name | Type | Comments |
| String | Patient track Id |
| Bigint | National Id |
| Bigint | Patient program Id |
| String | Patient first name |
| String | Patient last name |
| String | Patient gender |
| Bigint | Patient age |
| String | Patient status |
| Timestamp | Patient enrolled date |
| Bigint | Patient Id |
| Bigint | Screening log Id |
| Boolean | Initial review status |
| Boolean | Red risk patient status |
Sample Output:
Last updated