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": "40bbca0d-10ce-45fa-8289-936e5479248f",
"PathologyReportId": "6f01e6ff-396a-4c61-976f-6b8ef4e69619",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-02-04T05:48:53Z",
"PatientDateOfBirth": "2026-02-04T05:48:53Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"f65cf49a-b854-434a-9620-1c36b9846265",
"c8940324-fd9d-4810-b9dc-ba5ef456c920"
],
"PrimaryProviderId": "960408e5-9a71-4dfb-8972-7ff20abd27d1",
"PracticeId": "cb406e32-ed7d-40e7-9e05-eeb0398b4943",
"DoctorName": "sample string 12"
},
{
"PathologyReportWorkflowId": "40bbca0d-10ce-45fa-8289-936e5479248f",
"PathologyReportId": "6f01e6ff-396a-4c61-976f-6b8ef4e69619",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-02-04T05:48:53Z",
"PatientDateOfBirth": "2026-02-04T05:48:53Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"f65cf49a-b854-434a-9620-1c36b9846265",
"c8940324-fd9d-4810-b9dc-ba5ef456c920"
],
"PrimaryProviderId": "960408e5-9a71-4dfb-8972-7ff20abd27d1",
"PracticeId": "cb406e32-ed7d-40e7-9e05-eeb0398b4943",
"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>6f01e6ff-396a-4c61-976f-6b8ef4e69619</PathologyReportId>
<PathologyReportWorkflowId>40bbca0d-10ce-45fa-8289-936e5479248f</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-02-04T05:48:53.1120958+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>f65cf49a-b854-434a-9620-1c36b9846265</d3p1:guid>
<d3p1:guid>c8940324-fd9d-4810-b9dc-ba5ef456c920</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>cb406e32-ed7d-40e7-9e05-eeb0398b4943</PracticeId>
<PrimaryProviderId>960408e5-9a71-4dfb-8972-7ff20abd27d1</PrimaryProviderId>
<ReceivedDate>2026-02-04T05:48:53.1120958+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>6f01e6ff-396a-4c61-976f-6b8ef4e69619</PathologyReportId>
<PathologyReportWorkflowId>40bbca0d-10ce-45fa-8289-936e5479248f</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-02-04T05:48:53.1120958+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>f65cf49a-b854-434a-9620-1c36b9846265</d3p1:guid>
<d3p1:guid>c8940324-fd9d-4810-b9dc-ba5ef456c920</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>cb406e32-ed7d-40e7-9e05-eeb0398b4943</PracticeId>
<PrimaryProviderId>960408e5-9a71-4dfb-8972-7ff20abd27d1</PrimaryProviderId>
<ReceivedDate>2026-02-04T05:48:53.1120958+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>