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": "fa5ae5e1-91c9-4d1b-a323-a504a2d436af", "PathologyReportId": "139f9e38-433f-40be-afb5-9b204d88a9a3", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-06-18T10:42:25Z", "PatientDateOfBirth": "2025-06-18T10:42:25Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "fc893117-b107-4520-9840-7a59a6cdf641", "66366059-7183-4ad6-b2e6-bcc61e9513bb" ], "PrimaryProviderId": "7afafaed-e179-4f4a-91e8-f5a05218189c", "PracticeId": "45f252a8-8cb9-4614-abce-2cbfdc44258f", "DoctorName": "sample string 12" }, { "PathologyReportWorkflowId": "fa5ae5e1-91c9-4d1b-a323-a504a2d436af", "PathologyReportId": "139f9e38-433f-40be-afb5-9b204d88a9a3", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-06-18T10:42:25Z", "PatientDateOfBirth": "2025-06-18T10:42:25Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "fc893117-b107-4520-9840-7a59a6cdf641", "66366059-7183-4ad6-b2e6-bcc61e9513bb" ], "PrimaryProviderId": "7afafaed-e179-4f4a-91e8-f5a05218189c", "PracticeId": "45f252a8-8cb9-4614-abce-2cbfdc44258f", "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>139f9e38-433f-40be-afb5-9b204d88a9a3</PathologyReportId> <PathologyReportWorkflowId>fa5ae5e1-91c9-4d1b-a323-a504a2d436af</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-06-18T10:42:25.8030101+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>fc893117-b107-4520-9840-7a59a6cdf641</d3p1:guid> <d3p1:guid>66366059-7183-4ad6-b2e6-bcc61e9513bb</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>45f252a8-8cb9-4614-abce-2cbfdc44258f</PracticeId> <PrimaryProviderId>7afafaed-e179-4f4a-91e8-f5a05218189c</PrimaryProviderId> <ReceivedDate>2025-06-18T10:42:25.8030101+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>139f9e38-433f-40be-afb5-9b204d88a9a3</PathologyReportId> <PathologyReportWorkflowId>fa5ae5e1-91c9-4d1b-a323-a504a2d436af</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-06-18T10:42:25.8030101+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>fc893117-b107-4520-9840-7a59a6cdf641</d3p1:guid> <d3p1:guid>66366059-7183-4ad6-b2e6-bcc61e9513bb</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>45f252a8-8cb9-4614-abce-2cbfdc44258f</PracticeId> <PrimaryProviderId>7afafaed-e179-4f4a-91e8-f5a05218189c</PrimaryProviderId> <ReceivedDate>2025-06-18T10:42:25.8030101+02:00</ReceivedDate> <ReportLabName>sample string 9</ReportLabName> <WorkflowStatusType>Open</WorkflowStatusType> </PathologyReportWorkflowVo> </ArrayOfPathologyReportWorkflowVo>