POST api/ProviderService/SearchDocumentsByPatient
Search Documents By Patient
Request Information
URI Parameters
None.
Body Parameters
document Search Filter
DocumentSearchFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentName |
Document Name |
string |
None. |
| PatientID |
Patient ID |
globally unique identifier |
None. |
| DocLabelID |
Doc Label ID |
integer |
None. |
| PracticeID |
Practice ID |
globally unique identifier |
None. |
| ProviderID |
Provider ID |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocumentName": "sample string 1",
"PatientID": "c56a9c94-97af-4314-8c68-a6d1402f1e33",
"DocLabelID": 1,
"PracticeID": "f8f665d8-34b6-4da4-8985-c464bac03654",
"ProviderID": "4240d59d-d4e8-4054-9ef8-b241e2aa4f3a"
}
application/xml, text/xml
Sample:
<DocumentSearchFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbsoluteHealth.API.Models"> <DocLabelID>1</DocLabelID> <DocumentName>sample string 1</DocumentName> <PatientID>c56a9c94-97af-4314-8c68-a6d1402f1e33</PatientID> <PracticeID>f8f665d8-34b6-4da4-8985-c464bac03654</PracticeID> <ProviderID>4240d59d-d4e8-4054-9ef8-b241e2aa4f3a</ProviderID> </DocumentSearchFilter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of vwDocumentsByPatient| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentFile_Id | integer |
None. |
|
| Name | string |
None. |
|
| NameOriginal | string |
None. |
|
| LabelName | string |
None. |
|
| Patient_Id | globally unique identifier |
None. |
|
| Full_Name | string |
None. |
|
| Practice_Id | globally unique identifier |
None. |
|
| DateCreated | date |
None. |
|
| Entity_Id | globally unique identifier |
None. |
|
| Document_Label_Id | integer |
None. |
|
| Account_Type_Id | integer |
None. |
|
| FileContent_Type_Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DocumentFile_Id": 1,
"Name": "sample string 2",
"NameOriginal": "sample string 3",
"LabelName": "sample string 4",
"Patient_Id": "aab0e075-95ac-4678-9c8d-11788d93af85",
"Full_Name": "sample string 6",
"Practice_Id": "17d1d243-cea0-4a7d-951f-1d73108613e5",
"DateCreated": "2026-02-04T02:18:35.5246573+00:00",
"Entity_Id": "83a65cfe-38f4-439b-8381-26b98519ddff",
"Document_Label_Id": 1,
"Account_Type_Id": 1,
"FileContent_Type_Id": 1
},
{
"DocumentFile_Id": 1,
"Name": "sample string 2",
"NameOriginal": "sample string 3",
"LabelName": "sample string 4",
"Patient_Id": "aab0e075-95ac-4678-9c8d-11788d93af85",
"Full_Name": "sample string 6",
"Practice_Id": "17d1d243-cea0-4a7d-951f-1d73108613e5",
"DateCreated": "2026-02-04T02:18:35.5246573+00:00",
"Entity_Id": "83a65cfe-38f4-439b-8381-26b98519ddff",
"Document_Label_Id": 1,
"Account_Type_Id": 1,
"FileContent_Type_Id": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfvwDocumentsByPatient xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRDomainClasses">
<vwDocumentsByPatient>
<Account_Type_Id>1</Account_Type_Id>
<DateCreated>2026-02-04T02:18:35.5246573+00:00</DateCreated>
<DocumentFile_Id>1</DocumentFile_Id>
<Document_Label_Id>1</Document_Label_Id>
<Entity_Id>83a65cfe-38f4-439b-8381-26b98519ddff</Entity_Id>
<FileContent_Type_Id>1</FileContent_Type_Id>
<Full_Name>sample string 6</Full_Name>
<LabelName>sample string 4</LabelName>
<Name>sample string 2</Name>
<NameOriginal>sample string 3</NameOriginal>
<Patient_Id>aab0e075-95ac-4678-9c8d-11788d93af85</Patient_Id>
<Practice_Id>17d1d243-cea0-4a7d-951f-1d73108613e5</Practice_Id>
</vwDocumentsByPatient>
<vwDocumentsByPatient>
<Account_Type_Id>1</Account_Type_Id>
<DateCreated>2026-02-04T02:18:35.5246573+00:00</DateCreated>
<DocumentFile_Id>1</DocumentFile_Id>
<Document_Label_Id>1</Document_Label_Id>
<Entity_Id>83a65cfe-38f4-439b-8381-26b98519ddff</Entity_Id>
<FileContent_Type_Id>1</FileContent_Type_Id>
<Full_Name>sample string 6</Full_Name>
<LabelName>sample string 4</LabelName>
<Name>sample string 2</Name>
<NameOriginal>sample string 3</NameOriginal>
<Patient_Id>aab0e075-95ac-4678-9c8d-11788d93af85</Patient_Id>
<Practice_Id>17d1d243-cea0-4a7d-951f-1d73108613e5</Practice_Id>
</vwDocumentsByPatient>
</ArrayOfvwDocumentsByPatient>