Welcome to our comprehensive Assessment Platform, designed to provide users with tailored insights into their health. Our platform features three primary types of assessments:

1. Risk Assessments

Risk Assessments evaluate the likelihood of a user developing specific health conditions, such as diabetes or hypertension. By analyzing key factors, users receive a clear understanding of their risk levels.

2. Symptom Checker

Our Symptom Checker takes user-reported symptoms as input and, through a series of targeted questions, helps triage and identify probable diagnoses. This AI-driven tool is designed to streamline the assessment process and provide users with valuable insights.

Each assessment in our platform is associated with a unique Workflow ID. This identifier is crucial for initializing and conducting assessments seamlessly. For more details on the Workflow IDs, please refer to the next topic Assessment Workflows or contact support.

These are the steps to get perform assessment using Eka Care APIs.

1

Initialization

This step is used to initialize the assessment. This API returns a unique assessmentid which will be used in the next steps.

2

Start Assessment

This step is used to start the assessment. It will return the first question of the assessment.

3

Continue Assessment

This step is used to continue the assessment. It will return the next question of the assessment. You need to send the answer of the previous question in the request body. Continue this step until you get the last question.

4

Submit Assessment

This step is used to submit the assessment. You need to send the answer of the last question in the request body. It will return the result and summary of the assessment.

Restrictions on Assessments:

Age restrictions:

  • 12-130 years for Symptom Checker and Risk Assessment.
  • 0-130 years for Customized Assessments

Gender restrictions:

  • M, F supported for Symptom Checker and Risk Assessment.
  • M, F, O supported for Customized Assessments

You will get multiple error codes in case of any failure. You can refer to the error codes for more details.