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": "c5339ce1-565a-4fba-8b23-a87c215d1261", "PathologyReportId": "b43bd8ba-6b27-4911-9f60-a100e385ff58", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-04-21T23:18:40Z", "PatientDateOfBirth": "2025-04-21T23:18:40Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "0d8acb06-658c-457f-8b33-0501083f399c", "88e0e4cf-dc34-4d3e-a75f-3d7a3e3c8611" ], "PrimaryProviderId": "19199a2d-b4bf-4945-bdc7-a84e6ee25660", "PracticeId": "e5224e5f-6b4a-4cb0-b725-d12a21544f60", "DoctorName": "sample string 12" }, { "PathologyReportWorkflowId": "c5339ce1-565a-4fba-8b23-a87c215d1261", "PathologyReportId": "b43bd8ba-6b27-4911-9f60-a100e385ff58", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-04-21T23:18:40Z", "PatientDateOfBirth": "2025-04-21T23:18:40Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "0d8acb06-658c-457f-8b33-0501083f399c", "88e0e4cf-dc34-4d3e-a75f-3d7a3e3c8611" ], "PrimaryProviderId": "19199a2d-b4bf-4945-bdc7-a84e6ee25660", "PracticeId": "e5224e5f-6b4a-4cb0-b725-d12a21544f60", "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>b43bd8ba-6b27-4911-9f60-a100e385ff58</PathologyReportId> <PathologyReportWorkflowId>c5339ce1-565a-4fba-8b23-a87c215d1261</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-04-21T23:18:40.5463336+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>0d8acb06-658c-457f-8b33-0501083f399c</d3p1:guid> <d3p1:guid>88e0e4cf-dc34-4d3e-a75f-3d7a3e3c8611</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>e5224e5f-6b4a-4cb0-b725-d12a21544f60</PracticeId> <PrimaryProviderId>19199a2d-b4bf-4945-bdc7-a84e6ee25660</PrimaryProviderId> <ReceivedDate>2025-04-21T23:18:40.5463336+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>b43bd8ba-6b27-4911-9f60-a100e385ff58</PathologyReportId> <PathologyReportWorkflowId>c5339ce1-565a-4fba-8b23-a87c215d1261</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-04-21T23:18:40.5463336+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>0d8acb06-658c-457f-8b33-0501083f399c</d3p1:guid> <d3p1:guid>88e0e4cf-dc34-4d3e-a75f-3d7a3e3c8611</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>e5224e5f-6b4a-4cb0-b725-d12a21544f60</PracticeId> <PrimaryProviderId>19199a2d-b4bf-4945-bdc7-a84e6ee25660</PrimaryProviderId> <ReceivedDate>2025-04-21T23:18:40.5463336+02:00</ReceivedDate> <ReportLabName>sample string 9</ReportLabName> <WorkflowStatusType>Open</WorkflowStatusType> </PathologyReportWorkflowVo> </ArrayOfPathologyReportWorkflowVo>