ClaimReferringPhysician
Frozen referring physician data from a submitted claim snapshot
Fields
accepts_insurance
· Boolean · Whether the physician accepts insurance business_name
· String · Business name fax_number
· String · Fax number first_name
· String · First name location
· ClaimLocation · Location at time of submission other_id_qualifier
· String · Other ID qualifier phone_number
· String · Phone number speciality
· String · Speciality 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}