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": "377b8cd0-72ba-4f27-8d0f-892347b5ad27",
"Full_Name": "sample string 6",
"Practice_Id": "37bf29e4-bb51-4d6d-90bd-f48df7e51b45",
"DateCreated": "2026-02-04T02:21:56.2933332+00:00",
"Entity_Id": "d8d35275-fac7-444a-aafe-7037ec32bbbd",
"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": "377b8cd0-72ba-4f27-8d0f-892347b5ad27",
"Full_Name": "sample string 6",
"Practice_Id": "37bf29e4-bb51-4d6d-90bd-f48df7e51b45",
"DateCreated": "2026-02-04T02:21:56.2933332+00:00",
"Entity_Id": "d8d35275-fac7-444a-aafe-7037ec32bbbd",
"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:21:56.2933332+00:00</DateCreated>
<DocumentFile_Id>1</DocumentFile_Id>
<Document_Label_Id>1</Document_Label_Id>
<Entity_Id>d8d35275-fac7-444a-aafe-7037ec32bbbd</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>377b8cd0-72ba-4f27-8d0f-892347b5ad27</Patient_Id>
<Practice_Id>37bf29e4-bb51-4d6d-90bd-f48df7e51b45</Practice_Id>
</vwDocumentsByPatient>
<vwDocumentsByPatient>
<Account_Type_Id>1</Account_Type_Id>
<DateCreated>2026-02-04T02:21:56.2933332+00:00</DateCreated>
<DocumentFile_Id>1</DocumentFile_Id>
<Document_Label_Id>1</Document_Label_Id>
<Entity_Id>d8d35275-fac7-444a-aafe-7037ec32bbbd</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>377b8cd0-72ba-4f27-8d0f-892347b5ad27</Patient_Id>
<Practice_Id>37bf29e4-bb51-4d6d-90bd-f48df7e51b45</Practice_Id>
</vwDocumentsByPatient>
</ArrayOfvwDocumentsByPatient>