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": "84ac2fa0-b69a-4de2-9786-2a5917bdf624",
"PathologyReportId": "6e1af038-e5fb-4994-be18-1c0cc6211121",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-02-05T18:08:42Z",
"PatientDateOfBirth": "2026-02-05T18:08:42Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"c0ea5de1-8fee-4bb3-adde-a3c84241a4cf",
"5573cedf-eb1f-4d51-b09a-d1a236c4da89"
],
"PrimaryProviderId": "48a75587-9c9e-4d2e-b320-49b64bcffdf4",
"PracticeId": "213702b9-488e-422f-b698-7f1030811f67",
"DoctorName": "sample string 12"
},
{
"PathologyReportWorkflowId": "84ac2fa0-b69a-4de2-9786-2a5917bdf624",
"PathologyReportId": "6e1af038-e5fb-4994-be18-1c0cc6211121",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-02-05T18:08:42Z",
"PatientDateOfBirth": "2026-02-05T18:08:42Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"c0ea5de1-8fee-4bb3-adde-a3c84241a4cf",
"5573cedf-eb1f-4d51-b09a-d1a236c4da89"
],
"PrimaryProviderId": "48a75587-9c9e-4d2e-b320-49b64bcffdf4",
"PracticeId": "213702b9-488e-422f-b698-7f1030811f67",
"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>6e1af038-e5fb-4994-be18-1c0cc6211121</PathologyReportId>
<PathologyReportWorkflowId>84ac2fa0-b69a-4de2-9786-2a5917bdf624</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-02-05T18:08:42.9240758+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>c0ea5de1-8fee-4bb3-adde-a3c84241a4cf</d3p1:guid>
<d3p1:guid>5573cedf-eb1f-4d51-b09a-d1a236c4da89</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>213702b9-488e-422f-b698-7f1030811f67</PracticeId>
<PrimaryProviderId>48a75587-9c9e-4d2e-b320-49b64bcffdf4</PrimaryProviderId>
<ReceivedDate>2026-02-05T18:08:42.9240758+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>6e1af038-e5fb-4994-be18-1c0cc6211121</PathologyReportId>
<PathologyReportWorkflowId>84ac2fa0-b69a-4de2-9786-2a5917bdf624</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-02-05T18:08:42.9240758+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>c0ea5de1-8fee-4bb3-adde-a3c84241a4cf</d3p1:guid>
<d3p1:guid>5573cedf-eb1f-4d51-b09a-d1a236c4da89</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>213702b9-488e-422f-b698-7f1030811f67</PracticeId>
<PrimaryProviderId>48a75587-9c9e-4d2e-b320-49b64bcffdf4</PrimaryProviderId>
<ReceivedDate>2026-02-05T18:08:42.9240758+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>