Skip to content

OrganizationInfo

Specific information for an organization

Fields

created_at · ISO8601DateTime! · required · The creation date of the organization
external_id · String · The External ID of the organization
id · ID! · required · The unique identifier of the organization info
id_number_type · String · The number type ID of the organization
location · Location · The location of the organization
name · String · The name of the organization
npi · String · The NPI of the organization
organization · Organization · The associated organization
other_id · String · The other id
other_id_qual · String · The other ID qualifier (what type of ID it is)
phone_number · String · The phone number of the organization
primary · Boolean · Set billing provider as primary
tax_id · String · The tax id of the organization
tax_id_type · String · The tax id type of the organization

Used By

Definition

"""
Specific information for an organization
"""
type OrganizationInfo {
"""
The creation date of the organization
"""
created_at: ISO8601DateTime!
"""
The External ID of the organization
"""
external_id: String
"""
The unique identifier of the organization info
"""
id: ID!
"""
The number type ID of the organization
"""
id_number_type: String
"""
The location of the organization
"""
location: Location
"""
The name of the organization
"""
name: String
"""
The NPI of the organization
"""
npi: String
"""
The associated organization
"""
organization: Organization
"""
The other id
"""
other_id: String
"""
The other ID qualifier (what type of ID it is)
"""
other_id_qual: String
"""
The phone number of the organization
"""
phone_number: String
"""
Set billing provider as primary
"""
primary: Boolean
"""
The tax id of the organization
"""
tax_id: String
"""
The tax id type of the organization
"""
tax_id_type: String
}