get_doctor_profile
Retrieve a doctor's full IMR profile by doctor ID and registration number to verify qualifications, college, and university for a closer match check, excluding personal contact details.
Instructions
Get the full IMR profile for one specific match from search_doctor_registration.
Not a general search -- this is the live "View" detail for an
already-found doctor_id + registration_number pair, showing qualification,
college, university, and additional qualifications for a closer match
check. Deliberately excludes personal contact fields the underlying
record also contains (date of birth, phone, email, home address) --
those aren't needed to verify a registration is genuine, and returning
them would turn a verification lookup into a PII source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doctor_id | Yes | doctor_id from a search_doctor_registration match. | |
| registration_number | Yes | Registration number, if you have one. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| source | Yes | ||
| college | Yes | ||
| university | Yes | ||
| parent_name | Yes | ||
| qualification | Yes | ||
| state_council | Yes | ||
| blacklist_flag | Yes | ||
| registration_date | Yes | ||
| qualification_year | Yes | ||
| registration_number | Yes | ||
| additional_qualifications | Yes |