Screening log details
API URL
{{url}}/spice-service/screeninglog/details
Method
POST
Description
Screening log details
Input:
Field Name
Type
Mandatory
Example
Authorization(Header)
String
Yes
Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI
Sample Input:
{ "isAssessmentDataRequired": true, "patientTrackId": 12, "screeningId": 15 }
Output:
Field Name
Type
Comments
FirstName
String
tenant Id
LastName
String
Patient first name
tenantId
Bigint
Patient tenant id
PhoneNumber
String
Patient middle name
NationalId
String
Patient last name
PhoneNumberCategory
String
Patient national ID
Gender
String
Patient phone number
DateOfBirth
Time stamp
phone number category
Age
BigInt
Patient age
Height
Double precision
Patient height
Weight
Double precision
Patient weight
isRegularSmoker
Boolean
Is regular smoker
isBeforeHtnDiagnosis
Boolean
Is before Htn diagnosis
Systolic
Integer
Systolic
Diastolic
Integer
Diastolic
Pulse
Integer
Pulse
isBeforeDiabetesDiagnosis
Boolean
Is before diabetes diagnosis
glucoseUnit
String
Glucose unit
glucose
Integer
Glucose value
lastMealTime
Timestamp
last meal time
Mental Health Questions(PHQ4)
Integer
Mental health questions
cvdRiskLevel
String
CVD risk level
cvdRiskScore
Integer
CVD risk score
isReferAssessment
Boolean
Is referred for assessment
isLatest
Boolean
Is latest
siteId
Bigint
Site id
operatingUnitId
Bigint
Operating unit id
accountId
Bigint
Account id
deviceInfoId
Bigint
Device information id
bpLogId
Bigint
Bp log id
updatedFromEnrollment
Boolean
Updated from enrollment
type
String
Patient screening type
Sample Output:
Last updated