Search patient profiles by username, mobile, or full name (prefix match).
The limit
parameter controls the number of results fetched internally (default: 50, maximum: 50).
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
"EC_1431"
The search term to match against patient profiles. This can be a username, mobile number, or full name (prefix match).
"121"
10
Comma-separated list of additional fields to include in the response.
Example: abha,dob,gen
Valid optional fields: abha
, c_ate
, dob
, gen
, u_ate
, is_age
A list of patient profiles matching search query (PREfix search)
The response is of type object[]
.