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": "450bb01b-ecb2-4dee-979d-676e8bbed6d1",
"PathologyReportId": "8d47672e-de8d-4b33-bfa6-d53666b61053",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2025-11-21T02:04:19Z",
"PatientDateOfBirth": "2025-11-21T02:04:19Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"6af24b0c-e19b-44f2-8d41-7f222e1b3f7f",
"c1b11789-c4e0-4455-84ca-524101f55628"
],
"PrimaryProviderId": "830d134a-3550-47c2-ae42-e08e7d296e51",
"PracticeId": "edbbe5e5-1914-4cc0-859f-d701dc52d58e",
"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>8d47672e-de8d-4b33-bfa6-d53666b61053</PathologyReportId>
<PathologyReportWorkflowId>450bb01b-ecb2-4dee-979d-676e8bbed6d1</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2025-11-21T02:04:19.2361983+02:00</PatientDateOfBirth>
<PatientIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6af24b0c-e19b-44f2-8d41-7f222e1b3f7f</d2p1:guid>
<d2p1:guid>c1b11789-c4e0-4455-84ca-524101f55628</d2p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>edbbe5e5-1914-4cc0-859f-d701dc52d58e</PracticeId>
<PrimaryProviderId>830d134a-3550-47c2-ae42-e08e7d296e51</PrimaryProviderId>
<ReceivedDate>2025-11-21T02:04:19.2361983+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>