⚠Due to planned maintenance you will experience short (<30 min) downtime between 08:00 - 08:30 CET.
...
Field | Details |
---|---|
wmdaId* | integer nullable: false example: 1234 ID provided by the WMDA |
patientId* | string MUST Start with ION of patient registry. Organisation unique identifier for patient. Cannot be set unless "legalTerms" is set to "true". Do not use real names here. |
emdisPatientId | string maxLength: 19 minLength: 3 nullable:true example: AU9654021 MUST start with ISO 3166-1 alpha-2 letter country code. The value comprises the EMDIS patient identification, where the patient search centre is an EMDIS member, otherwise the value is empty. |
hla* | {...} |
idm | {...} |
dateOfBirth | string($date) nullable: true maxLength: 10 example: 1961-05-27 |
diagnosis | {...} |
diseasePhase | string Enum: |
ethnicity | string Enum: |
poolCountryCode | string maxLength: 2 pattern: ^[A-Z]{2} nullable: true example: NL ISO 3166-1 alpha-2 Country Code (capitalized) |
abo | string Enum: |
rhesus | string Enum: |
weight | integer nullable: true minimum: 1 maximum: 999 example: 76 |
sex | string Enum: |
firstName | string maxLength:50 nullable: true example: John First (given name) of the patient |
lastName | string maxLength:50 nullable: true example: Doe Last (family name) of the patient |
mic | {...} |
...
Field | Details | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
grid* | string | |||||||||||||||||||||||||||
dateOfBirth* | string | |||||||||||||||||||||||||||
sex | string | |||||||||||||||||||||||||||
hla* |
| |||||||||||||||||||||||||||
abo | string nullable:true Enum: [A, B, O, AB] | |||||||||||||||||||||||||||
rhesus | string nullable:true Enum: [P, N] | |||||||||||||||||||||||||||
donorRegistryIon* | integer($int32) Unique number provided by ICCBBA for the registry that is responsible for the donor/CBU | |||||||||||||||||||||||||||
status* | string | |||||||||||||||||||||||||||
ethnicity | string Enum: | |||||||||||||||||||||||||||
idm | [ ... ] | |||||||||||||||||||||||||||
lastContactDate | string($date) | |||||||||||||||||||||||||||
marrowDonationsCount | integer($int32) | |||||||||||||||||||||||||||
pbscDonationsCount | integer($int32) | |||||||||||||||||||||||||||
donorAttribute | string | |||||||||||||||||||||||||||
weight | integer | |||||||||||||||||||||||||||
height | integer($int32) | |||||||||||||||||||||||||||
kir | [ ... ] | |||||||||||||||||||||||||||
collectionType | string | |||||||||||||||||||||||||||
transfusionsCount | integer($int32) | |||||||||||||||||||||||||||
pregnanciesCount | integer($int32) | |||||||||||||||||||||||||||
reservedPatientId | string | |||||||||||||||||||||||||||
statusEndDate | string($date) | |||||||||||||||||||||||||||
statusReason | string | |||||||||||||||||||||||||||
mic | {...} | |||||||||||||||||||||||||||
ccr5 | string nullable: true Enum: [ DD, DW, WW ] | |||||||||||||||||||||||||||
lastMedicalCheckupDate | string($date) |
Here is the comparison of the DONOR_CB and the API endpoints: EMDIS vs API.xlsx
...