| Field | Details |
|---|
| organisationId* | string nullable: false maxLength: 10 minLength: 5 Organisation unique identifier for the institution. - Unique reference to an institution
- Allows local address management if needed (e.g. for other use cases) by receiving registry and backward compatibility to existing EMDIS implementations.
- Provided by the local registry system.
- Should be worldwide unique.
- Should follow the construct of ION + local address id.
- The ION to be used is the ION of the patient registering registry (PR).
- Should be provided as a user-friendly (displayable) id for use on screens and on documentation.
|
| addressLine1* | string nullable: false maxLength: 60 Address line 1 |
| addressLine2 | string nullable: true maxLength: 60 Address line 2 |
| addressLine3 | string nullable: true maxLength: 60 Address line 3 |
| postalCode* | string nullable: false maxLength: 10 |
| city* | string nullable: false maxLength: 40 |
| country* | string nullable: false minLength: 2 maxLength: 2 2 character ISO country code ( ISO 3166-1 alpha-2) |
| type* | string nullable: false minLength: 3 maxLength: 3 HUB = EMDIS Hub DON = Donor center TRA = Transplant center HAR = Harvesting center LAB = Typing laboratory FIN = Financial institution CBB = Cord Blood Bank |
| contactPerson | string nullable: true maxLength: 40 Contact person. Required if type = LAB. |
| phone* | string nullable: false maxLength: 20 |
| fax | string nullable: true maxLength: 20 |
| email | string nullable: true maxLength: 60 |
| receivingRegistry* | string maximum: 9999 minimum: 0 maxLength: 4 minLength: 4 example: 12344 digit ION of the receiving registry |