OBJECT
Organization
An organization, that is an umbrella group for multiple providers
link GraphQL Schema definition
- type Organization {
- # The active potential care team members of the organization
- #
- # Arguments
- # provider_ids: [Not documented]
- # state_licenses: [Not documented]
- # record_identifiers: An array of provider record identifiers.
- # When passed in, only providers with these matching record identifiers are
- # returned.
- (
- ID], : [
- String], : [
- String] : [
- ): [User]
- # The active users of the organization used for starting new conversations
- #
- # Arguments
- # exclude_sub_org_members: [Not documented]
- (
- Boolean :
- ): [User]
- # Returns organization appointment locations
- AppointmentLocation] : [
- # Can have suborgs for this org
- Boolean :
- # The creation date of the organization
- String :
- # The filled out teaching kitchen form
- FormAnswerGroup :
- ID! :
- # The location of the organization
- Location :
- # The name of the organization
- String :
- # The NPI of the organization
- String :
- # The number of users in the organization
- String :
- # The ID of the onboarding flow for org providers
- String :
- # The active organization memberships of the organization
- OrganizationMembership] : [
- # The active providers of the organization
- #
- # Arguments
- # provider_ids: [Not documented]
- ID]): [User] ( : [
- # The number of active providers of the organization
- #
- # Arguments
- # provider_ids: [Not documented]
- ID]): Int ( : [
- # The active support users of the organization
- User] : [
- # The number of active support user of the organization
- Int :
- # Potential Organization Roles for this Organization
- String] : [
- # The first organization info of the organization
- OrganizationInfo :
- # The organization infos of the organization
- #
- # Arguments
- # id: [Not documented]
- # should_paginate: [Not documented]
- # offset: [Not documented]
- # keywords: [Not documented]
- (
- ID, :
- Boolean, :
- Int, :
- String :
- ): [OrganizationInfo]
- # The count of organization infos of the organization
- Int :
- # The organization memberships of the organization
- #
- # Arguments
- # keywords: [Not documented]
- # use_filters: [Not documented]
- (
- String, :
- Boolean :
- ): [OrganizationMembership]
- # The other id
- String :
- # The other ID qualifier (what type of ID it is)
- String :
- # The owner of the organization
- User :
- # The ID of the org owner
- ID :
- # The owner of the org's subscription
- SubscriptionInstance :
- # Parent organization for this org
- Organization :
- # ID of the parent organization
- ID :
- # The phone number of the organization
- String :
- # The providers of the organization
- #
- # Arguments
- # provider_ids: [Not documented]
- # with_private_notes_for_id: [Not documented]
- # offset: [Not documented]
- # keywords: [Not documented]
- # should_paginate: [Not documented]
- # licensed_in_state: Two letter state abbreviation (e.g. "CA",
- # "NY")
- # with_tag_ids: When passed in, only providers with all the
- # passed-in tags will be returned.
- (
- ID], : [
- String, :
- Int, :
- String, :
- Boolean, :
- String, :
- ID] : [
- ): [User]
- # The number of providers in the organization
- Int :
- # The number of users in the organization connected their rupa health account
- User] : [
- # Returns organization state licenses
- String] : [
- # Suborganizations for this org
- Organization] : [
- # Returns organization tags
- Tag] : [
- # Tax ID of organization
- String :
- # The tax is of the organization
- String :
- # User groups that are in the organization
- UserGroup] : [
- # The users of the organization
- #
- # Arguments
- # keywords: [Not documented]
- # show_all_by_default: [Not documented]
- # active_status: [Not documented]
- String, : Boolean, : String): [User] ( :
- }
link Require by
- Cms1500A CMS1500 claim
- createOrganizationPayloadAutogenerated return type of createOrganization
- OrganizationAn organization, that is an umbrella group for multiple providers
- OrganizationInfoSpecific information for an organization
- OtherIdNumberAlternative ID numbers for a provider
- QueryThe query root of this schema. See available queries.
- updateOrganizationPayloadAutogenerated return type of updateOrganization
- UserAn user entry, returns basic user information