GET api/v1/{practiceid}/patientevent/patientevents/bypatient/{patientId}
Get a specific patient event in the practice by patient id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
practiceid |
Practice Id, default value 00000000-0000-0000-0000-000000000000 |
globally unique identifier |
Required |
patientId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
patient event details
Com.Healthbridge.Hhas.PatientEvent.Interface.ValueObjects.PatientEventVoName | 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": "84a51377-d870-494e-9c5a-4fec9010b584", "PatientEventXRef": "sample string 2", "BranchXRef": "sample string 3", "BranchName": "sample string 4", "PracticeId": "374eea67-3b00-46c3-b30f-25788d704106", "Patient": { "PatientId": "afa64056-91f4-4fba-994c-7b975f2c39aa", "PatientXRef": "sample string 2", "PracticeId": "039b0f0a-5d42-41b1-82fd-62b057b2de15", "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-04-21T17:12:29Z", "IdentityNo": "sample string 5", "Gender": "sample string 6", "ContactNo": "sample string 7", "EmailAddress": "sample string 8" }, "PatientAccountDetails": { "AccountId": "8a2c79e3-8973-4b74-ac30-de3f7b9af23d", "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-04-21T17:12:29Z", "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-04-21T17:12:29Z", "CheckInTime": "2025-04-21T17:12:29Z", "Status": 0, "Type": "sample string 6", "MedicalInsurance": { "MedicalInsurer": { "Id": "052a6b5a-7e35-4471-a2ed-97f61db2e4b8", "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-04-21T17:12:29Z", "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-04-21T17:12:29.7557348+02:00</CheckInTime> <CheckedIn>true</CheckedIn> <Completed>true</Completed> <CompletedTime>2025-04-21T17:12:29.7557348+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>052a6b5a-7e35-4471-a2ed-97f61db2e4b8</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>8a2c79e3-8973-4b74-ac30-de3f7b9af23d</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-04-21T17:12:29.7557348+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-04-21T17:12:29.7557348+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>afa64056-91f4-4fba-994c-7b975f2c39aa</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>039b0f0a-5d42-41b1-82fd-62b057b2de15</d2p1:PracticeId> <d2p1:PreferredLanguage>sample string 8</d2p1:PreferredLanguage> </Patient> <PatientEventId>84a51377-d870-494e-9c5a-4fec9010b584</PatientEventId> <PatientEventXRef>sample string 2</PatientEventXRef> <PracticeId>374eea67-3b00-46c3-b30f-25788d704106</PracticeId> <ProviderNote>sample string 14</ProviderNote> <QuoteXRef>sample string 15</QuoteXRef> <ScheduledTime>2025-04-21T17:12:29.7557348+02:00</ScheduledTime> <Status>Scheduled</Status> <Type>sample string 6</Type> <VideoChatLink>sample string 11</VideoChatLink> </PatientEvent>