GET api/v1/{practiceId}/clinical/pathologyreportworkflows/{workflowId}
Get pathology report workflow
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
practiceId |
practice id |
globally unique identifier |
Required |
workflowId |
pathology report workflow id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "a8d5d600-e3b7-427d-a367-a08a9ca9cad0", "PathologyReportId": "35f877a8-c05e-474c-83f6-0b5b6bb2b988", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-08-05T05:52:59Z", "PatientDateOfBirth": "2025-08-05T05:52:59Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "ce4a876c-743a-4853-9995-0e41fb267df7", "4fc9c99d-c479-4696-88c0-167c4a9f4bdf" ], "PrimaryProviderId": "e0f2dc51-9737-44b8-9790-310d1f76d689", "PracticeId": "3700598a-9b12-4d49-b722-c90633b3c23b", "DoctorName": "sample string 12" }
application/xml, text/xml
Sample:
<PathologyReportWorkflowVo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects"> <Departments>sample string 5</Departments> <DoctorName>sample string 12</DoctorName> <OriginalMessage>sample string 8</OriginalMessage> <PathologyReportId>35f877a8-c05e-474c-83f6-0b5b6bb2b988</PathologyReportId> <PathologyReportWorkflowId>a8d5d600-e3b7-427d-a367-a08a9ca9cad0</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-08-05T05:52:59.6872187+02:00</PatientDateOfBirth> <PatientIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>ce4a876c-743a-4853-9995-0e41fb267df7</d2p1:guid> <d2p1:guid>4fc9c99d-c479-4696-88c0-167c4a9f4bdf</d2p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>3700598a-9b12-4d49-b722-c90633b3c23b</PracticeId> <PrimaryProviderId>e0f2dc51-9737-44b8-9790-310d1f76d689</PrimaryProviderId> <ReceivedDate>2025-08-05T05:52:59.6872187+02:00</ReceivedDate> <ReportLabName>sample string 9</ReportLabName> <WorkflowStatusType>Open</WorkflowStatusType> </PathologyReportWorkflowVo>