BPLog Create
API URL
{{url}}/spice-service/bplog/create
Method
POST
Description
BP Log create
Input:
Field Name
Type
Mandatory
Example
Authorization(Header)
String
Yes
Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI
Input:
Field Name
Type
Mandatory
Example
Systolic
Integer
Yes
120
Diastolic
Integer
Yes
95
Pulse
Integer
No
90
Height
Double Precision
No
150
Weight
Double Precision
No
75
Temperature
Double Precision
No
24
Sample Input:
{ "avgSystolic": 99, "isRegularSmoker": true, "cvdRiskScore": 3, "weight": 77, "avgBloodPressure": "99/99", "cvdRiskLevel": "Low risk", "unitMeasurement": "metric", "temperature": 72, "tenantId": 4, "cvdRiskScoreDisplay": "3% - Low risk", "patientTrackId": 25, "avgDiastolic": 99, "bpLogDetails": [ { "diastolic": 99, "pulse": 99, "systolic": 99 }, { "diastolic": 99, "pulse": 99, "systolic": 99 }, { "diastolic": 99, "pulse": 99, "systolic": 99 } ], "height": 188, "bmi": 21.79 }
Output:
Field Name
Type
Comments
avgSystolic
Integer
Average systolic value
avgDiastolic
Integer
Average diastolic value
bmi
Double Precision
BMI calculation
Sample Output:
Last updated