Create an Assessment Record

POST {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/assessment-records

To create an assessment record would be used at the following URL

URL Structure: https://api.live.welkincloud.io/{tenantName}/{instanceName}/patients/{}/assessment-records

  1. First variable is your Tenant name. We will use gh as a tenant name through this set of api docs
  2. Second variable is your Instance name. We will use sb-demo as an instance name through this set of api docs
  3. Third variable is uuid of the patient for whom we want to create the record

NOTE

You cannot save answers through this URL, to save answers see Update answers of assessment record

Example request:

Request Body

{"assessmentName"=>"caregiver_assessment2", "status"=>"IN_PROGRESS"}