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": "f8348597-1111-4a95-917b-d0e5a16c1a47",
"DocLabelID": 1,
"PracticeID": "96dedccd-d549-4b93-9b6a-3f9c21f05b99",
"ProviderID": "b15cb212-c1f2-4d82-9e62-e3a5e207ef01"
}
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>f8348597-1111-4a95-917b-d0e5a16c1a47</PatientID> <PracticeID>96dedccd-d549-4b93-9b6a-3f9c21f05b99</PracticeID> <ProviderID>b15cb212-c1f2-4d82-9e62-e3a5e207ef01</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": "22516220-0ba3-409c-9b3a-825aab839e4f",
"Full_Name": "sample string 6",
"Practice_Id": "afcffa07-2a2f-4155-b82d-41cfbaa1ff4b",
"DateCreated": "2026-05-07T13:21:23.401539+00:00",
"Entity_Id": "94111de9-4108-4a83-a992-e3e26503c964",
"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": "22516220-0ba3-409c-9b3a-825aab839e4f",
"Full_Name": "sample string 6",
"Practice_Id": "afcffa07-2a2f-4155-b82d-41cfbaa1ff4b",
"DateCreated": "2026-05-07T13:21:23.401539+00:00",
"Entity_Id": "94111de9-4108-4a83-a992-e3e26503c964",
"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-05-07T13:21:23.401539+00:00</DateCreated>
<DocumentFile_Id>1</DocumentFile_Id>
<Document_Label_Id>1</Document_Label_Id>
<Entity_Id>94111de9-4108-4a83-a992-e3e26503c964</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>22516220-0ba3-409c-9b3a-825aab839e4f</Patient_Id>
<Practice_Id>afcffa07-2a2f-4155-b82d-41cfbaa1ff4b</Practice_Id>
</vwDocumentsByPatient>
<vwDocumentsByPatient>
<Account_Type_Id>1</Account_Type_Id>
<DateCreated>2026-05-07T13:21:23.401539+00:00</DateCreated>
<DocumentFile_Id>1</DocumentFile_Id>
<Document_Label_Id>1</Document_Label_Id>
<Entity_Id>94111de9-4108-4a83-a992-e3e26503c964</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>22516220-0ba3-409c-9b3a-825aab839e4f</Patient_Id>
<Practice_Id>afcffa07-2a2f-4155-b82d-41cfbaa1ff4b</Practice_Id>
</vwDocumentsByPatient>
</ArrayOfvwDocumentsByPatient>