Patient Basic Details
API URL | {{url}}/spice-service/patient/basic-details |
Method | POST |
Description | Patient basic details |
Input:
Field Name | Type | Mandatory | Example |
Authorization(Header) | String | Yes | Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI |
Sample Input:
{ "id": 10 }
Output:
Field Name | Type | Comments |
| String | User ID |
| String | Patient national id |
| String | Patient first name |
| String | Patient last name |
| String | Gender |
| Bigint | Patient age |
| Boolean | Is pregnant |
| String | Patient phone number |
| Bigint | Country id |
| Bigint | County id |
| Bigint | Sub county id |
| Bigint | Site id |
| String | Patient occupation |
| String | Level of education |
| Boolean | Is regular smoker |
| Bigint | Program id |
| Bigint | Virtual id |