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: The list of IDs of interested providers
- # record_identifiers: An array of provider record identifiers.
- # When passed in, only providers with these matching record identifiers are
- # returned.
- # state_licenses: [Not documented]
- (
- ID], : [
- String], : [
- String] : [
- ): [User!]
- # The active users of the organization used for starting new conversations
- #
- # Arguments
- # exclude_sub_org_members: [Not documented]
- # keywords: [Not documented]
- (
- Boolean, :
- String :
- ): [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 :
- # The unique identifier of the organization
- 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: Customize IDs of iterested providers
- ID]): [User!] ( : [
- # The number of active providers of the organization
- #
- # Arguments
- # provider_ids: Customize IDs of iterested providers
- 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!] : [
- # Returns organization cpt codes
- OrganizationCptCodeType!] : [
- # The first organization info of the organization
- OrganizationInfo :
- # The organization infos of the organization
- #
- # Arguments
- # id: [Not documented]
- # keywords: [Not documented]
- # offset: [Not documented]
- # should_paginate: [Not documented]
- (
- ID, :
- String, :
- Int, :
- Boolean :
- ): [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 :
- # Permission templates for this org
- PermissionTemplateType!] : [
- # The phone number of the organization
- String :
- # The providers of the organization
- #
- # Arguments
- # keywords: [Not documented]
- # licensed_in_state: Two letter state abbreviation (e.g. "CA",
- # "NY")
- # offset: [Not documented]
- # provider_ids: [Not documented]
- # should_paginate: [Not documented]
- # with_private_notes_for_id: [Not documented]
- # with_tag_ids: When passed in, only providers with all the
- # passed-in tags will be returned.
- (
- String, :
- String, :
- Int, :
- ID], : [
- 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
- # active_status: [Not documented]
- # keywords: [Not documented]
- # show_all_by_default: [Not documented]
- String, : String, : Boolean): [User!] ( :
- # Builder ID for the Zus token
- String :
- }
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