You can use this API action to access a list of a patient’s vaccinations, as documented by a specific organization.
With this API action, you can retrieve information like dose, manufacturer, lot, route number, and more.
This API action may be a good fit for your organization if you perform any of these use cases:
- Track a patient’s vaccinations.
- Offer targeted recommendations for immunizations to patients.
You can use this API action with the Redox FHIR® API.
Your connection's system can return results with their own FHIR® or query-based API.
The following actions must be completed before attempting the steps below.
This table has notes about how to use parameters for this API action specifically, but it's not exhaustive. Refer to the Immunization schema for more details.
Query parameter | Required | Notes |
---|---|---|
patient.identifier | Y | You must include at least one identifier for the patient that the EHR system uses. If you don't have a patient identifier, search for a patient with demographics to find one. |
The response contains one or more vaccinations for an individual patient. You can find the total number of included vaccinations in the total array for FHIR® responses.
We recommend that you check the StatusReason field to find out whether a vaccination was administered. If populated, it should contain a reason for not administering a vaccination. If the field is empty, it’s likely that the vaccination was successfully administered.