POST api/patient/advancepatientsearch
Request Information
URI Parameters
None.
Body Parameters
AdvancePatientSearchModel| Name | 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": "2026-02-04T02:55:40.8062122+00:00",
"examToDate": "2026-02-04T02:55:40.8062122+00:00",
"lastSeen": "sample string 1",
"birthFromDate": "2026-02-04T02:55:40.8062122+00:00",
"birthToDate": "2026-02-04T02:55:40.8062122+00:00",
"identifier": [
{
"$id": "2",
"id": 1,
"name": "sample string 2",
"active_ind": true
},
{
"$ref": "2"
}
],
"patientInsurance": [
{
"$id": "3",
"patientInsuranceID": "c1587c75-f1be-449b-8216-a9f0391832d2",
"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": "2026-02-04T02:55:40.8062122+00:00",
"insuredSSN": "sample string 13",
"creationDate": "2026-02-04T02:55:40.8062122+00:00",
"createdBy": 1,
"lastUpdateDate": "2026-02-04T02:55:40.8062122+00:00",
"lastUpdatedBy": 1,
"attachment_id": "33f80226-98ef-4c15-84fe-7330a0e44ca3",
"current_ind": true,
"insurance_id": "149cead4-42f9-4a48-af99-703dd65cd4c3"
},
{
"$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": "df82c405-d689-431e-9771-f8ca9b77ed3c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |