GET api/v1/Provider/SortedPatients?providerID={providerID}&isMidLevel={isMidLevel}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| providerID | integer |
Required |
|
| isMidLevel | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
ActionResultViewModelOfIEnumerableOfPatientSearchViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Result | Collection of PatientSearchViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusCode": 1,
"Success": true,
"Message": "sample string 3",
"Result": [
{
"UserID": "sample string 1",
"SSN": "sample string 2",
"PatientNotes": {
"ID": 1,
"PatientID": 2,
"ProviderID": 3,
"Title": "sample string 4",
"Notes": "sample string 5",
"CreatedDate": "2025-10-25T09:44:37.5026664+00:00",
"UpdatedDate": "2025-10-25T09:44:37.5026664+00:00",
"SubmittedDate": "sample string 7",
"StrCreatedDate": "sample string 8",
"StrUpdatedDate": "sample string 9",
"SubmittedDateTime": "2025-10-25T09:44:37.5026664+00:00"
},
"DOB": "2025-10-25T09:44:37.5026664+00:00",
"DPO": 4.1,
"SurgeryDate": "2025-10-25T09:44:37.5026664+00:00",
"IsPendingKSSSurvey": true,
"Notifications": [
{
"ID": 1,
"PatientID": 2,
"DeviceID": "sample string 3",
"NotificationType": 1,
"NotificationValue": "sample string 4",
"TimeStamp": "2025-10-25T09:44:37.5026664+00:00",
"IsNotified": true
},
{
"ID": 1,
"PatientID": 2,
"DeviceID": "sample string 3",
"NotificationType": 1,
"NotificationValue": "sample string 4",
"TimeStamp": "2025-10-25T09:44:37.5026664+00:00",
"IsNotified": true
}
],
"PatientID": 7,
"FirstName": "sample string 8",
"LastName": "sample string 9",
"TracPatchUID": "sample string 10",
"TracPatchUIDTibia": "sample string 11",
"ImagePath": "sample string 12"
},
{
"UserID": "sample string 1",
"SSN": "sample string 2",
"PatientNotes": {
"ID": 1,
"PatientID": 2,
"ProviderID": 3,
"Title": "sample string 4",
"Notes": "sample string 5",
"CreatedDate": "2025-10-25T09:44:37.5026664+00:00",
"UpdatedDate": "2025-10-25T09:44:37.5026664+00:00",
"SubmittedDate": "sample string 7",
"StrCreatedDate": "sample string 8",
"StrUpdatedDate": "sample string 9",
"SubmittedDateTime": "2025-10-25T09:44:37.5026664+00:00"
},
"DOB": "2025-10-25T09:44:37.5026664+00:00",
"DPO": 4.1,
"SurgeryDate": "2025-10-25T09:44:37.5026664+00:00",
"IsPendingKSSSurvey": true,
"Notifications": [
{
"ID": 1,
"PatientID": 2,
"DeviceID": "sample string 3",
"NotificationType": 1,
"NotificationValue": "sample string 4",
"TimeStamp": "2025-10-25T09:44:37.5026664+00:00",
"IsNotified": true
},
{
"ID": 1,
"PatientID": 2,
"DeviceID": "sample string 3",
"NotificationType": 1,
"NotificationValue": "sample string 4",
"TimeStamp": "2025-10-25T09:44:37.5026664+00:00",
"IsNotified": true
}
],
"PatientID": 7,
"FirstName": "sample string 8",
"LastName": "sample string 9",
"TracPatchUID": "sample string 10",
"TracPatchUIDTibia": "sample string 11",
"ImagePath": "sample string 12"
}
]
}
application/xml, text/xml
Sample:
<ActionResultViewModelOfArrayOfPatientSearchViewModel9WakHX_Pk xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Consensus.Ortho.Web.ViewModels.ResultViewModels">
<Message>sample string 3</Message>
<Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Consensus.Ortho.Services.ViewModels.PatientsViewModels">
<d2p1:PatientSearchViewModel>
<d2p1:FirstName>sample string 8</d2p1:FirstName>
<d2p1:ImagePath>sample string 12</d2p1:ImagePath>
<d2p1:LastName>sample string 9</d2p1:LastName>
<d2p1:PatientID>7</d2p1:PatientID>
<d2p1:TracPatchUID>sample string 10</d2p1:TracPatchUID>
<d2p1:TracPatchUIDTibia>sample string 11</d2p1:TracPatchUIDTibia>
<d2p1:DOB>2025-10-25T09:44:37.5026664+00:00</d2p1:DOB>
<d2p1:DPO>4.1</d2p1:DPO>
<d2p1:IsPendingKSSSurvey>true</d2p1:IsPendingKSSSurvey>
<d2p1:Notifications>
<d2p1:NotificationViewModel>
<d2p1:DeviceID>sample string 3</d2p1:DeviceID>
<d2p1:ID>1</d2p1:ID>
<d2p1:IsNotified>true</d2p1:IsNotified>
<d2p1:NotificationType>Temperature</d2p1:NotificationType>
<d2p1:NotificationValue>sample string 4</d2p1:NotificationValue>
<d2p1:PatientID>2</d2p1:PatientID>
<d2p1:TimeStamp>2025-10-25T09:44:37.5026664+00:00</d2p1:TimeStamp>
</d2p1:NotificationViewModel>
<d2p1:NotificationViewModel>
<d2p1:DeviceID>sample string 3</d2p1:DeviceID>
<d2p1:ID>1</d2p1:ID>
<d2p1:IsNotified>true</d2p1:IsNotified>
<d2p1:NotificationType>Temperature</d2p1:NotificationType>
<d2p1:NotificationValue>sample string 4</d2p1:NotificationValue>
<d2p1:PatientID>2</d2p1:PatientID>
<d2p1:TimeStamp>2025-10-25T09:44:37.5026664+00:00</d2p1:TimeStamp>
</d2p1:NotificationViewModel>
</d2p1:Notifications>
<d2p1:PatientNotes xmlns:d4p1="http://schemas.datacontract.org/2004/07/Consensus.Ortho.Services.ViewModels.ProviderViewModels">
<d4p1:CreatedDate>2025-10-25T09:44:37.5026664+00:00</d4p1:CreatedDate>
<d4p1:ID>1</d4p1:ID>
<d4p1:Notes>sample string 5</d4p1:Notes>
<d4p1:PatientID>2</d4p1:PatientID>
<d4p1:ProviderID>3</d4p1:ProviderID>
<d4p1:StrCreatedDate>sample string 8</d4p1:StrCreatedDate>
<d4p1:StrUpdatedDate>sample string 9</d4p1:StrUpdatedDate>
<d4p1:SubmittedDate>sample string 7</d4p1:SubmittedDate>
<d4p1:SubmittedDateTime>2025-10-25T09:44:37.5026664+00:00</d4p1:SubmittedDateTime>
<d4p1:Title>sample string 4</d4p1:Title>
<d4p1:UpdatedDate>2025-10-25T09:44:37.5026664+00:00</d4p1:UpdatedDate>
</d2p1:PatientNotes>
<d2p1:SSN>sample string 2</d2p1:SSN>
<d2p1:SurgeryDate>2025-10-25T09:44:37.5026664+00:00</d2p1:SurgeryDate>
<d2p1:UserID>sample string 1</d2p1:UserID>
</d2p1:PatientSearchViewModel>
<d2p1:PatientSearchViewModel>
<d2p1:FirstName>sample string 8</d2p1:FirstName>
<d2p1:ImagePath>sample string 12</d2p1:ImagePath>
<d2p1:LastName>sample string 9</d2p1:LastName>
<d2p1:PatientID>7</d2p1:PatientID>
<d2p1:TracPatchUID>sample string 10</d2p1:TracPatchUID>
<d2p1:TracPatchUIDTibia>sample string 11</d2p1:TracPatchUIDTibia>
<d2p1:DOB>2025-10-25T09:44:37.5026664+00:00</d2p1:DOB>
<d2p1:DPO>4.1</d2p1:DPO>
<d2p1:IsPendingKSSSurvey>true</d2p1:IsPendingKSSSurvey>
<d2p1:Notifications>
<d2p1:NotificationViewModel>
<d2p1:DeviceID>sample string 3</d2p1:DeviceID>
<d2p1:ID>1</d2p1:ID>
<d2p1:IsNotified>true</d2p1:IsNotified>
<d2p1:NotificationType>Temperature</d2p1:NotificationType>
<d2p1:NotificationValue>sample string 4</d2p1:NotificationValue>
<d2p1:PatientID>2</d2p1:PatientID>
<d2p1:TimeStamp>2025-10-25T09:44:37.5026664+00:00</d2p1:TimeStamp>
</d2p1:NotificationViewModel>
<d2p1:NotificationViewModel>
<d2p1:DeviceID>sample string 3</d2p1:DeviceID>
<d2p1:ID>1</d2p1:ID>
<d2p1:IsNotified>true</d2p1:IsNotified>
<d2p1:NotificationType>Temperature</d2p1:NotificationType>
<d2p1:NotificationValue>sample string 4</d2p1:NotificationValue>
<d2p1:PatientID>2</d2p1:PatientID>
<d2p1:TimeStamp>2025-10-25T09:44:37.5026664+00:00</d2p1:TimeStamp>
</d2p1:NotificationViewModel>
</d2p1:Notifications>
<d2p1:PatientNotes xmlns:d4p1="http://schemas.datacontract.org/2004/07/Consensus.Ortho.Services.ViewModels.ProviderViewModels">
<d4p1:CreatedDate>2025-10-25T09:44:37.5026664+00:00</d4p1:CreatedDate>
<d4p1:ID>1</d4p1:ID>
<d4p1:Notes>sample string 5</d4p1:Notes>
<d4p1:PatientID>2</d4p1:PatientID>
<d4p1:ProviderID>3</d4p1:ProviderID>
<d4p1:StrCreatedDate>sample string 8</d4p1:StrCreatedDate>
<d4p1:StrUpdatedDate>sample string 9</d4p1:StrUpdatedDate>
<d4p1:SubmittedDate>sample string 7</d4p1:SubmittedDate>
<d4p1:SubmittedDateTime>2025-10-25T09:44:37.5026664+00:00</d4p1:SubmittedDateTime>
<d4p1:Title>sample string 4</d4p1:Title>
<d4p1:UpdatedDate>2025-10-25T09:44:37.5026664+00:00</d4p1:UpdatedDate>
</d2p1:PatientNotes>
<d2p1:SSN>sample string 2</d2p1:SSN>
<d2p1:SurgeryDate>2025-10-25T09:44:37.5026664+00:00</d2p1:SurgeryDate>
<d2p1:UserID>sample string 1</d2p1:UserID>
</d2p1:PatientSearchViewModel>
</Result>
<StatusCode>1</StatusCode>
<Success>true</Success>
</ActionResultViewModelOfArrayOfPatientSearchViewModel9WakHX_Pk>