search_patients_by_identifier
Search for a patient using their identifier type (e.g., MRN, SSN) and value to retrieve patient records.
Instructions
Search for patients by identifier (e.g., MRN, SSN).
Args: identifier_type: Type of identifier (e.g., "MR", "SS") identifier_value: The identifier value to search for
Returns: Dictionary containing the search results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier_type | Yes | ||
| identifier_value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||