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": "79929d23-c51f-4e82-b258-cc061754bd75", "PathologyReportId": "abdd8576-e7b5-4e80-a8c6-78080960bef6", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-04-11T08:01:58Z", "PatientDateOfBirth": "2025-04-11T08:01:58Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "33630b72-b39f-4420-9ff5-12acdf2868c1", "27c59a99-67c4-47e9-a3ae-25a069974cb6" ], "PrimaryProviderId": "8ccc58a9-c0f9-4d80-a31f-5d46c5d67dc9", "PracticeId": "1630d526-408d-4da9-b454-27ff9c6abc77", "DoctorName": "sample string 12" }, { "PathologyReportWorkflowId": "79929d23-c51f-4e82-b258-cc061754bd75", "PathologyReportId": "abdd8576-e7b5-4e80-a8c6-78080960bef6", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-04-11T08:01:58Z", "PatientDateOfBirth": "2025-04-11T08:01:58Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "33630b72-b39f-4420-9ff5-12acdf2868c1", "27c59a99-67c4-47e9-a3ae-25a069974cb6" ], "PrimaryProviderId": "8ccc58a9-c0f9-4d80-a31f-5d46c5d67dc9", "PracticeId": "1630d526-408d-4da9-b454-27ff9c6abc77", "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>abdd8576-e7b5-4e80-a8c6-78080960bef6</PathologyReportId> <PathologyReportWorkflowId>79929d23-c51f-4e82-b258-cc061754bd75</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-04-11T08:01:58.8119893+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>33630b72-b39f-4420-9ff5-12acdf2868c1</d3p1:guid> <d3p1:guid>27c59a99-67c4-47e9-a3ae-25a069974cb6</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>1630d526-408d-4da9-b454-27ff9c6abc77</PracticeId> <PrimaryProviderId>8ccc58a9-c0f9-4d80-a31f-5d46c5d67dc9</PrimaryProviderId> <ReceivedDate>2025-04-11T08:01:58.8119893+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>abdd8576-e7b5-4e80-a8c6-78080960bef6</PathologyReportId> <PathologyReportWorkflowId>79929d23-c51f-4e82-b258-cc061754bd75</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-04-11T08:01:58.8119893+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>33630b72-b39f-4420-9ff5-12acdf2868c1</d3p1:guid> <d3p1:guid>27c59a99-67c4-47e9-a3ae-25a069974cb6</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>1630d526-408d-4da9-b454-27ff9c6abc77</PracticeId> <PrimaryProviderId>8ccc58a9-c0f9-4d80-a31f-5d46c5d67dc9</PrimaryProviderId> <ReceivedDate>2025-04-11T08:01:58.8119893+02:00</ReceivedDate> <ReportLabName>sample string 9</ReportLabName> <WorkflowStatusType>Open</WorkflowStatusType> </PathologyReportWorkflowVo> </ArrayOfPathologyReportWorkflowVo>