⚠Due to planned maintenance you will experience short (<30 min) downtime between 08:00 - 08:30 CET.
3.1 - Create a New Patient
The CreatePatientRequest is used to register a patient.
{
Patient Identification | patientId | string nullable: true |
Patient HLA | hla | |
Patient Diagnosis | diagnosis | |
Patient Disease Phase | diseasePhase | string nullable: true |
Patient IDMs | idm | |
Patient Date of Birth | dateOfBirth | string($date-time) nullable: true |
Patient Ethnicity | ethnicity | string nullable: true |
poolCountryCode | string nullable: true | |
Patient Transplant Centre | transplantCentreId | string nullable: true |
Patient Blood Group | abo | string nullable: true |
Patient Rhesus | rhesus | string nullable: true |
Patient Weight | weight | integer($int32) nullable: true |
Patient Sex | sex | string nullable: true |
legalTerms | boolean |
}