GET api/v1/{practiceId}/clinical/pathologyreportworkflows/status/{status}
Get PathologyReports based on specified report status
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| practiceId |
practice id for which pathology reports belongs too |
globally unique identifier |
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": "c232c585-4bd8-4155-a5f0-895c511165de",
"PathologyReportId": "08d45497-935a-4746-b014-61d1a2338959",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-03-29T09:45:35Z",
"PatientDateOfBirth": "2026-03-29T09:45:35Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"20b9e08b-ad74-4f1c-8ff6-a01849ffc769",
"188b58fe-38e9-42e6-9403-978f990795de"
],
"PrimaryProviderId": "0bb9204f-3121-49b5-882a-6e928d717622",
"PracticeId": "9e10d10b-a7fd-487e-adad-af2643d6b60a",
"DoctorName": "sample string 12"
},
{
"PathologyReportWorkflowId": "c232c585-4bd8-4155-a5f0-895c511165de",
"PathologyReportId": "08d45497-935a-4746-b014-61d1a2338959",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-03-29T09:45:35Z",
"PatientDateOfBirth": "2026-03-29T09:45:35Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"20b9e08b-ad74-4f1c-8ff6-a01849ffc769",
"188b58fe-38e9-42e6-9403-978f990795de"
],
"PrimaryProviderId": "0bb9204f-3121-49b5-882a-6e928d717622",
"PracticeId": "9e10d10b-a7fd-487e-adad-af2643d6b60a",
"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>08d45497-935a-4746-b014-61d1a2338959</PathologyReportId>
<PathologyReportWorkflowId>c232c585-4bd8-4155-a5f0-895c511165de</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-03-29T09:45:35.5061054+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>20b9e08b-ad74-4f1c-8ff6-a01849ffc769</d3p1:guid>
<d3p1:guid>188b58fe-38e9-42e6-9403-978f990795de</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>9e10d10b-a7fd-487e-adad-af2643d6b60a</PracticeId>
<PrimaryProviderId>0bb9204f-3121-49b5-882a-6e928d717622</PrimaryProviderId>
<ReceivedDate>2026-03-29T09:45:35.5061054+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>08d45497-935a-4746-b014-61d1a2338959</PathologyReportId>
<PathologyReportWorkflowId>c232c585-4bd8-4155-a5f0-895c511165de</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-03-29T09:45:35.5061054+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>20b9e08b-ad74-4f1c-8ff6-a01849ffc769</d3p1:guid>
<d3p1:guid>188b58fe-38e9-42e6-9403-978f990795de</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>9e10d10b-a7fd-487e-adad-af2643d6b60a</PracticeId>
<PrimaryProviderId>0bb9204f-3121-49b5-882a-6e928d717622</PrimaryProviderId>
<ReceivedDate>2026-03-29T09:45:35.5061054+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>