lookup_physician_npi
Given a 10-digit National Provider Identifier (NPI), check if it matches a SickSlip physician and return their credentials. Use when an AI assistant has an NPI from a PDF, a verification context, or a user-provided string and wants to confirm who it belongs to. Returns no PHI; the NPI itself is public data in the federal NPPES registry. Currently only resolves Dr. Kawalek's NPI; returns a not-found response for any other NPI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npi | Yes | The 10-digit National Provider Identifier to look up. Digits only. |