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": "b6d22933-b98c-4616-a80e-c4820404ec65", "PathologyReportId": "d81e86eb-1f31-4d9a-bfd0-37276ffcd826", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-08-05T09:47:52Z", "PatientDateOfBirth": "2025-08-05T09:47:52Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "5242b732-b880-4082-8183-4eef15180b5c", "2e6de3f6-c0d4-423a-a706-f1c21a39305e" ], "PrimaryProviderId": "f54b9e42-f054-4a30-8677-99b3dab5db0d", "PracticeId": "4bc21fe6-6700-4bbc-a69e-96c287c45f74", "DoctorName": "sample string 12" }, { "PathologyReportWorkflowId": "b6d22933-b98c-4616-a80e-c4820404ec65", "PathologyReportId": "d81e86eb-1f31-4d9a-bfd0-37276ffcd826", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-08-05T09:47:52Z", "PatientDateOfBirth": "2025-08-05T09:47:52Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "5242b732-b880-4082-8183-4eef15180b5c", "2e6de3f6-c0d4-423a-a706-f1c21a39305e" ], "PrimaryProviderId": "f54b9e42-f054-4a30-8677-99b3dab5db0d", "PracticeId": "4bc21fe6-6700-4bbc-a69e-96c287c45f74", "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>d81e86eb-1f31-4d9a-bfd0-37276ffcd826</PathologyReportId> <PathologyReportWorkflowId>b6d22933-b98c-4616-a80e-c4820404ec65</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-08-05T09:47:52.0225426+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>5242b732-b880-4082-8183-4eef15180b5c</d3p1:guid> <d3p1:guid>2e6de3f6-c0d4-423a-a706-f1c21a39305e</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>4bc21fe6-6700-4bbc-a69e-96c287c45f74</PracticeId> <PrimaryProviderId>f54b9e42-f054-4a30-8677-99b3dab5db0d</PrimaryProviderId> <ReceivedDate>2025-08-05T09:47:52.0225426+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>d81e86eb-1f31-4d9a-bfd0-37276ffcd826</PathologyReportId> <PathologyReportWorkflowId>b6d22933-b98c-4616-a80e-c4820404ec65</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-08-05T09:47:52.0225426+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>5242b732-b880-4082-8183-4eef15180b5c</d3p1:guid> <d3p1:guid>2e6de3f6-c0d4-423a-a706-f1c21a39305e</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>4bc21fe6-6700-4bbc-a69e-96c287c45f74</PracticeId> <PrimaryProviderId>f54b9e42-f054-4a30-8677-99b3dab5db0d</PrimaryProviderId> <ReceivedDate>2025-08-05T09:47:52.0225426+02:00</ReceivedDate> <ReportLabName>sample string 9</ReportLabName> <WorkflowStatusType>Open</WorkflowStatusType> </PathologyReportWorkflowVo> </ArrayOfPathologyReportWorkflowVo>