Organization
An organization, that is an umbrella group for multiple providers
Fields
accepted_insurance_plans
· AcceptedInsurancePlanConnection
· The insurance plans the organization accepts, sorted by payer name ascending. active_care_team_members
· [User!]
· The active potential care team members of the organization active_members_for_conversation
· [User!]
· The active users of the organization used for starting new conversations appointment_locations
· [AppointmentLocation!]
· Returns organization appointment locations can_have_suborgs
· Boolean
· Can have suborgs for this org care_plan_recommendation_categories
· [CarePlanRecommendationCategory!]!
· required · Fetch paginated Care Plan Recommendation Categories collection default_pdf_letterhead_template
· PdfLetterheadTemplate
· The default `PdfLetterheadTemplate` for this organization e_labs_settings
· ELabsSettings
· If enabled for organization, settings for E-Labs insurance_plans_used_by_organization_providers
· [InsurancePlan!]!
· required · Returns the first 20 distinct insurance plans used by providers in an organization, filtered by payer name if provided (considered public) is_using_system_default_pdf_letterhead_template
· Boolean
· The system default PDF Letterhead Template is used if true onboarding_flow_id
· String
· The ID of the onboarding flow for org providers only_active_organization_memberships
· [OrganizationMembership!]
· The active organization memberships of the organization only_active_providers
· [User!]
· The active providers of the organization only_active_providers_count
· Int
· The number of active providers of the organization only_active_support
· [User!]
· The active support users of the organization only_active_support_count
· Int
· The number of active support user of the organization organization_cpt_codes
· [OrganizationCptCodeType!]
· Returns organization cpt codes organization_info
· OrganizationInfo
· The first organization info of the organization organization_infos
· [OrganizationInfo!]
· The organization infos of the organization organization_infos_count
· Int
· The count of organization infos of the organization organization_memberships
· [OrganizationMembership!]
· The organization memberships of the organization organization_memberships_count
· Int
· The total count of organization memberships on this organization other_id_qual
· String
· The other ID qualifier (what type of ID it is) owner_subscription
· SubscriptionInstance
· The owner of the org's subscription parent_organization
· Organization
· Parent organization for this org parent_organization_id
· ID
· ID of the parent organization pdf_letterhead_templates
· [PdfLetterheadTemplate!]
· The list of available `PdfLetterheadTemplate`s permission_templates
· [PermissionTemplateType!]
· Permission templates for this org phone_number
· String
· The phone number of the organization providers_count
· Int
· The number of providers in the organization rupa_health_members
· [User!]
· The number of users in the organization connected their rupa health account state_licenses
· [String!]
· Returns organization state licenses suborganizations
· [Organization!]
· Suborganizations for this org tax_id_type
· String
· The tax is of the organization user_groups
· [UserGroup!]
· User groups that are in the organization zus_builder_id
· String
· Builder ID for the Zus token Used By
Definition
"""An organization, that is an umbrella group for multiple providers"""type Organization { """ The insurance plans the organization accepts, sorted by payer name ascending. """ accepted_insurance_plans( """ Search insurance plans by payer name or ID """ keywords: String
""" Returns the elements in the list that come after the specified cursor. """ after: String
""" Returns the elements in the list that come before the specified cursor. """ before: String
""" Returns the first _n_ elements from the list. """ first: Int
""" Returns the last _n_ elements from the list. """ last: Int ): AcceptedInsurancePlanConnection
""" The active potential care team members of the organization """ active_care_team_members( """ The list of IDs of interested providers """ provider_ids: [ID]
""" Filters the provider list to only include users who have ALL of the specified tags applied. Ignored if org_level is not true """ tag_ids: [ID]
""" An array of provider record identifiers. When passed in, only providers with these matching record identifiers are returned. """ record_identifiers: [String] state_licenses: [String]
""" Filter providers by the selected insurance plan """ selected_insurance_plan_id: ID order_by: ActiveCareTeamMemberOrderKeys ): [User!]
""" The active users of the organization used for starting new conversations """ active_members_for_conversation( exclude_sub_org_members: Boolean = false keywords: String = null ): [User!]
""" Returns organization appointment locations """ appointment_locations: [AppointmentLocation!]
""" Can have suborgs for this org """ can_have_suborgs: Boolean
""" Returns general cancellation reasons """ cancellation_reasons: [CancellationReason!]!
""" Fetch paginated Care Plan Recommendation Categories collection """ care_plan_recommendation_categories( """ When true, only return active categories """ active: Boolean = false
""" (Deprecated in favor of `active`) """ only_active: Boolean = false ): [CarePlanRecommendationCategory!]!
""" The creation date of the organization """ created_at: ISO8601DateTime!
""" The default `PdfLetterheadTemplate` for this organization """ default_pdf_letterhead_template: PdfLetterheadTemplate
""" If enabled for organization, settings for E-Labs """ e_labs_settings: ELabsSettings
""" Boolean """ has_services_cpt_codes: Boolean!
""" The unique identifier of the organization """ id: ID!
""" Returns the first 20 distinct insurance plans used by providers in an organization, filtered by payer name if provided (considered public) """ insurance_plans_used_by_organization_providers( keywords: String ): [InsurancePlan!]!
""" The system default PDF Letterhead Template is used if true """ is_using_system_default_pdf_letterhead_template: Boolean
""" The location of the organization """ location: Location
""" The name of the organization """ name: String
""" The NPI of the organization """ npi: String
""" The number of users in the organization """ num_users: String
""" The ID of the onboarding flow for org providers """ onboarding_flow_id: String
""" The active organization memberships of the organization """ only_active_organization_memberships: [OrganizationMembership!]
""" The active providers of the organization """ only_active_providers( """ If false return only active providers of current org """ include_suborg_providers: Boolean
""" Customize IDs of interested providers """ provider_ids: [ID] ): [User!]
""" The number of active providers of the organization """ only_active_providers_count( """ Customize IDs of interested providers """ provider_ids: [ID] ): Int
""" The active support users of the organization """ only_active_support: [User!]
""" The number of active support user of the organization """ only_active_support_count: Int
""" Potential Organization Roles for this Organization """ org_roles: [String!]
""" Returns organization cpt codes """ organization_cpt_codes: [OrganizationCptCodeType!]
""" The email of organization """ organization_email: String!
""" The first organization info of the organization """ organization_info: OrganizationInfo
""" The organization infos of the organization """ organization_infos( id: ID keywords: String offset: Int = 0 should_paginate: Boolean = false ): [OrganizationInfo!]
""" The count of organization infos of the organization """ organization_infos_count: Int
""" The organization memberships of the organization """ organization_memberships( keywords: String offset: Int = 0 page_size: Int = 10 should_paginate: Boolean = false use_filters: Boolean = false ): [OrganizationMembership!]
""" The total count of organization memberships on this organization """ organization_memberships_count( keywords: String use_filters: Boolean = false ): Int
""" The other id """ other_id: String
""" The other ID qualifier (what type of ID it is) """ other_id_qual: String
""" The owner of the organization """ owner: User
""" The ID of the org owner """ owner_id: ID
""" The owner of the org's subscription """ owner_subscription: SubscriptionInstance
""" Parent organization for this org """ parent_organization: Organization
""" ID of the parent organization """ parent_organization_id: ID
""" The list of available `PdfLetterheadTemplate`s """ pdf_letterhead_templates: [PdfLetterheadTemplate!]
""" Permission templates for this org """ permission_templates: [PermissionTemplateType!]
""" The phone number of the organization """ phone_number: String
""" The providers of the organization """ providers( keywords: String
""" Options are one of [active, archived] """ active_status: String
""" Two letter state abbreviation (e.g. "CA", "NY") """ licensed_in_state: String offset: Int = 0 provider_ids: [ID] = [] should_paginate: Boolean = false with_private_notes_for_id: ID
""" When passed in, only providers with at least ONE of the passed-in tags will be returned. """ with_tag_ids: [ID]
""" If false return only active providers of current org """ include_suborg_providers: Boolean ): [User!]
""" The number of providers in the organization """ providers_count( """ If false return only active providers of current org """ include_suborg_providers: Boolean ): Int
""" The number of users in the organization connected their rupa health account """ rupa_health_members: [User!]
""" Returns organization state licenses """ state_licenses: [String!]
""" Suborganizations for this org """ suborganizations: [Organization!]
""" Returns organization tags """ tags: [Tag!]
""" Tax ID of organization """ tax_id: String
""" The tax is of the organization """ tax_id_type: String
""" User groups that are in the organization """ user_groups: [UserGroup!]
""" The users of the organization """ users( """ Options are one of [active, archived] """ active_status: String keywords: String show_all_by_default: Boolean = false ): [User!]
""" Builder ID for the Zus token """ zus_builder_id: String}