OBJECT
OrganizationInfo
Specific information for an organization
link GraphQL Schema definition
- type OrganizationInfo {
- # The creation date of the organization
- String :
- # The External ID of the organization
- String :
- # The unique identifier of the organization info
- ID! :
- # The number type ID of the organization
- String :
- # The location of the organization
- Location :
- # The name of the organization
- String :
- # The NPI of the organization
- String :
- # The associated organization
- Organization :
- # The other id
- String :
- # The other ID qualifier (what type of ID it is)
- String :
- # The phone number of the organization
- String :
- # Set billing provider as primary
- Boolean :
- # The tax id of the organization
- String :
- # The tax id type of the organization
- String :
- }
link Require by
- Cms1500A CMS1500 claim
- deleteOrganizationInfoPayloadAutogenerated return type of deleteOrganizationInfo.
- OrganizationAn organization, that is an umbrella group for multiple providers
- QueryThe query root of this schema. See available queries.
- updateOrganizationPayloadAutogenerated return type of updateOrganization.