OBJECT

DoseSpot

Only available to Internal Healthie Users -- Roles assigned to a given User

link GraphQL Schema definition

  • type DoseSpot {
  • # State of account being approved
  • approved: Boolean!
  • # User's Clinic ID
  • clinic_id: String
  • # User's Clinic Key
  • clinic_key: String
  • # Date the object was created
  • created_at: String!
  • # User ID associated with DoseSpot
  • dosespot_user_id: String
  • # The unique identifier of the type
  • id: ID!
  • # This user is a clinic admin in dosespot
  • is_clinic_admin: Boolean
  • # Number of notifications on dosespot the User has
  • notification_count: String!
  • # ID of the user prescribing the dosespot
  • prescribing_dosespot_user_id: String
  • # The dosespot status
  • registration_status: Boolean
  • # Date the object was last updated
  • updated_at: String!
  • # User ID associated with the dosespot object in Healthie
  • user_id: String
  • }