Skip to content

DoseSpot

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

Fields

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

Used By

Definition

"""
Only available to Internal Healthie Users -- Roles assigned to a given User
"""
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
}