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": "3a1db605-f449-4a94-8182-059a31b89390", "PathologyReportId": "00d653c7-4bba-4c1e-a78a-96b987db4ae0", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-10-10T01:50:40Z", "PatientDateOfBirth": "2025-10-10T01:50:40Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "117c010e-7303-43e5-853a-aac2b5bae839", "8c420476-b1c2-4470-b230-b9def299b053" ], "PrimaryProviderId": "5f66b088-b21f-4f48-b7be-2104e64637a8", "PracticeId": "2b48038e-c65c-4e2c-a275-86a6ec0c8ac9", "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>00d653c7-4bba-4c1e-a78a-96b987db4ae0</PathologyReportId> <PathologyReportWorkflowId>3a1db605-f449-4a94-8182-059a31b89390</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-10-10T01:50:40.4418262+02:00</PatientDateOfBirth> <PatientIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>117c010e-7303-43e5-853a-aac2b5bae839</d2p1:guid> <d2p1:guid>8c420476-b1c2-4470-b230-b9def299b053</d2p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>2b48038e-c65c-4e2c-a275-86a6ec0c8ac9</PracticeId> <PrimaryProviderId>5f66b088-b21f-4f48-b7be-2104e64637a8</PrimaryProviderId> <ReceivedDate>2025-10-10T01:50:40.4418262+02:00</ReceivedDate> <ReportLabName>sample string 9</ReportLabName> <WorkflowStatusType>Open</WorkflowStatusType> </PathologyReportWorkflowVo>