GET api/v1/{practiceId}/clinical/pathologyreportworkflows/status/{status}
Get PathologyReports based on specified report status
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
practiceId |
practice id for which pathology reports belongs too |
globally unique identifier |
Required |
status |
workflow status, can be Open, Read, Urgent |
Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportWorkflowStatusType |
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": "25c1c2f7-821e-4d28-85f0-59ff81041958", "PathologyReportId": "8193514b-ca21-4312-bdaf-1081a53f749e", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-10-09T05:30:38Z", "PatientDateOfBirth": "2025-10-09T05:30:38Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "8b1a8cb0-0bac-4d50-9a18-82c95cb6bc21", "e651e36c-decc-4af8-83bd-84da65fe8cab" ], "PrimaryProviderId": "15023123-e697-424c-a522-92f7d037f960", "PracticeId": "3d329674-77dc-422d-87e0-3c4204bcf400", "DoctorName": "sample string 12" }, { "PathologyReportWorkflowId": "25c1c2f7-821e-4d28-85f0-59ff81041958", "PathologyReportId": "8193514b-ca21-4312-bdaf-1081a53f749e", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-10-09T05:30:38Z", "PatientDateOfBirth": "2025-10-09T05:30:38Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "8b1a8cb0-0bac-4d50-9a18-82c95cb6bc21", "e651e36c-decc-4af8-83bd-84da65fe8cab" ], "PrimaryProviderId": "15023123-e697-424c-a522-92f7d037f960", "PracticeId": "3d329674-77dc-422d-87e0-3c4204bcf400", "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>8193514b-ca21-4312-bdaf-1081a53f749e</PathologyReportId> <PathologyReportWorkflowId>25c1c2f7-821e-4d28-85f0-59ff81041958</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-10-09T05:30:38.6709552+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>8b1a8cb0-0bac-4d50-9a18-82c95cb6bc21</d3p1:guid> <d3p1:guid>e651e36c-decc-4af8-83bd-84da65fe8cab</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>3d329674-77dc-422d-87e0-3c4204bcf400</PracticeId> <PrimaryProviderId>15023123-e697-424c-a522-92f7d037f960</PrimaryProviderId> <ReceivedDate>2025-10-09T05:30:38.6709552+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>8193514b-ca21-4312-bdaf-1081a53f749e</PathologyReportId> <PathologyReportWorkflowId>25c1c2f7-821e-4d28-85f0-59ff81041958</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-10-09T05:30:38.6709552+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>8b1a8cb0-0bac-4d50-9a18-82c95cb6bc21</d3p1:guid> <d3p1:guid>e651e36c-decc-4af8-83bd-84da65fe8cab</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>3d329674-77dc-422d-87e0-3c4204bcf400</PracticeId> <PrimaryProviderId>15023123-e697-424c-a522-92f7d037f960</PrimaryProviderId> <ReceivedDate>2025-10-09T05:30:38.6709552+02:00</ReceivedDate> <ReportLabName>sample string 9</ReportLabName> <WorkflowStatusType>Open</WorkflowStatusType> </PathologyReportWorkflowVo> </ArrayOfPathologyReportWorkflowVo>