GET api/v1/{practiceId}/clinical/pathologyreportworkflows/linkedpatients
Get PathologyReportWorkflows assigned to specific provider
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
practiceId |
practice id for which pathology reports belongs too |
globally unique identifier |
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": "a25a0584-adb3-42d3-bb19-2af0b693b741", "PathologyReportId": "3c4af5e4-c3b6-4dcf-b8c1-32b443ea1248", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-08-06T10:50:14Z", "PatientDateOfBirth": "2025-08-06T10:50:14Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "dd0d42bf-34f5-40cf-b981-9976bbf7d93d", "826b2b4a-55e4-4905-be0f-485772b9307e" ], "PrimaryProviderId": "173717d4-5845-4379-b2af-8c83bb39e0d1", "PracticeId": "2ee78e83-5d7f-4221-b42f-73d6479da933", "DoctorName": "sample string 12" }, { "PathologyReportWorkflowId": "a25a0584-adb3-42d3-bb19-2af0b693b741", "PathologyReportId": "3c4af5e4-c3b6-4dcf-b8c1-32b443ea1248", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-08-06T10:50:14Z", "PatientDateOfBirth": "2025-08-06T10:50:14Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "dd0d42bf-34f5-40cf-b981-9976bbf7d93d", "826b2b4a-55e4-4905-be0f-485772b9307e" ], "PrimaryProviderId": "173717d4-5845-4379-b2af-8c83bb39e0d1", "PracticeId": "2ee78e83-5d7f-4221-b42f-73d6479da933", "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>3c4af5e4-c3b6-4dcf-b8c1-32b443ea1248</PathologyReportId> <PathologyReportWorkflowId>a25a0584-adb3-42d3-bb19-2af0b693b741</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-08-06T10:50:14.1753353+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>dd0d42bf-34f5-40cf-b981-9976bbf7d93d</d3p1:guid> <d3p1:guid>826b2b4a-55e4-4905-be0f-485772b9307e</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>2ee78e83-5d7f-4221-b42f-73d6479da933</PracticeId> <PrimaryProviderId>173717d4-5845-4379-b2af-8c83bb39e0d1</PrimaryProviderId> <ReceivedDate>2025-08-06T10:50:14.1753353+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>3c4af5e4-c3b6-4dcf-b8c1-32b443ea1248</PathologyReportId> <PathologyReportWorkflowId>a25a0584-adb3-42d3-bb19-2af0b693b741</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-08-06T10:50:14.1753353+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>dd0d42bf-34f5-40cf-b981-9976bbf7d93d</d3p1:guid> <d3p1:guid>826b2b4a-55e4-4905-be0f-485772b9307e</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>2ee78e83-5d7f-4221-b42f-73d6479da933</PracticeId> <PrimaryProviderId>173717d4-5845-4379-b2af-8c83bb39e0d1</PrimaryProviderId> <ReceivedDate>2025-08-06T10:50:14.1753353+02:00</ReceivedDate> <ReportLabName>sample string 9</ReportLabName> <WorkflowStatusType>Open</WorkflowStatusType> </PathologyReportWorkflowVo> </ArrayOfPathologyReportWorkflowVo>