Articles on: API & Integrations

How to Fetch Patient Visit Data from Clinicea via API

**Introduction**



Sometimes a Client might require to fetch the patient encounter data from Clinicea for their own requirements. This data can be fetched via Clinicea API.

According to this approach an API call will fetch the encounter data (in XML format). Client can use the same call to fetch the data and format it as per your requirement.

So for the purpose of handling this, the API calls in Clinicea as follows.

getPatientVisit


Let’s get down to the details of both this API calls one by one.

This API method is accessible through Patient Visit Controller. This a GET method. The method will search for the patient encounter data of the patient against a sync date that will be passed by the user. If the search is successful, it will fetch the encounter data and will return in XML.

Authorization: The API role must have the necessary permissions enabled in the Clinicea Application.

Details:



**Possible Responses:**





**Result Details:**



Updated on: 14/06/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!