This endpoint retrieves a list of allergies associated with a given drug, identified by its trade name or generic name. It is designed to aid healthcare providers in checking for potential allergic reactions when prescribing medication.
The response is a JSON array of allergy objects formatted according to FHIR standards. Each object includes details of the allergy, cross-sensitivity, sensitive drugs, incidence rate, and the associated drug details.
Healthcare providers can use this endpoint to quickly identify potential allergic reactions to prescribed medications.
Pharmacists can verify allergy information for dispensing purposes.
Patients can use this to inform healthcare providers of known allergies.
Make sure to replace BRITE_API_KEY with the actual API key provided for authorization. The documentation can be further customized to include more details specific to your API's implementation and usage.