Phone
A telephone number.
type Phone {
phoneId: ID
phoneType: String
phoneNumber: String
}
Fields
Phone.phoneId ● ID scalar
Phone.phoneType ● String scalar
Phone.phoneNumber ● String scalar
Member Of
Contact object ● Patient object ● PatientRelationshipContact object