Skip to content

CallReference

Call reference information associated with a policy

Fields

date_recorded · String · Date call was made
id · ID! · required · The unique identifier of the reference call
notes · String · Notes taken for this reference call
reference_number · String · call reference number provided by insurance company
time_recorded · String · Time call was made
user_id · Int · The ID of the patient who the call reference is for

Used By

Definition

"""
Call reference information associated with a policy
"""
type CallReference {
"""
Date call was made
"""
date_recorded: String
"""
The unique identifier of the reference call
"""
id: ID!
"""
Notes taken for this reference call
"""
notes: String
"""
call reference number provided by insurance company
"""
reference_number: String
"""
Time call was made
"""
time_recorded: String
"""
The ID of the patient who the call reference is for
"""
user_id: Int
}