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

Immunization
Describes the event of a member being administered a vaccine or a record of an immunization as reported by a member, a clinician, or another party.
HL7 FHIR interactions
Read Interaction:
GET [base]/Immunization/[id]
Search-Type Interaction:
GET [base]/Immunization?[parameter=value]
Parameter | Conformance | Sample Search | Notes |
---|---|---|---|
MAY | [base]/Immunization | Bundle all immunization resources for member in JWT id token | |
_id | MAY | [base]/Immunization?_id=[id] | |
identifier – member number | MAY | [base]/Immunization?identifier=[member number] | member number - internal member number |
status | MAY | [base]/Immunization?status=[status] | status: http://hl7.org/fhir/R4/valueset-immunization-status.html |
date | MAY | [base]/Immunization?date=eq[Immunization.occurrence] | |
patient | MAY | [base]/Immunization?patient=[patient id] | Patient id in JWT id token |
URLs
Sandbox
https://apipreprod.arkbluecross.com/blueware/V1/FHIR/Immunization
Production
https://api.arkbluecross.com/blueware/V1/FHIR/Immunization
Headers
ACCEPT: application/json
AUTHORIZATION: Bearer {ACCESS_TOKEN}
Sample Request
curl -X GET \https://apipreprod.arkbluecross.com/blueware/V1/FHIR/Immunization \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \
Sample Response
Coming soon!