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
id
String
User ID
nationalId
String
Patient national id
firstName
String
Patient first name
lastName
String
Patient last name
gender
String
Gender
age
Bigint
Patient age
isPregnant
Boolean
Is pregnant
phoneNumber
String
Patient phone number
countryId
Bigint
Country id
countyId
Bigint
County id
subCountyId
Bigint
Sub county id
siteId
Bigint
Site id
occupation
String
Patient occupation
levelOfEducation
String
Level of education
isRegularSmoker
Boolean
Is regular smoker
programId
Bigint
Program id
virtualId
Bigint
Virtual id
Sample Output:
Last updated