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.PathologyReportWorkflowVo| Name | 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": "4f1a561e-b649-4a57-908b-779bed582009",
"PathologyReportId": "b779b3e7-3669-4aa0-afbf-20da8856c884",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-03-29T01:46:21Z",
"PatientDateOfBirth": "2026-03-29T01:46:21Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"a2d93df1-3e37-4229-aa97-427fb34c73f2",
"a2734146-5322-4a70-be1a-e438f31f3623"
],
"PrimaryProviderId": "72b15c01-c743-4f00-8058-6e327798fbc5",
"PracticeId": "39e15fe7-770e-416f-b607-cebb788b7522",
"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>b779b3e7-3669-4aa0-afbf-20da8856c884</PathologyReportId>
<PathologyReportWorkflowId>4f1a561e-b649-4a57-908b-779bed582009</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-03-29T01:46:21.5575476+02:00</PatientDateOfBirth>
<PatientIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a2d93df1-3e37-4229-aa97-427fb34c73f2</d2p1:guid>
<d2p1:guid>a2734146-5322-4a70-be1a-e438f31f3623</d2p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>39e15fe7-770e-416f-b607-cebb788b7522</PracticeId>
<PrimaryProviderId>72b15c01-c743-4f00-8058-6e327798fbc5</PrimaryProviderId>
<ReceivedDate>2026-03-29T01:46:21.5575476+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>