GET api/v1/{practiceId}/clinical/patientdashboards/{patientId}/{eventType}
Get specific by type events from patient dashboard
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| practiceId | globally unique identifier |
Required |
|
| patientId | globally unique identifier |
Required |
|
| eventType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PatientDashboardHistoryEventDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DateTime | date |
None. |
|
| PatientId | globally unique identifier |
None. |
|
| PathologyReportId | globally unique identifier |
None. |
|
| ParentReferenceId |
Id of source object |
globally unique identifier |
None. |
| ParentDescription |
Friendly Name of source object |
string |
None. |
| NotMatched | boolean |
None. |
|
| Type | string |
None. |
|
| ParentLineNum | integer |
None. |
|
| Code | string |
None. |
|
| Description | string |
None. |
|
| Value | string |
None. |
|
| ValueUnits | string |
None. |
|
| ValueFlag | string |
None. |
|
| Narrative | string |
None. |
|
| Thumbnail |
Thumbnail for events with graphical representation |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DateTime": "2026-02-05T01:39:50Z",
"PatientId": "52e73119-624c-4403-83ca-70d15256cb42",
"PathologyReportId": "fe5c739e-df5d-4e9b-947e-c3b3d35475ba",
"ParentReferenceId": "6c0fd2b3-4cdb-44a5-a8b5-21f0ee1e4e1f",
"ParentDescription": "sample string 4",
"NotMatched": true,
"Type": "sample string 6",
"ParentLineNum": 7,
"Code": "sample string 8",
"Description": "sample string 9",
"Value": "sample string 10",
"ValueUnits": "sample string 11",
"ValueFlag": "sample string 12",
"Narrative": "sample string 13",
"Thumbnail": "sample string 14"
},
{
"DateTime": "2026-02-05T01:39:50Z",
"PatientId": "52e73119-624c-4403-83ca-70d15256cb42",
"PathologyReportId": "fe5c739e-df5d-4e9b-947e-c3b3d35475ba",
"ParentReferenceId": "6c0fd2b3-4cdb-44a5-a8b5-21f0ee1e4e1f",
"ParentDescription": "sample string 4",
"NotMatched": true,
"Type": "sample string 6",
"ParentLineNum": 7,
"Code": "sample string 8",
"Description": "sample string 9",
"Value": "sample string 10",
"ValueUnits": "sample string 11",
"ValueFlag": "sample string 12",
"Narrative": "sample string 13",
"Thumbnail": "sample string 14"
}
]
application/xml, text/xml
Sample:
<ArrayOfPatientDashboardHistoryEventDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects">
<PatientDashboardHistoryEventDto>
<Code>sample string 8</Code>
<DateTime>2026-02-05T01:39:50.0158763+02:00</DateTime>
<Description>sample string 9</Description>
<Narrative>sample string 13</Narrative>
<NotMatched>true</NotMatched>
<ParentDescription>sample string 4</ParentDescription>
<ParentLineNum>7</ParentLineNum>
<ParentReferenceId>6c0fd2b3-4cdb-44a5-a8b5-21f0ee1e4e1f</ParentReferenceId>
<PathologyReportId>fe5c739e-df5d-4e9b-947e-c3b3d35475ba</PathologyReportId>
<PatientId>52e73119-624c-4403-83ca-70d15256cb42</PatientId>
<Thumbnail>sample string 14</Thumbnail>
<Type>sample string 6</Type>
<Value>sample string 10</Value>
<ValueFlag>sample string 12</ValueFlag>
<ValueUnits>sample string 11</ValueUnits>
</PatientDashboardHistoryEventDto>
<PatientDashboardHistoryEventDto>
<Code>sample string 8</Code>
<DateTime>2026-02-05T01:39:50.0158763+02:00</DateTime>
<Description>sample string 9</Description>
<Narrative>sample string 13</Narrative>
<NotMatched>true</NotMatched>
<ParentDescription>sample string 4</ParentDescription>
<ParentLineNum>7</ParentLineNum>
<ParentReferenceId>6c0fd2b3-4cdb-44a5-a8b5-21f0ee1e4e1f</ParentReferenceId>
<PathologyReportId>fe5c739e-df5d-4e9b-947e-c3b3d35475ba</PathologyReportId>
<PatientId>52e73119-624c-4403-83ca-70d15256cb42</PatientId>
<Thumbnail>sample string 14</Thumbnail>
<Type>sample string 6</Type>
<Value>sample string 10</Value>
<ValueFlag>sample string 12</ValueFlag>
<ValueUnits>sample string 11</ValueUnits>
</PatientDashboardHistoryEventDto>
</ArrayOfPatientDashboardHistoryEventDto>