Return to our FHIR API Lists:
FHIR - Patient Resources
FHIR - Drug Formulary Resources
FHIR - Provider Resources

AllergyIntolerance
Risk of harmful or undesirable, physiological response which is unique to an individual member and associated with exposure to a substance.
HL7 FHIR interactions
Read Interaction:
GET [base]/Allergy/Intolerance/[id]
Search-Type Interaction:
GET [base]/Allergy/Intolerance?[parameter=value]
Parameter | Conformance | Sample Search | Notes |
---|---|---|---|
MAY | [base]/AllergyIntolerance | Bundle all AllergyIntolerance resources for member in JWT id token | |
_id | MAY | [base]/AllergyIntolerance?_id=[id] | |
identifier – member number | MAY | [base]/AllergyIntolerance?identifier=[member number] | member number - internal member number |
clinical-status | MAY | [base]/AllergyIntolerance?clinical-status=[clinical status] | clinical status: http://hl7.org/fhir/R4/valueset-allergyintolerance-clinical.html |
patient | MAY | base]/AllergyIntolerance?patient=[patient id] | Patient id in JWT id token |
URLs
Sandbox
https://apipreprod.arkbluecross.com/blueware/V1/FHIR/AllergyIntolerance
Production
https://api.arkbluecross.com/blueware/V1/FHIR/AllergyIntolerance
Headers
ACCEPT: application/json
AUTHORIZATION: Bearer {ACCESS_TOKEN}
Sample Request
curl -X GET \https://apipreprod.arkbluecross.com/blueware/V1/FHIR/AllergyIntolerance \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \
Sample Response
Coming soon!