Get Encounter Record with all related data by a patient ID and encounter ID

GET {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/full-encounters/{{encounterId}}

HTTP Request

GET /{tenantName}/{instanceName}/patients/{patientId}/full-encounters/{encounterId}

in our example it would be:

GET https://api.live.welkincloud.io/gh/sb-demo/patients/08632f11-cb33-4b5b-aece-aaa360f9f747/full-encounters/7d72c423-48bc-4fc6-aa35-72a6cdd0c4ca

Responses

The encounter information will come as a response. The startDateTime (endDateTime) and the same variables will be displayed for the encaunter, but for local time localStartDateTime (localEndDateTime).

  • startDateTime/endDateTime - start and end times in UTCs

  • localStartDateTime/localEndDateTime - information about the local time for the user who is requesting the information (When information is requested using an API request, the request is made from under the API client, it has no timezone and therefore the information is displayed in the UTC).

Translated with DeepL.com (free version)

CodeDescription
200OK
401Unauthorized
403Forbidden
404Not Found