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": "ae8273fa-a661-4cdf-9c90-57fa73bbc3dc",
"PathologyReportId": "f54a67b4-5b0d-4c10-b931-924e290f03ad",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2025-12-11T05:56:47Z",
"PatientDateOfBirth": "2025-12-11T05:56:47Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"b89fd818-d10f-431d-9b85-ca62be53817d",
"ed3f6b52-dcfd-452d-8fd0-5d9d1a740cac"
],
"PrimaryProviderId": "53eacd03-55c1-4564-b14c-ec5e5829d30f",
"PracticeId": "6bb93520-b104-42c3-b40e-5d2785640dd1",
"DoctorName": "sample string 12"
},
{
"PathologyReportWorkflowId": "ae8273fa-a661-4cdf-9c90-57fa73bbc3dc",
"PathologyReportId": "f54a67b4-5b0d-4c10-b931-924e290f03ad",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2025-12-11T05:56:47Z",
"PatientDateOfBirth": "2025-12-11T05:56:47Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"b89fd818-d10f-431d-9b85-ca62be53817d",
"ed3f6b52-dcfd-452d-8fd0-5d9d1a740cac"
],
"PrimaryProviderId": "53eacd03-55c1-4564-b14c-ec5e5829d30f",
"PracticeId": "6bb93520-b104-42c3-b40e-5d2785640dd1",
"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>f54a67b4-5b0d-4c10-b931-924e290f03ad</PathologyReportId>
<PathologyReportWorkflowId>ae8273fa-a661-4cdf-9c90-57fa73bbc3dc</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2025-12-11T05:56:47.1200124+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>b89fd818-d10f-431d-9b85-ca62be53817d</d3p1:guid>
<d3p1:guid>ed3f6b52-dcfd-452d-8fd0-5d9d1a740cac</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>6bb93520-b104-42c3-b40e-5d2785640dd1</PracticeId>
<PrimaryProviderId>53eacd03-55c1-4564-b14c-ec5e5829d30f</PrimaryProviderId>
<ReceivedDate>2025-12-11T05:56:47.1200124+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>f54a67b4-5b0d-4c10-b931-924e290f03ad</PathologyReportId>
<PathologyReportWorkflowId>ae8273fa-a661-4cdf-9c90-57fa73bbc3dc</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2025-12-11T05:56:47.1200124+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>b89fd818-d10f-431d-9b85-ca62be53817d</d3p1:guid>
<d3p1:guid>ed3f6b52-dcfd-452d-8fd0-5d9d1a740cac</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>6bb93520-b104-42c3-b40e-5d2785640dd1</PracticeId>
<PrimaryProviderId>53eacd03-55c1-4564-b14c-ec5e5829d30f</PrimaryProviderId>
<ReceivedDate>2025-12-11T05:56:47.1200124+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>