get_patient_zus_upid
Retrieve a patient's Zus Universal Patient ID (UPID) from the Zus FHIR server by searching with first and last name, optionally filtered by builder ID.
Instructions
Get the Zus UPID (Universal Patient ID) for a Patient resource from Zus FHIR server.
This is a Zus-specific tool for working with Zus Health's FHIR API. Searches for a Patient by first and last name, optionally filtered by builderID, then extracts the Zus UPID from the Patient's identifiers.
Args: first_name: Patient's first name last_name: Patient's last name builder_id: Optional Zus builder ID (string) to filter the search
Returns: The Zus UPID value or an error message if not found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first_name | Yes | ||
| last_name | Yes | ||
| builder_id | No |