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.PathologyReportWorkflowVoName | 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": "3492fd76-476c-4adc-b6da-7c1e6a48c4cc", "PathologyReportId": "8ac43bd7-fc0c-452d-babc-11cc311b01a7", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-06-21T06:06:52Z", "PatientDateOfBirth": "2025-06-21T06:06:52Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "49ea6b65-39a9-44c3-8af3-02d7ae442aed", "0be729c5-e5d1-4ad6-9548-95d26243112d" ], "PrimaryProviderId": "4e2018c4-aa75-44c7-a877-c07a2a8106a2", "PracticeId": "200011d9-9ba4-4e31-b995-c33fb1235142", "DoctorName": "sample string 12" }, { "PathologyReportWorkflowId": "3492fd76-476c-4adc-b6da-7c1e6a48c4cc", "PathologyReportId": "8ac43bd7-fc0c-452d-babc-11cc311b01a7", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-06-21T06:06:52Z", "PatientDateOfBirth": "2025-06-21T06:06:52Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "49ea6b65-39a9-44c3-8af3-02d7ae442aed", "0be729c5-e5d1-4ad6-9548-95d26243112d" ], "PrimaryProviderId": "4e2018c4-aa75-44c7-a877-c07a2a8106a2", "PracticeId": "200011d9-9ba4-4e31-b995-c33fb1235142", "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>8ac43bd7-fc0c-452d-babc-11cc311b01a7</PathologyReportId> <PathologyReportWorkflowId>3492fd76-476c-4adc-b6da-7c1e6a48c4cc</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-06-21T06:06:52.8404255+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>49ea6b65-39a9-44c3-8af3-02d7ae442aed</d3p1:guid> <d3p1:guid>0be729c5-e5d1-4ad6-9548-95d26243112d</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>200011d9-9ba4-4e31-b995-c33fb1235142</PracticeId> <PrimaryProviderId>4e2018c4-aa75-44c7-a877-c07a2a8106a2</PrimaryProviderId> <ReceivedDate>2025-06-21T06:06:52.8404255+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>8ac43bd7-fc0c-452d-babc-11cc311b01a7</PathologyReportId> <PathologyReportWorkflowId>3492fd76-476c-4adc-b6da-7c1e6a48c4cc</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-06-21T06:06:52.8404255+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>49ea6b65-39a9-44c3-8af3-02d7ae442aed</d3p1:guid> <d3p1:guid>0be729c5-e5d1-4ad6-9548-95d26243112d</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>200011d9-9ba4-4e31-b995-c33fb1235142</PracticeId> <PrimaryProviderId>4e2018c4-aa75-44c7-a877-c07a2a8106a2</PrimaryProviderId> <ReceivedDate>2025-06-21T06:06:52.8404255+02:00</ReceivedDate> <ReportLabName>sample string 9</ReportLabName> <WorkflowStatusType>Open</WorkflowStatusType> </PathologyReportWorkflowVo> </ArrayOfPathologyReportWorkflowVo>