/** * * * Interface for entities that are associated with a medical location. */ export interface HasMedicalLocation { }