GET api/v1/{practiceId}/clinical/pathologyreportworkflows/linkedpatients
Get PathologyReportWorkflows assigned to specific provider
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| practiceId |
practice id for which pathology reports belongs too |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
array of pathology report workflows filtered by provided criteria
Collection of Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportWorkflowVo| Name | Description | Type | Additional information |
|---|---|---|---|
| PathologyReportWorkflowId | globally unique identifier |
None. |
|
| PathologyReportId | globally unique identifier |
None. |
|
| WorkflowStatusType | Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportWorkflowStatusType |
None. |
|
| PatientName | string |
None. |
|
| PatientContactNo | string |
None. |
|
| Departments | string |
None. |
|
| ReceivedDate | date |
None. |
|
| PatientDateOfBirth | date |
None. |
|
| OriginalMessage | string |
None. |
|
| ReportLabName | string |
None. |
|
| PatientIds | Collection of globally unique identifier |
None. |
|
| PrimaryProviderId | globally unique identifier |
None. |
|
| PracticeId | globally unique identifier |
None. |
|
| DoctorName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PathologyReportWorkflowId": "dfffb3a3-8688-4b1d-9822-bbdd4210a4a7",
"PathologyReportId": "86821d79-727a-4e80-8ed8-0820f89d4a74",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-02-05T18:06:58Z",
"PatientDateOfBirth": "2026-02-05T18:06:58Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"2bde6b64-fc77-4587-af79-5083d3bfcd4d",
"ee995765-8297-48f5-8981-85482ad9a5af"
],
"PrimaryProviderId": "8ef6c7fd-56b2-4159-9556-9da2ae78184e",
"PracticeId": "9821cf60-21db-4447-9b76-1ed935fbae43",
"DoctorName": "sample string 12"
},
{
"PathologyReportWorkflowId": "dfffb3a3-8688-4b1d-9822-bbdd4210a4a7",
"PathologyReportId": "86821d79-727a-4e80-8ed8-0820f89d4a74",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-02-05T18:06:58Z",
"PatientDateOfBirth": "2026-02-05T18:06:58Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"2bde6b64-fc77-4587-af79-5083d3bfcd4d",
"ee995765-8297-48f5-8981-85482ad9a5af"
],
"PrimaryProviderId": "8ef6c7fd-56b2-4159-9556-9da2ae78184e",
"PracticeId": "9821cf60-21db-4447-9b76-1ed935fbae43",
"DoctorName": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfPathologyReportWorkflowVo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects">
<PathologyReportWorkflowVo>
<Departments>sample string 5</Departments>
<DoctorName>sample string 12</DoctorName>
<OriginalMessage>sample string 8</OriginalMessage>
<PathologyReportId>86821d79-727a-4e80-8ed8-0820f89d4a74</PathologyReportId>
<PathologyReportWorkflowId>dfffb3a3-8688-4b1d-9822-bbdd4210a4a7</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-02-05T18:06:58.700472+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>2bde6b64-fc77-4587-af79-5083d3bfcd4d</d3p1:guid>
<d3p1:guid>ee995765-8297-48f5-8981-85482ad9a5af</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>9821cf60-21db-4447-9b76-1ed935fbae43</PracticeId>
<PrimaryProviderId>8ef6c7fd-56b2-4159-9556-9da2ae78184e</PrimaryProviderId>
<ReceivedDate>2026-02-05T18:06:58.700472+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
<PathologyReportWorkflowVo>
<Departments>sample string 5</Departments>
<DoctorName>sample string 12</DoctorName>
<OriginalMessage>sample string 8</OriginalMessage>
<PathologyReportId>86821d79-727a-4e80-8ed8-0820f89d4a74</PathologyReportId>
<PathologyReportWorkflowId>dfffb3a3-8688-4b1d-9822-bbdd4210a4a7</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-02-05T18:06:58.700472+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>2bde6b64-fc77-4587-af79-5083d3bfcd4d</d3p1:guid>
<d3p1:guid>ee995765-8297-48f5-8981-85482ad9a5af</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>9821cf60-21db-4447-9b76-1ed935fbae43</PracticeId>
<PrimaryProviderId>8ef6c7fd-56b2-4159-9556-9da2ae78184e</PrimaryProviderId>
<ReceivedDate>2026-02-05T18:06:58.700472+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>