GET api/ProviderService/GetPatientDocuments?patientId={patientId}&practiceID={practiceID}&providerID={providerID}
Get Patient Documents
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patientId | globally unique identifier |
Required |
|
| practiceID | globally unique identifier |
Required |
|
| providerID | globally unique identifier |
Required |
Body Parameters
None.
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": "6104bc4c-c1b3-44d1-aa2f-3d20719deaaa",
"Full_Name": "sample string 6",
"Practice_Id": "20baa2cb-2c83-4498-8c4f-4761c55759e8",
"DateCreated": "2026-05-07T13:26:05.6097292+00:00",
"Entity_Id": "450992f9-3bd1-4a8e-b8b9-f13679b0ba36",
"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": "6104bc4c-c1b3-44d1-aa2f-3d20719deaaa",
"Full_Name": "sample string 6",
"Practice_Id": "20baa2cb-2c83-4498-8c4f-4761c55759e8",
"DateCreated": "2026-05-07T13:26:05.6097292+00:00",
"Entity_Id": "450992f9-3bd1-4a8e-b8b9-f13679b0ba36",
"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:26:05.6097292+00:00</DateCreated>
<DocumentFile_Id>1</DocumentFile_Id>
<Document_Label_Id>1</Document_Label_Id>
<Entity_Id>450992f9-3bd1-4a8e-b8b9-f13679b0ba36</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>6104bc4c-c1b3-44d1-aa2f-3d20719deaaa</Patient_Id>
<Practice_Id>20baa2cb-2c83-4498-8c4f-4761c55759e8</Practice_Id>
</vwDocumentsByPatient>
<vwDocumentsByPatient>
<Account_Type_Id>1</Account_Type_Id>
<DateCreated>2026-05-07T13:26:05.6097292+00:00</DateCreated>
<DocumentFile_Id>1</DocumentFile_Id>
<Document_Label_Id>1</Document_Label_Id>
<Entity_Id>450992f9-3bd1-4a8e-b8b9-f13679b0ba36</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>6104bc4c-c1b3-44d1-aa2f-3d20719deaaa</Patient_Id>
<Practice_Id>20baa2cb-2c83-4498-8c4f-4761c55759e8</Practice_Id>
</vwDocumentsByPatient>
</ArrayOfvwDocumentsByPatient>