Drs® Enterprise - FHIR®© API Documentation

Reason For Visit

Retrieving a patient’s reason for visit

The logical ID (of the patient to retrieve) is passed as part of the URL. The logical ID is found as the result of a search.

GET https://<hosturl>/FHIR/<databasename>/Patient/123/ReasonForVisit

 

Name Required? Type Description
id Yes string The logical ID of the patient. This is retrieved using the search function.
date No string A string representing a date to include in the search.
datefrom No string Date range, date to start search from.
dateto No string Date range, date to finish search.

This API call returns all patient data for reason for visit.

Sample Output