See i want to skip a particular record during query how i can

Patients.find({skip:{patientId:‘pat-839fab8d1e’}})

check out this at the mongo docs.

https://docs.mongodb.org/v3.0/reference/operator/query/ne/