You can use this API action to look up a specific patient’s scheduled appointments.
This API action may be a good fit for your organization if you perform any of these use cases:
- Send reminders to patients for scheduled appointments.
- Prompt patients to schedule routine appointments (e.g., annual physicals).
- Schedule follow-up appointments for a patient.
- Review historical appointments for a patient.
So, you can think about using this for chronic management of a patient, not for urgent or dynamic scheduling.
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.
You can search for appointments for a specific patient if you already have the patient identifier. This is one possible search method, but you could combine the query parameters from this step with those in other steps to refine your search even more.
This table has notes about how to use parameters for this action step specifically, but it's not exhaustive. Refer to the Appointment schema for more details.
Query parameter | Required for this step | Notes |
---|---|---|
patient.identifier | Y | You must include at least one identifier that the EHR system uses. |
Your search returns a list of scheduled appointments for one patient at one organization.
You can search by location to search for appointments at one specific facility. This is one possible search method, but you could combine the query parameters from this step with those in other steps to refine your search even more.
This table has notes about how to use parameters for this action step specifically, but it's not exhaustive. Refer to the Appointment schema for more details.
Query parameter | Required for this step | Notes |
---|---|---|
location | Y | You must include the facility code of the location you want to search. |
Your search returns a list of scheduled appointments for the specified location of one organization.
You can search by provider to search for a specific provider's appointments. This is one possible search method, but you could combine the query parameters from this step with those in other steps to refine your search even more.
This table has notes about how to use parameters for this action step specifically, but it's not exhaustive. Refer to the Appointment schema for more details.
Query parameter | Required for this step | Notes |
---|---|---|
practitioner | Y | You must include the practitioner ID of the provider you want to retrieve appointments for. |
Your search returns a list of scheduled appointments for the specified provider.