* <b>Definition:</b>
* A list of profiles that this server implements for accepting documents in the mailbox. If this list is empty, then documents are not accepted. The base specification has the profile identifier \"http://hl7.org/fhir/documents/mailbox\". Other specifications can declare their own identifier for this purpose
* </p>
*/
public UriDt addDocumentMailbox() {
UriDt newType = new UriDt();
getDocumentMailbox().add(newType);
return newType;
}