DAIBOLA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:protect_and_care [2020/06/03 13:17] adminen:protect_and_care [2021/04/11 15:43] (current) admin
Line 1: Line 1:
 +<WRAP tabs>
 +  * [[en:protect_and_care|English]]
 +  * [[de:protect_and_care|Deutsch]]  
 +  * [[zh:protect_and_care|中文]]  
 +</WRAP>
 +
 +
 +====== Protect + Care ======
 +
 +**S**potlight **o**n **S**afety: The global health protection plan for international business and private travellers. For the best medical help worldwide. 
 +
 +
 +===== Protect + Care in a Nutshell =====
 +
 +Protect + Care is a global health protection plan for international business and private travellers. 
 +It allows immediate qualified help without foreign language knowledge in a medical emergency. 
 +To achieve this, Protect + Care consists of several elements: 
 +
 +
 +===== The Elements of Protect + Care =====
 +
 +<WRAP group>
 +
 +<WRAP  third column round box>
 +{{ :img:dpc_health_status.svg |}}
 +
 +**Health Status**
 +
 +How is your current health status? This is the basis for any qualified medical advice.
 +A comprehensive questionnaire will guide you to compile your current status, also 
 +considering aspects of Ayurveda (Indian) medicine, Chinese traditional medicine and so on. 
 +</WRAP>
 +
 +<WRAP  third column round box>
 +{{ :img:dpc_travel_info.svg |}}
 +
 +**Travel Information**
 +
 +Receive important information on your travel destination before you leave: recommended preventive inoculation, cultural habits, current civil situation.
 +</WRAP>
 +
 +<WRAP  third column round box>
 +{{ :img:dpc_app.svg |}}
 +
 +**Localisation**
 +
 +When in need, the DAIBOLA Protect + Care App will send your current position to your emergency contacts. Very helpful if you are in a country where you cannot read the street signs. 
 +</WRAP>
 +<WRAP clear />
 +<WRAP  third column round box>
 +{{ :img:dpc_sos_card.svg |}}
 +
 +**SOS Card**
 +
 +This credit card-size photo card contains all relevant medical information for an medical emergency. This multi-lingual card helps any doctor worldwide to provide best medical help.
 +</WRAP>
 +
 +<WRAP  third column round box>
 +{{ :img:dpc_translation_service.svg |}}
 +
 +**Translation Services**
 +
 +On your request, we will send an interpreter at your side. So you can be sure your doctor understands you ---- and you will understand your doctor.
 +</WRAP>
 +
 +<WRAP  third column round box>
 +{{ :img:dpc_doc_recovery.svg |}}
 +
 +**Travel Document Recovery**
 +
 +Copies of your important travel documents – passport, visa, traveller’s cheques – can be send to your embassy or hotel in case these documents are lost or have been stolen.
 +</WRAP>
 +
 +</WRAP>
 +
 +
 +===== Just a few steps to a safe and healthy journey =====
 +
 +In a few steps, you can protect your and your family’s health and ensure a safe journey:
 +
 +  - Create a web account \\ Set-up a web-account for each member of your family, URL:  http://www.daibola.co.uk/go/pc/start 
 +  - Compile your personal medical history \\ Get the questionnaire for your medical history at your local bookseller (ISBN&nbsp;978-0956324030, check the [[questionnaire_publication_data|publication data for other language versions]]).  Fill-out the questionnaire and send it back or upload it. Best practice: Ask your GP and your dentist for help. 
 +  - Get the Protect + Care App (optional) \\ Install the Protect + Care  App on your Android smartphone.
 +  - Create a list of emergency contacts \\ In your web-account, please enter the names and contacts of people you want to be informed when you need their help. If you have installed the app, use “Pair me” to link your app to your account. 
 +  - Use the digital document safe \\ Scan your travel documents (such as, the visa page of your passport) and upload it via your web-account.
 +
 +You will receive your SOS Card and travel information about your planned travel destinations. Please always carry the SOS Card with you!  
 +  
 +Using your personal SOS Card, medical doctors can retrieve valuable information about your health for best possible medical treatment.  If you have to be hospitalised, your family can be quickly informed.
 +
 +
 +
 +===== Travel in good health! =====
 +
 +
 +<WRAP group>
 +
 +<WRAP  third column round box>
 +**Individuals and Families**
 +
 +Start right here! Create an individual user account for each family member. For a child, please enter a parent as the first ICE contact. So we can see who belongs together.
 +
 +<wrap button>[[http://www.daibola.biz/go/pc/start|Sign Up]]</wrap>
 +
 +</WRAP>
 +
 +<WRAP  third column round box>
 +**Corporate**
 +
 +Please contact us for an individual offer.
 +
 +<wrap button>[[contact|Contact us]]</wrap>
 +
 +</WRAP>
 +
 +<WRAP  third column round box>
 +**Churches**
 +
 +Please use the hyper-link handed out by your church or fellowship. This hyper-link includes a reference, so we easily can assign your application to your fellowship. For example, we immediately know the shipping address for your SOS Card.
 +
 +Fellowships which want to participate in Protect + Care, please contact us directly.
 +
 +<wrap button>[[contact|Contact us]]</wrap>
 +
 +</WRAP>
 +
 +</WRAP>
 +
 +<PHP>
 +
 +$input = array(
 +'<img src="https://www.daibola.biz/img/dpc/dpc_slide_female_doctor.en.png" style="width:100%">',
 +'<img src="https://www.daibola.biz/img/dpc/dpc_slide_ambulance.en.png" style="width:100%">',
 +'<img src="https://www.daibola.biz/img/dpc/dpc_slide_firefighter.en.png" style="width:100%">',
 +'<img src="https://www.daibola.biz/img/dpc/dpc_slide_anaesthetist.en.png" style="width:100%">'
 +);
 +$random_image = array_rand($input, 1);
 +echo $input[$random_image];
 +
 +</PHP>