Goal details

GET {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/care-plan/goals/{{goal_id}}

Get extended goal view: details, tasks, comments.

  1. HTTP Request

GET /{tenantName}/{instanceName}/patients/{patientId}/care-plan/goals/{goalId}

2. In our example it would be:

GET https://api.live.welkincloud.io/gh/sb-demo/patients/d6ea79ce-d3d6-4c2d-a27e-e4d1207f60f1/care-plan/goals/57827fdb-d240-46f9-8e6a-a89441cf8718

Parameters

NameLocated inDescriptionRequiredType
patientIdpathID of patientYesUUID
goalIdpathID of goalYesUUID
tenantNamepathName of tenantYesstring
instanceNamepathName of instanceYesstring

Responses

CodeDescription
200OK
401Unauthorized
403Forbidden
404Not Found