POST api/patient/advancepatientsearch
Request Information
URI Parameters
None.
Body Parameters
AdvancePatientSearchModelName | Description | Type | Additional information |
---|---|---|---|
ExamFromDate | date |
None. |
|
ExamToDate | date |
None. |
|
LastSeen | string |
None. |
|
BirthFromDate | date |
None. |
|
BirthToDate | date |
None. |
|
Identifier | Collection of IdentifierModel |
None. |
|
PatientInsurance | Collection of PatientInsuranceModel |
None. |
|
Employer | string |
None. |
|
Race | string |
None. |
|
Ethnicity | string |
None. |
|
PreferredLang | string |
None. |
|
ContactMethod | string |
None. |
|
Zipcode | string |
None. |
|
Areacode | string |
None. |
|
Appointment | string |
None. |
|
ExamNotification | string |
None. |
|
Marketing | string |
None. |
|
FromAge | integer |
None. |
|
ToAge | integer |
None. |
|
Sex | string |
None. |
|
Doctor | string |
None. |
|
Assessment | string |
None. |
|
Office | string |
None. |
|
Plan | string |
None. |
|
Immunization | string |
None. |
|
IsShowInActive | boolean |
None. |
|
Time_zone | integer |
None. |
|
user_id | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "examFromDate": "2025-08-22T14:29:06.3648284+00:00", "examToDate": "2025-08-22T14:29:06.3648284+00:00", "lastSeen": "sample string 1", "birthFromDate": "2025-08-22T14:29:06.3648284+00:00", "birthToDate": "2025-08-22T14:29:06.3648284+00:00", "identifier": [ { "$id": "2", "id": 1, "name": "sample string 2", "active_ind": true }, { "$ref": "2" } ], "patientInsurance": [ { "$id": "3", "patientInsuranceID": "4703731c-046a-4c5f-b2ff-3e56ea6e1e0b", "patientID": 2, "insuranceType": 3, "insuranceOrder": 4, "insuranceName": "sample string 5", "status": "sample string 6", "memberID": "sample string 7", "groupID": "sample string 8", "insuredName": "sample string 9", "insuredRelation": "sample string 10", "insuredEmployer": "sample string 11", "insuredGender": "sample string 12", "insuredDOB": "2025-08-22T14:29:06.3648284+00:00", "insuredSSN": "sample string 13", "creationDate": "2025-08-22T14:29:06.3648284+00:00", "createdBy": 1, "lastUpdateDate": "2025-08-22T14:29:06.3648284+00:00", "lastUpdatedBy": 1, "attachment_id": "05ab6753-1ede-4ade-8ad2-5f886f057d90", "current_ind": true, "insurance_id": "1a8f1e07-8805-49b5-9647-99842dc78488" }, { "$ref": "3" } ], "employer": "sample string 2", "race": "sample string 3", "ethnicity": "sample string 4", "preferredLang": "sample string 5", "contactMethod": "sample string 6", "zipcode": "sample string 7", "areacode": "sample string 8", "appointment": "sample string 9", "examNotification": "sample string 10", "marketing": "sample string 11", "fromAge": 12, "toAge": 13, "sex": "sample string 14", "doctor": "sample string 15", "assessment": "sample string 16", "office": "sample string 17", "plan": "sample string 18", "immunization": "sample string 19", "isShowInActive": true, "time_zone": 21, "user_id": "2bd3e44c-aea0-4523-9958-2102779a1da8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |