You are on page 1of 2

API: /submit-risform

Method: POST
Response
200 OK {"status": "success"}
{ "status": "Exceptions if
200 OK SQL constraints are
violated"}
{ "status": "Invalid
200 OK request"}
Field Name Type

patientId String

recentFever boolean

temperature float

dryCough boolean

bodyAche boolean

diarrhea boolean

breathlessness boolean

spo2 float

contactWithC19 boolean

stayInHotspot boolean

recentAirTravel boolean

height float

weight float

BP boolean

diabetic boolean

smoking boolean

cardiacIssueHistory boolean

otherIssues boolean

clientId String

tokenId String
Description
REQUIRED. The String must be unique
Patient Id of the patient
REQUIRED. Determines whether patient
has recent fever (10 days)
REQUIRED. Determines temperature of
the patient. Unit should be Fahrenheit.
REQUIRED. Determines whether patient
has dry cough.
REQUIRED. Determines whether patient
has body ache.
REQUIRED. Determines whether patient
has diarrhea.
REQUIRED. Determines whether patient
has breathlessness.
REQUIRED. Determines the oxygen level
(SPO2) of the patient.
REQUIRED. Determines whether patient
Was in contact with COVID patient.
REQUIRED. Determines whether patient
Stays in a hotspot area.
REQUIRED. Determines whether patient
has recent travel history.
REQUIRED. Height of the patient in cms.
It is helpful in BMI calculation.
REQUIRED. Weight of the patient in kgs.
It is helpful in BMI calculation.
REQUIRED. Determines whether patient
has blood pressure.
REQUIRED. Determines whether patient
Has diabetes.
REQUIRED. Determines whether patient
Is a smoker.
REQUIRED. Determines whether patient
Has a cardiac issue history.
REQUIRED. Determines whether patient
Has any other issues like surgery.
REQUIRED. The String must be the client
Id provided by us. It is helpful in client
Identification.
REQUIRED. The String must be token id
Provided by us. It is helpful in request
Authentication.

You might also like