Get all Encounter Records with related data by patient ID
GET {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/full-encounters
Get all encounter records with related data by patient id
HTTP Request
GET /{tenantName}/{instanceName}/patients/{patientId}/full-encounters
in our example it would be:
GET https://api.live.welkincloud.io/gh/sb-demo/patients/08632f11-cb33-4b5b-aece-aaa360f9f747/full-encounters
Responses
Code | Description |
---|---|
200 | OK |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
statuses | string | Encounter status. Available statuses: DRAFT,OPEN,ACTIVE,FINALIZED | |
page | number | Pagination: page number | |
size | number | Pagination: page size | |
sort | string | Sort field with sorting order(asc or desc) after coma | |
sortByCalendar | string | ASC,DESC | |
onlyWithCalendarEvent | boolean | Exclude all information not related to calendar event, except encounter record |