Get Care Plan by patientId
GET {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/care-plan
Get overview and system fields
- HTTP Request
GET /{tenantName}/{instanceName}/patients/{patientId}/care-plan
2. In our example it would be:
GET https://api.live.welkincloud.io/gh/sb-demo/patients/d6ea79ce-d3d6-4c2d-a27e-e4d1207f60f1/care-plan
Parameters
Name | Located in | Description | Required | Type |
---|---|---|---|---|
patientId | path | ID of patient | Yes | UUID |
tenantName | path | Name of tenant | Yes | string |
instanceName | path | Name of instance | Yes | string |
Responses
Code | Description |
---|---|
200 | OK |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |