Flexpa
Developer PortalFeedbackContact usOnboard

Guides

  • Home
  • Quickstart
  • Financial Data

Network

  • Network guide
  • Directory
  • Updates

Consent

  • Link SDK
  • Patient access

Records

  • FHIR API
  • Node SDK
  • FHIR Introduction
  • Usage
  • Terminology
    • AllergyIntolerance
    • Bundle
    • CarePlan
    • CareTeam
    • Condition
    • Coverage
    • Device
    • DiagnosticReport
    • DocumentReference
    • Encounter
    • ExplanationOfBenefit
    • Goal
    • Immunization
    • Location
    • Medication
    • MedicationDispense
    • MedicationRequest
    • Observation
    • OperationOutcome
    • Organization
    • Patient
    • Practitioner
    • PractitionerRole
    • Procedure
    • Provenance

Misc

  • Changelog
  • Support
  • Flexpa OS
  • We're hiring

AllergyIntolerance

GET https://api.flexpa.com/fhir/AllergyIntolerance

  • AllergyIntolerance is a base FHIR Resource ( JSON example)
  • Commonly available via US Core AllergyIntolerance Profile

AllergyIntolerance is a clinical FHIR Resource that acts as a record of a clinical assessment of an allergy or intolerance. Allergies and intolerances indicate a propensity (a potential risk to an individual) to have an adverse reaction on future exposure to the specified substance, such as medication or food.

Accessing a patient's allergies and intolerances can aid in workflows such as working with the patient to determine their medication protocol.

While some payers may make this information available, most do not have this data unless it is submitted to the payer by providers for quality measures or other provider/payer data exchange programs, as it is not included with or derived from core claims generation.

#Search parameters

The full list of search parameters can be found here. Some of the most important are:

Parameters

patientstring

The ID of the patient who has the allergy or intolerance. We recommend using this search parameter along with the $PATIENT_ID wildcard

clinical-statusstring

The clinical status of the allergy or intolerance

verification-statusstring

Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified substance (including pharmaceutical product)

#Sample request

While some servers may support a resource-level search without any parameters, not all do. We recommend using the format below with the patient ID via the $PATIENT_ID wildcard as a search parameter.

This is a sample request using curl

ACCESS_TOKEN=flexpa-link-access-token

curl "https://api.flexpa.com/fhir/AllergyIntolerance?patient=$PATIENT_ID" \
  -H "Authorization: Bearer $ACCESS_TOKEN"

#Sample response

This is a sample response from Humana using Flexpa API in test mode

Status TwitterGitHub

© 2025 Flexpa. All rights reserved.

On this page
  • Search parameters
  • Sample request
  • Sample response