export type PractitionerVisibilityType = 'open' | 'locked' | 'gmd_prescriber'
export type PharmacistVisibilityType = null | 'locked'
