Skip to main content

PatientRelationship

A patient relationship held by a Patient.

type PatientRelationship {
relationshipId: ID
relationshipType: PatientRelationshipType
relationshipLabel: String
deleted: Boolean
contactDetails: PatientRelationshipContact
}

Fields

PatientRelationship.relationshipId ● ID scalar

PatientRelationship.relationshipType ● PatientRelationshipType enum

PatientRelationship.relationshipLabel ● String scalar

Label displayed for this relationship if the relationshipType has been set to OTHER; for different values, label is automatically generated and this field is ignored

PatientRelationship.deleted ● Boolean scalar

Returns true if there is a related Patient/Contact that has been deleted, and false otherwise

PatientRelationship.contactDetails ● PatientRelationshipContact object

Member Of

Patient object ● PatientRelationshipData object