$lookup
. के अंदर निम्न पाइपलाइन ऑब्जेक्ट के साथ किया गया मंच
"pipeline": [
{ "$match":
{ "$expr":
{ "$and":
[
{ "$eq": [ "$type", "prescription" ] },
{ "$eq": [ "$value.patient", "$$patient" ] }
]
}
}
}
]