GET api/v1/{practiceId}/clinical/pathologyreportworkflows/fromdate/{fromDate}/todate/{toDate}/status/{status}
Get PathologyReports based on specified reports date range and status
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
practiceId |
practice id for which pathology reports belongs too |
globally unique identifier |
Required |
fromDate |
start report date |
string |
Required |
toDate |
end report date |
string |
Required |
status |
workflow status, can be Open, Read, Urgent |
Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportWorkflowStatusType |
Required |
Body Parameters
None.
Response Information
Resource Description
array of pathology report workflows filtered by provided criteria
Collection of 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": "8b2becab-d33e-40a1-98d7-6c45df78a357", "PathologyReportId": "e9232c76-741f-4023-988b-fe37b5fb64cf", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-06-16T17:02:53Z", "PatientDateOfBirth": "2025-06-16T17:02:53Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "2397f9a6-69cc-418c-bb97-272395359ceb", "0f5a9e8e-5009-488e-ae58-e17b5090b37d" ], "PrimaryProviderId": "f6a0514f-b651-413b-9f8a-67837206bf6c", "PracticeId": "9008fb75-d2de-4842-9437-9af0bfdd1cce", "DoctorName": "sample string 12" }, { "PathologyReportWorkflowId": "8b2becab-d33e-40a1-98d7-6c45df78a357", "PathologyReportId": "e9232c76-741f-4023-988b-fe37b5fb64cf", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-06-16T17:02:53Z", "PatientDateOfBirth": "2025-06-16T17:02:53Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "2397f9a6-69cc-418c-bb97-272395359ceb", "0f5a9e8e-5009-488e-ae58-e17b5090b37d" ], "PrimaryProviderId": "f6a0514f-b651-413b-9f8a-67837206bf6c", "PracticeId": "9008fb75-d2de-4842-9437-9af0bfdd1cce", "DoctorName": "sample string 12" } ]
application/xml, text/xml
Sample:
<ArrayOfPathologyReportWorkflowVo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects"> <PathologyReportWorkflowVo> <Departments>sample string 5</Departments> <DoctorName>sample string 12</DoctorName> <OriginalMessage>sample string 8</OriginalMessage> <PathologyReportId>e9232c76-741f-4023-988b-fe37b5fb64cf</PathologyReportId> <PathologyReportWorkflowId>8b2becab-d33e-40a1-98d7-6c45df78a357</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-06-16T17:02:53.8137303+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>2397f9a6-69cc-418c-bb97-272395359ceb</d3p1:guid> <d3p1:guid>0f5a9e8e-5009-488e-ae58-e17b5090b37d</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>9008fb75-d2de-4842-9437-9af0bfdd1cce</PracticeId> <PrimaryProviderId>f6a0514f-b651-413b-9f8a-67837206bf6c</PrimaryProviderId> <ReceivedDate>2025-06-16T17:02:53.8137303+02:00</ReceivedDate> <ReportLabName>sample string 9</ReportLabName> <WorkflowStatusType>Open</WorkflowStatusType> </PathologyReportWorkflowVo> <PathologyReportWorkflowVo> <Departments>sample string 5</Departments> <DoctorName>sample string 12</DoctorName> <OriginalMessage>sample string 8</OriginalMessage> <PathologyReportId>e9232c76-741f-4023-988b-fe37b5fb64cf</PathologyReportId> <PathologyReportWorkflowId>8b2becab-d33e-40a1-98d7-6c45df78a357</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-06-16T17:02:53.8137303+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>2397f9a6-69cc-418c-bb97-272395359ceb</d3p1:guid> <d3p1:guid>0f5a9e8e-5009-488e-ae58-e17b5090b37d</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>9008fb75-d2de-4842-9437-9af0bfdd1cce</PracticeId> <PrimaryProviderId>f6a0514f-b651-413b-9f8a-67837206bf6c</PrimaryProviderId> <ReceivedDate>2025-06-16T17:02:53.8137303+02:00</ReceivedDate> <ReportLabName>sample string 9</ReportLabName> <WorkflowStatusType>Open</WorkflowStatusType> </PathologyReportWorkflowVo> </ArrayOfPathologyReportWorkflowVo>