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": "2a3e48c9-9052-41a6-921f-3181c8c43bb2",
"PathologyReportId": "436fb8a0-719a-4352-943e-0528bc991b0e",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-03-28T00:54:03Z",
"PatientDateOfBirth": "2026-03-28T00:54:03Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"bdc100e3-977e-47a9-8af8-7630960b8654",
"d85c3090-fdaa-4964-ab51-ca86ebd5f83c"
],
"PrimaryProviderId": "27fb087d-084a-44c5-9dc7-e1462efa42ee",
"PracticeId": "db9b8023-d035-4a53-8f0c-cc0e5b944a18",
"DoctorName": "sample string 12"
},
{
"PathologyReportWorkflowId": "2a3e48c9-9052-41a6-921f-3181c8c43bb2",
"PathologyReportId": "436fb8a0-719a-4352-943e-0528bc991b0e",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-03-28T00:54:03Z",
"PatientDateOfBirth": "2026-03-28T00:54:03Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"bdc100e3-977e-47a9-8af8-7630960b8654",
"d85c3090-fdaa-4964-ab51-ca86ebd5f83c"
],
"PrimaryProviderId": "27fb087d-084a-44c5-9dc7-e1462efa42ee",
"PracticeId": "db9b8023-d035-4a53-8f0c-cc0e5b944a18",
"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>436fb8a0-719a-4352-943e-0528bc991b0e</PathologyReportId>
<PathologyReportWorkflowId>2a3e48c9-9052-41a6-921f-3181c8c43bb2</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-03-28T00:54:03.4716795+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>bdc100e3-977e-47a9-8af8-7630960b8654</d3p1:guid>
<d3p1:guid>d85c3090-fdaa-4964-ab51-ca86ebd5f83c</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>db9b8023-d035-4a53-8f0c-cc0e5b944a18</PracticeId>
<PrimaryProviderId>27fb087d-084a-44c5-9dc7-e1462efa42ee</PrimaryProviderId>
<ReceivedDate>2026-03-28T00:54:03.4716795+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>436fb8a0-719a-4352-943e-0528bc991b0e</PathologyReportId>
<PathologyReportWorkflowId>2a3e48c9-9052-41a6-921f-3181c8c43bb2</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-03-28T00:54:03.4716795+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>bdc100e3-977e-47a9-8af8-7630960b8654</d3p1:guid>
<d3p1:guid>d85c3090-fdaa-4964-ab51-ca86ebd5f83c</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>db9b8023-d035-4a53-8f0c-cc0e5b944a18</PracticeId>
<PrimaryProviderId>27fb087d-084a-44c5-9dc7-e1462efa42ee</PrimaryProviderId>
<ReceivedDate>2026-03-28T00:54:03.4716795+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>