DoseSpot
Only available to Internal Healthie Users -- Roles assigned to a given User
Fields
clinic_key
· String · User's Clinic Key dosespot_user_id
· String · User ID associated with DoseSpot has_valid_credentials
· Boolean · Whether the user's DoseSpot credentials are currently accepted; null when DoseSpot is unreachable is_clinic_admin
· Boolean · This user is a clinic admin in dosespot prescribing_dosespot_user_id
· String · ID of the user prescribing the dosespot registration_status
· Boolean · The dosespot status role
· DosespotRoleEnum · Role assigned to this user in DoseSpot 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
""" Whether the user's DoseSpot credentials are currently accepted; null when DoseSpot is unreachable """ has_valid_credentials: Boolean
""" 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
""" Role assigned to this user in DoseSpot """ role: DosespotRoleEnum
""" Date the object was last updated """ updated_at: String!
""" User ID associated with the dosespot object in Healthie """ user_id: String}