Check Transfer Eligibility

Overview

check_transfer_eligibility checks whether specific medications are eligible for prescription transfer. Call this tool before initiating a transfer to verify the prescriptions can be moved. It requires FHIR MedicationRequest IDs.

Required Parameters

medication_request_ids (list of strings)

  • List of FHIR MedicationRequest IDs to check eligibility for.

Optional Parameters

debug (boolean)

  • Default: False
  • Whether to display debugging information.

Returns

A TransferEligibilityResult containing:

  • eligible — whether the prescriptions are eligible for transfer
  • details — additional eligibility details

Notes

This tool is typically the first step in the prescription transfer flow: check_transfer_eligibility (requires FHIR MedicationRequest IDs) is run before find_pharmacy_stores, get_pharmacy_hours, and finally transfer_prescription.


Did this page help you?