Update Patient Overview
PUT {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/care-plan/overview
Update patient overview
- HTTP Request
PUT /{tenantName}/{instanceName}/patients/{patientId}/care-plan/overview
2. In our example it would be:
PUT https://api.live.welkincloud.io/gh/sb-demo/patients/d6ea79ce-d3d6-4c2d-a27e-e4d1207f60f1/care-plan/overview
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 |
Request Body
{"overview"=>"Another long long long text"}