true if it applies only to select travelers or people on work assignments, if false it means it's a risk for everyone who travels to this country
BasicStartupBusiness
Name
Type
Description
vaccination.textual.sections.title
String
Vaccinations category name
vaccination.textual.sections.id[SUMMARY].body
String
Vaccination requirements summary - describes the list of recommended (if any) vaccinations which are for the all risks marked with isSelective: false
vaccination.textual.sections.id[SELECTIVE].body
String
Selective vaccinations summary - describes the list of vaccinations that are only meant for select travelers or people on work assignments, which are for the all risks marked with isSelective: true.
Not returned if there are no selective risks.
BasicStartupBusiness
Name
Type
Description
insurance.euInsuranceUrl
String
The URL for the European Union health insurance. Available only if from parameter is specified and both countries are EU countries.
BasicStartupBusiness
Name
Type
Description
insurance.textual.title
String
Health insurance category name
insurance.textual.sections.id[SUMMARY].body
String
Whether health insurance is covered by EU or not
insurance.textual.sections.id[INSTRUCTIONS].body
String
If health insurance is covered, instructions to bring EHIC card
{
"insurance": {
"euInsuranceUrl": "http://ec.europa.eu/social/main.jsp?catId=1021&langId=en&intPageId=1737",
"textual": {
"title": "Health insurance",
"sections": [
{
"id": "SUMMARY",
"body": [
"Covered via European Health Insurance Card"
]
},
{
"id": "INSTRUCTIONS",
"body": [
"Make sure to bring your European Health Insurance Card (or EHIC) which allows you to receive medical treatment with the same cost as if you were a citizen of France."
]
}
]
}
},
"vaccination": {
"policy": "NOT_REQUIRED",
"risks": [
{
"type": "ROUTINE_IMMUNIZATIONS",
"isSelective": false
},
{
"type": "TICK_BORNE_ENCEPHALITIS",
"isSelective": true
}
],
"textual": {
"title": "Vaccinations",
"sections": [
{
"id": "SUMMARY",
"body": [
"No vaccinations are required to enter the country, but it is recommended to perform routine immunizations for your protection and to prevent the spread of infectious diseases."
]
},
{
"id": "SELECTIVE",
"body": [
"These apply only to select travelers or persons on work assignments."
]
}
]
}
}
}