GET api/v1/{practiceId}/clinical/pathologyreportworkflows/{searchText}/search

Get PathologyReportWorflows matched by search criteria (patient name, received from, etc)

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "54a71161-b947-43eb-9460-f4665b7f127b",
    "PathologyReportId": "5621efb9-6d1c-433d-8eef-00279d839181",
    "WorkflowStatusType": 0,
    "PatientName": "sample string 3",
    "PatientContactNo": "sample string 4",
    "Departments": "sample string 5",
    "ReceivedDate": "2025-04-21T16:34:00Z",
    "PatientDateOfBirth": "2025-04-21T16:34:00Z",
    "OriginalMessage": "sample string 8",
    "ReportLabName": "sample string 9",
    "PatientIds": [
      "f0818963-59f4-46da-86f8-7862c4ea61bc",
      "a259505b-97fa-4c94-8a31-62e478ca3614"
    ],
    "PrimaryProviderId": "f68c6473-55d1-456c-954c-be70c361933e",
    "PracticeId": "fa8f4d91-1256-46fe-a09d-a69c9b87bc7f",
    "DoctorName": "sample string 12"
  },
  {
    "PathologyReportWorkflowId": "54a71161-b947-43eb-9460-f4665b7f127b",
    "PathologyReportId": "5621efb9-6d1c-433d-8eef-00279d839181",
    "WorkflowStatusType": 0,
    "PatientName": "sample string 3",
    "PatientContactNo": "sample string 4",
    "Departments": "sample string 5",
    "ReceivedDate": "2025-04-21T16:34:00Z",
    "PatientDateOfBirth": "2025-04-21T16:34:00Z",
    "OriginalMessage": "sample string 8",
    "ReportLabName": "sample string 9",
    "PatientIds": [
      "f0818963-59f4-46da-86f8-7862c4ea61bc",
      "a259505b-97fa-4c94-8a31-62e478ca3614"
    ],
    "PrimaryProviderId": "f68c6473-55d1-456c-954c-be70c361933e",
    "PracticeId": "fa8f4d91-1256-46fe-a09d-a69c9b87bc7f",
    "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>5621efb9-6d1c-433d-8eef-00279d839181</PathologyReportId>
    <PathologyReportWorkflowId>54a71161-b947-43eb-9460-f4665b7f127b</PathologyReportWorkflowId>
    <PatientContactNo>sample string 4</PatientContactNo>
    <PatientDateOfBirth>2025-04-21T16:34:00.3116668+02:00</PatientDateOfBirth>
    <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>f0818963-59f4-46da-86f8-7862c4ea61bc</d3p1:guid>
      <d3p1:guid>a259505b-97fa-4c94-8a31-62e478ca3614</d3p1:guid>
    </PatientIds>
    <PatientName>sample string 3</PatientName>
    <PracticeId>fa8f4d91-1256-46fe-a09d-a69c9b87bc7f</PracticeId>
    <PrimaryProviderId>f68c6473-55d1-456c-954c-be70c361933e</PrimaryProviderId>
    <ReceivedDate>2025-04-21T16:34:00.3116668+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>5621efb9-6d1c-433d-8eef-00279d839181</PathologyReportId>
    <PathologyReportWorkflowId>54a71161-b947-43eb-9460-f4665b7f127b</PathologyReportWorkflowId>
    <PatientContactNo>sample string 4</PatientContactNo>
    <PatientDateOfBirth>2025-04-21T16:34:00.3116668+02:00</PatientDateOfBirth>
    <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>f0818963-59f4-46da-86f8-7862c4ea61bc</d3p1:guid>
      <d3p1:guid>a259505b-97fa-4c94-8a31-62e478ca3614</d3p1:guid>
    </PatientIds>
    <PatientName>sample string 3</PatientName>
    <PracticeId>fa8f4d91-1256-46fe-a09d-a69c9b87bc7f</PracticeId>
    <PrimaryProviderId>f68c6473-55d1-456c-954c-be70c361933e</PrimaryProviderId>
    <ReceivedDate>2025-04-21T16:34:00.3116668+02:00</ReceivedDate>
    <ReportLabName>sample string 9</ReportLabName>
    <WorkflowStatusType>Open</WorkflowStatusType>
  </PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>