Skip to content

ClaimReferringPhysician

Frozen referring physician data from a submitted claim snapshot

Fields

accepts_insurance · Boolean · Whether the physician accepts insurance
business_name · String · Business name
email · String · Email
fax_number · String · Fax number
first_name · String · First name
full_name · String · Full name
id · ID · Referring physician ID
last_name · String · Last name
location · ClaimLocation · Location at time of submission
notes · String · Notes
npi · String · National Provider Identifier
other_id · String · Other ID
other_id_qualifier · String · Other ID qualifier
phone_number · String · Phone number
speciality · String · Speciality
website · String · Website

Used By

Definition

"""
Frozen referring physician data from a submitted claim snapshot
"""
type ClaimReferringPhysician {
"""
Whether the physician accepts insurance
"""
accepts_insurance: Boolean
"""
Business name
"""
business_name: String
"""
Email
"""
email: String
"""
Fax number
"""
fax_number: String
"""
First name
"""
first_name: String
"""
Full name
"""
full_name: String
"""
Referring physician ID
"""
id: ID
"""
Last name
"""
last_name: String
"""
Location at time of submission
"""
location: ClaimLocation
"""
Notes
"""
notes: String
"""
National Provider Identifier
"""
npi: String
"""
Other ID
"""
other_id: String
"""
Other ID qualifier
"""
other_id_qualifier: String
"""
Phone number
"""
phone_number: String
"""
Speciality
"""
speciality: String
"""
Website
"""
website: String
}