GET api/v1/{practiceId}/clinical/pathologyreportworkflows/{searchText}/search
Get PathologyReportWorflows matched by search criteria (patient name, received from, etc)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| practiceId |
practice id for which pathology reports belongs too |
globally unique identifier |
Required |
| searchText |
search text |
string |
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": "53f188ca-d0cc-488b-be9e-ae414a030201",
"PathologyReportId": "a6ccb5fd-de8a-4a11-accb-806c1d37ff91",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-05-22T18:07:45Z",
"PatientDateOfBirth": "2026-05-22T18:07:45Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"a64563f9-85ee-4951-82a8-c92f6ae6787d",
"40ad9d5b-2e07-4fc2-a413-c3edfe16c008"
],
"PrimaryProviderId": "3bcb9c8d-bd4e-44e6-b4ef-b3c81f161c1e",
"PracticeId": "07cca3aa-dc53-4802-a3c7-9c2e016e5e3a",
"DoctorName": "sample string 12"
},
{
"PathologyReportWorkflowId": "53f188ca-d0cc-488b-be9e-ae414a030201",
"PathologyReportId": "a6ccb5fd-de8a-4a11-accb-806c1d37ff91",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-05-22T18:07:45Z",
"PatientDateOfBirth": "2026-05-22T18:07:45Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"a64563f9-85ee-4951-82a8-c92f6ae6787d",
"40ad9d5b-2e07-4fc2-a413-c3edfe16c008"
],
"PrimaryProviderId": "3bcb9c8d-bd4e-44e6-b4ef-b3c81f161c1e",
"PracticeId": "07cca3aa-dc53-4802-a3c7-9c2e016e5e3a",
"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>a6ccb5fd-de8a-4a11-accb-806c1d37ff91</PathologyReportId>
<PathologyReportWorkflowId>53f188ca-d0cc-488b-be9e-ae414a030201</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-05-22T18:07:45.281389+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>a64563f9-85ee-4951-82a8-c92f6ae6787d</d3p1:guid>
<d3p1:guid>40ad9d5b-2e07-4fc2-a413-c3edfe16c008</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>07cca3aa-dc53-4802-a3c7-9c2e016e5e3a</PracticeId>
<PrimaryProviderId>3bcb9c8d-bd4e-44e6-b4ef-b3c81f161c1e</PrimaryProviderId>
<ReceivedDate>2026-05-22T18:07:45.281389+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>a6ccb5fd-de8a-4a11-accb-806c1d37ff91</PathologyReportId>
<PathologyReportWorkflowId>53f188ca-d0cc-488b-be9e-ae414a030201</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-05-22T18:07:45.281389+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>a64563f9-85ee-4951-82a8-c92f6ae6787d</d3p1:guid>
<d3p1:guid>40ad9d5b-2e07-4fc2-a413-c3edfe16c008</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>07cca3aa-dc53-4802-a3c7-9c2e016e5e3a</PracticeId>
<PrimaryProviderId>3bcb9c8d-bd4e-44e6-b4ef-b3c81f161c1e</PrimaryProviderId>
<ReceivedDate>2026-05-22T18:07:45.281389+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>