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": "f5a52c15-adb4-451c-832f-7e150b59a4a0",
"PathologyReportId": "e76d4d71-bb34-49cc-a48d-7277fb7ef98c",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-05-25T22:02:57Z",
"PatientDateOfBirth": "2026-05-25T22:02:57Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"31332085-a175-4287-867f-10015b17edda",
"74b7e6ed-6bcd-4de6-8f0c-bed3e98d092b"
],
"PrimaryProviderId": "641f176f-18b8-47ec-8a2e-95c0cb172240",
"PracticeId": "d52785f6-4968-4e6f-b0de-90ca85302456",
"DoctorName": "sample string 12"
},
{
"PathologyReportWorkflowId": "f5a52c15-adb4-451c-832f-7e150b59a4a0",
"PathologyReportId": "e76d4d71-bb34-49cc-a48d-7277fb7ef98c",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-05-25T22:02:57Z",
"PatientDateOfBirth": "2026-05-25T22:02:57Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"31332085-a175-4287-867f-10015b17edda",
"74b7e6ed-6bcd-4de6-8f0c-bed3e98d092b"
],
"PrimaryProviderId": "641f176f-18b8-47ec-8a2e-95c0cb172240",
"PracticeId": "d52785f6-4968-4e6f-b0de-90ca85302456",
"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>e76d4d71-bb34-49cc-a48d-7277fb7ef98c</PathologyReportId>
<PathologyReportWorkflowId>f5a52c15-adb4-451c-832f-7e150b59a4a0</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-05-25T22:02:57.6900449+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>31332085-a175-4287-867f-10015b17edda</d3p1:guid>
<d3p1:guid>74b7e6ed-6bcd-4de6-8f0c-bed3e98d092b</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>d52785f6-4968-4e6f-b0de-90ca85302456</PracticeId>
<PrimaryProviderId>641f176f-18b8-47ec-8a2e-95c0cb172240</PrimaryProviderId>
<ReceivedDate>2026-05-25T22:02:57.6900449+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>e76d4d71-bb34-49cc-a48d-7277fb7ef98c</PathologyReportId>
<PathologyReportWorkflowId>f5a52c15-adb4-451c-832f-7e150b59a4a0</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-05-25T22:02:57.6900449+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>31332085-a175-4287-867f-10015b17edda</d3p1:guid>
<d3p1:guid>74b7e6ed-6bcd-4de6-8f0c-bed3e98d092b</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>d52785f6-4968-4e6f-b0de-90ca85302456</PracticeId>
<PrimaryProviderId>641f176f-18b8-47ec-8a2e-95c0cb172240</PrimaryProviderId>
<ReceivedDate>2026-05-25T22:02:57.6900449+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>