Immunization
GET https://api.flexpa.com/fhir/Immunization
Sample request
This is a sample request using curl
ACCESS_TOKEN=flexpa-link-access-token
curl "https://api.flexpa.com/fhir/Immunization?patient=$PATIENT_ID" \
-H "Authorization: Bearer $ACCESS_TOKEN"
Sample response
This is a sample response from Humana using Flexpa API in test mode