Goals list
GET {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/care-plan/goals
Get goals list without additional entity (tasks, comments), can be filtered by status.
- HTTP Request
GET /{tenantName}/{instanceName}/patients/{patientId}/care-plan/goals
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
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
status | string | Single status or list | |
page | null | Page Index | |
size | null | Page Size |