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": "be6b6af9-9692-4be3-9b70-76b04f200226", "PathologyReportId": "9399699d-c722-40a1-8229-e7e56ae1b84b", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-06-18T05:54:32Z", "PatientDateOfBirth": "2025-06-18T05:54:32Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "7d4f101e-d2c2-4b8c-b745-c7c173f80624", "aba10848-9c8f-4c57-b54f-480c4fe72f66" ], "PrimaryProviderId": "7736d148-6127-4824-8b8e-c0b25477a7f6", "PracticeId": "75a29846-e871-4890-b8b2-0583bc63d288", "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>9399699d-c722-40a1-8229-e7e56ae1b84b</PathologyReportId> <PathologyReportWorkflowId>be6b6af9-9692-4be3-9b70-76b04f200226</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-06-18T05:54:32.4161428+02:00</PatientDateOfBirth> <PatientIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>7d4f101e-d2c2-4b8c-b745-c7c173f80624</d2p1:guid> <d2p1:guid>aba10848-9c8f-4c57-b54f-480c4fe72f66</d2p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>75a29846-e871-4890-b8b2-0583bc63d288</PracticeId> <PrimaryProviderId>7736d148-6127-4824-8b8e-c0b25477a7f6</PrimaryProviderId> <ReceivedDate>2025-06-18T05:54:32.4161428+02:00</ReceivedDate> <ReportLabName>sample string 9</ReportLabName> <WorkflowStatusType>Open</WorkflowStatusType> </PathologyReportWorkflowVo>