Identify entity types. Entity types allow you entities to be customized.

In this form, we wrote down the types.

const entity = { 
 type: string 
 label: string 
}

Entity

Travel

Patient information
Required

Type: STRING

First name

Type: STRING

Last name

Type: STRING

Birthday

Type: STRING

Sex
Passport

Type: FILE

Passport image

Type: STRING

Passport number

Type: STRING

Issuing country

Type: STRING

Expiry date
Vaccination record

Type: FILE

Vaccination card

Type: BOOLEAN

First dose

Type: STRING

First dose brand

Type: STRING

First dose date

Type: BOOLEAN

Second dose

Type: STRING

Second dose brand

Type: STRING

Second dose date

Type: BOOLEAN

Third dose

Type: STRING

Third dose brand

Type: STRING

Third dose date

Type: BOOLEAN

Fourth dose

Type: STRING

Fourth dose brand

Type: STRING

Fourth dose date
Travel details

Type: STRING

Destination

Type: STRING

Departure date
Next