• CN
  • Search
  • Contact Us
  • News Center
  • HOME
  • About Us
    • Introduction
    • HKU Health System
    • Management Team
    • News Center
    • Charity Events
    • History / Milestone
    • HKUSZH 10th Anniversary
    • Hospital Video
  • Clinical Services
    • Clinical Services
      • Cardiac and Vascular Center
      • Neuromedicine Center
      • Oncology Medical Center
      • Orthopedic Center
      • Reproductive Medicine and Prenatal Diagnosis Center
      • Department of Medicine
      • Department of Surgery
      • Department of Obstetrics and Gynecology
      • Department of Pediatrics
      • Department of Adult Intensive Care
      • Department of Chinese Medicine
      • Department of Accident and Emergency
      • Department of Ophthalmology
      • Department of Dental Surgery
      • Department of Family Medicine
      • Department of Anesthesiology
      • Department of Medical Imaging
      • Department of Pathology
      • Department of Infectious Disease and Microbiology
      • Department of Pharmacy
      • Department of Nutrition
      • Department of Rehabilitation Medicine
      • Rehabilitation Medicine Center
      • Health Assessment Center
      • Endoscopy Center
      • Clinical Trials Center
    • Nursing Services
      • Nursing Services
      • Our Team
      • Service Highlights
      • Nursing Care
      • Academic Events
    • Community Clinic Service
  • IMC
    • IMC
    • About IMC
    • What's Hot
    • IMC Services
      • IMC Services
      • Department of Obstetrics
      • Endoscopy Center
      • Department of Pediatrics
      • Rehabilitation Medicine Center (RMC)
      • Reproductive Medicine
      • Premium Health Assessment Center
      • Psychological Clinic
      • Insurance Services
    • Our Doctors
      • Cardiac and Vascular Center
      • Neuromedicine Center
      • Oncology Medical Center
      • Orthopedic Center
      • Reproductive Medicine and Prenatal Diagnosis Center
      • Department of Medicine
      • Department of Surgery
      • Department of Obstetrics and Gynecology
      • Department of Pediatrics
      • Department of Adult Intensive Care
      • Department of Chinese Medicine
      • Department of Accident and Emergency
      • Department of Ophthalmology
      • Department of Dental Surgery
      • Department of Family Medicine
      • Department of Anesthesiology
      • Department of Medical Imaging
      • Department of Pathology
      • Department of Infectious Disease and Microbiology
      • Department of Pharmacy
      • Department of Nutrition
      • Department of Rehabilitation Medicine
      • Rehabilitation Medicine Center
      • Health Assessment Center
      • Endoscopy Center
      • Clinical Trials Center
    • Environment
      • Environment
      • Insurance Partnership
    • Contact Us
  • Research
    • Research
    • Research Activities
    • Sanming Project
    • Key Specialties
    • Postdoctoral Programs
    • Research Platform
    • Clinical Trials Center
    • Medical Ethics Committee
  • Education & Training
    • Education & Training
    • Information Bulletin
    • Institutional Education
    • Post-graduation Medical Education
    • Continuing Education
    • Clinical Skills Training & Conference Center
  • GBA Integration
    • GBA Integration
    • HKSAR Elderly Healthcare Voucher
    • Pilot Scheme for Supporting HA Patients in GBA
    • Shenzhen Hospital Accreditation Research Center
    • Shenzhen-Hong Kong Medical Specialties Training Center
    • Drugs & Equipment Introduced from HK/Macau
  • Patient Info
    • Patient Info
    • Booking Service
    • Patient Info
    • FAQ
    • Medical Insurance and charges
    • Patient Services
    • Hospital Map
    • Getting to HKUSZH
    • Patient Relations Office
  • Announcements
    • Official Announcements
    • Outpatient Clinic Announcements
  • Join Us
  • About Us
    • Introduction
    • HKU Health System
    • Management Team
    • News Center
    • Charity Events
    • History / Milestone
    • HKUSZH 10th Anniversary
    • Hospital Video
  • Clinical Services
    • Clinical Services
    • Nursing Services
    • Community Clinic Service
  • IMC
    • About IMC
    • What's Hot
    • IMC Services
    • Our Doctors
    • Environment
    • Contact Us
  • Research
    • Research Activities
    • Sanming Project
    • Key Specialties
    • Postdoctoral Programs
    • Research Platform
    • Clinical Trials Center
    • Medical Ethics Committee
  • Education & Training
    • Information Bulletin
    • Institutional Education
    • Post-graduation Medical Education
    • Continuing Education
    • Clinical Skills Training & Conference Center
  • GBA Integration
    • HKSAR Elderly Healthcare Voucher
    • Pilot Scheme for Supporting HA Patients in GBA
    • Shenzhen Hospital Accreditation Research Center
    • Shenzhen-Hong Kong Medical Specialties Training Center
    • Drugs & Equipment Introduced from HK/Macau
  • Patient Info
    • Booking Service
    • Patient Info
    • FAQ
    • Medical Insurance and charges
    • Patient Services
    • Hospital Map
    • Getting to HKUSZH
    • Patient Relations Office
  • Announcements
    • Official Announcements
    • Outpatient Clinic Announcements
  • Join Us
首页 > hku-szh > About Us > Hospital Video

appointment

Patient's Charter

Patient Info

Getting to HKUSZH

Complaints and Suggestions

Tel: +86-755-86913119

E-mail: pro@hku-szh.org

Consulting and Services

Tel: +86-755-86913333

E-mail: info@hku-szh.org

Address

No.1,Haiyuan 1st Road,Futian District,Shenzhen

Worktime

8:00-17:30 ,Mon. - Sun.(weekend,except public holidays)

Hospital Video

11/28

2025

HK DOT News Interview

window.__styleInject__ = window.__styleInject__ || function (css) { if (!css) return; if (typeof (window) == 'undefined') return; var style = document.createElement('style'); if ('styleSheet' in style) { style = document.createElement('div'); style.innerHTML = 'x' + css + ''; style = style.lastChild; } else { style.innerHTML = css; } var head = document.getElementsByTagName('head')[0]; head.appendChild(style); return css; }; window.__resetPlayerOpt__ = window.__resetPlayerOpt__ || function (opt) { opt.width = opt.width ? (opt.width + '') : '100%'; opt.height = opt.height ? (opt.height + '') : '300px'; if (opt.width.indexOf('%') === -1 && opt.width.indexOf('px') === -1) { opt.width = opt.width + 'px'; } if (opt.height.indexOf('%') === -1 && opt.height.indexOf('px') === -1) { opt.height = opt.height + 'px'; } if (!!window.navigator.userAgent.match(/AppleWebKit.*Mobile.*/)) { if (opt.custom_priority) { if (opt.width && typeof opt.width === 'string' && opt.width.indexOf('%') > -1) { window.__styleInject__('div#' + opt.id + '.prism-player.video.nfw-cms-video { width: ' + opt.width + ' !important; height: ' + opt.height + ' !important; }'); } else { var __pdom = document.getElementById(opt.id); var pwidth = __pdom.parentElement.offsetWidth || document.body.offsetWidth; opt.height = window.parseInt(opt.height) / window.parseInt(opt.width) * pwidth + 'px'; opt.width = '100%'; window.__styleInject__('div#' + opt.id + '.prism-player.video.nfw-cms-video { width: ' + opt.width + ' !important; height: ' + opt.height + ' !important; }'); } } else { opt.width = '100%'; } } else { if (opt.custom_priority) { window.__styleInject__('div#' + opt.id + '.prism-player.video.nfw-cms-video { width: ' + opt.width + ' !important; height: ' + opt.height + ' !important; }'); } } return opt; }; window.__cms_video_player_instances__ = window.__cms_video_player_instances__ || []; window.__cms_viedo_player_opts__ = window.__cms_viedo_player_opts__ || []; var playerOpt = {"id":"video_63610131097910910","source":"{\"LD\":\"https:\\\/\\\/gdvideo.southcn.com\\\/90993a76cc2a71f0af884531859c0102\\\/4a1d064f26924e58ab2e4abfffaee01d-2d1b5716134cbc11f1278dbc5d9d4081-ld.mp4\",\"SD\":\"https:\\\/\\\/gdvideo.southcn.com\\\/90993a76cc2a71f0af884531859c0102\\\/4a1d064f26924e58ab2e4abfffaee01d-907b84153e0d744894daaf0b6f3d0edd-sd.mp4\"}","qualitySort":"asc","format":"mp4","mediaType":"video","cover":"https:\/\/www.hku-szh.org\/video\/0\/4\/4115\/1632956_35b5bc.jpeg","autoplay":false,"isLive":false,"rePlay":false,"playsinline":true,"preload":false,"language":"zh-cn","controlBarVisibility":"hover","useH5Prism":true,"custom_priority":false,"height":"270px","width":"485px","custom_height":"0px","custom_width":"0px"}; playerOpt = window.__resetPlayerOpt__(playerOpt); if (!window.addEventListener) { playerOpt.useFlashPrism = true; } else { playerOpt.useH5Prism = true; playerOpt.cover = "https://www.hku-szh.org/video/0/4/4115/1632956_35b5bc.jpeg"; } window.__cms_video_player_instances__.push(new Aliplayer(playerOpt)); window.__cms_viedo_player_opts__.push(playerOpt); .

11/28

2025

Make it Shenzhen

window.__styleInject__ = window.__styleInject__ || function (css) { if (!css) return; if (typeof (window) == 'undefined') return; var style = document.createElement('style'); if ('styleSheet' in style) { style = document.createElement('div'); style.innerHTML = 'x' + css + ''; style = style.lastChild; } else { style.innerHTML = css; } var head = document.getElementsByTagName('head')[0]; head.appendChild(style); return css; }; window.__resetPlayerOpt__ = window.__resetPlayerOpt__ || function (opt) { opt.width = opt.width ? (opt.width + '') : '100%'; opt.height = opt.height ? (opt.height + '') : '300px'; if (opt.width.indexOf('%') === -1 && opt.width.indexOf('px') === -1) { opt.width = opt.width + 'px'; } if (opt.height.indexOf('%') === -1 && opt.height.indexOf('px') === -1) { opt.height = opt.height + 'px'; } if (!!window.navigator.userAgent.match(/AppleWebKit.*Mobile.*/)) { if (opt.custom_priority) { if (opt.width && typeof opt.width === 'string' && opt.width.indexOf('%') > -1) { window.__styleInject__('div#' + opt.id + '.prism-player.video.nfw-cms-video { width: ' + opt.width + ' !important; height: ' + opt.height + ' !important; }'); } else { var __pdom = document.getElementById(opt.id); var pwidth = __pdom.parentElement.offsetWidth || document.body.offsetWidth; opt.height = window.parseInt(opt.height) / window.parseInt(opt.width) * pwidth + 'px'; opt.width = '100%'; window.__styleInject__('div#' + opt.id + '.prism-player.video.nfw-cms-video { width: ' + opt.width + ' !important; height: ' + opt.height + ' !important; }'); } } else { opt.width = '100%'; } } else { if (opt.custom_priority) { window.__styleInject__('div#' + opt.id + '.prism-player.video.nfw-cms-video { width: ' + opt.width + ' !important; height: ' + opt.height + ' !important; }'); } } return opt; }; window.__cms_video_player_instances__ = window.__cms_video_player_instances__ || []; window.__cms_viedo_player_opts__ = window.__cms_viedo_player_opts__ || []; var playerOpt = {"id":"video_38340407123814250","source":"{\"LD\":\"https:\\\/\\\/gdvideo.southcn.com\\\/407de852c68a71f08a465017f0f90102\\\/96659b7763e74b9ba660a4ef5b261dab-b174fe389d1c5831159a9bd0350e22e8-ld.mp4\",\"SD\":\"https:\\\/\\\/gdvideo.southcn.com\\\/407de852c68a71f08a465017f0f90102\\\/96659b7763e74b9ba660a4ef5b261dab-76ac4ba340ab87be77052aad636f1735-sd.mp4\"}","qualitySort":"asc","format":"mp4","mediaType":"video","cover":"https:\/\/www.hku-szh.org\/video\/0\/4\/4102\/1632928_996865.jpeg","autoplay":false,"isLive":false,"rePlay":false,"playsinline":true,"preload":false,"language":"zh-cn","controlBarVisibility":"hover","useH5Prism":true,"custom_priority":false,"height":"270px","width":"485px","custom_height":"0px","custom_width":"0px"}; playerOpt = window.__resetPlayerOpt__(playerOpt); if (!window.addEventListener) { playerOpt.useFlashPrism = true; } else { playerOpt.useH5Prism = true; playerOpt.cover = "https://www.hku-szh.org/video/0/4/4102/1632928_996865.jpeg"; } window.__cms_video_player_instances__.push(new Aliplayer(playerOpt)); window.__cms_viedo_player_opts__.push(playerOpt); .

11/21

2025

Hospital Introduction Vedio

window.__styleInject__ = window.__styleInject__ || function (css) { if (!css) return; if (typeof (window) == 'undefined') return; var style = document.createElement('style'); if ('styleSheet' in style) { style = document.createElement('div'); style.innerHTML = 'x' + css + ''; style = style.lastChild; } else { style.innerHTML = css; } var head = document.getElementsByTagName('head')[0]; head.appendChild(style); return css; }; window.__resetPlayerOpt__ = window.__resetPlayerOpt__ || function (opt) { opt.width = opt.width ? (opt.width + '') : '100%'; opt.height = opt.height ? (opt.height + '') : '300px'; if (opt.width.indexOf('%') === -1 && opt.width.indexOf('px') === -1) { opt.width = opt.width + 'px'; } if (opt.height.indexOf('%') === -1 && opt.height.indexOf('px') === -1) { opt.height = opt.height + 'px'; } if (!!window.navigator.userAgent.match(/AppleWebKit.*Mobile.*/)) { if (opt.custom_priority) { if (opt.width && typeof opt.width === 'string' && opt.width.indexOf('%') > -1) { window.__styleInject__('div#' + opt.id + '.prism-player.video.nfw-cms-video { width: ' + opt.width + ' !important; height: ' + opt.height + ' !important; }'); } else { var __pdom = document.getElementById(opt.id); var pwidth = __pdom.parentElement.offsetWidth || document.body.offsetWidth; opt.height = window.parseInt(opt.height) / window.parseInt(opt.width) * pwidth + 'px'; opt.width = '100%'; window.__styleInject__('div#' + opt.id + '.prism-player.video.nfw-cms-video { width: ' + opt.width + ' !important; height: ' + opt.height + ' !important; }'); } } else { opt.width = '100%'; } } else { if (opt.custom_priority) { window.__styleInject__('div#' + opt.id + '.prism-player.video.nfw-cms-video { width: ' + opt.width + ' !important; height: ' + opt.height + ' !important; }'); } } return opt; }; window.__cms_video_player_instances__ = window.__cms_video_player_instances__ || []; window.__cms_viedo_player_opts__ = window.__cms_viedo_player_opts__ || []; var playerOpt = {"id":"video_71042873237270040","source":"{\"LD\":\"https:\\\/\\\/gdvideo.southcn.com\\\/f08ef1dec68871f0ab574531948c0102\\\/f3c0bf0be3eb44958d72faf23918c6ff-9f516c86f28156de27d13131237dfec2-ld.mp4\",\"SD\":\"https:\\\/\\\/gdvideo.southcn.com\\\/f08ef1dec68871f0ab574531948c0102\\\/f3c0bf0be3eb44958d72faf23918c6ff-b378708cb27da1b8fb577406da8a0370-sd.mp4\"}","qualitySort":"asc","format":"mp4","mediaType":"video","cover":"https:\/\/www.hku-szh.org\/video\/0\/4\/4101\/1629779_9e6991.png","autoplay":false,"isLive":false,"rePlay":false,"playsinline":true,"preload":false,"language":"zh-cn","controlBarVisibility":"hover","useH5Prism":true,"custom_priority":false,"height":"290px","width":"520px","custom_height":"0px","custom_width":"0px"}; playerOpt = window.__resetPlayerOpt__(playerOpt); if (!window.addEventListener) { playerOpt.useFlashPrism = true; } else { playerOpt.useH5Prism = true; playerOpt.cover = "https://www.hku-szh.org/video/0/4/4101/1629779_9e6991.png"; } window.__cms_video_player_instances__.push(new Aliplayer(playerOpt)); window.__cms_viedo_player_opts__.push(playerOpt); .
Document

WeChat official account

Smart Hospital

  • Patient Info
  • Patient's Charter
  • Patient's Right
  • Learn More

HKU Health System

HKU

SZHC

HKU Health System | Site Map | WEBMAIL | Contact us

© 2014 HKU-SZH copyright

备案号 粤ICP备13014042号-1  粤公网安备44030002006353号