{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What does a cardiac surgeon do?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A cardiac surgeon performs surgical procedures on the heart and major blood vessels, including coronary artery bypass, valve repair or replacement, and surgeries for congenital heart defects."
}
},
{
"@type": "Question",
"name": "When should I see a cardiac surgeon?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You may be referred to a cardiac surgeon if you have serious heart conditions such as blocked arteries, valve disease, or congenital defects that require surgical intervention after evaluation by a cardiologist."
}
},
{
"@type": "Question",
"name": "Is heart surgery safe?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Heart surgery is generally safe when performed by experienced cardiac surgeons. Like any major surgery, it carries some risks, but it can significantly improve or save lives when medically necessary."
}
}
]
}