GET api/v1/{practiceId}/clinical/pathologyreportworkflows/fromdate/{fromDate}/todate/{toDate}/status/{status}
Get PathologyReports based on specified reports date range and status
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| practiceId |
practice id for which pathology reports belongs too |
globally unique identifier |
Required |
| fromDate |
start report date |
string |
Required |
| toDate |
end report date |
string |
Required |
| status |
workflow status, can be Open, Read, Urgent |
Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportWorkflowStatusType |
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": "33f08161-b93b-40d3-a98a-c560f300fce6",
"PathologyReportId": "4dce54df-42d9-4371-ad17-1e96b4a85d3a",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2025-12-14T12:15:18Z",
"PatientDateOfBirth": "2025-12-14T12:15:18Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"cb4971ce-cbe3-443b-bbaf-10f3ab88ea34",
"589d5794-330b-41cb-8900-927bd97ce0e3"
],
"PrimaryProviderId": "27b33fef-f5fb-446d-9100-6ef169acd116",
"PracticeId": "952fa9e0-28c0-4ac8-b0b8-48b2036adb47",
"DoctorName": "sample string 12"
},
{
"PathologyReportWorkflowId": "33f08161-b93b-40d3-a98a-c560f300fce6",
"PathologyReportId": "4dce54df-42d9-4371-ad17-1e96b4a85d3a",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2025-12-14T12:15:18Z",
"PatientDateOfBirth": "2025-12-14T12:15:18Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"cb4971ce-cbe3-443b-bbaf-10f3ab88ea34",
"589d5794-330b-41cb-8900-927bd97ce0e3"
],
"PrimaryProviderId": "27b33fef-f5fb-446d-9100-6ef169acd116",
"PracticeId": "952fa9e0-28c0-4ac8-b0b8-48b2036adb47",
"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>4dce54df-42d9-4371-ad17-1e96b4a85d3a</PathologyReportId>
<PathologyReportWorkflowId>33f08161-b93b-40d3-a98a-c560f300fce6</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2025-12-14T12:15:18.7722677+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>cb4971ce-cbe3-443b-bbaf-10f3ab88ea34</d3p1:guid>
<d3p1:guid>589d5794-330b-41cb-8900-927bd97ce0e3</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>952fa9e0-28c0-4ac8-b0b8-48b2036adb47</PracticeId>
<PrimaryProviderId>27b33fef-f5fb-446d-9100-6ef169acd116</PrimaryProviderId>
<ReceivedDate>2025-12-14T12:15:18.7722677+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>4dce54df-42d9-4371-ad17-1e96b4a85d3a</PathologyReportId>
<PathologyReportWorkflowId>33f08161-b93b-40d3-a98a-c560f300fce6</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2025-12-14T12:15:18.7722677+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>cb4971ce-cbe3-443b-bbaf-10f3ab88ea34</d3p1:guid>
<d3p1:guid>589d5794-330b-41cb-8900-927bd97ce0e3</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>952fa9e0-28c0-4ac8-b0b8-48b2036adb47</PracticeId>
<PrimaryProviderId>27b33fef-f5fb-446d-9100-6ef169acd116</PrimaryProviderId>
<ReceivedDate>2025-12-14T12:15:18.7722677+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>