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": "50dc0e71-38ea-412e-a03e-f32af8bef510",
"PathologyReportId": "e5290378-bde1-4562-a99c-36cfad45aa02",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2025-12-14T01:41:56Z",
"PatientDateOfBirth": "2025-12-14T01:41:56Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"7156d7d7-817d-476d-bdb8-c28f8ee2c27c",
"6c208560-889f-4baa-9c8e-b2a277b251f7"
],
"PrimaryProviderId": "37dabff9-6581-4929-8870-9a8406a9340c",
"PracticeId": "3d26cd22-c08b-496d-b588-d443060927c4",
"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>e5290378-bde1-4562-a99c-36cfad45aa02</PathologyReportId>
<PathologyReportWorkflowId>50dc0e71-38ea-412e-a03e-f32af8bef510</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2025-12-14T01:41:56.3158467+02:00</PatientDateOfBirth>
<PatientIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7156d7d7-817d-476d-bdb8-c28f8ee2c27c</d2p1:guid>
<d2p1:guid>6c208560-889f-4baa-9c8e-b2a277b251f7</d2p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>3d26cd22-c08b-496d-b588-d443060927c4</PracticeId>
<PrimaryProviderId>37dabff9-6581-4929-8870-9a8406a9340c</PrimaryProviderId>
<ReceivedDate>2025-12-14T01:41:56.3158467+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>