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": "e5448256-3c77-4d7e-85b3-dbae60b9e9d0",
"PathologyReportId": "d8530672-5bf7-4c0e-bb8c-f243bed053b8",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2025-11-23T11:44:14Z",
"PatientDateOfBirth": "2025-11-23T11:44:14Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"5c59bac7-ddc0-4547-9138-330ed6332639",
"0d4c7a19-0020-412a-85ea-e6b60855b42a"
],
"PrimaryProviderId": "5f5eb78a-fc71-43c4-b72e-08314ed3e8c3",
"PracticeId": "c8cfe510-c792-4845-a6ad-5f1ee4ed66a2",
"DoctorName": "sample string 12"
},
{
"PathologyReportWorkflowId": "e5448256-3c77-4d7e-85b3-dbae60b9e9d0",
"PathologyReportId": "d8530672-5bf7-4c0e-bb8c-f243bed053b8",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2025-11-23T11:44:14Z",
"PatientDateOfBirth": "2025-11-23T11:44:14Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"5c59bac7-ddc0-4547-9138-330ed6332639",
"0d4c7a19-0020-412a-85ea-e6b60855b42a"
],
"PrimaryProviderId": "5f5eb78a-fc71-43c4-b72e-08314ed3e8c3",
"PracticeId": "c8cfe510-c792-4845-a6ad-5f1ee4ed66a2",
"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>d8530672-5bf7-4c0e-bb8c-f243bed053b8</PathologyReportId>
<PathologyReportWorkflowId>e5448256-3c77-4d7e-85b3-dbae60b9e9d0</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2025-11-23T11:44:14.8532772+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>5c59bac7-ddc0-4547-9138-330ed6332639</d3p1:guid>
<d3p1:guid>0d4c7a19-0020-412a-85ea-e6b60855b42a</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>c8cfe510-c792-4845-a6ad-5f1ee4ed66a2</PracticeId>
<PrimaryProviderId>5f5eb78a-fc71-43c4-b72e-08314ed3e8c3</PrimaryProviderId>
<ReceivedDate>2025-11-23T11:44:14.8532772+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>d8530672-5bf7-4c0e-bb8c-f243bed053b8</PathologyReportId>
<PathologyReportWorkflowId>e5448256-3c77-4d7e-85b3-dbae60b9e9d0</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2025-11-23T11:44:14.8532772+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>5c59bac7-ddc0-4547-9138-330ed6332639</d3p1:guid>
<d3p1:guid>0d4c7a19-0020-412a-85ea-e6b60855b42a</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>c8cfe510-c792-4845-a6ad-5f1ee4ed66a2</PracticeId>
<PrimaryProviderId>5f5eb78a-fc71-43c4-b72e-08314ed3e8c3</PrimaryProviderId>
<ReceivedDate>2025-11-23T11:44:14.8532772+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>