Drs® Enterprise - FHIR®© API Documentation

Allergy or intolerance (generally: risk of adverse reaction to a substance)

Retrieving a patient’s allergy intolerances

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/AllergyIntolerance

 

Name Required? Type Description
id Yes string The logical ID of the patient. This is retrieved using the search function.

This API call returns all patient data for allergy intolerance.

Sample Output