Account
No description
union Account = Patient | Contact
Possible types
Account.Patient object
The data defining a patient.
Account.Contact object
A contact.
Member Of
AccountStatement object