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 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 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}