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.PatientPathologyResultsIndexVoName | 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": "79429f2e-136c-4a22-90fe-38a1dafa4893", "TenantId": "f3687b8b-89c1-4615-86db-a25ac489664b", "PatientFullName": "sample string 3", "PatientDateOfBirth": "2025-06-20T07:37:40Z", "Departments": "sample string 5", "PatientReportId": "a72f2413-4e0b-4c3d-9a45-caa6b3a55c09", "ReportDate": "2025-06-20T07:37:40Z", "ReportType": "sample string 8", "PathLab": "sample string 9", "ReportXRef": "sample string 10" }, { "Id": "79429f2e-136c-4a22-90fe-38a1dafa4893", "TenantId": "f3687b8b-89c1-4615-86db-a25ac489664b", "PatientFullName": "sample string 3", "PatientDateOfBirth": "2025-06-20T07:37:40Z", "Departments": "sample string 5", "PatientReportId": "a72f2413-4e0b-4c3d-9a45-caa6b3a55c09", "ReportDate": "2025-06-20T07:37:40Z", "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>79429f2e-136c-4a22-90fe-38a1dafa4893</Id> <PathLab>sample string 9</PathLab> <PatientDateOfBirth>2025-06-20T07:37:40.4870154+02:00</PatientDateOfBirth> <PatientFullName>sample string 3</PatientFullName> <PatientReportId>a72f2413-4e0b-4c3d-9a45-caa6b3a55c09</PatientReportId> <ReportDate>2025-06-20T07:37:40.4870154+02:00</ReportDate> <ReportType>sample string 8</ReportType> <ReportXRef>sample string 10</ReportXRef> <TenantId>f3687b8b-89c1-4615-86db-a25ac489664b</TenantId> </PatientPathologyResultsIndexVo> <PatientPathologyResultsIndexVo> <Departments>sample string 5</Departments> <Id>79429f2e-136c-4a22-90fe-38a1dafa4893</Id> <PathLab>sample string 9</PathLab> <PatientDateOfBirth>2025-06-20T07:37:40.4870154+02:00</PatientDateOfBirth> <PatientFullName>sample string 3</PatientFullName> <PatientReportId>a72f2413-4e0b-4c3d-9a45-caa6b3a55c09</PatientReportId> <ReportDate>2025-06-20T07:37:40.4870154+02:00</ReportDate> <ReportType>sample string 8</ReportType> <ReportXRef>sample string 10</ReportXRef> <TenantId>f3687b8b-89c1-4615-86db-a25ac489664b</TenantId> </PatientPathologyResultsIndexVo> </ArrayOfPatientPathologyResultsIndexVo>