Fertig mit dem folgenden Pipeline-Objekt innerhalb von $lookup
Stufe
"pipeline": [
{ "$match":
{ "$expr":
{ "$and":
[
{ "$eq": [ "$type", "prescription" ] },
{ "$eq": [ "$value.patient", "$$patient" ] }
]
}
}
}
]