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