OBJECT
OrganizationMembership
An organization membership
link GraphQL Schema definition
- type OrganizationMembership {
- # If true, clients who this org member has been added as a care team member will
- # be able to schedule appointments with them.
- Boolean :
- # If true, clients who this org member has been added as a care team member for
- # will automatically see a Chat conversation with this org member.
- Boolean :
- # If true, the user should be able to access other active organization members
- # conversations
- Boolean :
- # If true, the user can add new clients
- Boolean :
- # If true, the user can add new people to the organization
- Boolean :
- # If true, the user should be able to add other active organization members to
- # chat
- Boolean :
- # If true, the user should be able to assign a task to any member of their
- # organization
- Boolean :
- # If true, the user can be added to the care team members list for a client
- Boolean :
- # If true, the user can charge clients
- Boolean :
- # If true, the user can delete charting notes
- Boolean :
- # If true, the user can delete faxes
- Boolean :
- # If true, the user can edit appontment types
- Boolean :
- # If true, the user can edit calendar
- Boolean :
- # If true, the user can edit client credit
- Boolean :
- # If true, the user can edit documents
- Boolean :
- # If true, the user can edit eduacation content
- Boolean :
- # If true, the user can edit forms
- Boolean :
- # If true, the user can manage the people and roles in the organization
- Boolean :
- # If true, the user can edit client packages
- Boolean :
- # If true, the user can add ,edit and delete products
- Boolean :
- # If true, the user can edit settings
- Boolean :
- # If true, the user can enroll and remove clients from programs
- Boolean :
- # deprecated, use can_lock_own_charting_notes instead
- Boolean :
- # If true, the user can lock charting notes other providers created
- Boolean :
- # If true, the user can lock charting notes they created
- Boolean :
- # If true, the user should be able to mark tasks that are assigned to other org
- # members as completed
- Boolean :
- # If true, the user can merge clients
- Boolean :
- # If true, view labs page and view patient lab results
- Boolean :
- # If true, the user can remove clients
- Boolean :
- # If true, the user should be able to rename or delete tags
- Boolean :
- # If true, the user can view the billing tab
- Boolean :
- # If true, the user can see all calendars in the organization
- Boolean :
- # If true, the user can see all clients in the organization
- Boolean :
- # If true, the user can see documetns within the entire org
- Boolean :
- # If true, the user can see incoming faxes
- Boolean :
- # If true user should be able to see fullscript tab in client profile and view
- # fullscript box in homepage
- Boolean :
- # If true, the user can see sent faxes
- Boolean :
- # If true, the user can see transfers tab in billing page
- Boolean :
- # If true, the user can set a password for organization clients
- Boolean :
- # If true, the user can sign charting notes other providers created
- Boolean :
- # If true, the user can sign charting notes they created
- Boolean :
- # When true, user can submit to Candid
- Boolean :
- # When true, user can submit to Change
- Boolean :
- # If true, the user can submit CMS 1500s to Office Ally
- Boolean :
- # If true, it will return all organization tasks for current user
- Boolean :
- # If true, the user can view/edit cms1500s
- Boolean :
- # If true can use goal favorites that are shared from other members of the
- # organization
- Boolean :
- # If true, the user can edit appontment types
- Boolean :
- # If true, the user can view org dashboard
- Boolean :
- # If true, the user can view organization-level reports
- Boolean :
- # If true, the user can view/edit super bills
- Boolean :
- # If true, the user can write addendums for other org members charting notes
- Boolean :
- # If true, the user will receive notif about failed notif
- Boolean :
- # If true, the user will receive a fax notif
- Boolean :
- # If true the user will have their own branding
- Boolean :
- # When true, user sees the primary diagnosis column for diagnoses
- Boolean :
- # The unique identifier of the of the membership
- ID! :
- # If true, the user has been noted as being an admin
- Boolean :
- # When true, the user can view and manage developer features like webhooks.
- Boolean :
- # Whether the user is a provider in the organization
- Boolean :
- # If true, the user is notified when any client activity including intake forms,
- # journal entries, programs, documents
- Boolean :
- # If true the user is notified when any appontment is booked within the org
- Boolean :
- # If true the user is notified when any appontment is cancelled within the org
- Boolean :
- # if true, the user should get an email notification whenever a client payment
- # fails or there is a chargeback.
- Boolean :
- # The organization role
- String :
- # Last applied permission template
- PermissionTemplateType :
- # Last applying date of permission template
- String :
- # If true, the user can request eligibility checks
- Boolean :
- # If true, the user will see all org billing, not just individual
- Boolean :
- # If true, the user will see all org clients, not just individual on clients list
- # page
- Boolean :
- # Selected licensed in values
- String!] : [
- # Selected locations values
- String!] : [
- # Selected statuses values
- String!] : [
- # Selected statuses values
- String!] : [
- # If true, the user receive email notification when any client in the organization
- # completes an intake flow
- Boolean :
- # If true, the user receive email notification when any client in the organization
- # starts an intake flow
- Boolean :
- # If true, the user will share appontment types with the entire org
- Boolean :
- # If true, the user shares custom metrics with entire org
- Boolean :
- # If true user should uses the same API access token for Fullscript
- Boolean :
- # If true has their goal favorites available to other members of the organization
- Boolean :
- # If true, the user shares packages with entire org
- Boolean :
- # If true, all active organization members will see shared smart phrases
- Boolean :
- # If true the user will share user groups with the entire org
- Boolean :
- # Show availability in the calendar by default
- Boolean :
- # If true, show org link on left hand side
- Boolean :
- # If true the clients are able to start a new conversation with the member
- Boolean :
- # The title of the org member
- String :
- # The user attached to the organization membership
- User :
- }
link Require by
- createOrganizationMembershipPayloadAutogenerated return type of createOrganizationMembership.
- deleteOrganizationMembershipPayloadAutogenerated return type of deleteOrganizationMembership.
- OrganizationAn organization, that is an umbrella group for multiple providers
- QueryThe query root of this schema. See available queries.
- updateOrganizationMembershipPayloadAutogenerated return type of updateOrganizationMembership.
- UserAn user entry, returns basic user information