Stream: implementers
Topic: Organization bank account information
Aleksandra Pavlyshina (Mar 14 2019 at 10:51):
Hi all,
What is the best place to capture such information for an organization (hospital) as:
- Bank name
- Bank Identification Number (BIN)
- Personal account number (client/customer account)
- Settlement (current) account number
Is the Account resource appropriate for this, linked to a hospital via Account.subject = reference to Organization (hospital)
? For example, if there is a hierarchy of organizations, and all of them share the same bank account information, then we could link several organizations to a single Account resource.
Mapping might be the following:
Field Name | Organization | Account |
---|---|---|
Bank name | Organization.extension(bank name) |
Account.owner.display |
Bank Identification Number (BIN) | Organization.identifier |
Account.identifier or Account.owner.identifier |
Personal account number (client/customer account) | Organization.identifier |
Account.identifier |
Settlement (current) account number | Organization.identifier |
Account.identifier |
Lloyd McKenzie (Mar 14 2019 at 14:41):
@Brian Postlethwaite
Aleksandra Pavlyshina (Mar 18 2019 at 08:58):
@Brian Postlethwaite Hi Brian, could you please advise?
Last updated: Apr 12 2022 at 19:14 UTC