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": "4b5979c2-ee4f-4cc2-b5b5-d6181021bb89",
"DocLabelID": 1,
"PracticeID": "78ddda68-304d-4ec2-a1eb-0d3b993b6fad",
"ProviderID": "c00ad069-c58e-4506-9c37-d8267350045a"
}
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>4b5979c2-ee4f-4cc2-b5b5-d6181021bb89</PatientID> <PracticeID>78ddda68-304d-4ec2-a1eb-0d3b993b6fad</PracticeID> <ProviderID>c00ad069-c58e-4506-9c37-d8267350045a</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": "36deff31-a932-4e54-b277-fbd7692bbf7d",
"Full_Name": "sample string 6",
"Practice_Id": "e8c87fd3-a228-4add-bde4-808ade9f6594",
"DateCreated": "2026-03-22T22:11:30.9329417+00:00",
"Entity_Id": "e9022b40-3626-4b09-a47d-f1c83a0e3f4a",
"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": "36deff31-a932-4e54-b277-fbd7692bbf7d",
"Full_Name": "sample string 6",
"Practice_Id": "e8c87fd3-a228-4add-bde4-808ade9f6594",
"DateCreated": "2026-03-22T22:11:30.9329417+00:00",
"Entity_Id": "e9022b40-3626-4b09-a47d-f1c83a0e3f4a",
"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-03-22T22:11:30.9329417+00:00</DateCreated>
<DocumentFile_Id>1</DocumentFile_Id>
<Document_Label_Id>1</Document_Label_Id>
<Entity_Id>e9022b40-3626-4b09-a47d-f1c83a0e3f4a</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>36deff31-a932-4e54-b277-fbd7692bbf7d</Patient_Id>
<Practice_Id>e8c87fd3-a228-4add-bde4-808ade9f6594</Practice_Id>
</vwDocumentsByPatient>
<vwDocumentsByPatient>
<Account_Type_Id>1</Account_Type_Id>
<DateCreated>2026-03-22T22:11:30.9329417+00:00</DateCreated>
<DocumentFile_Id>1</DocumentFile_Id>
<Document_Label_Id>1</Document_Label_Id>
<Entity_Id>e9022b40-3626-4b09-a47d-f1c83a0e3f4a</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>36deff31-a932-4e54-b277-fbd7692bbf7d</Patient_Id>
<Practice_Id>e8c87fd3-a228-4add-bde4-808ade9f6594</Practice_Id>
</vwDocumentsByPatient>
</ArrayOfvwDocumentsByPatient>