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": "619e01fa-d61f-44d1-b885-6e52f74369a8",
"PathologyReportId": "131e95ab-67ec-4d8d-95af-9236003975f3",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-02-05T18:08:26Z",
"PatientDateOfBirth": "2026-02-05T18:08:26Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"e97c63fc-cf29-478a-b7a6-721e54d7f499",
"69238cb6-c032-4480-9317-ab9a99312379"
],
"PrimaryProviderId": "e67a1663-1795-42ce-8a7b-195a0df4b051",
"PracticeId": "21fd3260-7124-480a-aaac-106e89bb48a3",
"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>131e95ab-67ec-4d8d-95af-9236003975f3</PathologyReportId>
<PathologyReportWorkflowId>619e01fa-d61f-44d1-b885-6e52f74369a8</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-02-05T18:08:26.7710233+02:00</PatientDateOfBirth>
<PatientIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e97c63fc-cf29-478a-b7a6-721e54d7f499</d2p1:guid>
<d2p1:guid>69238cb6-c032-4480-9317-ab9a99312379</d2p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>21fd3260-7124-480a-aaac-106e89bb48a3</PracticeId>
<PrimaryProviderId>e67a1663-1795-42ce-8a7b-195a0df4b051</PrimaryProviderId>
<ReceivedDate>2026-02-05T18:08:26.7710233+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>