OrganizationInfo
Specific information for an organization
Fields
external_id
· String
· The External ID of the organization id_number_type
· String
· The number type ID of the organization organization
· Organization
· The associated organization other_id_qual
· String
· The other ID qualifier (what type of ID it is) phone_number
· String
· The phone number 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}