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

CodeDescription
200OK
401Unauthorized
403Forbidden
404Not Found

Request Params

KeyDatatypeRequiredDescription
statusesstringEncounter status. Available statuses: DRAFT,OPEN,ACTIVE,FINALIZED
pagenumberPagination: page number
sizenumberPagination: page size
sortstringSort field with sorting order(asc or desc) after coma
sortByCalendarstringASC,DESC
onlyWithCalendarEventbooleanExclude all information not related to calendar event, except encounter record