GET api/v1/xref/{practiceXRef}/patientevent/patientevents/xref/{patientEventXRef}
Get patient visit details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| practiceXRef |
Practice external Id |
string |
Required |
| patientEventXRef |
Patient Event external Id |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Com.Healthbridge.Hhas.PatientEvent.Interface.ValueObjects.PatientEventVo| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientEventId |
Unique identifier for the patient event |
globally unique identifier |
None. |
| PatientEventXRef |
Unique identifier for the patient event, from another |
string |
None. |
| BranchXRef | string |
None. |
|
| BranchName | string |
None. |
|
| PracticeId |
Unique identifier of the provider's practice that provided the service for the patient event |
globally unique identifier |
None. |
| Patient |
The patient to whom the service was provided |
Com.Healthbridge.Hhas.Patient.Interface.ValueObjects.PatientVo |
None. |
| ScheduledTime |
The date and time for when the patient event was originally scheduled for. This is optional as some patient events can be impromptu (e.g. patient walk ins in a practice) |
date |
None. |
| CheckInTime |
The date and time when the patient was checked-in (prepared for the service provider). In case of a doctor's practice this is time when the patient has arrived to the waiting room and registered with the front-office staff |
date |
None. |
| Status |
Status of patient visit (Scheduled,CheckedIn,InProgress,Completed,Canceled) |
Com.Healthbridge.Hhas.PatientEvent.Interface.ValueObjects.PatientVisitStatus |
None. |
| Type |
Patient Visit Type (RegularConsultation, NoCharge,OutOfRooms, MedicalInsurance, etc) |
string |
None. |
| MedicalInsurance |
Medical Insurance details (policy no, broker, insurer, etc) |
Com.Healthbridge.Hhas.PatientEvent.Interface.ValueObjects.MedicalInsuranceVo |
None. |
| CompletedTime |
The date and time when the patient visit was completed |
date |
None. |
| Completed | boolean |
None. |
|
| Cancelled | boolean |
None. |
|
| CheckedIn |
Indicates if the patient has been checked-in and ready for the provider to treat the patient. Typically it refers to patient arriving in doctor's rooms |
boolean |
None. |
| BenefitCheckStatus |
Benefit check status |
string |
None. |
| VideoChatLink | string |
None. |
|
| BenefitCheckPdfLink |
Link to benefit check report pdf |
string |
None. |
| AccountBalance |
Outstanding balance for account |
string |
None. |
| ProviderNote |
Notes from doctor |
string |
None. |
| QuoteXRef |
Reference to quote (iHealth related) |
string |
None. |
Response Formats
application/json, text/json
{
"PatientEventId": "bb3606e2-f21e-496c-baa6-3373385d69a5",
"PatientEventXRef": "sample string 2",
"BranchXRef": "sample string 3",
"BranchName": "sample string 4",
"PracticeId": "edc7f42b-c456-4ab4-8105-e51640466322",
"Patient": {
"PatientId": "64a90cf1-1d8d-4d92-b53f-0050dcea63b9",
"PatientXRef": "sample string 2",
"PracticeId": "794d3cf1-36ab-4a5d-9623-a2b43b911f82",
"FileNo": "sample string 4",
"KnownAs": "sample string 5",
"Occupation": "sample string 6",
"Employer": "sample string 7",
"PreferredLanguage": "sample string 8",
"MaritalStatus": "sample string 9",
"PatientDetails": {
"Title": "sample string 1",
"FirstName": "sample string 2",
"Surname": "sample string 3",
"DateOfBirth": "2025-11-23T06:37:38Z",
"IdentityNo": "sample string 5",
"Gender": "sample string 6",
"ContactNo": "sample string 7",
"EmailAddress": "sample string 8"
},
"PatientAccountDetails": {
"AccountId": "d4513b44-00a2-4de2-9f95-2dccad8e4946",
"AccountNo": "sample string 2",
"IsCashAccount": true,
"MedicalAidName": "sample string 4",
"MedicalAidPlan": "sample string 5",
"MedicalAidPlanOption": "sample string 6",
"MedicalAidMembershipNumber": "sample string 7",
"MedicalAidDependentCode": "sample string 8",
"MedicalAidMainMemberDetails": {
"Title": "sample string 1",
"FirstName": "sample string 2",
"Surname": "sample string 3",
"DateOfBirth": "2025-11-23T06:37:38Z",
"IdentityNo": "sample string 5",
"Gender": "sample string 6",
"ContactNo": "sample string 7",
"EmailAddress": "sample string 8"
},
"MedicalAidRoutingCode": "sample string 9",
"MedicalAidOptionCode": "sample string 10",
"MedicalAidSchemeCode": "sample string 11",
"MedicalAidPlanCode": "sample string 12"
},
"PhysicalAddress": {
"Line1": "sample string 1",
"Line2": "sample string 2",
"Line3": "sample string 3",
"Code": "sample string 4"
},
"PostalAddress": {
"Line1": "sample string 1",
"Line2": "sample string 2",
"Line3": "sample string 3",
"Code": "sample string 4"
},
"Deceased": true
},
"ScheduledTime": "2025-11-23T06:37:38Z",
"CheckInTime": "2025-11-23T06:37:38Z",
"Status": 0,
"Type": "sample string 6",
"MedicalInsurance": {
"MedicalInsurer": {
"Id": "db029b4d-2378-4c3e-8089-09b5d435ada5",
"InsurerXRef": "sample string 2",
"Name": "sample string 3",
"AccountNo": "sample string 4",
"Email": "sample string 5",
"Phone1": "sample string 6",
"Phone2": "sample string 7",
"AddressLine1": "sample string 8",
"AddressLine2": "sample string 9",
"AddressLine3": "sample string 10",
"PostalCode": "sample string 11"
},
"Broker": "sample string 1",
"PolicyNo": "sample string 2",
"PatientIdentityNo": "sample string 3"
},
"CompletedTime": "2025-11-23T06:37:38Z",
"Completed": true,
"Cancelled": true,
"CheckedIn": true,
"BenefitCheckStatus": "sample string 10",
"VideoChatLink": "sample string 11",
"BenefitCheckPdfLink": "sample string 12",
"AccountBalance": "sample string 13",
"ProviderNote": "sample string 14",
"QuoteXRef": "sample string 15"
}
application/xml, text/xml
<PatientEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://mpsapi.healthbridge.com/clinical/patientevent/v1/patientevent/">
<AccountBalance>sample string 13</AccountBalance>
<BenefitCheckPdfLink>sample string 12</BenefitCheckPdfLink>
<BenefitCheckStatus>sample string 10</BenefitCheckStatus>
<BranchName>sample string 4</BranchName>
<BranchXRef>sample string 3</BranchXRef>
<Cancelled>true</Cancelled>
<CheckInTime>2025-11-23T06:37:38.7004992+02:00</CheckInTime>
<CheckedIn>true</CheckedIn>
<Completed>true</Completed>
<CompletedTime>2025-11-23T06:37:38.7004992+02:00</CompletedTime>
<MedicalInsurance xmlns:d2p1="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Hhas.PatientEvent.Interface.ValueObjects">
<d2p1:Broker>sample string 1</d2p1:Broker>
<d2p1:MedicalInsurer>
<d2p1:AccountNo>sample string 4</d2p1:AccountNo>
<d2p1:AddressLine1>sample string 8</d2p1:AddressLine1>
<d2p1:AddressLine2>sample string 9</d2p1:AddressLine2>
<d2p1:AddressLine3>sample string 10</d2p1:AddressLine3>
<d2p1:Email>sample string 5</d2p1:Email>
<d2p1:Id>db029b4d-2378-4c3e-8089-09b5d435ada5</d2p1:Id>
<d2p1:InsurerXRef>sample string 2</d2p1:InsurerXRef>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:Phone1>sample string 6</d2p1:Phone1>
<d2p1:Phone2>sample string 7</d2p1:Phone2>
<d2p1:PostalCode>sample string 11</d2p1:PostalCode>
</d2p1:MedicalInsurer>
<d2p1:PatientIdentityNo>sample string 3</d2p1:PatientIdentityNo>
<d2p1:PolicyNo>sample string 2</d2p1:PolicyNo>
</MedicalInsurance>
<Patient xmlns:d2p1="http://mpsapi.healthbridge.com/clinical/patient/v1/patient/">
<d2p1:Deceased>true</d2p1:Deceased>
<d2p1:Employer>sample string 7</d2p1:Employer>
<d2p1:FileNo>sample string 4</d2p1:FileNo>
<d2p1:KnownAs>sample string 5</d2p1:KnownAs>
<d2p1:MaritalStatus>sample string 9</d2p1:MaritalStatus>
<d2p1:Occupation>sample string 6</d2p1:Occupation>
<d2p1:PatientAccountDetails>
<d2p1:AccountId>d4513b44-00a2-4de2-9f95-2dccad8e4946</d2p1:AccountId>
<d2p1:AccountNo>sample string 2</d2p1:AccountNo>
<d2p1:IsCashAccount>true</d2p1:IsCashAccount>
<d2p1:MedicalAidDependentCode>sample string 8</d2p1:MedicalAidDependentCode>
<d2p1:MedicalAidMainMemberDetails>
<d2p1:ContactNo>sample string 7</d2p1:ContactNo>
<d2p1:DateOfBirth>2025-11-23T06:37:38.7004992+02:00</d2p1:DateOfBirth>
<d2p1:EmailAddress>sample string 8</d2p1:EmailAddress>
<d2p1:FirstName>sample string 2</d2p1:FirstName>
<d2p1:Gender>sample string 6</d2p1:Gender>
<d2p1:IdentityNo>sample string 5</d2p1:IdentityNo>
<d2p1:Surname>sample string 3</d2p1:Surname>
<d2p1:Title>sample string 1</d2p1:Title>
</d2p1:MedicalAidMainMemberDetails>
<d2p1:MedicalAidMembershipNumber>sample string 7</d2p1:MedicalAidMembershipNumber>
<d2p1:MedicalAidName>sample string 4</d2p1:MedicalAidName>
<d2p1:MedicalAidOptionCode>sample string 10</d2p1:MedicalAidOptionCode>
<d2p1:MedicalAidPlan>sample string 5</d2p1:MedicalAidPlan>
<d2p1:MedicalAidPlanCode>sample string 12</d2p1:MedicalAidPlanCode>
<d2p1:MedicalAidPlanOption>sample string 6</d2p1:MedicalAidPlanOption>
<d2p1:MedicalAidRoutingCode>sample string 9</d2p1:MedicalAidRoutingCode>
<d2p1:MedicalAidSchemeCode>sample string 11</d2p1:MedicalAidSchemeCode>
</d2p1:PatientAccountDetails>
<d2p1:PatientDetails>
<d2p1:ContactNo>sample string 7</d2p1:ContactNo>
<d2p1:DateOfBirth>2025-11-23T06:37:38.7004992+02:00</d2p1:DateOfBirth>
<d2p1:EmailAddress>sample string 8</d2p1:EmailAddress>
<d2p1:FirstName>sample string 2</d2p1:FirstName>
<d2p1:Gender>sample string 6</d2p1:Gender>
<d2p1:IdentityNo>sample string 5</d2p1:IdentityNo>
<d2p1:Surname>sample string 3</d2p1:Surname>
<d2p1:Title>sample string 1</d2p1:Title>
</d2p1:PatientDetails>
<d2p1:PatientId>64a90cf1-1d8d-4d92-b53f-0050dcea63b9</d2p1:PatientId>
<d2p1:PatientXRef>sample string 2</d2p1:PatientXRef>
<d2p1:PhysicalAddress>
<d2p1:Code>sample string 4</d2p1:Code>
<d2p1:Line1>sample string 1</d2p1:Line1>
<d2p1:Line2>sample string 2</d2p1:Line2>
<d2p1:Line3>sample string 3</d2p1:Line3>
</d2p1:PhysicalAddress>
<d2p1:PostalAddress>
<d2p1:Code>sample string 4</d2p1:Code>
<d2p1:Line1>sample string 1</d2p1:Line1>
<d2p1:Line2>sample string 2</d2p1:Line2>
<d2p1:Line3>sample string 3</d2p1:Line3>
</d2p1:PostalAddress>
<d2p1:PracticeId>794d3cf1-36ab-4a5d-9623-a2b43b911f82</d2p1:PracticeId>
<d2p1:PreferredLanguage>sample string 8</d2p1:PreferredLanguage>
</Patient>
<PatientEventId>bb3606e2-f21e-496c-baa6-3373385d69a5</PatientEventId>
<PatientEventXRef>sample string 2</PatientEventXRef>
<PracticeId>edc7f42b-c456-4ab4-8105-e51640466322</PracticeId>
<ProviderNote>sample string 14</ProviderNote>
<QuoteXRef>sample string 15</QuoteXRef>
<ScheduledTime>2025-11-23T06:37:38.7004992+02:00</ScheduledTime>
<Status>Scheduled</Status>
<Type>sample string 6</Type>
<VideoChatLink>sample string 11</VideoChatLink>
</PatientEvent>