* <b>Definition:</b>
* Identifies the person who picked up the medication. This will usually be a patient or their carer, but some cases exist where it can be a healthcare professional
* </p>
*/
public ResourceReferenceDt addReceiver() {
ResourceReferenceDt newType = new ResourceReferenceDt();
getReceiver().add(newType);
return newType;
}