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

Allergy Intolerance

 

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]

ParameterConformanceSample SearchNotes
 MAY[base]/AllergyIntoleranceBundle all AllergyIntolerance resources for member in JWT id token      
 
_idMAY[base]/AllergyIntolerance?_id=[id] 
identifier – member numberMAY[base]/AllergyIntolerance?identifier=[member number]member number - internal member number      
 
clinical-statusMAY[base]/AllergyIntolerance?clinical-status=[clinical status]clinical status: http://hl7.org/fhir/R4/valueset-allergyintolerance-clinical.html
patientMAYbase]/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!