GET api/v1/{practiceId}/clinical/pathologyreports/{searchText}
Get PathologyReports 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 reports filtered by provided criteria
Collection of Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PatientPathologyResultsIndexVo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| PatientFullName | string |
None. |
|
| PatientDateOfBirth | date |
None. |
|
| Departments | string |
None. |
|
| PatientReportId | globally unique identifier |
None. |
|
| ReportDate | date |
None. |
|
| ReportType | string |
None. |
|
| PathLab | string |
None. |
|
| ReportXRef | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "1279e9ea-91a0-4226-a765-36b45d17f138",
"TenantId": "91cd4764-e04a-44c6-b6e9-c9713501d7e9",
"PatientFullName": "sample string 3",
"PatientDateOfBirth": "2026-05-08T11:37:38Z",
"Departments": "sample string 5",
"PatientReportId": "8328decf-b371-4a41-ac3b-82c7186384f5",
"ReportDate": "2026-05-08T11:37:38Z",
"ReportType": "sample string 8",
"PathLab": "sample string 9",
"ReportXRef": "sample string 10"
},
{
"Id": "1279e9ea-91a0-4226-a765-36b45d17f138",
"TenantId": "91cd4764-e04a-44c6-b6e9-c9713501d7e9",
"PatientFullName": "sample string 3",
"PatientDateOfBirth": "2026-05-08T11:37:38Z",
"Departments": "sample string 5",
"PatientReportId": "8328decf-b371-4a41-ac3b-82c7186384f5",
"ReportDate": "2026-05-08T11:37:38Z",
"ReportType": "sample string 8",
"PathLab": "sample string 9",
"ReportXRef": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfPatientPathologyResultsIndexVo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects">
<PatientPathologyResultsIndexVo>
<Departments>sample string 5</Departments>
<Id>1279e9ea-91a0-4226-a765-36b45d17f138</Id>
<PathLab>sample string 9</PathLab>
<PatientDateOfBirth>2026-05-08T11:37:38.7382222+02:00</PatientDateOfBirth>
<PatientFullName>sample string 3</PatientFullName>
<PatientReportId>8328decf-b371-4a41-ac3b-82c7186384f5</PatientReportId>
<ReportDate>2026-05-08T11:37:38.7382222+02:00</ReportDate>
<ReportType>sample string 8</ReportType>
<ReportXRef>sample string 10</ReportXRef>
<TenantId>91cd4764-e04a-44c6-b6e9-c9713501d7e9</TenantId>
</PatientPathologyResultsIndexVo>
<PatientPathologyResultsIndexVo>
<Departments>sample string 5</Departments>
<Id>1279e9ea-91a0-4226-a765-36b45d17f138</Id>
<PathLab>sample string 9</PathLab>
<PatientDateOfBirth>2026-05-08T11:37:38.7382222+02:00</PatientDateOfBirth>
<PatientFullName>sample string 3</PatientFullName>
<PatientReportId>8328decf-b371-4a41-ac3b-82c7186384f5</PatientReportId>
<ReportDate>2026-05-08T11:37:38.7382222+02:00</ReportDate>
<ReportType>sample string 8</ReportType>
<ReportXRef>sample string 10</ReportXRef>
<TenantId>91cd4764-e04a-44c6-b6e9-c9713501d7e9</TenantId>
</PatientPathologyResultsIndexVo>
</ArrayOfPatientPathologyResultsIndexVo>