Dr. Shahad Ahmed Abdalla Binaskar Alnaqbi

Specialist , Family Medicine

image

Dr. Shahad Ahmed Abdalla Binaskar Alnaqbi

Specialist , Family Medicine

Dr. Shahad Ahmed Abdalla Binaskar Alnaqbi

Specialist , Family Medicine

Languages

English
Arabic

Consultation Type

What this doctor can help you with:

Family Medicine

Practices At

Overview

Overview

Experience

Dubai Health

United Arab Emirates

2013 - Present

Education

2023

Medical School - Master of Science in Leadership in Health Professions Education

University of Sharjah, United Arab Emirates

2018

Board - Arab Board in Family Medicine

The Arab Board of Health Specializations, United Arab Emirates

2018

Board - Member of the Royal College of General Practitioners (MRCGP)

The Royal College of General Practitioners, United Arab Emirates

2012

Medical School - Bachelor of Medicine and Bachelor of Surgery (MBBS)

University of Sharjah, United Arab Emirates

Research and Publication

  • COVID-19 Vaccine Acceptance in a Sample From the United Arab Emirates General Adult Population: a Cross-Sectional Survey, 2020

    See the article
  • Knowledge, Attitude, and Practice regarding COVID-19 among Healthcare Workers in Primary Healthcare Centers in Dubai

    See the article
An error occurred while processing the template.
The following has evaluated to null or missing:
==> .data_model["ObjectField_773781#previewURL"]  [in template "50514338544647#20120#null" at line 13, column 25]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign profileImage = .data_model["O...  [in template "50514338544647#20120#null" at line 13, column 1]
----
1<#assign doctorsToSpecialities=(restClient.get("/c/doctors/${ObjectEntry_objectEntryId.getData()}/doctorsToSpecialities?fields=specialtyName%2Cid")) /> 
2<#assign specialtyName ="" /> 
3<#if doctorsToSpecialities?has_content> 
4	<#list doctorsToSpecialities.items as doctorsToSpeciality> 
5		<#if doctorsToSpeciality.specialtyName?exists> 
6			<#assign specialtyName = doctorsToSpeciality.specialtyName /> 
7			    <#break> 
8			</#if> 
9		</#list> 
10</#if> 
11	 
12<#assign name = ObjectField_name.getData()/> 
13<#assign profileImage = .data_model["ObjectField_773781#previewURL"].getData() /> 
14 
15<#assign jobTitle = ObjectField_jobTitle.getData()/> 
16<script type="application/ld+json"> 
17
18  "@context": "https://schema.org", 
19  "@type": "Person", 
20	"name": "${name}", 
21	"url": "${themeDisplay.getPortalURL()}${currentURL}", 
22	"image": "${themeDisplay.getPortalURL()}${profileImage}", 
23	"jobTitle": "${jobTitle}<#if specialtyName?has_content>, ${specialtyName?js_string}</#if>" 
24
25</script>