Skip to main content

PatientRelationshipContact

Details for a Patient/Contact that have been linked to in a PatientRelationship.

type PatientRelationshipContact {
relatedAccountId: ID
source: String
sourceId: ID
firstName: String
lastName: String
title: String
companyName: String
phones: [Phone]
email: String
address: String
city: String
postcode: String
country: String
notes: String
name: String
contactInfo: String
policyNumber: String
authorizationCode: String
}

Fields

PatientRelationshipContact.relatedAccountId ● ID scalar

The ID of the related Patient/Contact if there is one

PatientRelationshipContact.source ● String scalar

The name of the source data set from which the contact is linked if there is one

PatientRelationshipContact.sourceId ● ID scalar

The ID of contact at source; only specifiy if applicable if there is one

PatientRelationshipContact.firstName ● String scalar

PatientRelationshipContact.lastName ● String scalar

PatientRelationshipContact.title ● String scalar

PatientRelationshipContact.companyName ● String scalar

PatientRelationshipContact.phones ● [Phone] list object

PatientRelationshipContact.email ● String scalar

PatientRelationshipContact.address ● String scalar

PatientRelationshipContact.city ● String scalar

PatientRelationshipContact.postcode ● String scalar

PatientRelationshipContact.country ● String scalar

PatientRelationshipContact.notes ● String scalar

PatientRelationshipContact.name ● String scalar

Deprecated. Use firstName and lastName or companyName instead

PatientRelationshipContact.contactInfo ● String scalar

Deprecated. Use notes instead

PatientRelationshipContact.policyNumber ● String scalar

Included only when related Patient/Contact has a PatientRelationshipType of INSURER

PatientRelationshipContact.authorizationCode ● String scalar

Included only when related Patient/Contact has a PatientRelationshipType of INSURER

Member Of

PatientRelationship object