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": "5effe6b7-f6c1-4815-abed-c26459d5165a",
"PathologyReportId": "a7ca3df1-5853-4030-9ae6-d0a340b71aae",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2025-12-12T00:49:40Z",
"PatientDateOfBirth": "2025-12-12T00:49:40Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"0023dd36-bbe7-4599-895f-9646851f78bc",
"f462a357-8b60-4331-9a7d-8e5d0f4b36d2"
],
"PrimaryProviderId": "e75134dd-a899-4b30-ba14-e631b7406ad9",
"PracticeId": "ca298d89-1d1f-48f3-88e4-92d9701720d9",
"DoctorName": "sample string 12"
},
{
"PathologyReportWorkflowId": "5effe6b7-f6c1-4815-abed-c26459d5165a",
"PathologyReportId": "a7ca3df1-5853-4030-9ae6-d0a340b71aae",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2025-12-12T00:49:40Z",
"PatientDateOfBirth": "2025-12-12T00:49:40Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"0023dd36-bbe7-4599-895f-9646851f78bc",
"f462a357-8b60-4331-9a7d-8e5d0f4b36d2"
],
"PrimaryProviderId": "e75134dd-a899-4b30-ba14-e631b7406ad9",
"PracticeId": "ca298d89-1d1f-48f3-88e4-92d9701720d9",
"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>a7ca3df1-5853-4030-9ae6-d0a340b71aae</PathologyReportId>
<PathologyReportWorkflowId>5effe6b7-f6c1-4815-abed-c26459d5165a</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2025-12-12T00:49:40.6812254+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>0023dd36-bbe7-4599-895f-9646851f78bc</d3p1:guid>
<d3p1:guid>f462a357-8b60-4331-9a7d-8e5d0f4b36d2</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>ca298d89-1d1f-48f3-88e4-92d9701720d9</PracticeId>
<PrimaryProviderId>e75134dd-a899-4b30-ba14-e631b7406ad9</PrimaryProviderId>
<ReceivedDate>2025-12-12T00:49:40.6812254+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>a7ca3df1-5853-4030-9ae6-d0a340b71aae</PathologyReportId>
<PathologyReportWorkflowId>5effe6b7-f6c1-4815-abed-c26459d5165a</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2025-12-12T00:49:40.6812254+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>0023dd36-bbe7-4599-895f-9646851f78bc</d3p1:guid>
<d3p1:guid>f462a357-8b60-4331-9a7d-8e5d0f4b36d2</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>ca298d89-1d1f-48f3-88e4-92d9701720d9</PracticeId>
<PrimaryProviderId>e75134dd-a899-4b30-ba14-e631b7406ad9</PrimaryProviderId>
<ReceivedDate>2025-12-12T00:49:40.6812254+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>